ramirobot
01-08-2009, 08:24 AM
i keep getting the "Optional feature not implemented", but its a simple select statement that im trying to do. So i think its some configuration i missed? I can work without a problem with PostgreSQL. here are the details of my xAction:
xAction:
A simple relational query, that outputs the resultset;
jdbc driver: sun.jdbc.odbc.JdbcOdbcDriver
jdbc url: jdbc:odbc:MyDSN
MyDSN is a system dsn that points to c:/MyDB.mdb and uses MicroSoft Access Driver.
I have tried replacing the jdbc driver and/or url string with jdbc:odbc:Driver={MicroSoft Access Driver (*.mdb)};DBQ=c:/MyDB.mdb, but got the same error.
The rt.jar file with the above jdbc driver is in
[pentaho home]\bi-server\jboss\server\default\lib
AND
[pentaho home]\design-studio\plugins\org.pentaho.designstudio.editors.reportwizard_1.7.0.906\lib\jdbc
Im using pentaho 1.7, Eclipse workbench from pentaho to edit xActions, MSAccess 2003. The database is as simple as possible, (One table, 3 colums, the sql was tested within MSAccess and worked fine)
Is there any config specific for working with .mdb files?
xAction:
A simple relational query, that outputs the resultset;
jdbc driver: sun.jdbc.odbc.JdbcOdbcDriver
jdbc url: jdbc:odbc:MyDSN
MyDSN is a system dsn that points to c:/MyDB.mdb and uses MicroSoft Access Driver.
I have tried replacing the jdbc driver and/or url string with jdbc:odbc:Driver={MicroSoft Access Driver (*.mdb)};DBQ=c:/MyDB.mdb, but got the same error.
The rt.jar file with the above jdbc driver is in
[pentaho home]\bi-server\jboss\server\default\lib
AND
[pentaho home]\design-studio\plugins\org.pentaho.designstudio.editors.reportwizard_1.7.0.906\lib\jdbc
Im using pentaho 1.7, Eclipse workbench from pentaho to edit xActions, MSAccess 2003. The database is as simple as possible, (One table, 3 colums, the sql was tested within MSAccess and worked fine)
Is there any config specific for working with .mdb files?