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

Announcements
Streamlining user types in Qlik Cloud capacity-based subscriptions: Read the Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Bapps
Contributor
Contributor

Maximum Length Of Context Variable Value

Hi,

 

What's the maximum length for context variable value to be defined in Talend Open Studio?

 

I am facing below error with my running fine query, only difference I could see is I've parameterized it and passed values from context variable, not hardcoded in Talend job during deployment.

 

"Java Exception|tNetezzaInput_1|org.netezza.error.NzSQLException:The action you have attempted has caused the back end to close the connection."

 

Please advise if somebody has faced this error before and resolution about same.

 

Thanks

 

 

Labels (3)
2 Replies
manodwhb
Champion II
Champion II

@Bapps,context variables length is depending on the datatype what you specified.

please check the below links to knwo the datatypes maxium lengths.

https://docs.oracle.com/javase/tutorial/java/nutsandbolts/datatypes.html

http://zetcode.com/lang/java/datatypes/

https://www.tutorialspoint.com/java/java_basic_datatypes.htm

Bapps
Contributor
Contributor
Author

Thanks Manohar.

But this doesn't solve my problem 0683p000009MPcz.png