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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tOracleOutputBulkExec- NullPointer Exception error

I'm trying this job execution in Talend Open studio.
The same scenario, when executed with Normal tOracleOutput/tLogRow, works fine.
While using tOracleOutputBulExecution, the intermediate data file out.csv is also created properly but while loading into the table I get this error.
Am I missing any setting here in Bulk Execution?

JobJob.png

Basic setting: Basic Setting.png

Advanced Setting: Advanced Setting.png

Output: Output Error.png

Labels (2)
7 Replies
vapukov
Master II
Master II

Hi,

 

is your database on the same server with a Studio (Talend Job)?

 

Anonymous
Not applicable
Author

No. Database is in Linux server and Open Studio in Windows.

Anonymous
Not applicable
Author

Any update on this issue?

Anonymous
Not applicable
Author

Hi,

 

    A quick query. Have you given Schema length definition for all your String variables? Since you have specified Create if not exists, this could be one reason of the error.

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

Anonymous
Not applicable
Author

Yes, I have the schema string variables defined with length and I also tried "default" instead of  "Create if not exist" option.
I'm still getting the same error.

Anonymous
Not applicable
Author

Hi,

 

    Could you please take a executable shell script and try to run directly from DB server to verify the idea shared by @vapukov ?

 

     Sometimes it might be due to firewall issues. I hope you are giving the connection details also correctly.

 

      Sorry. could not thing about any other right now. Any other ideas guys ?

 @rhall  @TRF  @uganesh @manodwhb 

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

vapukov
Master II
Master II

all talend BulkExec components require to have csv file on the local for database server disk - https://help.talend.com/reader/wDRBNUuxk629sNcI0dNYaA/Q3j6rgEPNXLD7q0lIPgpBg

 

as it is seen from the pictures in the first post - file created on the local machine, so not depending on other possible errors this must be checked first