cancel
Showing results for 
Search instead for 
Did you mean: 

CLIENT_CREATE_FAILED error in the Call Adapter pipeline

Former Member
0 Kudos

Hi, all.

i think i've almost done the configuration of XI 3.0(CI + 2 DIs).

SXI_CACHE, SLDCHECK, import of IR, ID objects ...etc. are O.K.

But when i really run some scenarios of,

File Adapter --> XI --> ABAP Proxy or

ABAP Proxy --> XI --> Java Proxy, messages always got error in the "Call Adapter" pipeline of IS with the following message.

-


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

- <!-- Call Adapter

-->

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

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

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

<SAP:P1>1</SAP:P1>

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Cannot register HTTP Client(Exception 1)</SAP:Stack>

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

</SAP:Error>

-


Any advice appreciated.

Best Regards.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

In SXMB_ADM is your Integ.Server address should be dest://<XIDEST>, create RFC destination XIDEST.

If your integration server is http://<host>:80<sysnumber>/sap/xi/engine?type=entry

create an RFC destination for that and use that as mentioned above.

Regards,

SKM

Former Member
0 Kudos

Hi

Check this OSS note 716739

Hope this helps to fix your issue

Regards

Vishnu

Former Member
0 Kudos

Thanks for your advices, SKM and Vishnu.

But, by any chance, is there any other reason for this error?

Because i already used dest://<name> format in SXMB_ADM of Proxy Integration Engine and our env is already XI 3.0 SP11.

Thanks.

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

just one more thing: you've created your

ABAP proxies on the XI WAS?

but not on the integration server client right?

you're using a different client for your proxies

and those other clients are set as application servers in SXMB_ADM integration server config?

+ have the dest://<name> format in SXMB_ADM entries maintained?

probably you have this but I just want to check

Regards,

michal

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi, all.

The problem of F/A --> XI --> ABAP Proxy was resolved.

The reason was that communication channel GeneratedReceiverChannel_XI under the Business System "ABAP Proxy Client" was cleared after we imported this object.

i reconfigured this CC and it worked!

Thanks for your advices and let me close this thread.

ABAP Proxy --> XI --> Java Proxy case is not resolved but i'll recheck.

Former Member
0 Kudos

Hi Sejoon,

Did you find a solution for the ABAP Proxy --> XI --> Java Proxy case.

We are getting the excact same error now, would love to know the solution.

Regards

Jakob

Former Member
0 Kudos

Or are there anyone else, who knows a solution ?

Jakob

Former Member
0 Kudos

Hi,

cud somebody solve this issue .... we are also facing similar problem... ICM Request issue.

regards,

Naresh

Former Member
0 Kudos

Thanks, guys. Let me update my situation.

i checked and rechecked dest:// ABAP Proxy : Error in Call Adapter step!

For the error message of #3, i already attached message in my previous email.

And following is the error message of #2. Please HELP!!!

-

-


- <a href="http://help.sap.com/">Help </font></td><td width=5% nowrap></font></td> </tr></table> </td><td rowspan=2 width=122 height=61 valign=top>!http://BSDEA03.darwin.denka.co.jp:50000/sap/public/icman/img/theme.jpg|alt=SAP|width=122 height=61 border=0 |src=http://BSDEA03.darwin.denka.co.jp:50000/sap/public/icman/img/theme.jpg!</td> </tr><tr><td background="http://BSDEA03.darwin.denka.co.jp:50000/sap/public/icman/img/graybar_tile.jpg" height="31">  </td></tr> </table> <br><br> <table width=800> <tr><td width=50 nowrap> </td><td> <H2><b>500 Internal Server Error</b></H2><br><hr><br>Internal Server Error(-1)<br><br><hr> <table border="0"> <tr><td>Error:</td><td>-1</td></tr> <tr><td>Version:</td><td>6040</td></tr> <tr><td>Component:</td><td>ICM</td></tr> <tr><td>Date/Time:</td><td>Tue Jul 26 15:40:19 2005 </td></tr> <tr><td>Module:</td><td>icxxthrio.c</td></tr> <tr><td>Line:</td><td>538</td></tr> <tr><td>Server:</td><td>BSDEA03_PDX_00</td></tr> <tr><td>Detail:</td><td>internal error occured</td></tr> </table> <p></p> </td></tr></table> <table><tr><td width=50 nowrap></td> <td nowrap><FONT SIZE=-1><a href="http://www.sap.com/">© 2001-2003, SAP AG</a></FONT></td></tr></table></SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Error when receiving by HTTP (error code: 405, error text: ICM_HTTP_INTERNAL_ERROR)</SAP:Stack>

<SAP:Retry>A</SAP:Retry>

</SAP:Error>

-

-


Any advice appreciated.

Best Regards.

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

have you seen this note: 710735 ?

is pretty old but is seems be about:

(error code: 405, error text: ICM_HTTP_INTERNAL_ERROR)

maybe it's worth to check it

Regards,

michal