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

tRSSInput dies even if "die on error" is not checked

Hi,

 

I'm trying to read some RSS feeds via TOS DI (7.0) with "Die on error" switched off. Hence it should properly finish a job even an error occurs, right?

0683p000009M1rl.png

But this does not work. In there is any error, the complete job terminates with a "null pointer exception" and exit code 1.

 

0683p000009M1vR.png

 

This means: When feeding the tRDDInput with a large set of RSS feeds and there is one causing an error. I cannot ignore it and go on with the next.

 

Am I doing something wrong here?

 

Thanks in advance and regards,

Peter

Labels (2)
1 Reply
David_Beaty
Specialist
Specialist

Hi,

I think you're going to need to enable the "Read Articles From" (which will be a context variable you control) and "Max Number of Articles" and loop through reading the RSS feed in chunks, stepping the context variable to read Articles From forward to just after the last article of the previous loop.