Start a new topic
Answered

Job execution without any sub tasks

Hi,


I have a rather strange problem, every now and then some jobs seem to lose their definition and do not pickup any of the data.


When we replay theses loads just changing the loadid, everything work as expected.


Please find below an example : 

image

Initialize task detail is empty :

image






Best Answer

Hello Beatrice,


this is a known behavior explained by a delete propagation that must have been set to "Restrict". A record was supposed to be deleted but the restriction stopped the process. This is documented here in our documentation : 

image

Technically speaking, when a restrict is found, a new parameter PARAM_SKIP_ALL is added to the job, which causes the behavior that you described.

 

I hope this helped.

Stéphanie.

1 Comment

Answer

Hello Beatrice,


this is a known behavior explained by a delete propagation that must have been set to "Restrict". A record was supposed to be deleted but the restriction stopped the process. This is documented here in our documentation : 

image

Technically speaking, when a restrict is found, a new parameter PARAM_SKIP_ALL is added to the job, which causes the behavior that you described.

 

I hope this helped.

Stéphanie.

Login to post a comment