good morning
i have an error occuring at a customer site and i would like to be able to reproduce it on my dev server. the error i have is:
-2147220478 pisdk.dll Unable to open a session on a server. [-10758] Failed to create remote connection.
my question is what cause this? a timeout on the network, the pi server being stop, the physical server itself being shutdown? i look in the pi log, event viewer, etc and i don't see anything that could help me to find the issue. i want to reproduce this same exact error here.
thanks
yannick
Yannick,
Such error usually appears when the PI Server is unavailable to the application that is requesting the connection and there might be several reasons for this, including network configuration and firewall.
Also, you can get this error when a PI Server does not even exist on the node you are trying to connect to.
Are there other applications connecting fine to the PI Server on the same node?
If you just want to reproduce this error on your custom application (or simply in the About PI-SDK utility), you can, for instance, make it try to connect to any node that exists on your network but that hosts no PI Server at all.