Troubleshooting

From eStream Software

1. Firebird unable to complete network request to host name

FB-01.jpg


This might arise from the following reasons:

a. Firebird not installed in main PC/Server

Install the firebird in main PC/Server. Click to Firebird installation guide.

b. Invalid IP address of main PC/Server

1. Run the command prompt.
2. Type ipconfig and hit ENTER key.

FB-12.jpg

3. Ensure the IP Address is correct in Database Group setting.

FB-01b.jpg

c. Firewall has blocked the port number (3050)

Add the port number 3050 as exception in any anti-virus firewall.

d. Windows system file has altered to other port number (eg. 3999)

Check the port number has set to other than 3050

1. Run the command prompt.
2. Type netstat and hit ENTER key.
3. Local address will be ended with 3999. See screenshot below.

FB-11.jpg


Change the port number to 3050

1. To search the command prompt, type CMD.

FB-02.jpg

2. Run as Administrator (Right click on command prompt).

FB-03.jpg
NOTE:
Command prompt must run as administrator.

3. At command line c:\WINDOWS\system32>, type cd drivers\etc.

FB-04.jpg

4. Hit ENTER key. 5. Follow by type notepad services.

FB-05.jpg

6. Hit ENTER key. 7. Find (Ctrl+F) the keyword 3999/tcp.

FB-06.jpg

8. Disable the line by insert #.

gds_db       3999/tcp (before)
#gds_db      3999/tcp (after disable)

9. Close the notepad and save the setting.

FB-07.jpg

See also