Hi am using the report viewer in asp.net to view crystal reports. In my dev enviroment everything is working fine, when I change to a differnet DB server all the reports with parameters fail with the following error
Error in File c:....Reports\ChartReportClientDoctor.rpt: Error in formula <Record_Selection>. '{spCRClientData1;1.admissionDate} = {?admitDate}' This field name is not known.
If I point this server at the dev DB it works fine, but it doesn't work on the production DB at all. I am using SQL server. The reports that do not us a parameter work fine.
Error in File c:....Reports\ChartReportClientDoctor.rpt: Error in formula <Record_Selection>. '{spCRClientData1;1.admissionDate} = {?admitDate}' This field name is not known.
If I point this server at the dev DB it works fine, but it doesn't work on the production DB at all. I am using SQL server. The reports that do not us a parameter work fine.