cancel
Showing results for 
Search instead for 
Did you mean: 

BPM Trouble Shooting

Former Member
0 Kudos

Need some clarification on the question below:

<b>

1) Status in Transaction "SXI_CACHE" is not equal to 0.Which of the following would perform ?

a) Check the condition of BP in IR.

b) Acticvate the BP in "SXI_CACHE".

c) Activate the BP in ID

</b>

Answer : a

a) if the conditions defined in the IR is not correct that would yield Return Code not 0 in "SXI_CACHE".

b)Activating the BP in SXI_CACHE would create a new Version which also cause the RC not 0 in "SXI_CACHE".

c)Activating the BP creates Workflow , Activating the IR updates in SXI_CACHE ..am in correct in this context , if so Third option is right r wrong , because we activating the ID which wonot reflect in the SXI_CACHE.

But in general when we activate in ID SXI_CACHE is updated automatically but is this not case with BP because it activates the Workflow...could anyway elobrate on my sentence ..bit confused

Thank u all 4r help and reply

Srinivas

Accepted Solutions (0)

Answers (2)

Answers (2)

iprieto
Contributor
0 Kudos

Hi all,

When you have activated an Integration Process in Integration Directory a workflow is generated in ABAP Stack. If the workflow compilation was wrong the old version of workflow will execute in runtime.

Only if you activate in ID the Integration Process it will generate a workflow in ABAP Stack.

You can change a BMP step in IR if the compilation of workflow is wrong. The best choice is change the BPM in IR an Repeat Activation in SXI Cache.

Regards

Ivá

VijayKonam
Active Contributor
0 Kudos

Cache is updated in the case of BPM also, provided the BPM is syntax error free. Before activiating the BPM use the check funtionality in the BPM menu so clear the sysntax errors.

VJ

Former Member
0 Kudos

Hi VJ,

Thatz fine, i agree cache happens with BP but when does that happen for instance when activated in IR or ID. I read in the docs that WorkFlow gets generated when we activate the ID and Cache is updated when we Activate IP in IR.

Can u please answer to my question with the listed options??

Thank you for your quick reply.

Srini

VijayKonam
Active Contributor
0 Kudos

I would give the answer as A. I do agree that work flow gets generated when you activate the IP in ID only. But as my gut feel says.. when we activate the BPM in IR also, the cache gets updated with 0 return code provided the bpm is error free..

I might not be 100% correct here...

VJ