C-SDK giving errors on Edge devices
Hello
I have a bunch of devices connected to Thingworx with the C SDK, each device connects to thingworx by using its serial number as an identfier so that they can be asigned to their associated thing on thingworx. I created a single appKey that all devices will use to connect to Thingworx.
The problem I am having is that some devices are able to connect to thingworx and write data, some devices do not connect to thingworx
and return this error:
Sep 26 09:01:08 arm Exsaber[1674]: [ERROR] 2019-09-26 09:00:49,424: twSubscribedPropsMgr_PushProperties: error pushing or persisting property list, code: 1114
Sep 26 09:18:14 arm Exsaber[1674]: [WARN ] 2019-09-26 09:17:58,145: api:sendMessageBlocking: Message 7940 timed out
Sep 26 09:18:14 arm Exsaber[1674]: [ERROR] 2019-09-26 09:17:58,145: twSubscribedPropsMgr_PushPropertyInfoList: Error pushing properties for *A06UBF. Error: 1114.
Sep 26 09:18:14 arm Exsaber[1674]: [ERROR] 2019-09-26 09:17:58,145: twSubscribedPropsMgr_PushProperties: error pushing or persisting property list, code: 1114
Sep 26 09:18:34 arm Exsaber[1674]: [WARN ] 2019-09-26 09:18:18,642: api:sendMessageBlocking: Message 7943 timed out
Sep 26 09:18:34 arm Exsaber[1674]: [ERROR] 2019-09-26 09:18:18,643: twSubscribedPropsMgr_PushPropertyInfoList: Error pushing properties for *A06UBF. Error: 1114.
Sep 26 09:18:34 arm Exsaber[1674]: [ERROR] 2019-09-26 09:18:18,643: twSubscribedPropsMgr_PushProperties: error pushing or persisting property list, code: 1114
Sep 26 09:19:15 arm Exsaber[1674]: [WARN ] 2019-09-26 09:19:07,220: api:sendMessageBlocking: Message 7949 timed out
Sep 26 09:19:15 arm Exsaber[1674]: [ERROR] 2019-09-26 09:19:07,221: twSubscribedPropsMgr_PushPropertyInfoList: Error pushing properties for *A06UBF. Error: 1114.
Sep 26 09:19:15 arm Exsaber[1674]: [ERROR] 2019-09-26 09:19:07,221: twSubscribedPropsMgr_PushProperties: error pushing or persisting property list, code: 1114
I saw this community post : https://community.ptc.com/t5/ThingWorx-Developers/Permissions-while-connecting-C-SDK-to-ThingWorx/m-p/619570
suggesting that it might be permissions but I do not see any permission related errors in thingworx.
Any advice on the possible cause or some troubleshooting ideas.
Thanks

