Skip to main content
1-Visitor
May 10, 2021
Solved

Progress gauge import failed in Thingworx 9.1

  • May 10, 2021
  • 1 reply
  • 2553 views

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 

Best answer by yhan

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

1 reply

sonali11-VisitorAuthor
1-Visitor
May 10, 2021

https://community.ptc.com/t5/ThingWorx-Developers/Progress-gauge-import-failed-in-Thingworx-9-1/m-p/706541#M49877

 

I followed the above link but this didn't work out.

 

Thanking You

Sonali Patro

17-Peridot
May 10, 2021

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

sonali11-VisitorAuthor
1-Visitor
May 10, 2021

Yes , its giving me the same error.

 

I am using 9.1.2 twx version.