Hi Experts,
I am trying to use the open sql engine with with SAP MII. I have configured a "JDBC Custom DataSource" as follows
Driver Name: System_Driver
SQL Engine: Open SQL
Isolation Level: Default
JDBC Version: 1x (without XA support)
JDBC Driver Class : oracle.jdbc.driver.OracleDriver
Server URL Format : jdbc:oracle:thin:@<host>:<port>:SID
Username:
Password:
I have configured a datasource connection in MII. When using this connection in sql query, I am able to select the query mode. But when I open fixed query or query window, I get the error
ORA-00942: table or view does not exist
OpenSQLExceptionCategories: [NON_TRANSIENT, DB_OBJECT_UNKNOWN].
The logs show the following error
SQL error occurred on connection <server>:<sid>:<user>: code=942, state="42000", message="ORA-00942: table or view does not exist";
SQL statement is "SELECT * FROM "BC_DDDBTABLERT" WHERE "NAME" = ?".
[EXCEPTION]java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist...
and the template is unable to fetch the table list from the DB.
Please advise
Regards