Subject Re: [firebird-support] Events and SP2
Author Magnus Titho
Dixon Epperson schrieb am 07.03.2005 14:39:
>
> I am using Firebird 1.5.
>
[...]

> Is there a port I can open? If not, what is the best way to resolve
> this? Turn off Windows Firewall?

Open the file
firebird.conf
and search for the following lines:

# 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

^^^^^
Remove the # and open the port you enter here.
(After changing the config, Firebird has to be restarted).

Magnus