Friday, February 10, 2012

cannot find info on 'event id 17052' in Microsoft Knowledge base

I have a repeatitive error of event id 17052 in my App log. It fills up the
log in about 4 hours. The description is error 99001, severity 10, state 1.
Can someone help me with this. I can't find anything in the Knowledge Base
or anywhere else. Thank you.Event ID 17052 is a generic event recorded for various
issues. Error numbers over 50000 are user defined messages.
On the server where you are seeing this, you can create the
same entry in the app log yourself by executing the
following in Query analyzer:
raiserror(99001, 10, 1)
So you probably have a stored procedure or an application
raising this error.
-Sue
On Fri, 11 Mar 2005 16:11:03 -0800, Jeff Delk <Jeff
Delk@.discussions.microsoft.com> wrote:
>I have a repeatitive error of event id 17052 in my App log. It fills up the
>log in about 4 hours. The description is error 99001, severity 10, state 1.
>Can someone help me with this. I can't find anything in the Knowledge Base
>or anywhere else. Thank you.

No comments:

Post a Comment