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