Jump to content
Xtreme .Net Talk

Jay_DEEP

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Jay_DEEP

  1. FIX FOR - Crystal Report displays database login page for VS2003 .Net Crystal Report I finally was able to resolve this problem. I spent more than two weeks:mad: pondering:confused: on this problem. I had all my crystal Reports developed on a VS 2003 .Net platform. The Crystal Reports are based on ADO.Net datasets (XML). They were working fine at all the 17 clients but when we recently deployed it to a new client in a virtual environment, we got the above error where the Crystal report was asking for database credentials. Our App already sets the LogOnInfo for each table, subreport, section. Finally after weeks of research through various blogs, Crystal (SAP/Business Objects) support websites.... I found that the problem lies within the current version of your crdbadoplus.dll. It doesn't matter where this dll is there on your machine, but in my case this dll was causing the logon window to come up everytime, the crystal report was launched from the application. To fix the problem. Copy crdbadoplus.dll (Version: 9.2.0.29) into the application root folder where it was deployed to eg: C:\Program Files\Your Client Application\ and :cool: the database logon window stopped popping.....So if all fails please try to get this dll..and try it....Good luck guys...(May be this will help lots of ppl who are spending hours and hours on the net trying to find a resolution to this problem.). Please let me know if this worked for you guys....
×
×
  • Create New...