cancel
Showing results for 
Search instead for 
Did you mean: 

unable to process existing RPT file sql query in eclipse

0 Kudos

Hi Team,

Please help on how I can reprocess or print existing .rpt file data in (java) web application by using eclipse. I am successfully processing existing rpt file through eclipse and deliver it on web platform (using Crystal Reports Viewer 12.0.0.0 version). But here I am stuck, actually many .rpt file have different sql query some of them creating table or view at run time so when ever I run the code I am getting Error in JNDI connection. Because that table or view is not exist in current database. But when I am manually create one sql file and paste it same sql query and map that sql query with current project then it is working fine. But I can not do same way for all 1k+ files because it is will take time and increase the complexity as well. I just want to read the current .rpt file in web version and process its input parameter and display the result from the database. Please advice how I can process the sql queries and populate the data.

Accepted Solutions (0)

Answers (0)