Hey all,
We've got a web service here written in NetTalk that uses a combination of TPS file and CONNX ODBC drivers to get data from a legacy system.
Client wants this web app to run as a service on their main server so that it is still available after reboots etc. All fine except that when running as a service, the ODBC links just do not work at all. No data found. Running the app standalone works absolutely fine. I set up the service with the same credentials as I use on the server (when testing standalone OK) but still no dice. I've made sure the ODBC DSN is a System DSN and not a User DSN. TPS file access works fine. Just the ODBC ones that break.
Any tips for getting service based NetTalk sites to communicate nicely via ODBC ?
Thanks,
Devan