cancel
Showing results for 
Search instead for 
Did you mean: 

Cancelation with HTTP_RESP_STATUS_CODE_NOT_OK

Former Member
0 Kudos

HI experts,

I have a good running BPM. Unfortunately sometimes the process steps are erroneous with this message:

<SAP:Category>XIServer</SAP:Category>

<SAP:Code area="INTERNAL">HTTP_RESP_STATUS_CODE_NOT_OK</SAP:Code>

<SAP:P1>403</SAP:P1>

<SAP:P2>Forbidden</SAP:P2>

<SAP:P3 />

<SAP:P4 />

This happens quite often.

In transaction SM 21 I can see the message:

R49 Communication error, CPIC return code 027, SAP return code 677

R64 > CPI-C function: CMINIT(SAP).

Can anybody help me.

Mathias

Accepted Solutions (0)

Answers (2)

Answers (2)

udo_martens
Active Contributor
0 Kudos

Hi Mattias,

in which step that s happen? Can you elaborate that scenario?

403 means, the receiving server understands, but dont want to handle that request.

Regards,

Udo

Former Member
0 Kudos

Hi Udo,

in my BPM are several synch, async and transformation steps. Since there run several instances all processes are interrupted. The synchronous error message is triggering the message above.

The message mapping processed the error:

Asycnr. outgoing calls are marked as erronous in message mapping monitoring!

Mathias

udo_martens
Active Contributor
0 Kudos

Oops,

that sounds not good. Do you have a lot traffic or big or complex mappings? Assumedly a memory problem, have a look to <a href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bc_xi/~form/handler">SAP Note Number: 862405</a>

(I m not shure the link works, OSS Note 862405)

Regards,

Udo

Former Member
0 Kudos

Hi,

I think this is synchronous scenario...and sometime when the response time is very large it get this error.

Regards

Hemant

Former Member
0 Kudos

No, there are synchronous and async steps and all running prcocesses are interrupted for a while (also mapping steps). I suppose that is a error in the internal communication between abap and java stack?!

Mathias