Hi,
I am getting below error when executing a crystal report inside Java application. It seems .rpt file uses the JDBC url which I used during the report deign. How do I remove the JDBC url from designer and make it run inside Java?
2009-03-03 16:03:19,317 ERROR (?:request:?) - JRCAgent1 detected an exception: Logon Error: Null user or password not supported in THIN driver
Error while generating crystal report
com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Logon Error: Null user or password not supported in THIN driver---- Error code:-2147467259 Error code name:failed
at com.crystaldecisions.sdk.occa.report.lib.ReportSDKException.throwReportSDKException(Unknown Source)
Thanks,
Venkat