OPC Server to Kepware to Manufacturing Apps
From Kepware I need to connect a remote OPC UA Server and send data to the Manufacturing Apps.
I have:
- Kepware installed on Server A
- OPC UA Server (non Kepware) on Server B
From server A I can ping the Server B
From Kepware I'm trying to connect the OPC UA Server using OPC UA Client driver, but I receive errors and the connection fails. I ‘d like to know if what I’m trying to do is feasible or not. Maybe my approach is wrong.
Any help would be appreciated a lot
Many thanks Martina
Errors are:
--> Creating the Channel, I receive the following warning
There is no exact match for the configured endpoint URL in the UA Server. Attempting to connect using the configured URL. Channel endpoint URL = opc.tcp://xxx.xxx.xxx.xxx:4840, server endpoint description URL = opc.tcp://yyy.yyy.yyy.yyy:4840/.
Where xxx.xxx.xxx.xxx is the IP of Server B and yyy.yyy.yyy.yyy is a not-known IP, <> from xxx.xxx.xxx.xxx
And then the following error
Channel failed to connect. |
Status description = 'An internal error occurred as a result of a programming or configuration error.', Status code = 0X80020000.
--> Creating the device I receive the following error when I import Items from the Remote OPC UA Server
Failed to connect to UA server ‘opc.tcp://xxx.xxx.xxx.xxx:4840’ for browsing

