The Opqo license is JSON formatted, and is stored in the STAUTOSCRIPT.STLICENSE Maximo Automation Script. When you first install Opqo this automation script will contain the free five (5) user license.


When you purchase additional users, you will receive a license file containing your updated JSON formatted license.


To install this updated license, you simply replace the matching contents in the STAUTOSCRIPT.STLICENSE Maximo Automation Script with the text from the license file provided.


For example, if the updated license file looks like the following:

{
  "customerid": "4397c905-7408-4a1f-ad4e-4123391bb01b",
  "type": "USAGE",
  "expires": "2021-10-31T00:00:00",
  "features": [
    {
      "feature": "STAM"
    }
  ],
  "signature": "kfWT7LbEWR5Q42A7JIhRIUrbfd3je8PGALcme6MRltjXu3jcVQRLYWPd9lkSNEvvmfNc1gH6hAmD8E/g463TNytyfv96ueciz6eptLZsky24JMtDqw+aPuWfKN2xA7S2+9qje69RpqXIjo38EXbFcxX+27Sf2CEKSmDN5puxB8sQEFB7wdxOPn52mb9URKZOymUOrYpV8WwoyEjX6TM2uco7MGyTxNOKXdmkkoejsUOEum6v2AdC0NXxNSYspPg9BCW9NeMB8982Vgq0t/3csrSG4zUfdQiqWeF0zeRCp9leJX8VhYSB+lo+2/TgpzoDNa/dLHS0ADH1gYNFkVMU5Q\u003d"
}



The updated STAUTOSCRIPT.STLICENSE automation script will look like the following:

var license = {
  "customerid": "4397c905-7408-4a1f-ad4e-4123391bb01b",
  "type": "USAGE",
  "expires": "2021-10-31T00:00:00",
  "features": [
    {
      "feature": "STAM"
    }
  ],
  "signature": "kfWT7LbEWR5Q42A7JIhRIUrbfd3je8PGALcme6MRltjXu3jcVQRLYWPd9lkSNEvvmfNc1gH6hAmD8E/g463TNytyfv96ueciz6eptLZsky24JMtDqw+aPuWfKN2xA7S2+9qje69RpqXIjo38EXbFcxX+27Sf2CEKSmDN5puxB8sQEFB7wdxOPn52mb9URKZOymUOrYpV8WwoyEjX6TM2uco7MGyTxNOKXdmkkoejsUOEum6v2AdC0NXxNSYspPg9BCW9NeMB8982Vgq0t/3csrSG4zUfdQiqWeF0zeRCp9leJX8VhYSB+lo+2/TgpzoDNa/dLHS0ADH1gYNFkVMU5Q\u003d"
}



If you have questions please do not hesitate to contact us or create a support ticket for more assistance.