Subject Re: [firebird-support] UDF Problems
Author Helen Borrie
At 08:44 AM 8/04/2004 +0000, you wrote:
>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 the
>UDF directory of firebird and the UDF function no longer works. I
>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 lib in
the \UDF directory beneath the Fb root, configure UDFAccess to
RESTRICT = UDF
and stop and restart Firebird to get it seen.

/heLen