Firebird Documentation IndexFirebird 2.0.6 Release NotesKnown Compatibility Issues → Windows-Specific Issues
Firebird Home Firebird Home Prev: Firebird APIFirebird Documentation IndexUp: Known Compatibility IssuesNext: INSTALLATION NOTES

Windows-Specific Issues

Windows Local Connection Protocol with XNet
Client Impersonation No Longer Works
Interactive Option Added to instsvc.exe

For installing, configuring and connecting to Windows servers, be aware of the following issues:

Windows Local Connection Protocol with XNet

The transport internals for the local protocol have been reimplemented (XNET instead of IPServer). With regard to the local protocol, the new client library is therefore incompatible with older servers and older client libraries are incompatible with the Firebird 2 servers.

If you need to use the local protocol, please ensure your server and client binaries have exactly the same version numbers.

Client Impersonation No Longer Works

WNET (a.k.a. NetBEUI, Named Pipes) protocol no longer performs client impersonation. For more information, refer to Change to WNET Protcol in the chapter about new features.

Interactive Option Added to instsvc.exe

D. Yemanov

The optional switch -i[nteractive] has been implemented in instsvc.exe to enable an interactive mode for LocalSystem services.

For v.1.5, it was required (as Allow service to interact with desktop) to run the local IPC protocol, as it used a windows message to connect the server. In v.2.0, it is no longer necessary and the server itself does not need this option.

However, some custom UDFs may use the Win32 messaging facilities and this option allows them to work as expected.

Note

instsvc.exe is a command-line utility for installing and uninstalling the Firebird service. It does not apply to Windows systems that do not have the ability to run services (Win9x, WinME).

For detailed usage instructions, refer to the document README.instsvc in the doc directory of your Firebird installation.

Prev: Firebird APIFirebird Documentation IndexUp: Known Compatibility IssuesNext: INSTALLATION NOTES
Firebird Documentation IndexFirebird 2.0.6 Release NotesKnown Compatibility Issues → Windows-Specific Issues