Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
I connected ems to twx and followed ems connectivity steps from connect EMS to Thingworx tutorial
I am able to see the list of files from ems.
I tried copying, moving files from ems to twx repo but not able to complete the process.
Getting error in twx composer : Error executing service readFiles. Message :: Wrapped com.thingworx.common.exceptions.GenericHTTPException - See Script Error Log for more details.
Getting error in ems: FileTransferService::execute: EdgeThing MoveFile unsuccessful. Return code : 0xA0
Solved! Go to Solution.
The mashup basically just helps with the visual and the 'paths' but you can do that with services as well, again use the 'FileTransfer Subsystem' services to do it.
It's been a very long time since I've done this, but that looks like you are copying a file from one folder to another from the perspective of the EdgeThing vs. moving it from the EMS repository to your platform FileRepository.
I recommend you create a mashup with on the one side your Edge and the other side your Repository and use the 'FileTransfer Subsystem' services to copy/move the file.
Thanks Pai for the replies,
But, I would like to proceed via services without having any mashups is that is possible or any workaround will able to allow me to perform this activity ?
The mashup basically just helps with the visual and the 'paths' but you can do that with services as well, again use the 'FileTransfer Subsystem' services to do it.
Hi @sabharees.
If either of the previous responses helped you to find a solution, please mark the appropriate one as the Accepted Solution for the benefit of others with the same question.
Regards.
--Sharon