ICM_HTTP_CONNECTION_FAILED Fehlercode: 400

Hi ,
I get the error  ICM_HTTP_CONNECTION_FAILED Fehlercode: 400 when I try to send the XML contents.could somebody tell me what could be wrong?I have set up the HTTP connection and it seems to be ok. Please provide your comments.
<?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_RECEIVE_FAILED</SAP:Code>
  <SAP:P1>400</SAP:P1>
  <SAP:P2>ICM_HTTP_CONNECTION_FAILED</SAP:P2>
  <SAP:P3 />
  <SAP:P4 />
  <SAP:AdditionalText><html><head><title>SAP Web Application Server Error</title> <style type="text/css"> body { font-family: arial, sans-serif;} </style> </head> <BODY text="#172972" link="#808080" vlink="#808080" alink="#8e236b" bgcolor=white leftmargin="0" topmargin="0" marginheight="0" marginwidth="0"> <table height="61" width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td background="http://ls4092.wdf.sap.corp:50082/sap/public/icman/img/bluebar_tile.gif" height="30"><table> <tr> <td width=5></td> <td width=20% nowrap><font face=arial size="-1" color=white>SAP Web Application Server </font></td><td width=75% align="right" nowrap><font face=arial size="-1" color="white"><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><img src= "http://ls4092.wdf.sap.corp:50082/sap/public/icman/img/theme.jpg" width=122 height=61 border=0 alt="SAP"></td> </tr><tr><td background="http://ls4092.wdf.sap.corp:50082/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>404 Resource not found</b></H2><br><hr><br>Partner not reached<br><br><hr> <table border="0"> <tr><td>Error:</td><td>-20</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 Nov 15 09:19:36 2005 </td></tr> <tr><td>Module:</td><td>icxxconn_mt.c</td></tr> <tr><td>Line:</td><td>2114</td></tr> <tr><td>Server:</td><td>ls4092_X3R_82</td></tr> <tr><td>Detail:</td><td>Connection request from (74/16822/0) to host: ld0045.wdf.sap.corp, service: 50044 failed (NIECONN_REFUSED) AP-T74, U16822, 100 XIAPPLUSERMD, INLD50034358A, 09:19:36, M0, W3, , 1/0</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/">&copy; 2001-2003, SAP AG</a></FONT></td></tr></table></SAP:AdditionalText>
  <SAP:ApplicationFaultMessage namespace="" />
  <SAP:Stack>Fehler beim Empfangen per HTTP (Fehlercode: 400, Fehlertext: ICM_HTTP_CONNECTION_FAILED)</SAP:Stack>
  <SAP:Retry>A</SAP:Retry>
  </SAP:Error>
Best Regards,
Arun

Hi,
Actually, I think you may be going down the wrong path with this. The HTTP error code that is reported is 400, which if you look at the w3c definition [1], is a bad request:
" The request could not be understood by the server due to malformed syntax. The client SHOULD NOT repeat the request without modifications."
Basically this indicates to me that there is a problem with the message that you are sending, not the server that is receiving it.  I hope this helps.
Cheers,
Steve
[1] http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html
If you find a post useful, please help keep the community going by setting a good example and rewarding the poster with points.

