01-06-2009 04:49 AM
Hello,
I have very big problem with remote OPC. On both computers I have RSLinx Server. When I select path \\localhost\RSLinxOPCServer\TopicName\Something[0] then etherything is working good. But when I try to connect to another computer \\Anod\\RSLinxOPCServer\TopicName\Something[0] I have info: "Access Denied!". How can I resolve the problem?
Thanks.
01-08-2009 02:45 AM
01-08-2009 03:32 AM
Have you tried disabling all firewalls on the computers?
JR
01-08-2009 04:03 AM
Yes. And I have the same problem with excel when I am trying to connect by DDE. Access Denied! In excel when I write =rslinx|topicname!itname then everything is working good. But when I try =\\hostname\rslinx|topicname!itname then no connection. Meaby something wrong with network settings but witch one?
01-08-2009 05:12 AM
Exacly message is:
"Error: Can't connect to OPC Server. Registry access denied."
When I am trying to connect by LabWindows OPCClient.
01-08-2009 06:15 AM
Hi prepond,
I'm not expert in how to work with this OPC server, but it looks like problem in permissions settings. You can have a look at "RSLinx VB Remote OPC" for some inspiration where the problem could be (I know, it is about VB, but in general, this kind of problems should not be language dependent). You might check if DCOM is set correctly (you can find some informations in "Using OPC via DCOM", page 6). Maybe you can find some information about access violation in Windows event viewer, and you can then set proper group or user permissions.
Regards,
Martin