Subject | RE: [IBO] unable to connect firebird 1.5 from borland c++ after downgrade from firebird 2 |
---|---|
Author | Dmitriy A. Beloshistov |
Post date | 2008-04-08T11:32:52Z |
Hi!
ODS version was updated in migration process from FB 1.5.x to FB 2.0.x?
WBR,Dmitry Beloshistov AKA [-=BDS=-]
-----Original Message-----
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On
Behalf Of maayanf24
Sent: Tuesday, April 08, 2008 2:22 PM
To: IBObjects@yahoogroups.com
Subject: Re: [IBO] unable to connect firebird 1.5 from borland c++ after
downgrade from firebird 2
The object in use is: TIBDatabase.
In other computers (when the only version installed for firebird is
1.5) this works fine.
The problem is only in that one computer where I tried to install the
2.0.3.
Full Database name: "C:\\PSI_SI\\EPG2_B11\GUI\\DEBUG_BUILD\\EPG.GDB"
I used the default options while installing firebird .
--- In IBObjects@yahoogroups.com <mailto:IBObjects%40yahoogroups.com> ,
Helen Borrie <helebor@...> wrote:
that Firebird depends on, such as TCP/IP.
DatabaseName property with an internal friendly name.
about the server model you are using (Classic or Superserver) PLUS
exactly what the whole string is that the client is using to connect.
service, which has lately proven to be possible, due to a bug in the
Windows server executables (both Fb 2.0.3 and all the Fb 1.5 series); or
trying to open an ODS 11 database from a Fb 1.5 server.
ODS version was updated in migration process from FB 1.5.x to FB 2.0.x?
WBR,Dmitry Beloshistov AKA [-=BDS=-]
-----Original Message-----
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On
Behalf Of maayanf24
Sent: Tuesday, April 08, 2008 2:22 PM
To: IBObjects@yahoogroups.com
Subject: Re: [IBO] unable to connect firebird 1.5 from borland c++ after
downgrade from firebird 2
The object in use is: TIBDatabase.
In other computers (when the only version installed for firebird is
1.5) this works fine.
The problem is only in that one computer where I tried to install the
2.0.3.
Full Database name: "C:\\PSI_SI\\EPG2_B11\GUI\\DEBUG_BUILD\\EPG.GDB"
I used the default options while installing firebird .
--- In IBObjects@yahoogroups.com <mailto:IBObjects%40yahoogroups.com> ,
Helen Borrie <helebor@...> wrote:
>v.1.5.5.
> At 06:35 PM 8/04/2008, you wrote:
>
> >Hi,
> >I had installed firebird 2.0.3, then uninstalled it.
> >Then I had installed firebird version 1.5.0.4306.
>
> Why? That version is almost five years old. You should install
>an
> >The installation
> >was complete successfully, and the service is running. But when I
> >tried to connect to this DB from Borland C++ program, I received
> >error:Windows had finished starting the Firebird service or another service
> >isc_unavailable.
> >
> >At the log there is an entry like this:
> >D-21906 (Client) Tue Apr 08 08:43:54 2008 Control services error
> >1061
>
> This probably means that you tried to connect to a database before
that Firebird depends on, such as TCP/IP.
>Instead, use the Server, Protocol and Path properties and fill the
>
> >the lines of code are:
> > m_pDatabase->DatabaseName = FullDatabaseName;
> >m_pDatabase->Params->Clear();
> >m_pDatabase->Params->Values[IB_USERNAME] = m_UserName;
> >m_pDatabase->Params->Values[IB_PASSWORD] = m_Password;
> >m_pDatabase->Connected = true;
> >
> >* before upgrading to 2.0.3 and downgrading again, it worked ok.
> >also - I have external tool to DB which works ok.
> >
> >what could be the problem?
>
> If indeed you are using IB Objects then don't use Params directly.
DatabaseName property with an internal friendly name.
>guess what FullDatabaseName might be...but you will have to tell us more
> If you don't use IBO then you are off-topic here. We can only
about the server model you are using (Classic or Superserver) PLUS
exactly what the whole string is that the client is using to connect.
>Firebird installation, for example installing over the top of a running
> There are other possibilities that might have snafu-ed your
service, which has lately proven to be possible, due to a bug in the
Windows server executables (both Fb 2.0.3 and all the Fb 1.5 series); or
trying to open an ODS 11 database from a Fb 1.5 server.
>
> Helen
>