C-SDK - unable to file transfer from Thingworx to the Edge Device
Hi,
I'm running the c-sdk 2-2-3-1545 in a device and when I try to download a file from the Thingworx repository to the device, by using twFileManager_GetFile(), I receive the following error:
[ERROR] 2019-12-03 15:09:59,666: twMessaging::handleMessage: Response ID 20 has code 160: Entity FileTransferSubsystem does not exist or is not yet associated with a Thing
[ERROR] 2019-12-03 15:09:59,666: twFileManager_TransferFile: Error invoking Copy service on FileTransferSubsystem
I tried to call the Subsystems["FileTransferSubsystem"].Copy() service (In the Thingworx side) to validate the parameters that I was using, and everything worked fine.
Can anybody help me with that ?
Did you faced that error before?
Thanks in advance.

