Do you have the complete traceback?  This is from an event-log message, so if this is a call you are making, it may be that something is wrong with the params (eg, the inserts).  This will not fail in "debug" mode as debug mode makes no attempt to actually write such entries to the log - it just prints them.
 
In general though, services should catch errors writing to the log - they are common when the log gets full.  I guess I should update the samples to reflect that...
 
Mark.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of mark mclarnon
Sent: Tuesday, 7 February 2006 7:48 AM
To: Mark Hammond
Cc: python-win32@python.org
Subject: Re: [python-win32] PythonService.exe and Windows Server 2003

Mark:

I appreciate the resposne, I have the exact text of the error message in case this helps anyone else out in the future:

pywintypes.error:(1783,'RegisterEventSource/ReportEvent','The stub recieved bad data')

Mark

On 2/5/06, Mark Hammond <[EMAIL PROTECTED]> wrote:
> From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of mark mclarnon

> I didnt record the error code that was associated with the message but was
> wondering, has anyone had problems with PythonService.exe and Windows 2003
>  Server?

I'm afraid I haven't heard anything similar - but I have personally had no
problems with services on Windows Server 2003.

Sorry I can't be more help...

Mark



_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to