cancel
Showing results for 
Search instead for 
Did you mean: 

Issue in BMP

Former Member
0 Kudos

Hi all,

I am starting a new thread on the issue i previously had:

Just transported a scenario into Q for testing, suddenly the BPM fails.

I am guessing this is a performance related issue,

let me briefly explain what is happening, there is a transformation(X->Y) just before a block.

The block would be executed parallel for each item there is in the Y message type(Container).

On D system when testing Y used to have only about 100( or close) items hence the block used to be executed parallely for 100 items(approx)

But when a test on Q was done, Y > 2700. So i am thinking the bpm must be tuned properly. here is a brief report of the error....

PROCESS_NODE: Error when processing node '0000000028' (ParForEach index 000000)

CREATE: Error when creating a component of type 'Dynamic Fork'

CONSTRUCTOR: ParForEach table element contains 2722 entries (only_____________

Someone please help me tune this issue:

Thanks in Advance,

Hank

Edited by: hankovak jovani on Apr 8, 2009 3:09 AM

Edited by: hankovak jovani on Apr 8, 2009 3:09 AM

Accepted Solutions (1)

Accepted Solutions (1)

former_member200962
Active Contributor
0 Kudos

Hi,

A ParForEach block is executed only for less than 999 processing branches....since earlier you had only 100 branches it was executing successfully but now for 2000+ it wont work.

For your reference: http://help.sap.com/saphelp_nwpi71/helpdata/en/ce/bb2c421f3fda2ce10000000a1550b0/frameset.htm

The upper limit can however be set for a ForEach block but not for a ParForEach....see if you can use ForEach mode instead of ParForEach.

Regards,

Abhishek

Former Member
0 Kudos

Really appreciate your input here abhi

Cheers

Answers (0)