Trying to figure out what the error above means while connecting to your SQLBase server? So was I. It’s actually quite silly, but I was not able to find this error in any documentation or Google and it took me way too long to figure out and fix.
Apart from possibly setting the servername in your DSN, it’s also configured in the sql.ini. For linux this is:
[linuxclient.tcpip] serverpath=SERVERNAME,HOSTNAME,PORT/*
I had the SERVERNAME set incorrectly.
Hope this helps.