cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to find a node definition for node number xxxxxxxxx in bpm

Former Member
0 Kudos

Hello,

I am trying to receive another po change request message into bpm while waiting for an po confirmation message, then I got the the following error in bpm 'Unable to find a node definition for node number xxxxxxxxx', in xi monitor, there's a red flag in outbound status. Anybody can help on this?

Thanks,

Maggie

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member189558
Contributor
0 Kudos

Hi Haoyu,

Did you check SXMB_MONI_BPE ?

You check there at which step the green line stops and throws an error.

Also you can refresh the cache and press F7 opening the Integration process to check it is correct.

cheers,

Himadri

Former Member
0 Kudos

Hi there,

I checked my integration process it seems to be all right. When the response comes in, it actually comes into xi, I can see this using xi monitor, however, the outbound status has a red flag.

former_member189558
Contributor
0 Kudos

That case, I can assume that the messgae is failing while going into BPM.

Please check the receiving interface in BPM. It should be abstract interface and should be same as the inbound interface in the interface determination (for going to BPM),

Cheers,

Himadri

Former Member
0 Kudos

can you elaborate the situation

Former Member
0 Kudos

Hi,

I am implementing the following scenario:

Allow user to send mutiple Order Change idocs amlost at the same time without a response yet, the second, third and so on idocs will be ignored, once the response comes, the first Order Change idoc will be processed, if the response does not match change request message, another order change idoc will be triggered, and all this should happen under one process instance if PO number is same, I am using PO number to corrleating response message with Order Change idoc.

I use a fork statement while wating for response after first Order Change idoc being received into bpm and forward to seller(File Adapter simulation). In branch 1, I use a infinite loop to receive OrderChange messages(ignore them), in branch 2, I use another receive step to receive Order Response message. the problem is when I an send order response , I got the error meesage in bpm, 'Unable to find a node definition for node number 000000023309'.

Thanks,

Maggie

Former Member
0 Kudos

Hi,

From where the response is received?

Does the BPM stop execution once the response is received?

Regards,

P.Venkat