cancel
Showing results for 
Search instead for 
Did you mean: 

Process Chain False Error Notification

Former Member
0 Kudos

We have a process chain that runs several (eight) info packages in parallel, which each chained to an associated DTP.

All eight threads are then joined together by an AND condition, followed by an activation.

Three times in the past month we have received an email notification from the With Errors message on the activation step informing us that the last step (the attribute change after the AND condition) has failed. Further, the message states that the AND is OK.

The problem we have is that when we check the process chain in the morning, everything has completed just fine. No errors.

Has anyone else seen something like this? In the past two months we have had this happen three times.

Any insights would be great.

Thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

dielom
Active Contributor
0 Kudos

Hi sniklacg,

You shouldn't be getting an error message if everything is ok.

But, at the same time, you need to check how many background /dialog processes you have available in your server, and how many processors / cores you have. If you are running 8 infopackages / dtp at the same time, that means that at least you will need 8 processes / processors (and more if your packages are big and you select parallel processing).

That might be causing issues.

Cheers,

Diego

former_member182470
Active Contributor
0 Kudos

Hi,

This may be due to your Aggregate status. Please check your Aggregate is properly(Initiall Fill) has happened or not? Please check your PC status in RSPCPROCESSLOG table..

Regards,

Suman

Former Member
0 Kudos

Looks like it is happening sometime, and wondering it might be some locking of objects. Please check if there is any dependecies within the process chain, something need to be sequencial.

thanks.

Wond