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

Error importing Things_SteamSensor1.xml for the Android SDK excercise

  • September 21, 2016
  • 2 replies
  • 2494 views

I'm trying to import the Things_SteamSensor1.xml entity into my local Thingworx instance (v7.2.0) and the next error shows:

Anyone with the same error? Or any idea of where to find that DataShape?

Thanks on advance.

Best answer by ankigupta

Hi Josue Serrano​,

Please refer to PTC KCS article CS233150 and see if it helps. It seems related.

Thanks,

Ankit Gupta

2 replies

ankigupta5-Regular MemberAnswer
5-Regular Member
September 22, 2016

Hi Josue Serrano​,

Please refer to PTC KCS article CS233150 and see if it helps. It seems related.

Thanks,

Ankit Gupta

jserrano1-VisitorAuthor
1-Visitor
September 27, 2016

This is exactly what I needed. I did create the Remote Thing and its properties, but this is the complete and full solution. Thank you Ankit.

1-Visitor
September 22, 2016

Josue Serrano​ , Besides following the resolution mentioned in KCS Article like:

  • Setup the Steam Sensor example in Eclipse first and run the example
  • Create a Steam Sensor Remote Thing in Composer and Bind it to the remote Thing
  • Add the remote service from the Java SDK and the DataShape will be included properly
  • The ExampleExport.xml file is not meant to be imported on its own Workaround
  • Create a DataShape with the name SteamSensorReadingsPlus and import the entities

You can also create a RemoteThing in Thingworx server and bind it virtual object in the SDK .

Please follow the steps send by me and let me know if you are able to establish connection and understand the complete mechanism.

Thanks

Ravi Upadhyay.

jserrano1-VisitorAuthor
1-Visitor
September 27, 2016

Thank you Ravi. It was really helpful.