Link to home
Start Free TrialLog in
Avatar of parveenmehta
parveenmehta

asked on

Exception Details:CrystalDecisions.CrystalReports.Engine.LogonException: Logon Failed.


I am trying to run a Crystal report in .NET and there are several Crystal reports which are working just fine and even this one does in the development environment but it does not work in the testing environment.
Follwing is the error:::
Logon Failed
Exception Details:CrystalDecisions.CrystalReports.Engine.LogonException: Logon Failed.
Any help would be greatly appreciated!!!
Thanks
 
ASKER CERTIFIED SOLUTION
Avatar of SuperGhosty
SuperGhosty

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of parveenmehta
parveenmehta

ASKER

Thanks for the quick reponse.
I have about 8 other reports which are working just fine and i actually have views created in Oracle which server to populate reports.
Now this is the only one which does not work even though it uses the same log in info as other reports do.
This report works just fine in development environment.
Thanks
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
nauman is correct, there seems to be a bug with crystal reports.

I have been able to remove the connection information completely from the report and then recreate it and my report started working again. However it happened again so I hard-coded it programatically.