Problem instaling ignition in remote server

Hi
I am trying to connect with OPC SERVER
in a remote computer via TCP-IP
and i am receveing this fault message
com.jniwrapper.win32.com.ComException: COM object method returns error code: 0x80070005; E_ACCESSDENIED (Access is denied.)
com.jniwrapper.win32.com.ComException.checkResult(SourceFile:172)
com.jniwrapper.win32.com.ComFunctions.coCreateInstanceEx(SourceFile:229)
com.inductiveautomation.opccom.COMServerImpl$ConnectServerJob.internalRun(COMServerImpl.java:633)
com.inductiveautomation.opccom.wrapper.OleJob.run(OleJob.java:45)
com.jniwrapper.win32.MessageLoopThread$ThreadSynchronizedAction.run(MessageLoopThread.java:566)
com.jniwrapper.win32.MessageLoopThread$LoopThread.run(MessageLoopThread.java:508)

Please Somebody can help me ?
Best regards
Thanks
Victor

Hi,

Looks like you’re just running into the standard DCOM security issues that can make these types of connections a bit tricky. I recommend searching the forum or the internet in general for information about DCOM security settings. This post, in the Knowledge Base forum, is a good place to start.

Which OPC server are you using? I only ask because Kepware has released version 5.2, which supports UA and will let you avoid COM/DCOM entirely. At any rate, take a shot at getting the DCOM security settings set up, and post back if you have any problems.

Regards,