cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Call Adapter

Former Member
0 Kudos

Hello,

We have RFC --> HTTPS scenario.

The RFC Destination of type G is created in XI and the connection test is working fine.

When I run this scenario, sometimes I get following error:

com.sap.aii.af.ra.ms.api.DeliveryException: XIAdapter:ATTRIBUTE_CLIENT:.

Error in sxmb_moni in Call Adapter Step:

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="PLAINHTTP_ADAPTER">ATTRIBUTE_CLIENT</SAP:Code>

<SAP:P1>110</SAP:P1>

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>HTTP client code 110 reason</SAP:Stack>

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

</SAP:Error>

However sometimes it works fine.

Please help to resolve this.

Thanks in advance,

Beena.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

The scenario for HTTPS indicates that its required SSL to be configured. I hope you had the SSL configuration already done.

Then have a look on OSS Note : 839803, 668256.

To enable the HTTPS in IS, check this link

http://help.sap.com/saphelp_nw04/helpdata/en/69/b0bbd6dde71141bee8806586144796/frameset.htm

Thanks

Swarup

Former Member
0 Kudos

Thanks Amit, Swarup.

HTTPS is enabled on XI Server.

Infact this scenario was working with no issues earlier.

But then Web Dispatcher was configured.

Is there any possibility of getting this error due to this?

Do we need to do some settings in Web Dispatcher?

Thanks,

Beena.

Former Member
0 Kudos

Hi,

Yes Due to Web dispatcher configuration you may get this kind of error.

Now you need to see either you are going to configure End to End SSL via Web dispatcher or terminate the SSL connection at dispatcher and reinitiate another SSL connection or non-SSL connection to the XI server - your network security requirements will detect this.

Plesae refer

http://help.sap.com/saphelp_nw04/helpdata/en/d8/a922d7f45f11d5996e00508b5d5211/frameset.htm

Thanks

Swarup

Former Member
0 Kudos

Thanks Swarup.

The HTTPS connection is used from XI to third party. XI is not receiving HTTPS request.

Still do I need to enable HTTPS on web dispatcher?

The runtime workbench has following error:

Received XI System Error. ErrorCode: ATTRIBUTE_CLIENT ErrorText: ErrorStack: HTTP client code 110 reason

Transmitting the message using connection http://<dispatcher host>:<http port>/sap/xi/engine?type=entry failed, due to: com.sap.aii.af.ra.ms.api.DeliveryException: XIAdapter:ATTRIBUTE_CLIENT:.

Thanks,

Beena.

Former Member
0 Kudos

HI,

HTTP client code 110 ---> Indicates the problem with SSL configuration.

Web dispatcher have restrication to work on request side only. Thus it is not required for HTTPS request that is send by XI.

But confirm the request that will be coming to XI is either with SSL configured or directly without any encryption.

Thanks

Swarup

Former Member
0 Kudos

Thanks Swarup.

There were 2 instances on xi server and SSL was not enabled on one the instance.

It worked after SSL was enabled on both instances.

Thanks,

Beena.

Answers (1)

Answers (1)

shivhare
Active Contributor
0 Kudos

Hi,

check follwing thread

Regards,

Amit