Subject | Re: Events on Firebird 1.0 and IBX |
---|---|
Author | jsbriantes <jorge@sur-se.com> |
Post date | 2003-01-28T08:39:38Z |
Hi,
- I'm using FireBird 1.02, but I used Interbase 6.0 too.
- My application is developed on Delphi 5.0. I've update my IBExpress
components to the last version through www.interbase.com
- My application works fine on a Windows Server machine running
Interbase or FireBird. It registers events without problem, and it
works ok.
- It don't use threads.
- I read prior posted messages that said to include 127.0.0.1 in the
hosts file in /etc/hosts. I do that, and I wrote into the hosts file
all ip's and names of all network equipment.
- I use IBDatabase component to connect to database.
The problem is when I register events. I trace the program step by
step and it hangs on the line that I register events with IBEvent
component.
But, what's the matter on Linux? I think IBEvent doesn't be the
problem because it works fine with a Interbase/Firebird on Windows.
Thanks.
- I'm using FireBird 1.02, but I used Interbase 6.0 too.
- My application is developed on Delphi 5.0. I've update my IBExpress
components to the last version through www.interbase.com
- My application works fine on a Windows Server machine running
Interbase or FireBird. It registers events without problem, and it
works ok.
- It don't use threads.
- I read prior posted messages that said to include 127.0.0.1 in the
hosts file in /etc/hosts. I do that, and I wrote into the hosts file
all ip's and names of all network equipment.
- I use IBDatabase component to connect to database.
The problem is when I register events. I trace the program step by
step and it hangs on the line that I register events with IBEvent
component.
But, what's the matter on Linux? I think IBEvent doesn't be the
problem because it works fine with a Interbase/Firebird on Windows.
Thanks.
--- In ib-support@yahoogroups.com, Helen Borrie <helebor@t...> wrote:
> At 06:55 PM 27/01/2003 +0000, you wrote:
> >Hello,
> >I've the hosts file complete with all ip's and names of equipment,
> >and It doesn't work. I can't register events on a Red Hat Linux 8.0
> >Server Machine with neither Firebird nor Interbase.
> >
> >What can I do?
>
> What version of Firebird are you using?
>
> What does the connection string of your main application look like?
>
> What is your application environment? What version? What edition?
>
> Where did you get the IBEvents component?
>
> You referred to this:
>
>
> >--- In ib-support@yahoogroups.com, Jakub Czy¿kowski <kuba@s...>
wrote:
> > > Hello,
> > > I use IBX and CBuilder, a tried to install Firebird for my
> >application (
> > > under Linux Debian),
> > > but these problem has occured:
> > >
> > > I use IBEvents, when I set
> > > TIBEvents->Registered = true
> > > then I got those message:
> > > "Cannot establish second connection for events processing"
>
> One says it doesn't work with either Firebird or IBX, the other
says it
> works with IB 6 but not with Firebird.
>
> Neither mentions which version of IBX he uses. If it is the one
that ships
> on the CD with an older version of Delphi or CPPB, the events
mechanism
> never did work.
>
> I can't say whether a later version *will* work. I can't even say
*which*
> version will work, although I know that Jeff Overcash got IBEvents
working
> at some point in the evolution of IBX. The older versions didn't
work
> because they were buggy. Conjecture: the newest versions might
not work
> with Firebird because of Borland's rumoured policy to make it
**NOT**
> support Firebird.
>
> So - if you have eliminated the chance that you might have set
things up
> wrongly, it could be a case of trying IBX versions until you find
one that
> does work with Firebird. You can get the updates from Jeff
Overcash's page
> at CodeCentral.
>
> A reality check could be to try the eval version of IB Objects or
FIBPlus,
> which DO support Firebird (version 1.0, 1.01 and 1.02 certainly,
1.5 Alpha
> not known), and see whether you get the same problems then.
>
> heLen