My Perl program connects to SQL SERVER via ODBC without any trouble from the comand line and straight CGI, but it fails with the latest fastcgi downloads:
DBI connect('XXX5_client_user1','XXX',...) failed: [Microsoft][ODBC SQL Server Driver][TCP/IP Sockets]General network error. Check your network documentation. (SQL-08001)
[Microsoft][ODBC SQL Server Driver][TCP/IP Sockets]ConnectionOpen (Connect()). (SQL-01000)(DBD: db_login/SQLConnect err=-1) at D:/User/XXX5_client/lib/DB/DBI.pm line 156
I assume that it is some sort of permissions problem. Is fastcgi running as the user specified in the identity of the worker process? If not, where can the user id be changed?
Note that tests of my program without attempting database connections work fine.
Does windows server / IIS require that additional permissions be given to the account that is running the script?
Any help would be appreciated.
Thanks
Horace