cancel
Showing results for 
Search instead for 
Did you mean: 

Incorrect log on parameters

Former Member
0 Kudos

We just installed Crystal Server 2016 ( on Windows Server 2012 R2).  I installed the SQL Native Client 11 driver and created an ODBC connection to our database   I have a Crystal Report that connects to a SQL Server db via the same 32-bit native client ODBC connection.  The report runs fine in Crystal Reports locally on my PC.  However, when deployed to Crystal Server, the report fails with the error "Error in File ~tmp2e3c8fa52a64a60.rpt: Unable to connect: incorrect log on parameters."

The database is SQL Server 2014.  I remember struggling with this during initial set up at another job and thought the Native Client driver was the key.  What am I missing?  Should there be a connection in the Crystal Server UI?  According to the PAM, SQL Server 2014 data access should use Microsoft SQL Server Native Client 11.0.

Accepted Solutions (1)

Accepted Solutions (1)

former_member198519
Active Contributor
0 Kudos

Have you configured the database configuration for the report via CMC? You need to provide the ODBC connection name, Username and password in the required field. Along with the table prefix

Just before saving the details make sure you select the option of "use the same database credential as and when report is run".

Just make sure the same 32 bit ODBC connection is also there on the Business Objects Server

Former Member
0 Kudos

Adding the table prefix worked.  I hadn't had to do that in previous version, so thanks for the tip!

Answers (1)

Answers (1)

DellSC
Active Contributor
0 Kudos

When you configured the ODBC connection, which version of the ODBC Manager did you use?  Even though most of Crystal Reports Server is 64-bit, the part that actually runs Crystal reports is 32-bit.  So, you MUST use the 32-bit ODBC manager to configure DSNs for reports.  Use the 64-bit ODBC manager to configure DSNs for the CMS and Audit databases.  Also, make sure that you created a System DSN on the server, NOT a User DSN.

-Dell