cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X

If I want to Simulate my Cloud Thingworx composer, what should I do?

Benzar
5-Regular Member

If I want to Simulate my Cloud Thingworx composer, what should I do?

Hi. I'm a student and just started using Thingworx.

I didn't install a local Thingworx,

instead I'm using a cloud version.

The address is https://pp-(some numbers)gg.devportal.ptc.io/Thingworx/Composer/index.html

I have a jar file (a simulation) and the config json looks like this:

 

"ServerLocation": "",
"Port": 80,
"AppKey": "",
"Security": false,
"RemoteRepo": "/ThingworxRemoteRepository"

 If I wanna use the cloud environment, how should I setup the Json?

Thank you guys.

5 REPLIES 5
dupatel
19-Tanzanite
(To:Benzar)

@Benzar You can try changing JSON config with something as below-

 

"ServerLocation": "pp-(some numbers)gg.devportal.ptc.io",
"Port": 8443, //need to mention SSL port since Https is used
"AppKey": "XXXX-XXXX-XXXX-XXXX", // should be replaced by actual App key
"Security": true,
"RemoteRepo": "/ThingworxRemoteRepository"

 -Durgesh

Benzar
5-Regular Member
(To:dupatel)

@PaiChung Thanks. I just switched to local installed version.

Benzar
5-Regular Member
(To:dupatel)

@dupatelThanks for your help :D

PaiChung
22-Sapphire I
(To:Benzar)

 

"ServerLocation": "pp-(some numbers)gg.devportal.ptc.io",
"Port": 443,
"AppKey": "YourAppKeyHere",
"Security": true,
"RemoteRepo": "/ThingworxRemoteRepository"

 Ok someone already replied, and it may be 8443 vs 443

Also make sure that for your simulator the folder ThingworxRemoteRepository exists. You can specify a more specific path if you need like c:\....

Leigh
Community Manager
(To:Benzar)

Hi @Benzar

Just wanted to follow up to confirm if Durgesh and Pai's responses resolved your question.  If so, please indicate which is your Accepted Solution.  If not, please let us know your current status.

Thanks!

Leigh

Top Tags