cancel
Showing results for 
Search instead for 
Did you mean: 

Maximum nuber of 10000 nodes reached - how to restart / continue

Former Member
0 Kudos

Hi all,

I have a scenario where I send one big message from database and then in BPM I am sending each row as separate IDOCs. The problem is that I can send something about 2000 idocs and after that the process get an error:

Maximum number of 10000 nodes reached.

So I change the number of nodes, but when I try to restart the BPM process, it goes to status START and then ERROR again.

The problem is that I have 500 rows which I can't select from db again, and which are not processed in XI.

please help

best regards

Dawid

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi Dawid,

you can change this value with TCODE - SWPA

<b>"maximum node number"</b>

Regards,

michal

Former Member
0 Kudos

Hi Michal,

As I wrote:

"So I change the number of nodes, but when I try to restart the BPM process, it goes to status START and then ERROR again."

We made a change of nodes number in SWPA, but it affects only messages after that change to be processed correctly. All msgs that had errors in past - we are not able to restart / continue them.

Do anyone knows how to restart (or better just continue the process) that msgs?

MichalKrawczyk
Active Contributor
0 Kudos

delete the one with error (but copy it's payload)

and send it once more

(you can use test tool from RWB

if it's not possible to send it once more from the sender)

Regards,

michal

Former Member
0 Kudos

Ok but this will restart whole bpm, which mean ie if there was 2500 rows and 2000 was sent then it will sent all 2500 one more time. How to send only 500 which wasn't send?

best regards and thanks for hints

Dawid