Link to home
Start Free TrialLog in
Avatar of Altaf Patni
Altaf PatniFlag for India

asked on

Crystal Report Show Error in ASP.NET

i  am put Crystal Report Selection Formula  in Report Viewer  ASP.NET  but show error in report


Error:-
"Logon failed. Error in File GDM_Summary_Acc 4876_5784_{94B465AA-E059-4907-BB38-CB4DB4F8BDB8}.rpt: Unable to connect: incorrect log on parameters."

CrystalReportViewer1.SelectionFormula = "{ABC.Group_Name} = '" + G_Name + "' AND {ABC.GM_Date} >= Date(#" + newfromdate + "#)  And {ABC.GM_Date} <=Date(#" + newtodate + "#)";

Open in new window


and Remove this code open report with All Data....

Please Help me...
Avatar of Raghavendra Hullur
Raghavendra Hullur
Flag of India image

Hi,

The error is related to data source connection issue. Check for the correctness of credentials  for data source.
Avatar of Altaf Patni

ASKER

data source connection is ok...
report showing remove the code of formula..
Ok, is it working fine for other reports?
Is there anything different in connection info or db driver info?
If it's just after inclusion of new parameter, can you check whether that parameter or parameters are working fine?
ASKER CERTIFIED SOLUTION
Avatar of Mike McCracken
Mike McCracken

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