Subject Re: problem using uuidUDF with Firebird-1.5.2.4731Linux
Author Adam
I doubt that is the case.

When a UDF crashes, Firebird is restarted and any active connection
is therefore broken. Check firebird.log to see whether Firebird is
restarting. If so, you will need to investigate the particular UDF
you are using and why it is crashing. It is not a UDF that ships with
Firebird, so you may need to contact the author.

Adam




--- In firebird-support@yahoogroups.com, David Johnson
<johnson_d@c...> wrote:
>
> Check you hosts file. "127.0.0.1 localhost" (without the quotes)
should
> be the first entry.
>
> On Sun, 2005-11-13 at 06:25 +0000, irekcees wrote:
> > Hi
> > I have problem using uuidUDF with Firebird-1.5.2.4731 on Linux
> > CREATE PROCEDURE SY_UUID
> > RETURNS (UUID CHAR(22))
> > AS
> > begin
> > UUID = UUID_CREATE();
> > suspend;
> > end
> >
> > After use PROCEDURE SY_UUID I have error:
> > Statement failed, SQLCODE = -902
> > Unable to complete network request to host "localhost".
> > -Error reading data from the connection.
> >
> > With same version of serwer on Windows, every thing works OK?
> >
> > Can some one help me?
> >
> > Ireneusz Ciesluk
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >
> > Visit http://firebird.sourceforge.net and click the Resources item
> > on the main (top) menu. Try Knowledgebase and FAQ links !
> >
> > Also search the knowledgebases at http://www.ibphoenix.com
> >
> > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
>