cancel
Showing results for 
Search instead for 
Did you mean: 

IDoc to File scenario problem

Former Member
0 Kudos

Hi,

I am doing IDoc to File scenario. I getting the follwing error... and its generating error acknowledgment. I am using multimapping in Interface mapping i.e 0..Unbound.

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

- <!-- Response

-->

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

<SAP:Category>XIAdapterFramework</SAP:Category>

<SAP:Code area="MESSAGE">GENERAL</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>com.sap.aii.af.ra.ms.api.RecoverableException: Error when getting an FTP connection from connection pool: com.sap.aii.af.service.util.concurrent.ResourcePoolException: Unable to create new pooled resource: SocketException: Connection timed out:could be due to invalid address</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

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

</SAP:Error>

My requirement is there should not be any error message in moni. In moni its showing successful message flag but when i opened the message its showing two acknowledgments one is error(above) and other is AckRequestNotSupported.

Please help me out in this.

Regards,

Kum

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks to all...

GabrielSagaya
Active Contributor
0 Kudos

SocketException: Connection timed out:could be due to invalid

The problem is caused by a firewall. The used port is blocked there. You need to reconfigure the firewall.

also

Check your PipeLine URL of the Integrtaion Server

Go to SLD->Business System-><Your IntegratioNServer>

It should be

http://<XI system>:<Http Port>/sap/xi/engine?type=entry

More on

https://websmp102.sap-ag.de/~sapidb/011000358700001697502004E.PDF

Former Member
0 Kudos

Hi,

If you dont want to handle any Ack and u dont want to see that Info msg abt Ack means

Suppress the ACk for those Message types

goto se38-IDXNOALEexecute

give the sende sap system port

message type

and say dont request Ack

Regards

Seshagiri

Former Member
0 Kudos

Hi Seshagiri,

I mean to say I need successful message I don't want to use IDXNOALE. The acknowledgements should be success.

Regards,

Kum

Former Member
0 Kudos

Hi,

If u want to Suppress the ACk for those Message types

goto se38-IDXNOALEexecute

give the sende sap system port

message type

and say dont request Ack

If you want to handle the Ack means

Add the ALEAUD message type in the Inbound Parameters in WE20.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/903a0abc-e56e-2910-51a8-9dc616df...

Regards

Seshagiri