Problem
|
Description
|
Resolution
|
---|---|---|
Cannot connect to the ThingWorx Platform.
|
The SDK cannot connect to the ThingWorx platform via websockets.
|
• Verify that the port is supplied in the URI has a port value specified even if it is a default port for ws or wss. The following URI will not connect: ws://localhost/Thingworx/WS. Change this uri to be: ws://localhost:80/Thingworx/WS.
• A virus program is running that is blocking WebSocket communication.
• A firewall has the port blocked.
• Verify that the following subsystems are started on the ThingWorx Platform: WS Communications Subsystem and WS Execution Processing Subsystem.
|
.NET SDK is timing out shortly after connecting to an Azure-hosted ThingWorx
|
Corporate firewall may be blocking the Azure-based ThingWorx server from sending data.
|
If your company's firewall settings are blocking your Azure-based ThingWorx server, add the server to a whitelist for the firewall.
|