Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Hi,
I have successfully create a ssh-connection and a vnc-connection over a edge device to an rpi via EMS. Now I try the same with RDP but this will not work. I have installed xrdp on the rpi (tcp-port 3389). I have setup the firewall of the edge device (where the EMS is running) to allow TCP 3389.
When I try to connect via remote access widget I get the error message
[ERROR] 2019-12-04 12:11:18,313 SDK: twTunnelManager_TaskerFunction: Error connecting to 1.0.1.2:3389. tid: 75da34af-e679-4338-984b-d2ec35f8818a. Error: 111
on EMS-side.
To my knowledge, until recently RDP was not working with ThingWorx tunneling - https://www.ptc.com/en/support/article?n=CS252787
I did not test it personally, but apparently it is working using the new Remote Access Client (available in 8.4+, see ThingWorx Remote Access Client) and latest C SDK / Java SDK
Hi,
I tried it with the RemoteAccessClientLinker-Widget. Theoretically, it would work with that but on my PC runs a Remote Access Service on port 3389. So the RemoteAccessClientLinker choose 3390 for the connection which will not work on my device. The RemoteAccessClientLinker use always the origin port or counts up if the port is already occupied.