Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
But this does not work. In there is any error, the complete job terminates with a "null pointer exception" and exit code 1.
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
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.