Alexander - 2014-12-24

I'm trying to connect to the server OPC KepWare for windows 7, and get the following error:

org.jinterop.dcom.common.JIException: Message not found for errorCode: 0xC000003
4
at org.jinterop.winreg.smb.JIWinRegStub.winreg_OpenHKLM(Unknown Source)
at org.jinterop.dcom.core.JIProgId.getIdFromWinReg(Unknown Source)
at org.jinterop.dcom.core.JIProgId.getCorrespondingCLSID(Unknown Source)

    at org.jinterop.dcom.core.JIComServer.<init>(Unknown Source)
    at org.openscada.opc.lib.da.Server.connect(Server.java:123)
    at ru.intetech.getopctags.COPCRoutine.connect(COPCRoutine.java:46)
    at ru.intetech.getopctags.Main.main(Main.java:35)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoa

der.java:58)
Caused by: jcifs.smb.SmbException: The system cannot find the file specified.
at jcifs.smb.SmbTransport.checkStatus(Unknown Source)
at jcifs.smb.SmbTransport.send(Unknown Source)
at jcifs.smb.SmbSession.send(Unknown Source)
at jcifs.smb.SmbTree.send(Unknown Source)
at jcifs.smb.SmbFile.send(Unknown Source)
at jcifs.smb.SmbFile.open0(Unknown Source)
at jcifs.smb.SmbFile.open(Unknown Source)
at jcifs.smb.SmbFileOutputStream.<init>(Unknown Source)
at jcifs.smb.TransactNamedPipeOutputStream.<init>(Unknown Source)
at jcifs.smb.SmbNamedPipe.getNamedPipeOutputStream(Unknown Source)
at rpc.ncacn_np.RpcTransport.attach(Unknown Source)
at rpc.Stub.attach(Unknown Source)
at rpc.Stub.call(Unknown Source)
... 12 more

фхъ 24, 2014 6:24:39 PM org.openscada.opc.lib.da.Server cleanup
INFO: Destroying DCOM session...
фхъ 24, 2014 6:24:39 PM org.openscada.opc.lib.da.Server cleanup
INFO: Destroying DCOM session... forked
18:24:39,265 ERROR main COPCRoutine:connect:52 - Error connect to OPC Server: or
g.jinterop.dcom.common.JIException: Message not found for errorCode: 0xC0000034
фхъ 24, 2014 6:24:39 PM org.jinterop.dcom.core.JISession postDestroy
INFO: About to destroy 0 sessesion which are linked to this session: 1913183595
фхъ 24, 2014 6:24:39 PM org.jinterop.dcom.core.JIComOxidRuntime destroySessionOI
Ds
INFO: destroySessionOIDs for session: 1913183595
фхъ 24, 2014 6:24:39 PM org.openscada.opc.lib.da.Server$1 run
INFO: Destructed DCOM session
фхъ 24, 2014 6:24:39 PM org.openscada.opc.lib.da.Server$1 run
INFO: Session destruction took 0 ms

Although Windows XP I do't have such problems, both systems are configured and adjusted as described in the manual for setting DCOM on the official site KepWare.
What could be the problem?

P.S. I use OPENSCADA.Utgard.