Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Hi everyone,
I'm try to deploy the ThingWorx Azure IoT Hub Connector on my ThingWorx8.1, I got some issues in the Thingworx:
Could not dispatch async service request [NotifyPropertyUpdate] : Service not implemented
Could not send response message. APIRequestMessage [requestId: 378713, endpointId: -1, sessionId: -1, method: POST, entityName: SPARX_00000000-0000-0000-0000-000000000000_THINGWORXTRL_RemoteThing_d84ff5e6-6cb9-4f15-b184-aaa001bed347, characteristic: Services, target: NotifyPropertyUpdate]
could someone help me?
Thanks,
David
This error/warning is normal and can be ignored. It won't cause any usability issues. Certain connectors rely on this message from the platform but the Azure connector does not.
Thanks,
Darrick
Hi Darrick,
I'm not sure if this issue can be ignored, but if I create an azureiotting from AzureIotTing template, I will get some new issues:
ERROR
|
No remote binding for PropertyName = twinTags
|
Administrator
|
c.t.t.Thing
|
http-nio-80-exec-32
|
||
ERROR
|
No remote binding for PropertyName = cloudState
|
Administrator
|
c.t.t.Thing
|
http-nio-80-exec-32
|
||
ERROR
|
No remote binding for PropertyName = twinReported
|
Administrator
|
c.t.t.Thing
|
http-nio-80-exec-32
|
||
ERROR
|
No remote binding for PropertyName = twinDesired
|
Administrator
|
c.t.t.Thing
|
http-nio-80-exec-32
|
so, it seems the connector is not work as well?
How can I troubleshooting?