Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] SCD ORA connector NULL pointer error

The below simple job trying to make use of SCD component in Oracle, throws NULL pointer from Delimited file. Anything missing?
0683p000009MEmK.png 0683p000009MEEY.png
Labels (2)
2 Replies
Anonymous
Not applicable
Author

While running in a Talend server (in a Linux), get some more info. It's the same job.


Sending job 'SCD_II_ORA' to server (10.170.24.35:8001)...
File transfer completed.
Deploying job 'SCD_II_ORA' on server ()...
Running job 'SCD_II_ORA'...
Starting job SCD_II_ORA at 13:48 20/08/2014.
connecting to socket on port 3664
connected
disconnected
Exception in component tOracleSCD_1
java.sql.SQLSyntaxErrorException: ORA-00904: "SCD_END": invalid identifier
at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:91)
at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:112)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:173)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)
at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1030)
at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:183)
at oracle.jdbc.driver.T4CStatement.executeForDescribe(T4CStatement.java:774)
at oracle.jdbc.driver.T4CStatement.executeMaybeDescribe(T4CStatement.java:849)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1186)
at oracle.jdbc.driver.OracleStatement.executeQuery(OracleStatement.java:1377)
at oracle.jdbc.driver.OracleStatementWrapper.executeQuery(OracleStatementWrapper.java:386)
at test.scd_ii_ora_0_1.SCD_II_ORA.tFileInputDelimited_1Process(SCD_II_ORA.java:785)
at test.scd_ii_ora_0_1.SCD_II_ORA.runJobInTOS(SCD_II_ORA.java:1726)
at test.scd_ii_ora_0_1.SCD_II_ORA.main(SCD_II_ORA.java:1579)
Job SCD_II_ORA ended at 13:48 20/08/2014.
Anonymous
Not applicable
Author

Resolved. It was a metadata issue.