Subject | Re: UDF Problems |
---|---|
Author | shaq@comalex.com |
Post date | 2004-04-08T09:11:52Z |
I changed the Firebird.conf to UdfAccess = Restrict. I also tried
UdfAccess = Full.
I am using Firebird 1.5 Final Release. Like I said everything on
both machines is exactly the same except that I am using WinXP and
the server is Win2003(doesn't work).
Any other ideas?
-Shaq
--- In firebird-support@yahoogroups.com, Helen Borrie <helebor@t...>
wrote:
UdfAccess = Full.
I am using Firebird 1.5 Final Release. Like I said everything on
both machines is exactly the same except that I am using WinXP and
the server is Win2003(doesn't work).
Any other ideas?
-Shaq
--- In firebird-support@yahoogroups.com, Helen Borrie <helebor@t...>
wrote:
> At 08:44 AM 8/04/2004 +0000, you wrote:the
> >I have my own UDF function. I can run everything on my machine
> >fine. I copy the database to a Win2003 machine, copy the dll in
> >UDF directory of firebird and the UDF function no longer works. Ilib in
> >have the same version of Firebird on both machines, same database,
> >and it works on my machine but not on our Win2003 server.
> >
> >I get the error: Invalid request BLR at offset 60. Function CEHL2
> >is not defined. Module name or entrypoint could not be found.
> >
> >Any ideas?
>
> Are you using Firebird 1.5? If so, you need to configure UDFs in
> firebird.conf. The default is to disallow them. If you have your
> the \UDF directory beneath the Fb root, configure UDFAccess to
> RESTRICT = UDF
> and stop and restart Firebird to get it seen.
>
> /heLen