Online Forums
Technical support is provided through Support Forums below. Anybody can view them; you need to Register/Login to our site (see links in upper right corner) in order to Post questions. You do not have to be a licensed user of our product.
Please read Rules for forum posts before reporting your issue or asking a question. OPC Labs team is actively monitoring the forums, and replies as soon as possible. Various technical information can also be found in our Knowledge Base. For your convenience, we have also assembled a Frequently Asked Questions page.
Do not use the Contact page for technical issues.
Connecting To Remote Server
- That the operating system have service packs and updates. BTW, is the client and the server running on the same OS?
- That both systems (client and server) have the same version of OPC stubs/proxies (i.e., the same version of OPC Core Components).
- That there are no network configuration problems (see e.g. the discussion here: stackoverflow.com/questions/10027454/create-com-object-on-server-in-c-error-80070776 ).
Note: If the only OPC software on the server side is FactoryTalk, the OPC proxies/stubs may be included with its installation, and you won't see any "OPC Core Components" in "Add/Remove Programs". In such case, I still recommend installing the recent OPC Core Components from OCP Foundation, which will update the proxy/stub already residing on the system. opcfoundation.org/developer-tools/developer-kits-classic/core-components/
Please Log in or Create an account to join the conversation.
- neilcooley
-
Topic Author
- Offline
- Platinum Member
-
- Posts: 33
- Thank you received: 3
I don't have another OPC client to try so I am a little stuck.
I have however now got a different message, The object exporter specified was not found. - do you know what this means and what I need to do ?
Neil
Please Log in or Create an account to join the conversation.
EasyDAClient.ClientParameters.UseCustomSecurity
EasyDAClient.ClientParameters.TurnOffActivationSecurity
EasyDAClient.ClientParameters.TurnOffCallSecurity
(if you are working with the demo app, then there is a source code to it available under examples).
However that is usually needed when there is a permission problem such as "Access denied". But it may still be worth trying. Your error ("RPC Server is unavailable"), though, seems more related to issues with processes running (or not running) and/or firewall access. Are you saying that even the firewall that's on the client side is turned off?
Do you have some other OPC client to try from the same machine, and if so, what are the results?
Please Log in or Create an account to join the conversation.
- neilcooley
-
Topic Author
- Offline
- Platinum Member
-
- Posts: 33
- Thank you received: 3
I have got a single read or single write working but when I subscribe to the tag, I get a "The RPC server is unavailable" as the exception.
Have you got any ideas what I have done wrong or need to do? Currently I have all firewalls off.
Neil
Please Log in or Create an account to join the conversation.
- neilcooley
-
Topic Author
- Offline
- Platinum Member
-
- Posts: 33
- Thank you received: 3
I will have a look later and come back if it still doesnt work !
Neil
Please Log in or Create an account to join the conversation.
Best regards
Please Log in or Create an account to join the conversation.
- neilcooley
-
Topic Author
- Offline
- Platinum Member
-
- Posts: 33
- Thank you received: 3
I am trying to connect to a remote server, FACTORYTALK which is on a different subnet to my client PC. FACTORYTALK is a server running Windows Server 2008 R2.
I am using the demo application and the connection exemption is Access Denied.
Please could you explain what I need to do in order to connect to a remote server running on FACTORYTALK.
I haven't done anything with DCOM so I would appreciate some simple guidance.
Thanks again
Neil
Please Log in or Create an account to join the conversation.