
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Windows 7 with the default "\windows\system32\drivers\etc\services" file content
|
|
| Planning Status: |
Unspecified
|
|
This error occerrence depends on the 'services' file content on the client side computer.
For example in case of Windows 7 operating system there is unable to connect to database via local port 25602 (e.g. localhost/25602:myalias) because of string
hmmp-ind 612/tcp #HMMP Indication
in 'services' file.
25602 = 6402h
612 = 0264h
Somethihg wrong.
Commenting out or deleting of the 612/tcp service resolves this problem. It useful in case of single static database connection.
But if the Firebird SQL traffic to the multiple Firebird SQL servers is packed and crypted using zebedee (or with other tunneling tools) with different and unique local port numbers this error can raise up more and more often.
The more unique local port numbers used on the client side the more chanses to get unestablished database connection because of this inconsistency of service name-port number resolution.
|
|
Description
|
This error occerrence depends on the 'services' file content on the client side computer.
For example in case of Windows 7 operating system there is unable to connect to database via local port 25602 (e.g. localhost/25602:myalias) because of string
hmmp-ind 612/tcp #HMMP Indication
in 'services' file.
25602 = 6402h
612 = 0264h
Somethihg wrong.
Commenting out or deleting of the 612/tcp service resolves this problem. It useful in case of single static database connection.
But if the Firebird SQL traffic to the multiple Firebird SQL servers is packed and crypted using zebedee (or with other tunneling tools) with different and unique local port numbers this error can raise up more and more often.
The more unique local port numbers used on the client side the more chanses to get unestablished database connection because of this inconsistency of service name-port number resolution. |
Show » |
|
It is very hard to meet it in practice so i lower its priority.