cancel
Showing results for 
Search instead for 
Did you mean: 

System Acknowledgment Not Return

Former Member
0 Kudos

Hi all,

Now, I am trying a scenario that ABAP Proxy to File Adapter.

And I want to receive System Acknowledgment in asynchronous proccessing.

But I cannot receive System Acknowledgment well.

Getting status of the Acknowledgment, an exception that is "co_id_no_ack_arrived_yet" raised.

In "SXI_MONITOR", the message status marks "? (Question Mark)".

Please help me anyone.

I reffered below URL link's programming.

[http://help.sap.com/saphelp_nw2004s/helpdata/en/f4/8620c6b58c422c960c53f3ed71b432/frameset.htm]

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi All,

I had implemented two other things following.

1. To define the 'Queue ID' of the message, I added code following.

-


lo_async_messaging->set_serialization_context( 'XXXXXXXXXXXX' ).

-


2. To be enable Ack, I added parameters into Integration Enging(SXMB_ADM) like followings.

-Central Integration Engine(Receiver)

RUNTIME:ACK_SYSTEM_FAILURE:1

RUNTIME:QUEUE_COUPLING:1

-Local Integration Engine(Sender)

RUNTIME:ACK_SYSTEM_FAILURE:1

And, I got another status of a message that marks like 'Pipeline and X mark'.

Following message is replied in XML.

-


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

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

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

<SAP:P1>Requested parameter RFC_DESTINATION_TRANSFER does not exist</SAP:P1>

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Requested parameter RFC_DESTINATION_TRANSFER does not exist</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

-


I searched following two words in forums, but no results.

'CONFIGURATION_MSG' & 'RFC_DESTINATION_TRANSFER'

Please help anyone.

Thanks,

Shinya Kawagoe

Former Member
0 Kudos

Hello Shinya.

Sorry to post on this old topic, but have you found the solution for "Requested parameter RFC_DESTINATION_TRANSFER does not exist" ?

Thank you

Former Member
0 Kudos

Kindly see this

[http://help.sap.com/saphelp_nw04/helpdata/en/f4/8620c6b58c422c960c53f3ed71b432/frameset.htm]

Former Member
0 Kudos

Hi Kubra,

Thank you for your replying.

But I know the contents you teached.

thank you

jyothi_anagani
Active Contributor
Former Member
0 Kudos

Hi Jyothi,

Thank you for your corporation.

But I have already coded error handling to above error.

I want to know why an acknowledgment isn't replied.

thanks,

Shinya Kawagoe

Edited by: Shinya Kawagoe on Apr 28, 2009 9:27 AM