Connect Kepware Server to ThingWorx Foundation Tutorial Failure
Hello, I'm trying to follow the Connect Kepware Server to ThingWorx Foundation tutorial here.
However on step 4, "Test Connection", I'm stuck because my connection has failed and the Simulation_Examples_Functions_Random3 property doesn't ever change and the Industrial Thing:IndConn_Tag1 thing remains disconnected. The Industrial Connection:IndConn_Server thing shows connected and I can click on Discover and see the tags from my kepware server so I don't know why it thinks it's not connected. Errors present in the app log:
- ErrorCode(ab084a75-29f5-48e0-bc81-237601e39af0), Cause(null), Reason(Access was attempted on a null reference variable.), Possible Resolutions(Remove the reference to the null variable within your extension code.)
-
Unable to dispatch [ uri = /Things/IndConn_Server/Services/GetIndustrialThings/]: Unable to Invoke Service GetIndustrialThings on IndConn_Server : null
-
error executing APIRequest Message: Unable to dispatch [ uri = /Things/IndConn_Server/Services/GetIndustrialThings/]: Unable to Invoke Service GetIndustrialThings on IndConn_Server : null, sending ERROR ResponseMessage to caller!
I couldn't tell you what or where null is in any of these errors here. Again, I'm just following along in the tutorial step by step.

