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: 
paresh1
Contributor III
Contributor III

tOracleInput Exception java.lang.NullPointerException at oracle.sql.converter.CharacterConverter1Byte.toUnicodeChars(CharacterConverter1Byte.java:344).......

Hi ,

0693p000008vKKTAA2.png

For the above flow getting exception at tOracleInput with Use fetch size enabled:

 java.lang.NullPointerException at oracle.sql.converter.CharacterConverter1Byte.toUnicodeChars(CharacterConverter1Byte.java:344).......

0693p000008vKKsAAM.png

When I disable Use fetch size it is working fine.

Please help what can I do if I want to use fetch size functionality.

Thanks

Labels (4)
2 Replies
manodwhb
Champion II
Champion II

@Paresh Pawar​ , Have you checked the Use an existing connection in basic setting of tDBInput? if yes you need to connect the tDBConnection to tDBInput using on subjob ok. and One mor thing that there is a warning sign in to most right side of the component in tDBInput what was that? I feel you have not configured tDBInput properly.

paresh1
Contributor III
Contributor III
Author

@Manohar B​  Thanks for your quick response.

Have you checked the Use an existing connection in basic setting of tDBInput? ----Yes I have selected Component list using existing connection.

I tried with subjob ok still same error.

The warning sign is for date pattern values. Even if I specify the date pattern values it is still throwing same error.