Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 catching sql state 37000 with profiler

Author  Topic 

chedderslam
Posting Yak Master

223 Posts

Posted - 2009-03-27 : 16:44:17
We have just begun to get an error logged as SQL State 37000 in our application. I have just run a trace on the server with profiler causing the error to occur. There are a ton of records from the trace, but I don't see the error. How do I find it? Would it have been captured with the default trace, or do I need to use another template?

Thanks.

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2009-03-27 : 16:46:39
Capture with Error and Warnings Event in Profiler.
Go to Top of Page

chedderslam
Posting Yak Master

223 Posts

Posted - 2009-03-27 : 16:52:07
Is this a template? I couldn't find it.

I went to the "Events Selection" and did not see Error and Warnings Events.
Go to Top of Page

chedderslam
Posting Yak Master

223 Posts

Posted - 2009-03-27 : 17:28:36
I have selected everything under Errors and Warnings and had the error triggered, but the trace does not show it. Am I missing something?
Go to Top of Page

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2009-03-28 : 00:27:21
Then check in event Log.
Go to Top of Page
   

- Advertisement -