I have a 3rd party app that I am trying to use that connects to an sql database. It runs as a service, and I have it running on one system, but cannot get it to run on other systems, that appear to have the exact some setup.
I have a dsn-less connection string that I am using to connect to the database.
I cannot start the service at all, each time I get the Data source name not found and no default driver specified error. I know I have a valid db and user setup, because the one machine that works(service starts, and interacts with the db) has a connection string that connects to the db on the bad pc.
So, it seems there is some other driver issue or permissions issue on the bad machine, because I know my db is ok.
I have tried updating my MDAC driver to 2.8(even though the working machine has 2.7 as did mine). Also reinstalled sql tools. Even tried using permissions on the service.
Any other ideas?
Thanks in advance.
I have a dsn-less connection string that I am using to connect to the database.
I cannot start the service at all, each time I get the Data source name not found and no default driver specified error. I know I have a valid db and user setup, because the one machine that works(service starts, and interacts with the db) has a connection string that connects to the db on the bad pc.
So, it seems there is some other driver issue or permissions issue on the bad machine, because I know my db is ok.
I have tried updating my MDAC driver to 2.8(even though the working machine has 2.7 as did mine). Also reinstalled sql tools. Even tried using permissions on the service.
Any other ideas?
Thanks in advance.