Skip to main content
12-Amethyst
May 16, 2018
Question

Binding Remote Thing failed

  • May 16, 2018
  • 1 reply
  • 3294 views

Hello,

 

I have the following error message on device side: "Binding failed, see server log for more information" (See screenshot attached here). This error is displayed when calling the function "twApi_BindThing(thingName)" on device. I looked at the logs server side but I didn't find anything.

 

The message isn't displayed the first time the device starts after creating the thing (Server side) , it's during a second startup of device.

 

TW version used currently:  8.2.1

 

The same software used on the device side works properly using the thingworx version 7.4

 

Thank you in advance for your help.

1 reply

5-Regular Member
May 16, 2018

Hi @amejia1 is there a thing with that name existing on ThingWorx 8.2 with RemoteThing template? Could you share screenshot from the server? Are you binding the thing using ID or the name? Is there anything on the client side log?

 

What version of C SDK are you working with?

amejia112-AmethystAuthor
12-Amethyst
May 16, 2018

Hi,

 

The problem only happens if the isConnected property is equals to true at startup.

 

 

5-Regular Member
May 17, 2018

The isConnected property will be true if the corresponding remote edge device is actually connected.