TIBCAlerter error after upgrading to 5.6.20

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
davort
Posts: 25
Joined: Sat 20 Jan 2007 14:37

Re: TIBCAlerter error after upgrading to 5.6.20

Post by davort » Wed 23 Mar 2016 10:00

Super, I've send You an e-mail as per Your instructions. Can hardly wait on Your reply ... :)

Thanks,

D.

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: TIBCAlerter error after upgrading to 5.6.20

Post by ViktorV » Fri 25 Mar 2016 09:35

A link to download the night builds was sent to your email address.

davort
Posts: 25
Joined: Sat 20 Jan 2007 14:37

Re: TIBCAlerter error after upgrading to 5.6.20

Post by davort » Fri 25 Mar 2016 09:57

Thank You!

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: TIBCAlerter error after upgrading to 5.6.20

Post by ViktorV » Tue 29 Mar 2016 08:07

Thank you for being interested in our products.
If you have any questions during using our products, please don't hesitate to contact us - and we will try to help you solve them.

wesleybobato
Posts: 19
Joined: Thu 13 Feb 2014 12:28

Re: TIBCAlerter error after upgrading to 5.6.20

Post by wesleybobato » Tue 29 Mar 2016 16:12

Hi Support

You can send me this please fix?

My project is also being harmed by this error.

[email protected]

Kind regards.

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: TIBCAlerter error after upgrading to 5.6.20

Post by ViktorV » Wed 30 Mar 2016 06:22

We can send you a night build including the fix. For this, please send your license number for IBDAC and the IDE version to viktorv*devart*com.

wesleybobato
Posts: 19
Joined: Thu 13 Feb 2014 12:28

Re: TIBCAlerter error after upgrading to 5.6.20

Post by wesleybobato » Thu 31 Mar 2016 12:31

Hi Support

Unfortunately I didn't get the patch file.
I'm waiting for several months for this solution.

You can check please

Have a great day

[email protected]
Delphi XE First Version

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: TIBCAlerter error after upgrading to 5.6.20

Post by ViktorV » Thu 31 Mar 2016 13:09

We have answered you via e-mail.

wesleybobato
Posts: 19
Joined: Thu 13 Feb 2014 12:28

Re: TIBCAlerter error after upgrading to 5.6.20

Post by wesleybobato » Sat 02 Apr 2016 00:23

Hi Support

Unfortunately the file you sent me does not compile.

Can you send me the correct file please?

Thank you very much

Best regards.

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: TIBCAlerter error after upgrading to 5.6.20

Post by ViktorV » Wed 06 Apr 2016 05:36

We have answered you via e-mail.

Haydar Aji
Posts: 7
Joined: Wed 22 Jun 2016 04:06

Re: TIBCAlerter error after upgrading to 5.6.20

Post by Haydar Aji » Tue 20 Sep 2016 09:13

I have installed IBDAC 5.7.25 for delphi XE4 and using firebird 3.0

When I'm connect with Local & LAN mode, TIBCAlerter worked perfectly, but when I'm connect using Public connection, every form that using IBAlerter and set IBAlerter.Active := True, always makes the error
"Failed establish a secondary connection for event procesing.
No connection could be made because the target machine actively refuse it."

Hope this problem can be fixed.

thanks.

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: TIBCAlerter error after upgrading to 5.6.20

Post by ViktorV » Wed 21 Sep 2016 07:42

This error may occur due to the Firebird architecture specificities, not due to IBDAC functionality. When working with event, client and server try to establish an additional connection using random ports. These ports may be blocked by the firewall (antivirus), and you will get the described error as a result. To solve the issue, you can disable your firewall (antivirus) or set a specific value in RemoteAuxPort in the firebird.conf file, and setup the firewall (antivirus) so, that it doesn't block the specified port.

Post Reply