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 within SQL Server
Please Log in or Create an account to join the conversation.
- niels@opsdata.com
-
- Visitor
-
Please Log in or Create an account to join the conversation.
If you are on an old QuickOPC version, in this case 5.32 or earlier (I think it is unlikely), then you might have a reason to need this document, and in this case we can make it accessible to you.
Best regards
Please Log in or Create an account to join the conversation.
- niels@opsdata.com
-
- Visitor
-
QuickOPC-COM".
Thank you.
Please Log in or Create an account to join the conversation.
Best regards
Please Log in or Create an account to join the conversation.
- RickMerritt
-
Topic Author
- Offline
- Senior Member
-
- Posts: 4
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- RickMerritt
-
Topic Author
- Offline
- Senior Member
-
- Posts: 4
- Thank you received: 0
All I did yesterday was downloaded QuickOPC 5.31 from your site and ran the install
I added the OA procedures to SQL Server
Was there any additional steps required? I was able to run one of the .net examples and it worked correctly.
This is on a Windows Server 2008 R2 Enterprise computer
Please Log in or Create an account to join the conversation.
'OPCLabs.EasyDAClient.5.1'
to
'OPCLabs.EasyDAClient.5.2'
This new ProgID of the component is documented in the manuals, but not all examples have been updated.
Please Log in or Create an account to join the conversation.
- RickMerritt
-
Topic Author
- Offline
- Senior Member
-
- Posts: 4
- Thank you received: 0
QuickOPC-COM' document to try to get a stored procedure to access an OPC server.
I installed the OA Procedures as instructed. Whenever I try to execute this portion of the code:
EXEC @hr = sp_OACreate 'OPCLabs.EasyDAClient.5.1', @easyDAClient OUT, 4;
I get the error:
-2147221005
Msg 50000, Level 16, State 1, Line 13
Error Creating COM Component 0x800401f3, ODSOLE Extended Procedure, Invalid class string
Any idea on how to fix this??
Thanks
Please Log in or Create an account to join the conversation.