Skip to main content
1-Visitor
November 24, 2017
Solved

TWX_Converge_Styles_ExtensionPackage is licensed but cannot find feature in license.bin file

  • November 24, 2017
  • 6 replies
  • 4640 views

I am trying to import MED-61116-CD-081_F000_ThingWorx-Utilities-8-1-0.zip into Thingworx 8.1.1 on Ubuntu OS.

Everything but one TWX_Converge_Styles_ExtensionPackage:8.1.0 extension is installed, which I assume abort the installation of the whole Utilities package.


What do I need to do? To add some entitlement to my device and re-generate licence? Or else?

I am trying to find out how to get:  Remote Access & Control or Software Content Management extensions



Validation Results
propertytable_ExtensionPackage:2.0.0
TWX_Converge_Styles_ExtensionPackage:8.1.0
TWX_Connector_Util_ExtensionPackage:8.1.0
textboxValidate_ExtensionPackage:2.0.0
TWX_Converge_SFWU_Application_ExtensionPackage:8.1.0
TWX_Converge_RAC_App_ExtensionPackage:8.1.0
TWX_Converge_RSM_Core_ExtensionPackage:8.1.0
TWX_Converge_Core_ExtensionPackage:8.1.0
infotableselector_ExtensionPackage:2.0.0
TWX_Converge_RSM_FileTransfer_ExtensionPackage:8.1.0
TWX_BusinessProcess_ExtensionPackage:8.1.0
TWX_Utils_System_L10n_ExtensionPackage:8.1.0
Installation Results
TWX_Converge_Styles_ExtensionPackage:8.1.0TWX_Converge_Styles_ExtensionPackage is licensed but cannot find feature in license.bin file

https://developer.thingworx.com/resources/guides/thingworx-utilities-asset-manager-tutorial/launch-thingworx-utilities-p…

Best answer by rad1

It was resolved by adding activation id of ThingWorx Utilities to my TW instance.

6 replies

5-Regular Member
December 18, 2017

Rad Radivojevic​ In case this issue is still open, Request you to please log a case to PTC support team for this particular issue.

Regards,

Mohit Goel

rad11-VisitorAuthorAnswer
1-Visitor
December 18, 2017

It was resolved by adding activation id of ThingWorx Utilities to my TW instance.

1-Visitor
February 1, 2018

Hi Rad Radivojevic​,

I face the same Issue.

Can you kindly elaborate on how did you fix this?

rad11-VisitorAuthor
1-Visitor
February 1, 2018

PTC changed their licensing in such a way to add activation ids automatically for every product purchased based on device id generated during the install.

So just refresh your license file. Earlier in their licensing web pages there were options to add entitlements (activation ids) for certain products like Utilities to the current license. I have TW v.8.1. I guess if you have an earlier version you can still add entitlements using PTC licensing portal.

Rad

1-Visitor
February 2, 2018

Thanks Rad Radivojevic

I raised a tech support case and they asked me to do the following.

Update the platform settinsg.json file with following tag:

"PlatformSettingsConfig": {

"LicensingConnectionSettings": {

"username":"<PTC_support_portal_username>",

"password":"<PTC_support_portal_password>",

"timeout":"<value>"

}

}

}

Provided the correct values in above and restart the server.

The issue was resolved.