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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
rt97
Contributor
Contributor

Hash is not initialized

Hi everyone, I know this might have been asked a lot, but none of the solutions seem to work.

In my talend job I have the following

rt97_0-1719644496623.png

The readmessage component reads from the cachemessage component. however sometimes I get tHashInput_1 The hash is not initialized : The hash must exist before you read from it

Do you have any idea how can I add an initialization check?

Labels (4)
1 Reply
Xiaodi_Shi
Employee
Employee

Hello,

This normally happens when you are trying to read a tHashInput which do not have any content even though you have mapped it to a tHashOutput.

You are able to add a tLogrow before each tHashOutput to verify whether tHashOutput is getting right data or I will connect a tFixedFlowInput with the correct schema and zero rows to a Hash and then link all others to that to avoid this problem.

Hope it helps.

Best regards

Sabrina