cancel
Showing results for 
Search instead for 
Did you mean: 

BPM Activation: Correlation error (code 99)

AntonioSanz
Active Participant
0 Kudos

Hi all,

I have build a BPM Integration Scenario for collecting two files and compose one file. I have also create the correlation with 2 Atributes of header tag the messages. When I active the BPM I get a activation error 99 in sxi_cache.

I don´t know how to fix it.

Any suggestion?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

Double click on the BPM is SX_CACHE and see what the error info is.

Try to reactivate from SXI_CACHE.

Make a syntax check of your BPM in IR by pressing f7 over thre BPM.

Regards

bhavesh

AntonioSanz
Active Participant
0 Kudos

Thanks Bhavesh.

I have done that and the check is ok and the manual reactivation returns me the same error.

Shabarish_Nair
Active Contributor
0 Kudos

<i>Double click on the BPM is SX_CACHE and see what the error info is.</i>

>>>

try that .. it gives you a descriptive error about what went wrong.

Do you see any error message ?

bhavesh_kantilal
Active Contributor
0 Kudos

Antonio,

1. Have you activated the correlation in the BPM?

2. Are the correlation settings valid?

When you say correaltuon uses some header values can you explain what it implies?

Regards

Bhavesh

AntonioSanz
Active Participant
0 Kudos

How can activate the correlation in BPM?

My xml message are

<HLINES COMPANY="BC01" DATE="20070412120427">

<HLINE>

<CONCEPT>12097224</CONCEPT>

<CURRENCY>EUR</CURRENCY>

...

...

</HLINE>

</HLINES>

And I use COMPANY and DATE for the correlation.

I have also another BPM that uses to tags from the xml and works fine.

bhavesh_kantilal
Active Contributor
0 Kudos

Have never tried a correaltion on Attributes.

Does you other BPM use the Attributes as the Correation id? Does it work with the attibutes.

if i remember correct, while selecting the XPATH of the Message in the Correaltion Editor you can only select the Element and here as the Element is a Segment and you want the Attribute to be the correaltion I think it is causing the issue.

Can you try with using someother element as the correaltion elelment and try actibvating the BPM?

Regards

Bhavesh

Shabarish_Nair
Active Contributor
0 Kudos

correlation it seems cannot be on attributes but on fields.

Read thru some documents but still cannot confirm on that.

ref: http://help.sap.com/saphelp_nw04/helpdata/en/a5/64373f7853494fe10000000a114084/frameset.htm

AntonioSanz
Active Participant
0 Kudos

I have also tried with another elements and I get the same error.

You have previously write about activate the correlation? How can I do that?

Thanks

Shabarish_Nair
Active Contributor
0 Kudos

this blog talks about it - /people/krishna.moorthyp/blog/2005/11/28/inactive-integration-process-ip-at-run-time

bhavesh_kantilal
Active Contributor
0 Kudos

Antonio,

In your receive step, when you say use Correlation you will aalso have an option called Activate Correlation. Make sure your correaltion is sledcted for this also.

Regards

Bhavesh

AntonioSanz
Active Participant
0 Kudos

I have done that and I get the same error.

I have change the cardinality of the elements from where I get the values for the correlation to 1, and I get the same error.

AntonioSanz
Active Participant
0 Kudos

I finally solved the problem.

I had change the data type of my interfaces. I had to delete the proxys that ar automaticaly created by the bpm throw swf_xmp1 and reactivate my bpm.

Answers (0)