Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
I face the same issue but I don't know how to resolve it.
the Thingworx is installed in my computer: http://localhost:8443/Thingworx/Composer
below is Kepware and Thingworx configuration:
Solved! Go to Solution.
Below are couple of things I noticed,
You cannot use 8443 port with http, it has to be either https://localhost:8443/Thingworx/Composer or http://localhost:8080/Thingworx/Composer
In Kepware, Project > Properties > Thingworx you cannot set Disable Encryption to Yes when using SSL so update it to No.
Update the Resource value to /Thingworx/WS
The appKey is tied to KepwareUser make sure that user has all the proper permissions.
Try to connect again after making these changes.
Regards,
Sachin Sharma
Below are couple of things I noticed,
You cannot use 8443 port with http, it has to be either https://localhost:8443/Thingworx/Composer or http://localhost:8080/Thingworx/Composer
In Kepware, Project > Properties > Thingworx you cannot set Disable Encryption to Yes when using SSL so update it to No.
Update the Resource value to /Thingworx/WS
The appKey is tied to KepwareUser make sure that user has all the proper permissions.
Try to connect again after making these changes.
Regards,
Sachin Sharma
Sharma,
Thanks, the issue resolve while I update the Resource value to /Thingworx/WS~