Online Forums
Technical support is provided through Support Forums below. Anybody can view them; you need to Register/Login to our site (see links in upper right corner) in order to Post questions. You do not have to be a licensed user of our product.
Please read Rules for forum posts before reporting your issue or asking a question. OPC Labs team is actively monitoring the forums, and replies as soon as possible. Various technical information can also be found in our Knowledge Base. For your convenience, we have also assembled a Frequently Asked Questions page.
Do not use the Contact page for technical issues.
Using computer name as
Please Log in or Create an account to join the conversation.
Thanks for the answer!
Please Log in or Create an account to join the conversation.
Be aware, however, that the OPC UA connection process actually works a bit differently from what the intuition tells you. The process actually has two phases:
1. The discovery: The client connects to a so-called discovery endpoint of the server. For this, the client will use the address you specify (either numerical, or a symbolic name with DNS lookup or other available lookup mechanism). The server responds with a list of endpoints (which may differ in transport used, security, etc.).
2. The client picks an endpoint from the list provided by the server, and opens a channel to the server. In this second step, the client can use the IP address or host name that is specified BY THE SERVER in the list of endpoints - not necessarily the same as the IP/host name you have originally specified.
The reason why opening the channel fails due to changing IP address may therefore actually be on the server side as well.
Also note that there are settings in QuickOPC that can be used to enforce the usage of the same IP/host you have specified originally (although, sadly, that brings problems in other scenarios...). This alternative setting should be considered if using the numerical IP does not resolve the issue and you would still see a different IP in the error message.
Best regards
Please Log in or Create an account to join the conversation.
The computer has three network cards with IP-addresses in different 'families'
198.168.0.2
198.168.1.24
10.56.69.145
The OPC Server is on the 198.168.1.24
Sometimes when the client is starting it connects to 10.56.69.145 and then we get this error
Would the best solution be to replace the computer name with the actual IP address that the OPC server is using?
Please Log in or Create an account to join the conversation.