cancel
Showing results for 
Search instead for 
Did you mean: 

Error in HTTP --> XI---> RFC & File Scenario

Former Member
0 Kudos

Hello ,

While working with the (http >BPM> RFC & FILE ) scenario ,

I am getting following error...

<b>And while using the http Client I posted the test xml ...But I am unable to see it in the SXI_MONITOR...</b>

And using RWB --> Componet Monitoring --> Integration Engine --> Test Message I triggered the Test XML

then its going to sxi_monitor but giving error...

<b>"The process does not support the given synchronous interface or does not support synchronous messages"</b>

what should I do....

Here I have considered in defining in DT for Http Considered it as Asynchronous...is it something wrong...if so what needs to be done.

Please help me in this regard...

Accepted Solutions (0)

Answers (2)

Answers (2)

prateek
Active Contributor
0 Kudos

Plese provide ur bpm steps. File adapter does not support sync scenario. Are u using multicast scenario with BPM?

Regards,

Prateek

Former Member
0 Kudos

Hello Prateek,

In my scenario

BPM is .....

CompanyCodeOut_MI

Outbound Asynchronous CompanyCode_MT

ComapnyCodeAbstract_MI

Abstract Asynchronous CompanyCode_MT

Comapny_Sync_Abstract_MI

Abstract Synchronous

CompanyCode_MT ComapnyDetail_MT

CompanyDetailAbstract_MI

Abstract Asynchronous ComapnyDetail_MT

CompanyDetailIn_MI

Inbound Asynchronous ComapnyDetail_MT

Edited by: satya kumar on Jul 16, 2008 12:38 PM

Former Member
0 Kudos

start --> Async Receive -->Sync Send(BAPI) > Asyn Sen>stop

Former Member
0 Kudos

Hello Prateek,

Here I have declared Sender Http as Asynch....is it creating any problemmm...

I know that HTTP handles "Sync".Cannt we only consider only Request in this scenario...

prateek
Active Contributor
0 Kudos

While sending data from http client, make sure that the QOS is EO and not BE. Otherwise u will have to use sync outbound interface. Also make sure that the mapping (if any) exist between abstract sync interface and sync rfc. Rest of the config seems ok.

Regards,

Prateek

former_member190389
Active Contributor
0 Kudos

Then you will have to use QOS as EO and not BE

Former Member
0 Kudos

Hello Prateek,

Thank you...

I have given the QOS as EO in RWB->IE-->Test is it ok.

Could you pls tell why the http client is unable to send the message to XI box...I am unable tosee it in Sxi_monitor

and one more if I make my HTTP (sender) as syn out bound..How this will effect my design...

Could you pls suggest me what needs to be change or aadded in both IR and ID

Edited by: satya kumar on Jul 16, 2008 1:07 PM

Former Member
0 Kudos

And one more...

Could you pls tell me whether "Syn-Asyn Bridge" and "Asyn-Sync Brdige" are one and same

OR

only Sync-Async Brdige exits..

there is no such Async -Sync Brdige....

prateek
Active Contributor
0 Kudos

Sync-Async and Async-Sync both exists.

Sync-Async e.g. Sync http to sync rfc and async file

Async-Sync e.g. Async file to Sync RFC and async file

Regards,

Prateek

Former Member
0 Kudos

Hello Prateek,,

Regarding "Bridge" I am asking.....

And

I am trying to download detroublator from the SDN...

But the link is not working ...So do you have that .msi version...So I can work on it..

Edited by: satya kumar on Jul 16, 2008 1:23 PM

prateek
Active Contributor
0 Kudos

if I make my HTTP (sender) as syn out bound..How this will effect my design...

In this case, u ll have to use sync-async bridge. In IR ur BPM has to be modified to open and close sync-async bridge. Ther are various blog for that on sdn. And the outbound message interface should be made sync. In ID no change would be required

Regards,

Prateek

Former Member
0 Kudos

Hello prateek,

Could you give your inputs to my previous thread

former_member190389
Active Contributor
0 Kudos

Make your DT for http as synchronous.

Former Member
0 Kudos

I dont think it will solve ...