Posted: Tue Jan 21, 2014 8:25 am Post subject: Message Broker causing errors in Event Viewer
Newbie
Joined: 21 Jan 2014 Posts: 1
Hello,
i have created a message flow which seems to be working fine but there are a lot of errors which appear in the Event Viewer which are bothering me as they might be causing issues with the ODBC connection which i cannot be sure about. The interesting thing is that there are no exceptions in the WMB logs as well as in the trace.
I receive the following 3 messages every few seconds:
Message 1: ( BROKERNAME.FLOWNAME ) Database error: SQL State ''42000''; Native Error Code ''8179''; Error Text ''[Microsoft][ODBC SQL Server Driver][SQL Server]Could not find prepared statement with handle 4.''.
The error has the following diagnostic information: SQL State ''42000'' SQL Native Error Code ''8179'' SQL Error Text ''[Microsoft][ODBC SQL Server Driver][SQL Server]Could not find prepared statement with handle 4.''
This message may be accompanied by other messages describing the effect on the message broker itself. Use the reason identified in this message with the accompanying messages to determine the cause of
The message broker encountered an error when processing a database operation. The ODBC return code was ''-1''. See the following messages for information obtained from the database concerning this error.
Use the following messages to determine the cause of the error. Typical problems are an incorrect datasource or table names. Correct either the database or message broker configuration.
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
First flush you're passing a call to a stored procedure through the PASSTHRU and the database's can't find it
In any event, try the contents of what you're passing from a command line or similar tool & see if it works _________________ Honesty is the best policy.
Insanity is the best defence.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum