Accessing Sage 300 CRE Data from the Web - Error [28000][Sage][SQL Engine](31830)Username and Password is required

SUGGESTED

We are accessing Sage 300 CRE data in a web page using the ODBC 32 bit driver we set up as a system dnn (TMBWeb). The dsn points to the correct data folder and is configured for standard descriptions and maximum table segment size. We have a connection string in our configuration file for the website. The connection string is as follows;

<add name="TimberlineODBC" connectionstring="DSN=TMBWeb;Uid=webadmin;pwd=******;" providerName="System.Data.ODBC"/>

We can access the data from Excel or SQL Server Management Studio (import data into table) using the system dsn and credentials. When we try and run a query against the data from the website we get the above error msg. I noticed the error msg says the userid and pwd is required (ie not invalid), which makes me think it is not finding the credentials in the connection string. 

Do you have any idea why this error msg is generated? 

Thank you.