Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
Some extensions are imported in my thingworx composer. Any options available to export those extensions to import it in another server ?
Solved! Go to Solution.
Please use below attached PDFExtension.zip, it has been imported successfully in my environment. As we talked about previously, the metadata.xml should be at the root folder of the zip file.
No need to export, you can get all extensions from this path: \ThingworxStorage\extensions. Remove the .chk file first – then zip the remaining files and import that to a new instance (CS321263)
While importing Extension it showing error >> Error [authenticating connection], Server websocket will be closed. cause: Missing application key!
But the applicationkey is present
Could you tell me the steps for how you import the extension, like below?
1. zip the extension folder
2. Visit the thingworx home page > import > import extension
3. It said import failed
4. Visit monitoring > application log > check the error
Am I right? If so, I'm afraid its not the exact error message about import failure.
I found this error. Invalid request: com.thingworx.common.exceptions.InvalidRequestException: Entity Import Not Supported for File Type: .zip
Please choose Extension as the import Option
[context: Extension Exception][message: Extension must have a metadata.xml file.]
but the xml file is there.
Could you make a screenshot of the zip file structure and provide the metadata.xml? please also notice that the metadata.xml file should be at the root of the zip file.
Please use below attached PDFExtension.zip, it has been imported successfully in my environment. As we talked about previously, the metadata.xml should be at the root folder of the zip file.
PDFExtension imported successfully. And tried to import project through source control. The import is failed and the errors are
1. Import Entities error: java.lang.Exception: Import Failed: Unable to create thing: XXXXX : [1,018] Data store unknown error: [Error occurred while accessing the model provider.]
2. *** Failed to reinitailize original entity Administrator (of type Users): {}
3. [message: [1,018] Data store unknown error: [Error occurred while accessing the model provider.]]
4. Unable to process import: Unable to create thing: XXXXX : [1,018] Data store unknown error: [Error occurred while accessing the model provider.]
If you have any idea please let me know.
According to the error message, it seems the Target DB (database) cannot be accessed/operated when creating the imported thing in the target Thingworx. Please check if you can create a new thing manually.
By the way, If you feel your question has been answered, please mark the appropriate response as the Accepted Solution for the benefit of others with the same question.
Okay. Before migrating project from server to server, I moved all extensions first. Few of the extensions shown warnings that it is deprecated during import. It will cause any problem??