Subject Re: UDF call gives Invalid request BLR
Author Alexander V.Nevsky
--- In firebird-support@yahoogroups.com, Nick Upson <nick@u...> wrote:
> > In article <VA.00002002.15bb9315@u...>, Nick Upson wrote:
> > > Specifically I get "Invalid request BLR at offset 63, function
TITLECASE is
> > > not defined, module name or entry point could not be found"
> > >
> > > I'm attempting to move a FB1.0 database to FB1.5, currently on a
different
> > > machine for testing purposes. I've done a gbak of the original
and restored
> > > it on 1.5, I've set the udfaccess in the config file to restrict
> > > /opt/firebird/UDF and copied my udf file udflocal.o to
libudflocal.so which
> > > it seemed to require (udflocal.o worked with fb1.0). Any
suggestions welcome.
>
>

Nick, check

Select RDB$MODULE_NAME From RDB$FUNCTIONS
Where RDB$FUNCTION_NAME='TITLECASE'

there should be name of file where server tries to find it. If this
name is wrong, update it. If in the old database module_name was
registered with path, remove path, FB1 and FB1.5 have different ideas
about their roor directory.

Best regards,
Alexander.