cancel
Showing results for 
Search instead for 
Did you mean: 

All records skipped in transf.rule -> load fails...

Former Member
0 Kudos

Hi,

I have a situation where I have a formula that skips the records I specify. When the situation occurs that all record are dropped (which is the correct bahaviour), the load fails as a whole, because because 'processing is overdue'. The new request with zero records never gets activated and subsequent requests are therefor not available for reporting.

In the monitor I get "Processing end: No errors" and on the next line "Update rules ( 0 Records ) : Missing messages". And later when things time-out, I get red lights all over.

Any idea how to address this problem?

Best regards,

/Christian Frier

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Chris,

did you try to insert your logic in the start routine and then use the ABORT statement that skips the whole data package ?

I think that the process will go on with zero records...

Hope it helps!

Bye,

Roberto

Answers (1)

Answers (1)

Former Member
0 Kudos

i think if you have missed to do the global setting in the monitor that if Zerio Records then turn the request to Green, then try this.

reward if helps.

Former Member
0 Kudos

Hi,

> i think if you have missed to do the global setting

> in the monitor that if Zerio Records then turn the

> request to Green, then try this.

this setting seems to catch only the situation when the source system has no data, not when it is dropped later in the data flow...

/Christian