Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Report fails on the production server

Status
Not open for further replies.

Juice05

Programmer
Dec 4, 2001
247
US
I created a VB.NET application that has a main crystal report (8.5) that has one subreport. Both reports use stored procedures to gain data from my SQL Server database. I created the reports pointing to Server "dev" with database named "devDB". Now that the system is live it needs to point to Server "live" with database "liveDB".

One would assume that changing the ConnectionInfo for the tables would do the trick. That works for the main report but now my sub report displays a parameter input screen asking for a parameter. I already set that parameter via the Subreport link while in the Crystal designer.

I can post my code if you think it would help.

Thanks in advance for any help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top