tomoguisuru
Programmer
I have an ASP.NET website that I've created using VS 2008 and the .NET 2.0 Framework. The site takes a Crystal Report developed in Crystal 9 and loads it onto the website.
The ODBC connection that the report is using is a Timberline Data connection, and it all works fine. As long as I run the project from my local computer, it all works just fine. However, as soon as I publish it to our IIS server, it breaks.
Here is the error message
Logon failed. Details: 01000:[Microsoft][ODBC Driver Manager] The driver doesn't support the version of ODBC behavior that the application requested (see SQLSetEnvAttr).
Query Engine Error: 'S1000:[TimberlineODBC][TimberlineODBCEngine ODBC Driver][DRM File Library]Drive or directory unavailable [IO-WIN 3] Screen\OD.scr'
Logon failed. Error in File C:\WINDOWS\TEMP\TimeRequest {BE81D3F5-C2CB-48F6-A2BE-412E4FB26540}.rpt: Unable to connect: incorrect log on parameters.
The ODBC connection is the exact same on the IIS server as on my local machine, and the website is set to run under a domain admin account. Any help would be appreciated.
The ODBC connection that the report is using is a Timberline Data connection, and it all works fine. As long as I run the project from my local computer, it all works just fine. However, as soon as I publish it to our IIS server, it breaks.
Here is the error message
Logon failed. Details: 01000:[Microsoft][ODBC Driver Manager] The driver doesn't support the version of ODBC behavior that the application requested (see SQLSetEnvAttr).
Query Engine Error: 'S1000:[TimberlineODBC][TimberlineODBCEngine ODBC Driver][DRM File Library]Drive or directory unavailable [IO-WIN 3] Screen\OD.scr'
Logon failed. Error in File C:\WINDOWS\TEMP\TimeRequest {BE81D3F5-C2CB-48F6-A2BE-412E4FB26540}.rpt: Unable to connect: incorrect log on parameters.
The ODBC connection is the exact same on the IIS server as on my local machine, and the website is set to run under a domain admin account. Any help would be appreciated.