cancel
Showing results for 
Search instead for 
Did you mean: 

WS00275269 - /opt/ws_101

ramiwal_dsilva
Participant
0 Kudos

Hello team,

We're getting this error quite frequently when posting  PO invoices from SAP ECC to VIM (Vendor Invoice Management) . And some documents (not all) get error-ed out in the workflow instance. Upon checking the error in SWI2_diag. I see the error "Maximum number of 10,000 nodes reached."

From earlier posts, I saw that the cause could be because of the possibility of an infinite loop that occurs in the WF . However, In this standard workflow, I do see a loop.  Is there any way we can fix this issue permanently without re-instantiating the entire process.? Since this seems to be occurring for many document such documents and there is very little we can do than just re-instatiating it.

Any help would be highly appreciated.

Thank you

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member185167
Active Contributor
0 Kudos

Hello,

You do or you don't see a loop? In any case, check the workflow log in SWI1, it'll be very apparent which node is being repeated 10,000 times!

regards

Rick

ramiwal_dsilva
Participant
0 Kudos

Hi Rick,

Thank you for getting back to me.

I checked the log and  the node  that repeats is a process control step . I checked the graphical log and i saw that it lies ies inside a loop.

it executes endless times , and every time the result is the same  which is "False".

Attaching the graphical view for your reference. the node marked in yellow is the one that

repeats itself.

Former Member
0 Kudos

Hi,

Did You checked the condition in the loop, why it is not fulfilled and why WF is keeping in the loop.

Best regards,

artur

former_member725888
Discoverer
0 Kudos

Hi Ramiwal

How was this issue resolved?