Subject Re: [firebird-support] Problems with database events
Author Helen Borrie
Hello Sandris,

Thursday, March 2, 2017, 5:24:03 AM, you wrote:

> Hello!


> Error occurs if i am trying to register database events using 3.0.2.
> fbclient.dll to firebird 3.0.2. on linux.


> "Failed to establish a secondary connection for event processing."


> No error if server is on windows or server is on linux and using 2.5 client.

It is likely to be a firewall issue. In firebird.conf:

#
# The TCP Port Number to be used for server Event Notification
# messages. The value of 0 (Zero) means that the server will choose
# a port number randomly.
#
# Type: integer
#
#RemoteAuxPort = 0

So you will need to open a port (recommend a high number, e.g., 13050)
in the firewall of your Linux host and apply that number to
RemoteAuxPort. Don't forget to restart the server after saving the
config.

If that doesn't work, you could post a Tracker ticket to have it
looked at before Fb 3.0.2 is released.

HB