Click here to Skip to main content
15,891,607 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I created report using Crystal Report VS2013. While in the development machine 64 bit the application works fine

But when I deployed the application into Win2008 64bit, whenever I run the report below message appear

Failed to load database information. Error in File ClaimsBySerialNo 11456_10292_{32E3653E-C045-4035-982F-0A872750C8DF}.rpt: Failed to load database information.

I had followed all the suggestion I can found in net but no success. Anybody ever solve this problem?
Posted

1 solution

Start by looking at your database connection string: most of the time that is the culprit with any DB related problem, when you move from development to production.

The other problem can be access permissions on the actual DB file - depending on where you put it. Have a look at the folder and see if it is read and write for all users. If not, that can throw some odd errors as well.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900