Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ODI-1228: Task Load MASTERITEMTYPE-IKM SQL Insert- fails on the target connection XML_DS_XXX_Demo3.

3515257Aug 18 2017 — edited Aug 21 2017

Hi Experts,

I am getting the below error in ODI 12.1.3 when trying to run the mapping from SQL to xml . Could you please check it once?

ODI-1228: Task Load MASTERITEMTYPE-IKM SQL Insert- fails on the target connection XML_DS_XXX_Demo3.

Caused By: java.sql.SQLException: user lacks privilege or object not found: XXX_ITEMMASTER.MASTERITEMTYPEFK

at org.hsqldb.jdbc.Util.sqlException(Unknown Source)

at org.hsqldb.jdbc.JDBCStatement.fetchResult(Unknown Source)

at org.hsqldb.jdbc.JDBCStatement.execute(Unknown Source)

at com.sunopsis.jdbc.driver.xml.SnpsXmlStatementRedirector.execute(SnpsXmlStatementRedirector.java:77)

at com.sunopsis.jdbc.driver.xml.SnpsXmlStatement.execute(SnpsXmlStatement.java:31)

at oracle.odi.runtime.agent.execution.sql.SQLCommand.execute(SQLCommand.java:205)

at oracle.odi.runtime.agent.execution.sql.SQLExecutor.execute(SQLExecutor.java:141)

at oracle.odi.runtime.agent.execution.sql.SQLExecutor.execute(SQLExecutor.java:28)

at oracle.odi.runtime.agent.execution.TaskExecutionHandler.handleTask(TaskExecutionHandler.java:52)

at oracle.odi.runtime.agent.execution.SessionTask.processTask(SessionTask.java:189)

at oracle.odi.runtime.agent.execution.SessionTask.doExecuteTask(SessionTask.java:111)

at oracle.odi.runtime.agent.execution.AbstractSessionTask.execute(AbstractSessionTask.java:864)

at oracle.odi.runtime.agent.execution.SessionExecutor$SerialTrain.runTasks(SessionExecutor.java:2024)

at oracle.odi.runtime.agent.execution.SessionExecutor.executeSession(SessionExecutor.java:562)

at oracle.odi.runtime.agent.processor.TaskExecutorAgentRequestProcessor$1.doAction(TaskExecutorAgentRequestProcessor.java:718)

at oracle.odi.runtime.agent.processor.TaskExecutorAgentRequestProcessor$1.doAction(TaskExecutorAgentRequestProcessor.java:611)

at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:203)

at oracle.odi.runtime.agent.processor.TaskExecutorAgentRequestProcessor.doProcessStartAgentTask(TaskExecutorAgentRequestProcessor.java:800)

at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$1400(StartSessRequestProcessor.java:74)

at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$StartSessTask.doExecute(StartSessRequestProcessor.java:702)

at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:180)

at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$2.run(DefaultAgentTaskExecutor.java:108)

at java.lang.Thread.run(Thread.java:722)

Caused by: org.hsqldb.HsqlException: user lacks privilege or object not found: XXX_ITEMMASTER.MASTERITEMTYPEFK

at org.hsqldb.error.Error.error(Unknown Source)

at org.hsqldb.ExpressionColumn.checkColumnsResolved(Unknown Source)

at org.hsqldb.QueryExpression.resolve(Unknown Source)

at org.hsqldb.ParserDML.compileInsertStatement(Unknown Source)

at org.hsqldb.ParserCommand.compilePart(Unknown Source)

at org.hsqldb.ParserCommand.compileStatements(Unknown Source)

at org.hsqldb.Session.executeDirectStatement(Unknown Source)

at org.hsqldb.Session.execute(Unknown Source)

... 22 more

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 18 2017
Added on Aug 18 2017
1 comment
388 views