Community Tip - You can change your system assigned username to something more personal in your community settings. X
Hi,
I was trying to import the Progress gauge in the Thingworx platform 9.1 with postgres as Persistence provider. I am getting below error
The extension 'ProgressGauge_ExtensionPackage' version [2.0] must match the "major.minor.patch" pattern containing only integer values. Assuming a zero value for patch number. Please fix this in the metadata.xml file of the extension.
Thanking You
Sonali Patro
Solved! Go to Solution.
Hi @sonali1,
As the error message states, that extension's version does not match the major.minor.patch pattern. Modify packageVersion="2.0.0" from the packageVersion property in the extension's metadata.xml, then try again.
Thanks,
/Yoyo
I followed the above link but this didn't work out.
Thanking You
Sonali Patro
Hi @sonali1,
I can import ProgressGauge1.zip attached in the answer of this community post. I'm using TWX 9.1.2.
Is it the same error when you import the new ProgressGauge1.zip?
Thanks,
/Yoyo
Yes , its giving me the same error.
I am using 9.1.2 twx version.
Hi @sonali1,
As the error message states, that extension's version does not match the major.minor.patch pattern. Modify packageVersion="2.0.0" from the packageVersion property in the extension's metadata.xml, then try again.
Thanks,
/Yoyo
I was able to import the extension now without any error.
The widget was also now visible on the widget pane.