cancel
Showing results for 
Search instead for 
Did you mean: 

Urgent BPM error

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

hi all,

my scenario is next:

WS --> RFC --> DB

i create a BPM who:

1 receive data from WS,

2 execute a transformation step between WS and request RFC

3 sync send step to call RFC.

4 send step with RFC response

when executin my scenario im getting this error:

<SAP:Code area="BPE_ADAPTER">SYNCHONOUS_MESSAGE</SAP:Code>

<SAP:P1 />

SAP:Stack>The process does not support the given synchronous interface or does not support synchronous messages Exception CX_WAPI_DEF_PROPERTY_NOT_FOUND occurred (program: SAPMHTTP, include: , line: 0).</SAP:Stack>

<SAP:Retry>N</SAP:Retry>

any configuration problem? any Idea

Thanks

Rodrigo

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Can you pelase send me som more stack trace of the exception.It will bethere. Please test and send it again. Also pick the data from your monitor just before sending to rfc and check the mapping in IR.

Thanks

Amit

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

hi,

error in MONI:

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Call Adapter

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">

<SAP:Category>XIAdapter</SAP:Category>

<SAP:Code area="BPE_ADAPTER">SYNCHONOUS_MESSAGE</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>The process does not support the given synchronous interface or does not support synchronous messages Exception CX_WAPI_DEF_PROPERTY_NOT_FOUND occurred (program: SAPMHTTP, include: , line: 0).</SAP:Stack>

<SAP:Retry>N</SAP:Retry>

</SAP:Error>

send data structure

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?><!-- Call Adapter --> <m:MT_dao_OX001_ws xmlns:m='urn:repsol.com:pi:dao:OX001' xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:SOAP-ENV='http://schemas.xmlsoap.org/soap/envelope/' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:SOAP-ENC='http://schemas.xmlsoap.org/soap/encoding/'>

<id>12334</id>

</m:MT_dao_OX001_ws>

i did a check configuration in ID and all is right

thanks

Former Member
0 Kudos

Hi,

Can you please see the process workflow and tell where exactly is it failing?

Thanks

AMit

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

i cant see the workflow. it doesnt exist. qhen send the data from WS the process fail. all data i can see is inbound message and the error.

there no entries in SWWL, the trace in on but its empy.

thanks

Former Member
0 Kudos

Hi,

Can you send me the screen shots of your bpm and each and every interface definition you have created so that we can debug.

Thanks

Amit