I am trying to connect ACCPAC 4.2 to a SQL Server 2000 database. I've set up my user login/password, set up an ODBC connection, but when I go into the database set up and provide my credentials, I get an error 119 when trying to connect to the database.
I've tried going in through Query Analyzer in SQL Server and have successfully been able to query and return table info. I've also tried using the server name instead of ODBC, and still fails.
What's interesting is if I provide an incorrect user name and/or password, I get an error 49153 instead of 119, this tells me that it is getting through authentication, but I'm not sure if it's stuck now at perhaps a permissions issue? Please help.
Thanks.
I've tried going in through Query Analyzer in SQL Server and have successfully been able to query and return table info. I've also tried using the server name instead of ODBC, and still fails.
What's interesting is if I provide an incorrect user name and/or password, I get an error 49153 instead of 119, this tells me that it is getting through authentication, but I'm not sure if it's stuck now at perhaps a permissions issue? Please help.
Thanks.