cancel
Showing results for 
Search instead for 
Did you mean: 

http to file scenario generate "Acknowledgement not possible"?

Former Member
0 Kudos

Hi.

On PI7.1 we built a http to file scenario and used the RWB "Test message" functionality to test the interface.

Now we get a "Acknowledgement not possible" in sxmb_moni. How can we switch this off.

thanks

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

The Quality of Service is set to EO.

This is indeed very strange. Its the first time I am seeing this.

Rod

dharamveer_gaur2
Active Contributor
0 Kudos

Hi

while sending request use either EO or EOIO for Asynch.

EO and EOIO, processing occurs asynchronously and the client only receives a confirmation of receipt with HTTP status u2018200u2019.

Read this

http://help.sap.com/saphelp_nw04/helpdata/en/43/64db4daf9f30b4e10000000a11466f/content.htm

Former Member
0 Kudos

Mmm yes I am aware of that. The http sender is requesting a acknowledgement and the file adapter is not capable of doing that.

Where do you set up or set off the request of the acknowledgement?

dharamveer_gaur2
Active Contributor
0 Kudos

How you can get response from file.File can not send Ack.

To get Ack use HTTP to RFC or HTTP to SOAP