Subject | Re: [firebird-support] Firebird 3.0 installation not allowing database access with strange errors-HELP! |
---|---|
Author | Mark Rotteveel |
Post date | 2018-09-01T11:36:34Z |
On 1-9-2018 12:59, Chuck Belanger phytotech@...
[firebird-support] wrote:
read a TIP (Transaction Inventory Page), but can't find it.
copying the database file?
the UdfAccess config in firebird.conf and possibly the (library) path),
or that the library is 32 bit and the system 64 bit (or vice versa), or
the library doesn't actually contain the entrypoint specified.
accidentally use embedded instead of the server).
requires an additional dependency (eg msvcr80.dll which was included
with Firebird 2.5, while Firebird 3 uses msvcr100.dll).
Mark
--
Mark Rotteveel
[firebird-support] wrote:
> There are so many issues here that I am confused about how to present[..]
> this. If any one has some ideas and needs more information, I will do
> what I can to give it to you.
>
> Systems: all Win10, 2 are 64 bit, one 32 bit.
> In testing the installer on two other laptops, after running theThe error indicates that likely your database is corrupt. It expects to
> installer, the application will not load, giving me a simple error that
> the database cannot be connected to. When trying from within IBExpert,
> I get:
>
> *"Internal consistency check (cannot find tip page (165), file: tra.cpp
> line: 2323"*
>
> Googling did not help much with telling me how to resolve this.
> **
read a TIP (Transaction Inventory Page), but can't find it.
> This is with Local, Default protocol and I am pointing to the FB3This error should happen irrespective of method of access.
> directory for fbclient.dll.
> This happens for both systems.What happens if you backup and restore to move the database instead of
>
> Since I use a program to do the DB conversion from FB 2.5 structure to
> FB 3.0 structure. I swapped out the DBs and copied over DBs from the
> development system on which they worked fine. Again, the same error.
> Likewise, I took the converted DBs and moved to my development system
> and they opened without error.
>
> QED: I don't think this is a DB file issue, but a Firebird 3.0
> installation/system error or difference. What do you think?
copying the database file?
> On the laptops, if I set the protocol to Local, Loopbak, LocalHost, PortThis means that either Firebird can't find the UDF library (depends on
> 3050, I can connect, but the UDFs do not work during a SELECT qry.
>
> Likewise, if I set up an embedded FB3 environment, that can access the
> DB; as well as simply putting the FBClient.dll in the app directory and
> pointing to that as the client. None of these successful connection
> allow the UDFs to work, though.
>
> I get in IBExpert: "Invalid Token; Invalid request BLR at offset 39.
> Function F_STR2STR is not defined module name or entry point could not
> be found." It is not just the one UDF, F_STR2STR, but ALL functions in
> FreeUDFLib.dll. This dll btw is the same that I use on my development
> system and another remote windows server, non-VPS, without any problems.
the UdfAccess config in firebird.conf and possibly the (library) path),
or that the library is 32 bit and the system 64 bit (or vice versa), or
the library doesn't actually contain the entrypoint specified.
> Perhaps coincidentally, I reported a few weeks ago that our new VPS,UDF access has nothing to do with protocol used (except maybe when you
> also, gets the same error message when accessing UDFs in dlls.
>
> Back to the DB connection: If I change the protocol to Remote, TCP/IP,
> it connects properly to the VPS, but again, it cannot access the UDFs in
> the dlls.
accidentally use embedded instead of the server).
> So, my question is why can I not use Local, Default on these 2Again, most likely 64 bit vs 32 bit, or maybe the FreeUDFLib.dll
> computers, but can use the other protocols. Likewise, what could be
> different about the FB3.0 installation on my development computer that
> allows it to access the UDFs and behave as expected when using Local,
> Default protocol? Are there some setup dll files that may be on my
> development computer but not on the other computers that affect this?
>
> BTW, just to test it out, I uninstalled FB3.0.3 and then installed
> FB3.0.2--that didn't fix it--and then did the same for FB3.0.1 and that,
> too, did not fix anything. Same behavior.
>
> Just tried to swap out the newly compiled FreeUDFLib.dll with an older
> compiled one and that, too, did not work on the laptop FB3.0 systems.
requires an additional dependency (eg msvcr80.dll which was included
with Firebird 2.5, while Firebird 3 uses msvcr100.dll).
Mark
--
Mark Rotteveel