Can't connect Plant Scada OPC UA server

Hi guys,

I'm trying to connect a Plant Scada ver 8.4 OPC UA server to ignition but having connection reset java.net.socketexception error.

I've also checked the port of the opc server is open. Not sure if I did anything wrong. Any insights would be appreciated!



Connection reset means the connection is being closed by the other side.

Usually a firewall issue, sometimes it means the service isn’t actually running, sometimes other things.

Nothing wrong on the Ignition config yet. You probably wouldn’t be able to connect e.g. UaExpert from the same server Ignition is on either.

Thanks Kevin for quick response.

I'll start to look at firewall stuff first.

Do I need Kepware in my case?

You don’t need Kepware for anything you’ve shown or mentioned here.

Thanks.

I'm not the IT expert! Silly question, if you can Test-Netconnection to the opc port of target opc server, and it comes back with the TcpTestSucceeded:True as picture below, you would think it can somehow talk to target opc server over firewall?

Yeah, might not be firewall, might be the actual server itself closing the connection for some reason.

Try UaExpert. I don’t expect that to work, but if it does, Wireshark might let you make a comparison and figure out why.


You are right. Can't use UAexpert to connect. Probably something is wrong on the other end.

Hi, did you finally get a solution to this problem?
Please share how you resolved it.

Did you try the steps suggested by others in this thread? Did you try UA Expert? Everyone's problems may be different, so the solutions won't necessarily be the same.

I haven’t tried any steps yet, but I’m looking at implementing the same setup and wanted to check what I should avoid and whether this is likely to become a recurring issue.

It was working. Somehow I managed to make it not working today anymore :joy:.

But here are what I’ve done:

  • In configurator, turn off anonymous and turn on encrypted for opc ua server tab. You might see trouble restarting the conectivity service when hit configure button

  • Set up window account for citect security with full permission level

  • Use opc ua url with the window account to connect.

  • Ofc, you need to trust cert for both server and client.

    all of above can be found in plant scada documentation.

Thanks for this, that’s really helpful.
It gives me a solid starting point for a similar set up I’ll be working on soon.

Hi Xolani,
Have you started?