I inherited some reports and a standalone java app to display them from a previous employee. We connect to an oracle DB, using jdbc.
One report had some bugs, so I used CRXI to edit the report template. To do this, I had to change the database location to a new server so that I could properly preview the fields in the report.
But now this report wont work in my application! The other reports (all using the untouched old db location) work fine, but not my new report. When I run it, I get an 'unsupported JNDI object (mydatabase)' error. The app prompts for a database location, username and password, so I am wondering if there is something in the report template I need to tweak to get it to work?
Or maybe the app has some context info somewhere that the report template needs to exist, even if it can connect to any db?
Any ideas on how to look at this?
Thanks!
Bryan
One report had some bugs, so I used CRXI to edit the report template. To do this, I had to change the database location to a new server so that I could properly preview the fields in the report.
But now this report wont work in my application! The other reports (all using the untouched old db location) work fine, but not my new report. When I run it, I get an 'unsupported JNDI object (mydatabase)' error. The app prompts for a database location, username and password, so I am wondering if there is something in the report template I need to tweak to get it to work?
Or maybe the app has some context info somewhere that the report template needs to exist, even if it can connect to any db?
Any ideas on how to look at this?
Thanks!
Bryan