Similar Messages

  • ICM_HTTP_CONNECTION_FAILED  Error 400

    Hello All,
    i have one synchronous interface on production system.
    it was running fine till now.
    But on Sunday we got around 1000 messages in SMQ2.
    they all are in same queue.
    But now same interface is running successfully....... (through another queue)
    Now how can resend these 1000 messages?
    1st message is in Automatic restart mode & has error:
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">CLIENT_RECEIVE_FAILED</SAP:Code>
      <SAP:P1>400</SAP:P1>
      <SAP:P2>ICM_HTTP_CONNECTION_FAILED</SAP:P2>
      <SAP:P3 />
    Remaining messages are in scheduled Mode.
    Its urgent...Plz help.
    Thanks,
    Maheshwari.

    Hi Maheshwari,
    Statuses such as HOLDING or FAILED usually happen only for delivery semantics EOIO (exactly once in order) or BE (best effort means Asynchronous). TO_BE_DELIVERED occurs while the message is put into the Messaging System receive queue. This is done via the Messaging System receive servlet:
    http://<Host>:<PORT>/MessagingSystem/receive/<CONNECTION>/<PROTOCOL>
    The MS returns HTTP 200 to the Integration Server only if this was executed successfully. In this example scenario, status TO_BE_DELIVERED should not appear since we assume that the IS has called the servlet successfully.
    The status is updated from TO_BE_DELIVERED to DELIVERING when the message has popped out of the receive queue and the event handler lookup was successful, so there is a small gap where TO_BE_DELIVERED could remain in the message monitor, although it was delivered from IS successfully.
    if you face Blocked Queues (SYSFAIL), Incoming Messages are blocked then follow the steps
    1.) Go to SMQ2 (qRFC monitor) and execute
    2.) If there is a queue not moving, double click on queues ‘til you see the status. SYSFAIL due to error – move to the right to see the error text
    If error is due to cache not refreshed:
    1.) Go to transaction SXI_CACHE and check if CACHE is not up to date In this case, CACHE contents are up-to-date.
    2.) If CACHE is not up to date, click Refresh before refreshing the cache just in case someone else already did it. If still not up to date, click “Start Delta Cache Refresh” in “XI Runtime Cache”.
    If CACHE is already up to date as seen above, proceed to next steps.
    3.) Then, go back to SMQ2. Unlock the queue that is in SYSFAIL. To do this:
    a.) Choose the queue that is in SYSFAIL.
    b.) Click unlock icon
    4.) Then, double click in the queue name ‘til you go to the user.
    5.) Double click on the user to go to the message in error
    6.) Select the one in error
    7.) Click restart and refresh to see if the message will be processed successful.
    If error text is due to JCo failure (Java connector)
    When J2EE is already up, do the following:
    1.) Just go inside the queue in error ‘til you go to the user.
    2.) Double click on the user to go to the message in error.
    3.) Click/Choose the message in error (just going to the right for the error message, it is JCo failure related)
    4.) Restart the message (retaining the trace level)
    6.) Check for the status of the XML if it is now processed.
    7.) Then, click F3 or back ‘til you go back to the queue in SYSFAIL.
    8.) Then, reset status of the LUW of the queue in SYSFAIL.
    After that, it could be seen that queues are now in RUNNING status.
    Go to SM59 and create a RFC destination with the connection type G and service no as 80 and website name in the target host field and approipriate path prefix in path prefix field.
    Ex:https://www.sdn.sap.com/sdn/collaboration.sdn should be in target host and /sdn/collaboration.sdn in path prefix.
    check in R/3:
    SCIF: Is the service sap/xi/engine activated?
    SU01: Is user XIAFUSER not blocked and has suitable rights?
    Also refer these threads ;
    INTEGRATION_DIRECTORY_HMI: Connection fails
    ICM_HTTP_CONNECTION_FAILED
    SAF - ICM_HTTP_CONNECTION_FAILED
    HTTP adapter setup
    Answer by Wolfgang Janzen
    SSL certificates not visible while RFC destination creation
    ICM_HTTP_SSL_ERROR
    Please can you check if this is of any help.
    ICM_HTTP_SSL_ERROR
    HTTP-ADAPTER with HTTPS =  ICM_HTTP_SSL_ERROR
    SSL: Client Certificate
    SSL: Client Certificate
    Check out this SAP Note- 824554 and OSS Note 554174 SAP Note- 852688
    Thread
    To Be Delivered
    XI : How to Re-Process failed XI Messages Automatically
    Regards,
    Vinod.

  • Error while receiving by HTTP (error code: 400, error text: ICM_HTTP_CONNECTION_FAILED

    Hi experts,
    I have a big issue in production server,
    the Queues are stuking in smq2 " command to tRFC/qRFC: execute LUW again"
    if i am reprocess or press F6 it is going manually.
      <?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="1">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">CLIENT_RECEIVE_FAILED</SAP:Code>
      <SAP:P1>400</SAP:P1>
      <SAP:P2>ICM_HTTP_CONNECTION_FAILED</SAP:P2>
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText><html><head><title>Application Server Error</title> <style type="text/css"> body { font-family: arial, sans-serif;} </style> </head> <BODY text="#172972" link="#808080" vlink="#808080" alink="#8e236b" bgcolor=white leftmargin="0" topmargin="0" marginheight="0" marginwidth="0"> <table height="61" width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td background="http://xidist:8000/sap/public/icman/img/bluebar_tile.gif" height="30"><table> <tr> <td width=5></td> <td width=20% nowrap><font face=arial size="-1" color=white>SAP NetWeaver Application Server </font></td><td width=75% align="right" nowrap><font face=arial size="-1" color="white"><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><img src= "http://xidist:8000/sap/public/icman/img/theme.jpg" width=122 height=61 border=0 alt="SAP"></td> </tr><tr><td background="http://xidist:8000/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>404 Resource not found</b></H2><br>Partner not reached<br><br><hr> <table border="0"> <tr><td>Error:</td><td>-20</td></tr> <tr><td>Version:</td><td>7000</td></tr> <tr><td>Component:</td><td>ICM</td></tr> <tr><td>Date/Time:</td><td>Wed May 14 15:50:24 2014 </td></tr> <tr><td>Module:</td><td>icxxconn.c</td></tr> <tr><td>Line:</td><td>2341</td></tr> <tr><td>Server:</td><td>xidist_GXI_00</td></tr> <tr><td>Error Tag:</td><td>{004654a1}</td></tr> <tr><td>Detail:</td><td>Connection request from (110/28816/0) to host: xidist, service: 50000 failed (NIESERV_USED) EX-T110, U28816, 001 PIAFUSER, 10.1.57.50, 15:50:24, M0, W1, , 1/0</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/">&copy; 2001-2009, SAP AG</a></FONT> </td></tr></table> </body></html></SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error while receiving by HTTP (error code: 400, error text: ICM_HTTP_CONNECTION_FAILED)</SAP:Stack>
      <SAP:Retry>N</SAP:Retry>
      </SAP:Error>
    Regards,
    Kiran polani

    Dear Sriram Ramani,
    in ths case some scenarios are working good. proxy to soap, idoc to soap and jdbc to proxy, proxy to jdbc all are working with out error.
    but my problem is in Soap to RFC case..
    for all RFC communication channels are working but some time it is throwing RFC_COMMUNICATION_ERROR and messages are stucks in smq2 with retry.
    when i check with retry error with in sxmb_moni log showing ICM_HTTP_CONNECTION_FAILED with error code 400.
    not for all signals for few signals for some time..
    Why it is happening i can't understand.
    in repository it is saying Repsitory object hmi failed and address already in use.
    is there any problem with loading IR objects.
    Please suggest me good suggestion for this type of issue what can do for this to resolve.
    Regards,
    Kiran Polani

  • Proxy issue with SCM - Error code: 400  ICM_HTTP_CONNECTION_FAILED

    We have recently added an SCM system to our landscape.  I am trying to upload data to BI within SCM.  I have set up the method and tested it and it works fine.  I am pulling the data in to XI from a flat file and converting it to XML, which works fine, I have tested the payload in the message mapping test tab.  When it trys to connect to the SCM system it looks like it hangs forever in sxmb_moni with the error message.
    Error when receiving by HTTP (error code: 400,
    error text: ICM_HTTP_CONNECTION_FAILED)
    I have also created my proxy in SCM, that seems to be fine as well when I test it.
    The communication channels are as follows...
    Transport Protocol: HTTP 1.0
    Message Protocol: XI 3.0
    Adapter Engine:     Integration Server
    Addressing Type:   URL Address
    Target Host:           <hostname>
    Service NUmber:     8000
    Path:                     /sap/xi/engine?type=receiver
    Auth Type:            Use Logon Data for SAP System
    SECOND
    I cannot see any errors on the Runtime either because my communiation is not showing up...  I have saved it and activiated it.  The adapter type is XI.
    Any help would be appreciated.
    Skip Ford

    Hi
    Error when receiving by HTTP (error code: 400,
    error text: ICM_HTTP_CONNECTION_FAILED)
    I have also created my proxy in SCM, that seems to be fine as well when I test it.
    The communication channels are as follows...
    Transport Protocol: HTTP 1.0
    Message Protocol: XI 3.0
    Adapter Engine: Integration Server
    Addressing Type: URL Address
    Target Host: <hostname>
    Service NUmber: 8000
    Path: /sap/xi/engine?type=receiver
    Auth Type: Use Logon Data for SAP System
    I think the parameter Path for the server proxy should be
    /sap/xi/engine?type=entry
    Thanks
    Gaurav

  • Error code: 400, error text: ICM_HTTP_CONNECTION_FAILED

    Every now and then we are getting the following error on a synchronous call from XI 3.0.
    Error when receiving by HTTP (error code: 400, error text: ICM_HTTP_CONNECTION_FAILED)
    Usually it is from XI to R/3 (that's where most of our synch calls take place) but occasionally it happen on a synchronous call to a JDBC comm channel.
    It is not just one interface that causes this issue and the same interface will be OK if we re-run it with same data.
    I suspect some system parameter is off, or it's just a bug in XI.  Any one else run into this ?  if so, have you found a fix ?  SAP hasn't been much help for us thus far.
    Thanks in advance for any help.

    Hi Tim,
    Can you check this thread-
    ICM_HTTP_CONNECTION_FAILED
    Also check SAP Note 824554,783515,910649,706563.
    Cache Refresh~
    https://websmp201.sap-ag.de/~sapdownload/011000358700003163902004E/HowTo_handle_XI_30_Caches.pdf
    Hope this helps,
    Regards,
    Moorthy

  • HTTP client code 400 reason ICM_HTTP_CONNECTION_FAILED

    Hi
    when using an https receiver adapter in PI 7.11 I get the error message
    "HTTP client code 400 reason ICM_HTTP_CONNECTION_FAILED".
    The server I am trying to connect to is running and I have activated all services under sap -> xi in SICF.
    The ICM log shows this:
    WARNING => Connection request from (38/18489/0) to host: https, service: 80 failed (NIEHOST_UNKNOWN)
    AP-T38, U18489, 001 ALE_K01, , 15:45:37, M0, W9,     , 1/0 [icxxconn.c 2222]
    On the PI Integration Server the outbound queue (smq1) is empty.
    However, the message seems to be sitting in the inbound tRFC queue (smq2)
    Function Module:  SXMS_ASYNC_EXEC                
    Queue Name:  XBTO6___0002        
    Status Text:  Transaction Recorded
    I also get the error message in the inbound tRFC queue:
    "XI Error ATTRIBUTE_CLIENT.PLAINHTTP_ADAPTER: Queue"
    It does not help to chose "save LUW" on the erroneous message in the queue.
    In the http receiver adapter I entered these values:
    Addressing Type: URL Address
    Target Host: https://biztalk.lm-gruppen.dk
    Service Number: 443
    Path: /******/BTSHTTPReceive.dll
    What should I do to make it work?
    Mikael

    Hi,
    In the http receiver adapter I entered these values:
    Addressing Type: URL Address
    Target Host: https://biztalk.lm-gruppen.dk
    Service Number: 443
    Path: /******/BTSHTTPReceive.dll
    If you want to enable HTTPs, you should use HTTP to RFC destination using SM59 (for the RFC destination) and STRUST (for the SSL authentication). Also, do not specify the http:// or https:// parameter in your target host. The correct parameters should be:
    Target Host: biztalk.lm-gruppen.dk
    Service Number: 443
    Path: /******/BTSHTTPReceive.dll
    hope this helps,

  • HTTP error (return code 400, message "ICM_HTTP_CONNECTION_FAILED")

    Hello All,
    I am trying to create a proxy class from a webservice through a URL.
    I get the error:
    HTTP error (return code 400, message "ICM_HTTP_CONNECTION_FAILED")
    What could be the reason for this. Please help.
    Thanks,
    Smita

    Hi Smita
    Pls refer the links for this error ICM_HTTP_CONNECTION_FAILED
    The specified item was not found.
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/xi/changing%252bhttp%252bport%252bof%252bdecentralized%252badapter%252bengine
    Http* Errors in XI
    Configuring & Publishing Enterprise Services from SAP Business Suite system into NWCE (Netweaver Composition Environment) Services Registry
    Publishing ABAP WebServices to an External UDDI Server
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/bd5950ff-0701-0010-a5bc-86d45fd52283
    Regards
    Abhishek

  • ABAP Server Proxy - ICM_HTTP_CONNECTION_FAILED

    Hi,
    i am trying to develop java proxy to abap proxy.
    my test pattern JAVA application -> XI -> R/3
    proxy setting has no problem, i created inbound proxy by using sproxy.
    when i send data by java application with proxy,
    i could see data comming from client java proxy on sxmb_moni, after mapping request and technical routing, i got the following error on Adapter call step.
    i already tested my inbound abap proxy without problem so that i am aware of knowing abap coding issue or not.
    i think that it's XI adapter communication issue from adapter frame work to R/3 side...
    so what step do i have to do?
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Adapter Call (Integration Engine, Idoc, RFC)
      -->
    - <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">CLIENT_RECEIVE_FAILED</SAP:Code>
      <SAP:P1>400</SAP:P1>
      <SAP:P2>ICM_HTTP_CONNECTION_FAILED</SAP:P2>
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText><html><head><title>Application Server Error</title> <style type="text/css"> body { font-family: arial, sans-serif;} </style> </head> <BODY text="#172972" link="#808080" vlink="#808080" alink="#8e236b" bgcolor=white leftmargin="0" topmargin="0" marginheight="0" marginwidth="0"> <table height="61" width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td background="http://xi.test.com:8000/sap/public/icman/img/bluebar_tile.gif" height="30"><table> <tr> <td width=5></td> <td width=20% nowrap><font face=arial size="-1" color=white>SAP Web Application Server </font></td><td width=75% align="right" nowrap><font face=arial size="-1" color="white"><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><img src= "http://xi.test.com:8000/sap/public/icman/img/theme.jpg" width=122 height=61 border=0 alt="SAP"></td> </tr><tr><td background="http://xi.test.com:8000/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>404 Resource not found</b></H2><br>Partner not reached<br><br><hr> <table border="0"> <tr><td>Error:</td><td>-20</td></tr> <tr><td>Version:</td><td>7000</td></tr> <tr><td>Component:</td><td>ICM</td></tr> <tr><td>Date/Time:</td><td>Thu Aug 3 20:22:57 2006 </td></tr> <tr><td>Module:</td><td>icxxconn_mt.c</td></tr> <tr><td>Line:</td><td>2314</td></tr> <tr><td>Server:</td><td>xi_SXD_00</td></tr> <tr><td>Error Tag:</td><td></td></tr> <tr><td>Detail:</td><td>Connection request from (23/16970/0) to host: 70.2.240.70, service: 8000 failed (NIECONN_REFUSED) EX-T23, U16970, 300 XIAFUSER, 70.7.103.208, 20:22:52, M0, W0, , 1/0</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/">&copy; 2001-2005, SAP AG</a></FONT> </td></tr></table> </body></html></SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error while receiving by HTTP (error code: 400, error text: ICM_HTTP_CONNECTION_FAILED)</SAP:Stack>
      <SAP:Retry>N</SAP:Retry>
      </SAP:Error>

    Hi Venjamin,
    Here are a list of possible reasons for your problem with solutions.
    It could be that it cannot find your file adapter.
    1. Have you specified your hostname or IP address? Often the server cannot resolve the ip address for the hostname of your PC.
    2. Is the path and port in the directory the same as the path and port of your file adapter?
    3. Try question 14 (integration engine section)
    /people/mark.finnern/blog/2006/01/12/finally-best-of-sdn-2005
    4. also question 11 (in the same section)
    5. if the avove will not fix it open XI config guide and
    have a look at section
    "Connecting Business Systems with an Integration Engine to the Central Integration Server"
    6. Your error code is 400, so check this link,
    http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html
    For http 400 - its a bad request.
    'The request could not be understood by the server due to malformed syntax.'
    If you have the XI trouble shooting guide see from page 54,and also try:
    1.Check that the port really is the ICM HTTP Port (transaction
    SMICM) and not the J2EE port
    2.If the port is wrong, change the pipeline URL in the SLD in
    the business system of the Integration Server
    3.Restart the J2EE Engine to reset the SLD buffer of the
    Adapter Engine
    Source- "XI troubleshooting guide"
    Regards,
    Abhy

  • Error in XI: ICM_HTTP_CONNECTION_FAILED

    Hi everyone, have you guys encounter error such like this below. Isn't this kind of error related to the XI internal adapter? Anyone knows how to overcome this? This kind of error occur maybe once a day or once in 2 days. I am not sure what is wrong with this. Thank you so much in advance guys....
    PS: Sorry for the copy-paste thing.
    "Help
    !http://s0004.astra-honda.com:8034/sap/public/icman/img/theme.jpg|alt=SAP|width=122 height=61 border=0 |src=http://s0004.astra-honda.com:8034/sap/public/icman/img/theme.jpg!
    404 Resource not found
    Partner not reached
    Error:
    -20
    Version:
    6040
    Component:
    ICM
    Date/Time:
    Tue Jan 23 07:18:44 2007
    Module:
    icxxconn_mt.c
    Line:
    2118
    Server:
    s0004_XP1_34
    Detail:
    Connection request from (26/31241/0) to host: s0004, service: 53400 failed (NIECONN_REFUSED) AP-T26, U31241, 600 WF-BATCH, 10.4.1.202, 07:18:43, M0, W4, , 1/0
    © 2001-2003, SAP AG
    </FONT></td></tr></table></SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error when receiving by HTTP (error code: 400, error text: ICM_HTTP_CONNECTION_FAILED)</SAP:Stack>
      <SAP:Retry>N</SAP:Retry>
      </SAP:Error>"
    Message was edited by:
            Made Wishnu Wardana
    Message was edited by:
            Made Wishnu Wardana
    Message was edited by:
            Made Wishnu Wardana

    Hi,
    1) Can you Check  whether  SLD is active, Try to re start the SLD ,
    This might help you
    /people/sugree.phatanapherom/blog/2005/08/14/configuring-sld-in-sneak-preview-sap-netweaver-04-sneak
    2) Check is it  time  out error, ( Data unable to fetch due to time out error )
    3) Go tCode- ST22 and check for the DUMP for more information.
    Regards
    Agasthuri Doss

  • ICM_HTTP_CONNECTION_FAILED error in file to proxy??

    Hi
    In my file to proxy,
    i am maintaining one Http RFC destination..intest Connection i am getting 500 as status.
    two TCP/IP destinations LCRSAPRFC and SAPSLDAPI.
    i am maintaing values in SPROXSET table.
    in SLDAPICUST also.
    and in SXMB_ADM i configuerd Integration engine.
    but i am getting error in sxmb_moni
    SAP:P4></![CDATA[>
      <SAP:AdditionalText><html><head><title>SAP Web Application Server Error</title> <style type="text/css"> body { font-family: arial, sans-serif;} </style> </head> <BODY text="#172972" link="#808080" vlink="#808080" alink="#8e236b" bgcolor=white leftmargin="0" topmargin="0" marginheight="0" marginwidth="0"> <table height="61" width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td background="http://dcexi0605.aaaa.com:8030/sap/public/icman/img/bluebar_tile.gif" height="30"><table> <tr> <td width=5></td> <td width=20% nowrap><font face=arial size="-1" color=white>SAP Web Application Server </font></td><td width=75% align="right" nowrap><font face=arial size="-1" color="white"><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><img src= "http://dcexi0605.aaaa.com:8030/sap/public/icman/img/theme.jpg" width=122 height=61 border=0 alt="SAP"></td> </tr><tr><td background="http://dcexi0605.aaaa.com:8030/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>404 Resource not found</b></H2><br><hr><br>Partner not reached<br><br><hr> <table border="0"> <tr><td>Error:</td><td>-20</td></tr> <tr><td>Version:</td><td>6040</td></tr> <tr><td>Component:</td><td>ICM</td></tr> <tr><td>Date/Time:</td><td>Wed Feb 28 12:28:10 2007 </td></tr> <tr><td>Module:</td><td>icxxconn_mt.c</td></tr> <tr><td>Line:</td><td>2121</td></tr> <tr><td>Server:</td><td>ciBGX30_BGX_30</td></tr> <tr><td>Detail:</td><td>Connection request from (42/31087/0) to host: dcesssss08.aaaa.biz, service: 8010 failed (NIECONN_REFUSED) AP-T42, U31087, 100 SOA_AAA, M2B-36-D-1787, 12:28:10, M0, W2, , 1/0</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-2005, SAP AG</a></FONT></td></tr></table></SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace=""></SAP:ApplicationFaultMessage>
      <SAP:Stack><b>Error when receiving by HTTP (error code: 400, error text: ICM_HTTP_CONNECTION_FAILED)</b></SAP:Stack>
      <SAP:Retry>A</SAP:Retry>
      </SAP:Error>
    please guide me where i did mistake
    regards
    Ram

    hi friends..
    now i am getting HTTP_RESP_STATUS_CODE_NOT_OK HTTP response contains status code 403 with the description Forbidden Error when sending by HTTP (error code: 403, error text: Forbidden)
    i maintaind in RZ10 the values.intially port is 8100 , now i changed it 8000
    in sxmb_adm..
    corresponding Integarion server:
    http://hostname:8030/sap/xi/engine?type=entry
    the same value is maintained in Sproxset table also
    in SMICM -Services Http services port is 8000
    please suggest me
    regards
    Ram

  • ICM_HTTP_CONNECTION_FAILED

    Hi experts
    I am sending fle from XI to R/3 i am getting the below error message in XI SXMB_MONI.
    here i am using sender is file adapter and receiver is PROXY.
    <?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_RECEIVE_FAILED</SAP:Code>
      <SAP:P1>400</SAP:P1>
      <SAP:P2>ICM_HTTP_CONNECTION_FAILED</SAP:P2>
      <SAP:P3 />
      <SAP:P4 />
    </td></tr> <tr><td>Module:</td><td>icxxconn.c</td></tr> <tr><td>Line:</td><td>2321</td></tr> <tr><td>Server:</td><td>TUAST06XI_TXI_00</td></tr> <tr><td>Error Tag:</td><td></td></tr> <tr><td>Detail:</td><td>Connection request from (23/31412/0) to host: tuasdo06ps, service: 8000 failed (NIEHOST_UNKNOWN) AP-T23, U31412, 300 PIAFUSER, , 16:35:05, M0, W0, , 1/0</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/">&copy; 2001-2005, SAP AG</a></FONT> </td></tr></table> </body></html></SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error while receiving by HTTP (error code: 400, error text: ICM_HTTP_CONNECTION_FAILED)</SAP:Stack>
      <SAP:Retry>A</SAP:Retry>
      </SAP:Error>

    Hi Sreenivas,
       Check this thread:
    Re: Error ID:CLIENT_RECEIVE_FAILED in ABAP PROXI
    Regards,
    Ravi

  • Http receiver adapter error : ICM_HTTP_CONNECTION_FAILED

    Hi all.
    I have set up a receiver http adapter and for the life of me can't get it to work. In sxmb_moni I get the following error in the Call adapter step of the pipeline:
      <SAP:Category>XIAdapter</SAP:Category>
      <SAP:Code area="PLAINHTTP_ADAPTER">ATTRIBUTE_CLIENT</SAP:Code>
      <SAP:P1>400</SAP:P1>
      <SAP:P2>ICM_HTTP_CONNECTION_FAILED</SAP:P2>
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>HTTP client. Code 400 reason ICM_HTTP_CONNECTION_FAILED</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
    It does not matter where I try and post to, it comes back with this. I am using "Url address" for Addressing type.
    Help appreciated.

    You should check whether the HTTP service is working on your system.
    transaction smicm -> goto ->  services.  check the entry for  HTTP. If necessary, a restart of the J2EE server might help.
    Also check the http adapter is active.
    transaction sicf -> default_host->sap->xi->adapter_plain
    Cheers
    Manish

  • Invalid request in SOAP Scenario - "HTTP 400 Bad Request"

    Hi,
    By sending request to a Webservice thorugh XI ,I am getting an error as "HTTP 400 Bad Request" in MONI and the response payload looks like this
    "Request Error (invalid_request)
    Your request could not be processed. Request could not be handled 
    This could be caused by a misconfiguration, or possibly a malformed request. 
    For assistance, contact your network support team."
    I copy pasted the request payload in SOAP UI,  there its working fine.I don't know where it goes wrong.
    Please help me in that...
    Thanks & Regards,
    Yuga

    Hi Yugapreetha,
    Error: HTTP 400- Bad Request- ICM_HTTP_CONNECTION_FAILED
    Description: The request could not be understood by the server due to malformed syntax. The client SHOULD NOT repeat the request without modifications.
    Possible Tips: May be because of huge message flow. Related SAP Notes-824554, 906435, 783515, 910649, 706563 If it is because of Queue problems have a look into SMQ2 .
    And also here are a list of possible reasons for your problem with solutions.
    It could be that it cannot find your file adapter.
    1. Have you specified your hostname or IP address? Often the server cannot resolve the ip address for the hostname of your PC.
    2. Is the path and port in the directory the same as the path and port of your file adapter?
    3. Try question 14 (integration engine section)
    /people/mark.finnern/blog/2006/01/12/finally-best-of-sdn-2005
    4. also question 11 (in the same section)
    5. if the avove will not fix it open XI config guide and
    have a look at section
    "Connecting Business Systems with an Integration Engine to the Central Integration Server"
    6. Your error code is 400, so check this link,
    http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html
    For http 400 - its a bad request.
    'The request could not be understood by the server due to malformed syntax.'
    If you have the XI trouble shooting guide see from page 54,and also try:
    1.Check that the port really is the ICM HTTP Port (transaction
    SMICM) and not the J2EE port
    2.If the port is wrong, change the pipeline URL in the SLD in
    the business system of the Integration Server
    3.Restart the J2EE Engine to reset the SLD buffer of the
    Adapter Engine
    Source- "XI troubleshooting guide"
    Check out this SAP Note- 824554
    Also this links
    ICM_HTTP_CONNECTION_FAILED
    Cache Refresh~
    https://websmp201.sap-ag.de/~sapdownload/011000358700003163902004E/HowTo_handle_XI_30_Caches.pdf
    Reprocessing failed XI messages:
    /people/sap.user72/blog/2005/11/29/xi-how-to-re-process-failed-xi-messages-automatically
    Regards,
    Vinod.

  • RFC adapter problem: ICM_HTTP_CONNECTION_FAILED

    Hi All,
    We have problems with a RFC adapter. The error is not consistent. Most of the time it works, sometimes we get the error below. It looks like the http communication with the XI adapter Engine fails. The problem is described in note 804124, but this note does not give us the correct answer.
    We are on SP15, has anyone an idea?
    Thanks,
    Frank
    Error:
    Error when receiving by HTTP (error code: 400, error text: ICM_HTTP_CONNECTION_FAILED
    404 Resource not found
    Partner not reached
    Error:     -20
    Version:     6040
    Component:     ICM
    Date/Time:     Tue Mar 7 09:35:20 2006
    Module:     icxxconn_mt.c
    Line:     2121
    Server:     pxpci_PXP_10
    Detail:     Connection request from (89/30444/0) to host: pxpci.fil-eu.sv.philips.com, service: 51000 failed (NIECONN_REFUSED) EX-T89, U30444, 660 XIAFUSER, 130.139.212.156, 09:35:20, M0, W0, , 1/0

    Hi Michal,
    I don't think the timeout is the problem here, as you can see in the error, it states the the resource can not be found (404) and further in the error you find that the connection is Refused. This error occurs within in second after the message comes into SAP XI.
    Hi Holger,
    The ICM log gives the same error as in the message monitoring. But I think it is not on level 3. I will try that.
    Thanx,
    Frank

  • WSPUBLISH : ICM_HTTP_CONNECTION_FAILED error when publishing webservice

    Dear Friends,
    We are trying to publish a webservice via tcode WSPUBLISH.
    The first step regarding the service registry and service port is successful.
    The following error occurs in step 2 :
    Error retrieving Services Registry (SR) version information.     
    DETAIL:
        SOAP:1,023 SRT: Processing error in Internet Communication Framework:
        ("ICF  Error when receiving the response: ICM_HTTP_CONNECTION_FAILED")
    The logical port has been created and the 'test connection" via SM59 is also successful.
    Prior to WSPBLISH, the SOAMANAGER and WSPARAM steps have been followed as per SAP help documentation.
    Please suggest how to resolve this issue.
    Regards,
    TS

    Hi Juan,
    The dev_icm trace is attached below. The authorization checks are failing when attempting to signon to ICM via the SAP MMC. I have tried quite a few options for the user. What is the right user id to use?
    trc file: "dev_icm", trc level: 1, release: "700"
    sysno      00
    sid        J2E
    systemid   562 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    235
    intno      20050900
    make:      multithreaded, Unicode, 64 bit, optimized
    pid        3668
    [Thr 3664] Thu Mar 11 15:01:18 2010
    [Thr 3664] TRACE FILE TRUNCATED
    [Thr 3664] started security log to file dev_icm_sec
    [Thr 3664] ICM running on: SAPx64.ritam.com
    [Thr 3664] MtxInit: 30001 0 2
    [Thr 3664] IcmInit: listening to admin port: 64998
    [Thr 3664] Thu Mar 11 15:01:19 2010
    [Thr 3664] DpSysAdmExtCreate: ABAP is active
    [Thr 3664] DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active
    [Thr 3664] DpShMCreate: sizeof(wp_adm)          29792     (1752)
    [Thr 3664] DpShMCreate: sizeof(tm_adm)          5912704     (29416)
    [Thr 3664] DpShMCreate: sizeof(wp_ca_adm)          24064     (80)
    [Thr 3664] DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    [Thr 3664] DpCommTableSize: max/headSize/ftSize/tableSize=500/16/552064/552080
    [Thr 3664] DpShMCreate: sizeof(comm_adm)          552080     (1088)
    [Thr 3664] DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    [Thr 3664] DpShMCreate: sizeof(slock_adm)          0     (104)
    [Thr 3664] DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    [Thr 3664] DpShMCreate: sizeof(file_adm)          0     (72)
    [Thr 3664] DpShMCreate: sizeof(vmc_adm)          0     (1864)
    [Thr 3664] DpShMCreate: sizeof(wall_adm)          (41664/36752/64/192)
    [Thr 3664] DpShMCreate: sizeof(gw_adm)     48
    [Thr 3664] DpShMCreate: SHM_DP_ADM_KEY          (addr: 0000000001D40050, size: 6614144)
    [Thr 3664] DpShMCreate: allocated sys_adm at 0000000001D40050
    [Thr 3664] DpShMCreate: allocated wp_adm at 0000000001D42270
    [Thr 3664] DpShMCreate: allocated tm_adm_list at 0000000001D496D0
    [Thr 3664] DpShMCreate: allocated tm_adm at 0000000001D49730
    [Thr 3664] DpShMCreate: allocated wp_ca_adm at 00000000022ECFB0
    [Thr 3664] DpShMCreate: allocated appc_ca_adm at 00000000022F2DB0
    [Thr 3664] DpShMCreate: allocated comm_adm at 00000000022F4CF0
    [Thr 3664] DpShMCreate: system runs without slock table
    [Thr 3664] DpShMCreate: system runs without file table
    [Thr 3664] DpShMCreate: allocated vmc_adm_list at 000000000237B980
    [Thr 3664] DpShMCreate: allocated gw_adm at 000000000237BA00
    [Thr 3664] DpShMCreate: system runs without vmc_adm
    [Thr 3664] DpShMCreate: allocated ca_info at 000000000237BA30
    [Thr 3140] IcmProxyWatchDog: proxy watchdog started
    [Thr 3664] CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    [Thr 3664] IcmCreateWorkerThreads: created worker thread 0
    [Thr 3664] IcmCreateWorkerThreads: created worker thread 1
    [Thr 3664] IcmCreateWorkerThreads: created worker thread 2
    [Thr 3664] IcmCreateWorkerThreads: created worker thread 3
    [Thr 3664] IcmCreateWorkerThreads: created worker thread 4
    [Thr 3664] IcmCreateWorkerThreads: created worker thread 5
    [Thr 3664] IcmCreateWorkerThreads: created worker thread 6
    [Thr 3664] IcmCreateWorkerThreads: created worker thread 7
    [Thr 3664] IcmCreateWorkerThreads: created worker thread 8
    [Thr 3664] IcmCreateWorkerThreads: created worker thread 9
    [Thr 3192] IcmWatchDogThread: watchdog started
    [Thr 3200] *** WARNING => HttpPlugInInit: Parameter icm/HTTPS/trust_client_with_issuer or icm/HTTPS/trust_client_with_subject not set => do not trust any intermediary
    X.509 cert data will be removed from header [http_plg.c   743]
    [Thr 3200] Thu Mar 11 15:01:20 2010
    [Thr 3200] ISC: created 400 MB disk cache.
    [Thr 3200] ISC: created 50 MB memory cache.
    [Thr 3200] HttpSubHandlerAdd: Added handler HttpCacheHandler(slot=0, flags=12293) for /:0
    [Thr 3200] HttpExtractArchive: files from archive D:\usr\sap\J2E\DVEBMGS00\exe/icmadmin.SAR in directory D:/usr/sap/J2E/DVEBMGS00/data/icmanroot are up to date
    [Thr 3200] HttpSubHandlerAdd: Added handler HttpAdminHandler(slot=1, flags=4101) for /sap/admin:0
    [Thr 3200] CsiInit(): Initializing the Content Scan Interface
    [Thr 3200]            PC with Windows NT (mt,unicode,SAP_CHAR/size_t/void* = 16/64/64)
    [Thr 3200] CsiInit(): CSA_LIB = "D:\usr\sap\J2E\DVEBMGS00\exe\sapcsa.dll"
    [Thr 3200] HttpSubHandlerAdd: Added handler HttpAuthHandler(slot=2, flags=12293) for /:0
    [Thr 3200] HttpSubHandlerAdd: Added handler HttpSAPR3Handler(slot=3, flags=4101) for /:0
    [Thr 3200] HttpSubHandlerAdd: Added handler HttpJ2EEHandler(slot=4, flags=1077253) for /:0
    [Thr 3200] Started service 8000 for protocol HTTP on host "SAPx64.ritam.com"(on all adapters) (processing timeout=60, keep_alive_timeout=30)
    [Thr 3200] Thu Mar 11 15:01:25 2010
    [Thr 3200] IcmNetCheck: network check passed without detecting problems
    [Thr 3128] Thu Mar 11 15:02:20 2010
    [Thr 3128] *** WARNING => IcmCallAllSchedules: Schedule func 1 already running - avoid recursion [icxxsched.c  430]
    [Thr 3156] Thu Mar 11 15:02:29 2010
    [Thr 3156] *** WARNING => IcmJ2EEScheduleFunc: Cannot access "/sap/public/icman" (rc=500)- please check node in TA sicf [icxxman.c    2245]
    [Thr 3664] Thu Mar 11 15:02:33 2010
    [Thr 3664] HttpSAPR3SetParam: switch j2ee http port from  to: 50000
    [Thr 3664] HttpSAPR3SetParam: switch j2ee https port from  to: 50001
    [Thr 3664] Thu Mar 11 15:05:06 2010
    [Thr 3664] HttpSAPR3SetParam: Switched j2ee status to: 1
    [Thr 3152] Thu Mar 11 15:15:05 2010
    [Thr 3152] *** ERROR => IcmReadAuthData: could not open authfile: D:\usr\sap\J2E\SYS\global\security\data\icmauth.txt - errno: 2 [icxxsec.c    611]
    [Thr 3152] *** ERROR => HttpAdmHandleReq: authorization failed for user: j2ee_admin [http_adm.cpp 1035]
    [Thr 3132] Thu Mar 11 15:15:17 2010
    [Thr 3132] *** ERROR => HttpAdmHandleReq: authorization failed for user: sapuser [http_adm.cpp 1035]
    [Thr 3180] Thu Mar 11 15:15:29 2010
    [Thr 3180] *** ERROR => HttpAdmHandleReq: authorization failed for user: icm_admin [http_adm.cpp 1035]
    [Thr 3160] Thu Mar 11 15:15:50 2010
    [Thr 3160] *** ERROR => IcmReadAuthData: could not open authfile: D:\usr\sap\J2E\SYS\global\security\data\icmauth.txt - errno: 2 [icxxsec.c    611]
    [Thr 3160] *** ERROR => HttpAdmHandleReq: authorization failed for user: icm_admin [http_adm.cpp 1035]
    [Thr 3180] Thu Mar 11 15:17:16 2010
    [Thr 3180] *** ERROR => IcmReadAuthData: could not open authfile: D:\usr\sap\J2E\SYS\global\security\data\icmauth.txt - errno: 2 [icxxsec.c    611]
    [Thr 3180] *** ERROR => HttpAdmHandleReq: authorization failed for user: icmadmin [http_adm.cpp 1035]
    [Thr 3156] Thu Mar 11 15:17:30 2010
    [Thr 3156] *** ERROR => HttpAdmHandleReq: authorization failed for user: icmadmin [http_adm.cpp 1035]
    [Thr 3128] Thu Mar 11 15:18:06 2010
    [Thr 3128] *** ERROR => IcmReadAuthData: could not open authfile: D:\usr\sap\J2E\SYS\global\security\data\icmauth.txt - errno: 2 [icxxsec.c    611]
    [Thr 3128] *** ERROR => HttpAdmHandleReq: authorization failed for user: webadm [http_adm.cpp 1035]
    [Thr 3160] Thu Mar 11 15:18:13 2010
    [Thr 3160] *** ERROR => HttpAdmHandleReq: authorization failed for user: webadm [http_adm.cpp 1035]
    [Thr 3152] Thu Mar 11 15:18:25 2010
    [Thr 3152] *** ERROR => HttpAdmHandleReq: authorization failed for user: http_admin [http_adm.cpp 1035]
    [Thr 3128] Thu Mar 11 15:20:04 2010
    [Thr 3128] *** ERROR => IcmReadAuthData: could not open authfile: D:\usr\sap\J2E\SYS\global\security\data\icmauth.txt - errno: 2 [icxxsec.c    611]
    [Thr 3128] *** ERROR => HttpAdmHandleReq: authorization failed for user: icm admin [http_adm.cpp 1035]
    [Thr 3124] Thu Mar 11 15:20:15 2010
    [Thr 3124] *** ERROR => HttpAdmHandleReq: authorization failed for user: icm_adm [http_adm.cpp 1035]
    [Thr 3152] Thu Mar 11 15:20:17 2010
    [Thr 3152] *** ERROR => HttpAdmHandleReq: authorization failed for user: icm_adm [http_adm.cpp 1035]
    [Thr 3132] Thu Mar 11 15:20:29 2010
    [Thr 3132] *** ERROR => HttpAdmHandleReq: authorization failed for user: icmadm [http_adm.cpp 1035]
    [Thr 3180] Thu Mar 11 15:20:39 2010
    [Thr 3180] *** ERROR => IcmReadAuthData: could not open authfile: D:\usr\sap\J2E\SYS\global\security\data\icmauth.txt - errno: 2 [icxxsec.c    611]
    [Thr 3180] *** ERROR => HttpAdmHandleReq: authorization failed for user: admin [http_adm.cpp 1035]
    Regards,
    TS

Maybe you are looking for

  • SSIS Packages Pending Execution

    Hi, We are facing issue with running ssis packages from job. The package is going to "PendingExecutionstatus" and it is struck in the same status. We are using windows service account to run the job. The package is running successfully if we run thro

  • Problems with enhancers, haxies, other third party apps?

    Many posts in Apple Discussions have blamed haxies and various third party apps for many opperational problems. I found the Dock so irritating (and the Launcher) that I primarily used OS 9 until 3 haxies were released with the classical drop down App

  • My iMac download and document folders are missing

    They are on my Macbook pro; but just noticed that they are NOT on the new iMac I just purchased a couple of days ago.  Where did they go?  They do not show up when I click on the "finder" app either. 

  • Applet

    I have seen embedded applets all over the WEB. I am sure there is a way to get an applet to come off of a standalone after clicking a link on a web page. Can someone help me with this. Thanks in advance.

  • Illustrator CS6 not opening my previous files

    I'm using AI CS6 on a mac. Yesterday I opened an older file (CS5), made some changes and saved the file Today I want to continue to work on this file, but I'm not able to open my files anymore. I get the spinning wheel, and that's it. AI doesn't resp