I have created OPC server using OPC Graybox.
When I launch this as a console application, everything is fine - multiple clients can connect and read the data from this sever.
However, the problem happens when the server is hosted within Windows Service. When OPC client connects to OPC server, it creates another one instance of Windows Service and that does not fit me.
I found one workaround here: http://support.ge-ip.com/support/index?page=kbchannel&id=09237d4900112023bed2600678f But, after choosing of 'Interactive user' on Identity Tab of the OPC Server, I need to reboot the service in order to apply the changes. And as soon as service is rebooted, Identity tab reverts back to the 'Launching user', so I didn't have to chance to check this solution.
Any ideas how to overcome this issue ?