If your XNET connections fail, it may be because the local protocol isn’t working properly on your machine.If you’re running Windows with terminal services enabled, this can often be fixed by setting IpcName to Global\FIREBIRD in the configuration file firebird.conf (don’t forget to uncomment the parameter and restart the server).
If setting IpcName doesn’t help, and you can’t get the local protocol enabled, you can usually work around the problem by using inet:// , or putting “localhost: ” before your database paths or aliases, thus turning them into TCP/IP connection strings (discussed below).
|