Skip to main content
1-Visitor
June 21, 2016
Solved

While Importing Extension in Thingworx 7.0 I am getting this Error.

  • June 21, 2016
  • 1 reply
  • 1799 views

The extension 'ptc-creo-view-extension' version [10.2.30.38] must match the "major.minor.patch" pattern containing only integer values.


I am importing the whole "ptc-windchill-extension.zip" which contains these zips but I am getting the above error :

In previous versions of Thingworx, these zips were imported without any errror.

As in this new version...the validate option while importing any extension is not allowing.

Can you tell me how can I come over this?

Best answer by ptc-5082906

Prashant, this may be triggered by the packageVersion="10.2.30.38" from ptc-creo-view-extension.zip\metadata.xml.

You have the below alternatives :

1 ) Unzip ptc-creo-view-extension.zip, update metadata.xml to packageVersion="10.2.X", recreate the archives back, remove already imported files from TWX, re-import.

2 ) Remove imported files from TWX, download latest PTC Windchill Extension​ and import it in TWX.


Let me know if this helps, Horia.

1 reply

1-Visitor
June 21, 2016

Prashant, this may be triggered by the packageVersion="10.2.30.38" from ptc-creo-view-extension.zip\metadata.xml.

You have the below alternatives :

1 ) Unzip ptc-creo-view-extension.zip, update metadata.xml to packageVersion="10.2.X", recreate the archives back, remove already imported files from TWX, re-import.

2 ) Remove imported files from TWX, download latest PTC Windchill Extension​ and import it in TWX.


Let me know if this helps, Horia.

1-Visitor
June 23, 2016

Hi Horio,

Thanks for helping.

You were totally right.

I changed that metadata.xml and then Import the Zip and it totally worked.

Thanks a lot.