Subject | RE: [firebird-support] FB after Win7 upgrade and FB 2.1.3 to 2.5.0 Server upgrade-> lost UDFs |
---|---|
Author | Alan McDonald |
Post date | 2011-01-25T21:03:44Z |
> Hello:snip
>
> Last week I upgraded my clinic computer from XP to Win7. I was using FB
> embedded for an application that I created.
>
> I was having trouble with the database processes of an application I
> developed (and about 50 people use) and thought to upgrade from FB
> v2.1.3 to v2.5.0, embedded. It seemed to help, but some of the issues
> continued (OnCallBack to a progress meter in IBO and the program was on
> occasion becoming non-responsive without an error message.), so I thought
> to try the FB server, since I use that on my development system and have
> none of those problems.
>
>dll give
> But, now I'm having a lingering problem with an UDF in FreeUDFLib.dll.
> It is one I created, but it looks like even the ones that come with the
> the same error, and only on one computer:same
>
> Invalid token.
> Invalid request BLR at offset 60
> Function <> is not defined.
> Module Name on entry point could not be found.
>
> The file structures are the same: /UDF is below the /Bin director on the
> branch All three are using the same FreeUDFLib.dll, in the UDF directory.UDF
> The functions are listed UDFs in IBExpert and IB_SQL I tried to readd the
> functions under a different name, that just gave the same error I tried to
> backup/restore my database on the computer in question and that did not
> help.
> All three systems use the same firebird.conf file, which uses the default
> location setting.functions
>
> Any suggestions on what is going on and what I can do to get these
> back?2.5 embedded is still plagued with these issues:
>
> Thank you,
>
> Chuck Belanger
>
> http://tracker.firebirdsql.org/browse/CORE-1814If the UDF lib makes a callback to the client library but in the case of
> http://tracker.firebirdsql.org/browse/CORE-2628
embedded, the server is not active and the call fails with the error message
you are reporting.
Alan