Subject Re: [firebird-support] The description for Event ID ( 251 ) in Source ( FirebirdGuardianDefaultInstance
Author Helen Borrie
At 09:28 AM 26/08/2005 +0000, you wrote:
>hi,
>I'm using Firebird 1.5 with ASP.NET. However, i often
>encountered "Timeout Error" after say about 2-4 hours. after reviewing
>the logs, i found the log as stated below.. Any expert out there can
>assist me in this? any help is appreciated.
>
>regards
>Shawn
>
>The description for Event ID ( 251 ) in Source (
>FirebirdGuardianDefaultInstance ) cannot be found. The local computer
>may not have the necessary registry information or message DLL files
>to display messages from a remote computer. You may be able to use
>the /AUXSOURCE= flag to retrieve this description; see Help and
>Support for details. The following information is part of the event:
>Server Started: Guardian starting: C:\Program
>Files\Firebird\Firebird_1_5\bin\fbserver.exe 384 402653184 1024
>1073741___.

This message doesn't matter. It's a Windows schoolmarm message that would
occur on earlier releases at service start because the installed service
entry was missing some kind of optional description field. It got added at
1.5.1 or 1.5.2, so we haven't seen this complaint for a while. :-)

What you need to look at is the firebird.log, which is located in your
Firebird root directory. The server or the Guardian will log any WNET or
INET errors it receives. This will provide some leads as to what might be
occurring on the network, between the server and the offending client, to
cause a timeout.

./heLen