Hi I am trying to get the ReportViewer to run against a Oracle 9i db. I can get the report to run in crystal but when I try to use the code that BO provides I get the following error;
ERROR - Failed to open connection (Connection: databaseType=JDBC (JNDI) serverName=jdbc
racle:thin:{userid}/{password}@(DESCRIPTION =(ADDRESS_LIST =(ADDRESS = (PROTOCOL = TCP)(HOST = hostname)(PORT = 1521)))(CONNECT_DATA =(SERVICE_NAME = CFRES0))) state=closed databaseDriverName=crdb_jdbc.dll).
com.crystaldecisions.reports.queryengine.al: Error finding JNDI name (cfres0.world)
I am trying to find any examples of using this with Oracle. Thanks in advance.