cancel
Showing results for 
Search instead for 
Did you mean: 

Error in BPM

Former Member
0 Kudos

I am doing file to soap to file scenario...

Error message in sxmb_moni is like this:

<b>Message has error status in outbound side.....</b>

How can i rectify the error...

1) its showing my adapter in sxi_cache

2) sxmb_moni_bpe shows error

3) error at syncsend step of my BPM

i used 3 steps in BPM

i) receive File step

ii)send synchronous step

iii) send File step

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

What is the status of the soap adapter in runtime workbench?

Regards,

Smitha.

Former Member
0 Kudos

hi,

error in outbound side generally refers to some problem in receiver agreement. Could you please check the receiver agreement for syncsend step and also file receiver step. check the name spaces, interfaces, sender, receiver names (case sensitive)

--Archana

Former Member
0 Kudos

Could you please elaborate the scenario that you are trying to implement and the error in detail?

Ashish

Former Member
0 Kudos

My Requirement is to send a file as it is and in between i want the input files content as a soap response also.

That's why i went to File to Soap to File scenario....

In this scenario i used

1) One DataType --- FileRequest_DT

2) Four Message Types---

FileRequest_MT with FileRequest_DT datatype

FileResponse_MT with FileRequest_DT datatype

SoapRequest_MT with FileRequest_DT datatype

SoapResponse_MT with FileRequest_DT datatype

3) Six Message Interfaces

i) FileRequest_OUT_MI --- outbound asynchronous message with output message type as FileRequest_MT message type

ii) FileRequest_OUT_ABS_MI--- abstract message interface for i)

iii) FileResponse_IN_MI--- inbound asynchronous message with input message type as FileResponse_MT message type

iv) FileResponse_ABS_IN_MI--- abstract message interface for iii)

v)FileDetails_Sync_AI--- abstract synchronous message interface with input message type as FileResponse_MT message type and output message type as FileRequest_MT

vi)SoapRequest_MI --- outbound asynchronous message interface with message type with output message type as SoapRequest_MT and input message type as SoapResponse_MT

4) Two message mappings

i) FileRequest_MT and SoapRequest_MT (one to one mapping)

ii)SoapResponse_MT and FileResponse_MT (one to one mapping)

5)one interface mapping

i) File_SOAP_IM with source interface FileDetails_Sync_AI and target interface Soap_Request_MI

<b>5) <b>One Integration Process</b>

IS_FILE_TO_SOAP--- receive file, send synchronous ,send file

two container elements

i)ReceiveFile with abstract interface FileRequest_OUT_ABS_MI

ii)SendFile with abstract interface FileResponse_ABS_IN_MI

For send synchronous step in BPM i gave Properties as

Mode --- synchronous

Synchronus interface --- FileDetails_Sync_AI

Request Message --- ReceiveFile

Respone Message --- SendFile</b>

Former Member
0 Kudos

Hi,

go to SXMB_MONI , in your message click on PE and find the error...

Regards,

Venu.

Former Member
0 Kudos

In PE of SXMB_MONI its showing error at SendSynchronous step....

I am unable to fine what is wrong in my BPM...

Please send u r valuble suggestions...

Regards,

Pushparaju.B.

Former Member
0 Kudos

5)one interface mapping

i) File_SOAP_IM with source interface FileDetails_Sync_AI and target interface Soap_Request_MI

here source is Synchronous interface but target interface is Asynchronous..here target also should be same communcation .

vi)SoapRequest_MI --- outbound asynchronous message interface with message type with output message type as SoapRequest_MT and input message type as SoapResponse_MT - Can you check this step.

please go through the below link.

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

Problem is to receive the response target also should be Sync..so that response will send back.

Regards,

Venu.