Connecting to a Remote OPC Server

I am trying to communicate with an external OPC DA Sever and am getting the following errors.

com.jniwrapper.win32.com.ComException: COM object method returns error code: 0xC0048004;
at com.jniwrapper.win32.com.ComException.checkResult(SourceFile:172)
at com.jniwrapper.win32.com.ComFunctions.coCreateInstanceEx(SourceFile:230)
at com.inductiveautomation.opccom.COMServerImpl$ConnectServerJob.internalRun(COMServerImpl.java:714)
at com.inductiveautomation.opccom.wrapper.OleJob.run(OleJob.java:48)
at com.jniwrapper.win32.MessageLoopThread$ThreadSynchronizedAction.run(MessageLoopThread.java:620)
at com.jniwrapper.win32.MessageLoopThread$LoopThread.run(MessageLoopThread.java:562)

8.1.4 (b2021040109)
Azul Systems, Inc. 11.0.9

I have followed all the steps for DCOM and have installed the latest OPC Components on both ends, is there anything else to try? I couldn’t find any information on this specific error.