Hi,
I am getting different error while sending/receiving message to BizTalk. Can anyone help me out to resolve this issue?
We are sending XML message through SoapUI to BizTalk. BizTalk disassemble this message in the receive port with custom pipeline component. In this pipeline component we are calling BizTalk rules with the help of Inrule.runtime dll.
When I send BizTalk message through SoapUI, I am getting following error in soap UI as response:
"Open Connection failed: [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied. (Error Code = SqlError)Error processing (ApplyRulesDirective)(Error Code = InternalError) ->InRule.Runtime"
Is this error related to SQL connection for DBNETLIB? if yes how can I check the connection for this DB?
or is this error related to Inrule.Runtime dll? if 'Yes' what to do to fix it?
Any help will be appreciated. Thanks in advance.!!!
Regards,
Mamata
can any one faced above error...
There are two possibilities that come to mind.
1. The configuration doesn't point the the correct instance of SQL Server. How have you specified the server name for the DLL?
2. The service account under which the adapter (and the pipeline component) is running doesn't have access to the SQL Server or to the database.
Brad Friedlander
Magenic Technologies