Link to home
Start Free TrialLog in
Avatar of selas
selas

asked on

Firebird 2.0 Events Register On remote server (internet) with Zebedee configuration

Hello,
i am using firebird 2.0 with zebedee. (Firebird server and Zebedee are on the same servers - REMOTE_PC_IP)
----------
On server i do:
zebedee -s localhost:3050 localhost:3051 localhost:3052 localhost:3053 (opened 4 ports, but only two need, but 4 ports for testing purpose)
----------
On client i do:
zebedee REMOTE_PC_IP 3051:REMOTE_PC_IP:3050 3052:REMOTE_PC_IP:3052 (i see that only needs two ports 3051 and 3052)
----------
On IBOdatabase to connect to Remote firebird database server i am writing - localhost/3051.
----------
Firebird.cong file RemoreAuxPort=3052.
----------
After this i try to connect and my program crash with  "not responding". If i remove "IBEvents.Register"  line from my program code, it works correct, but with Event register (ibEvents.register) it fails. Any more solution? maybe i missed anythink?
ASKER CERTIFIED SOLUTION
Avatar of Nick Upson
Nick Upson
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
would you mind saying what the problem was?
Avatar of selas
selas

ASKER

My network strukture is like this

My computer (zebedee client)-> Router1 -> Internet -> Router2 -> Firebird server (zebedee server).
On router1 i was blocked port 3053 (firewall) so events can not make connection between it.