HTTP Receive failed: ICM_HTTP_PROXY_HOST_UNKNOWN

Hi Experts,
I am facing an issue while calling any service in Net weaver gateway system  with Gateway client like below.
Can any body please help me to resolve the issue.
Thanks in advance,
Bhaskar N

Hi Bhaskar,
It's a network issue. Looks like the server can't resolve the proxy hostname.
Please make sure the proxy details are correct and the corresponding entry for the proxy server exists in the hosts file.
If you are not able to find the proxy host entry, you need to add it in format of:
IPaddress hostname
For example:
192.168.1.1 cimg.wdf.sap.corp
hosts file located under %SystemRoot%\system32\drivers\etc\hosts
BR,
Alper Somuncu

Similar Messages

  • CSoap Excep Transport Http receive failed with Excp Commc_failure(100.101)

    Hi Experts;
    Am working with adobe forms. T-code SFP (Form Builder)
    I have  created a adobe form, Layout and all...
    when i Activate the Form, it's not Activating and it's showing the Status information like...
    Status Information: SOAP Framework error:SOAP Runtime Exception: CSoap Exception Transport: Http receive failed with Exception Communication_failure(100.101).
    Please Give your Suggestions !!
    Thanks
    Upender.

    Hi wd4a Adobe community
    here is another guy who has exactly the same problem trying to reproduce the example of: INTERACTIVE FORMS BY ADOBE IN WEB DYNPRO ABAP - INTRODUCTION ( http://www.sdn.sap.com/irj/scn/elearn?rid=/library/uuid/806cf26c-22e7-2c10-8ca3-a671648fd2ea ).
    Anyone out in this world who has a suggestion?
    thanks in advance ...
    Stefan

  • HTTP Receive location failing to in BizTalk

    Hi All,
    BizTalk application receives request from external vendor using HTTP Receive location which uses HTTPReceive.dll
    2 servers A and B in the production performing well, but it fails from yesterday. Could see request coming through the IIS in the IIS log, but it is not reaching to biztalk application.
    I have tried these steps in both A and B machines
    1. restart the biztalk app
    2. restart the application pool of the website that connects this app
    3. reset iis in the machines 
    How a request from IIS is routed to machines, I can't understand which machine handles the request, currently it reaches machine B, I could see previous IIS log where it processed successfully in machine A IIS log.
    I could see error 500 in machine B IIS log for each request that comes in but cannot make it to BizTalk app
    No error log in the event viewer of A and B BizTalk servers.
    Can anyone guide me how to resolve it?
    Regards
    Vivek

    Hi Vivek,
    If you get HTTP-500 error you will have eventlog entries, not just in IIS logs.
    "How a request from IIS is routed to machines, I can't understand which machine handles the request, currently it
    reaches machine B, I could see previous IIS log where it processed successfully in machine A IIS log." -
    IIS would route to BizTalk machines, only if you have separate servers as webserver(IIS) and BizTalk. If IIS is host in the same servers as BizTalk, then when the IIS receive the message,
    it would route to its standalone internal BizTalk server. The routing to different machines is due to the loadbalancer. Your statement is bit contradictory. I assume your IIS is local to the BizTalk servers. So when the client send the message to HTTPReceive.dll,
    the url is bound to loadbalacer, which based on its load balancer logic route the message to anyone of the BizTalk server's IIS (machine A and machine B) hence you see two different IIS logs in machine A and machine B.
    Many Load-balancers, I have seen work with a unique logic where they send the requests primary to one server always and only if that primary server is busy (or not available) then it would
    send it to other server. May be load-balancer have been sending its request to mahicne-A until recently and may be due to some reasons its sending the request to machine-B now. The reason machine-B may not be working now, could be because it was never configured
    properly before and when machine-B start to receive the message, it gives error(as load-balancer request are always handled by machine-A before). To prove this, stop IIS in machine-B and see machine-A receive the message.
    For this HTTP-500 error, check the HTTPReceive.dll is configured correctly. Check the following articles for configuration:
    Configuring BTSHTTPReceive.dll to work on IIS 7
    http://www.biztalkbill.com/Home/tabid/40/EntryId/66/Configuring-BTSHTTPReceive-dll-to-work-on-IIS-7.aspx
    http://social.msdn.microsoft.com/Forums/en-US/20ea5954-4ca8-40ca-b043-2e6c3d3ae105/btshttpreceivedll-remote-server-returned-an-error-500
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • PI 7.11 - Sync HTTP receiver adapter with response XML file

    Hi
    We have a File to HTTP scenario in which we need a sync HTTP interface. We send a file to the HTTP address and receive a XML acknowledge. As I read in this forum: sync HTTP interfaces are not possible with the "standard" HTTP adapter. So I found an entry which recommended to use the SOAP adapter instead.
    I configured it:
    - Do Not Use SOAP envelope
    - modules: RequestResponseBeans, CallSapAdapter, ResponseOneWayBean
    If i use this scenario, i get following error in the RWB - Message Display Tool:
    Delivering the message to the application using connection SOAP_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.lang.NullPointerException: while trying to invoke the method com.sap.engine.interfaces.messaging.api.Message.getMessageId() of an object loaded from local variable 'message1'.
    I testet this scenario using CURL and it worked properly. Should this kind of scenario work with the SOAP adapter or do I need to buy/develop an own adapter? Is in NW7.3 possible to configure sync HTTP scenarios?
    Thanks in advance
    Michael

    Hi
    actually i use a simple HTTP receiver CC with the setting "XI Payload in HTTP Body" to send a XML datafile to a webpage (java servlet). This part works fine by now. But, this servlet would also send back a status information to the state of the received datafile, which I like to catch.
    e.g. HTTP response from the servlet (catched using CURL):
    HTTP/1.0 403 Forbidden
    Server: Apache-Coyote/1.1
    X-Powered-By: Servlet 2.4; JBoss-4.3.0.GA (build: SVNTag=JBPAPP_4_3_0_GA date=200801031548)/Tomcat-5.5
    Set-Cookie: JSESSIONID=OALHMomjR9TVgIATi8SrPQ**.ajp13_ls_1; Path=/ls
    Content-Type: text/xml
    Date: Tue, 06 Mar 2012 16:19:56 GMT
    X-Cache: MISS from proxy.xxxx.com
    Via: 1.0 proxy.xxxx.com:xxxx (http_scan/4.0.2.6.19)
    Proxy-Connection: close
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?><!DOCTYPE transportordersfromls [ <!ELEMENT transportordersfromls (userid, clntid, msgid, (transportorderfromls+ | error))> <!ATTLIST transportordersfromls vers CDATA #REQUIRED> <!ELEMENT userid (#PCDATA)> <!ELEMENT clntid (#PCDATA)> <!ELEMENT msgid (#PCDATA)> <!ELEMENT transportorderfromls (refid, status)> <!ELEMENT refid (#PCDATA)> <!ELEMENT status (ok | error+)> <!ELEMENT ok EMPTY> <!ELEMENT error EMPTY> <!ATTLIST error reason (XMLError | SystemNotAvailable | ApplicationError | OTHER) #REQUIRED message CDATA #REQUIRED> ]>
    <transportordersfromls vers="1.0">
        <userid/>
        <clntid>XXXXX</clntid>
        <msgid>0</msgid>
        <error reason="OTHER" message="Access denied"/>
    </transportordersfromls>
    Michael

  • HTTP RECEIVER Stopping on CALL ADAPTER

    Hi All,
    I'm having a problem with HTTP Receiver adapter, It's an IDOC that need to send to a HTTP Listener. Everything works until send the XML to the http listener, I have made a single listener in java to verify how this XML is coming from adapter.
    I got the follow information:
    POST /?msgguid=45ECD392770B0046020000000AA00D4B&service=MYSERVICE&namespace=urn%3amynamespace%3atest%3aintegration&interface=MI_ED_MYIDOC_IB&qos=EO HTTP/1.0
    content-type: text/xml
    content-length: 1550
    connection: close
    accept: */*
    user-agent: SAP Web Application Server (1.0;640)
    host: 10.10.10.10:5556
    accept-encoding: gzip
    <?xml version="1.0" encoding="UTF-8"?>
    It stops on first line of XML <b><?xml version="1.0" encoding="UTF-8"?></b> and stay stoped until I break the connection.
    The server is SAP XI 3.0 SP15.

    Hi Renjith, yes it's a custom java program and I'm trying to write on the console the stream on the console.
    What I need to do is certify if SAP XI is delivering the message to the legacy system. So, I know that all configuration on scenario for integration between this legacy system and SAP R/3 is correct. And I'm almost sure that error is on the legacy system side that I don't have credentials to verify.
    Look at the source code below:
    import java.io.*;
    import java.net.*;
    class SocketServer {
       ServerSocket server = null;
       Socket client = null;
       BufferedReader in = null;
       PrintWriter out = null;
       String line;
       SocketServer(){ //Begin Constructor
         this.listenSocket();
       } //End Constructor
      public void listenSocket(){
        try{
          server = new ServerSocket(5556);
        } catch (IOException e) {
          System.out.println("Could not listen on port 5556");
          System.exit(-1);
        try{
          client = server.accept();
        } catch (IOException e) {
          System.out.println("Accept failed: 5556");
          System.exit(-1);
        try{
          in = new BufferedReader(new InputStreamReader(client.getInputStream()));
          out = new PrintWriter(client.getOutputStream(), true);
        } catch (IOException e) {
          System.out.println("Accept failed: 5556");
          System.exit(-1);
        try{
          int i = 0;
          while((line = in.readLine()) != null){
            line = in.readLine();
         System.out.println(i+":"+line);     
            i++;
          //this.finalize();
        } catch (IOException e) {
          System.out.println("Read failed");
          System.exit(-1);
      protected void finalize(){
    //Clean up
         try{
            in.close();
            out.close();
            server.close();
        } catch (IOException e) {
            System.out.println("Could not close.");
            System.exit(-1);
      public static void main(String[] args){
            SocketServer frame = new SocketServer();
    Thanks,
    Daniel

  • HTTP Receiver Adapter : Dynamic URL

    Hi,
    I have a scenario where I wish to build a dynamic URL for the HTTP Receiver Adapter. The URL will contain a customer number which is present in the mapping.
    The help seems to suggest that this is possible :
    <i>If you want to use an HTTP destination or URL set by the mapping, set the URL or HTTP Destination indicator. (The indicator displayed depends on the Addressing Type you selected above). If you set the indicator, the URL or HTTP destination set dynamically is called by HTTP.
    If the message header does not contain the URL or the HTTP destination, and you have set the Fail If Adapter-Specific Message Attributes Missing indicator, the XI message is set to status System Error. If you do not set the indicator, the URL or HTTP destination defined statically in the communication channel is used.</i>
    However, it is not very clear where the URL needs to be set dynamically.
    Does anyone know how to achieve this ?
    Cheers
    Colin.

    hello to all,
    We have a unique issue with one of our customers that is limited to 100 character URL.  The current url is http://mycompany.com/sap/xi/adapter_plain?namespace=urn%3Agoodyear%2Ecom%3AAIT%3AInventoryCheck&interface=AITInventoryCheck_Abs&service=HTTP_AIT_InvChk&QOS=BE&sap-client=010&sap-language=EN
    Is there a way to have a URL like
    http://mycompany.com/sap/xi/adapter_plain?namespace=urn%3Agoodyear%2Ecom%3AAIT%3AInventoryCheck
    and then somewhere in the process add... &interface=AITInventoryCheck_Abs&service=HTTP_AIT_InvChk&QOS=BE&sap-client=010&sap-language=EN
    So the data comes to an F5 through the DMZ to the SAP webdispatcher then to the SAP XI system.
    Any ideas if this is possible or how you could start with a shorter URL?
    Thanks,
    Dede

  • When i send a test message throw the RWB for Http receiver adapter it is giving the error "Error in processing caused by: com.sap.aii.adapter.http.api.HttpAdapterException: ERROR_SOCKET_TIMEOUT, Read timed out"

    when i send a test message throw the RWB for Http receiver adapter it is giving the error "Error in processing caused by: com.sap.aii.adapter.http.api.HttpAdapterException: ERROR_SOCKET_TIMEOUT, Read timed out"

    Hi, Michal
    I have read your Weblog. It makes sense to me. Thanks a lot for your help! However, I still have some questions and listed them as following. Could you please help to answer them?
    <b>Q1:</b> I am new to SAP-XI. So I have no idea about TCODE-SXMB_ADM. Could you introduce more details about it?
    <b>Q2:</b> The XI system I am using is running on SAP-ICC's machine. The tools I can use are:
    <b>1.</b>Builder for Integration Repository
    <b>2.</b>Builder for Integration Configuration
    <b>3.</b>System Landscape Directory
    <b>4.</b>Runtime Workbench
    <b>5.</b>Administration System (for Repository, Directory, Runtime)
    Please note that I do not have a complete control on this SAP-XI. Do you think whether or not I can set the timeout parameter by following the instructions provided in your Weblog?
    For more details about my SAP-XI, please access the following Web page:
    http://iccxi.sap.com:58000/rep/support/admin/index.html
    <b>Q3:</b> The following messages are extracted from the SAP-XI. Wish they are hepful to solving my problem.
    2006-06-19 05:12:16 Success The message was successfully received by the messaging system. Profile: XI URL: http://iccxi.sap.com:58000/MessagingSystem/receive/AFW/XI
    2006-06-19 05:12:16 Success Using connection AFW. Trying to put the message into the request queue.
    2006-06-19 05:12:16 Success Message successfully put into the queue.
    2006-06-19 05:12:16 Success The message was successfully retrieved from the request queue.
    2006-06-19 05:12:16 Success The message status set to DLNG.
    2006-06-19 05:12:16 Success Delivering to channel: ValidationRequestHandlerServiceChannel
    2006-06-19 05:12:16 Success SOAP: request message entering the adapter
    2006-06-19 05:12:37 Success SOAP: call failed
    2006-06-19 05:12:37 Error SOAP: error occured: java.net.ConnectException: Connection timed out: connect
    2006-06-19 05:12:37 Error Exception caught by adapter framework: Connection timed out: connect
    Thanks
    Menghua Li

  • Synchronous HTTP Receiver adapter

    Hi,
    I am configuring Synch HTTP receiver adapter. I have created synch message and did message mapping, etc. I am getting some message back from the receiving system but it doesn't have header info like namespace, service, interface name. Hence it fails in response mapping. How do I solve this? Does the receiving application have to send me this info?
    thanks,
    KP

    Hi,
    I presume that the Response message type and the Receiving message types have the header structure defined in it. If this is not the case, you need to add the header info to the Response message type.
    If it already has, then:
    A) You can either create the relevant mapping between the Response message type and the Receiving message types. Here, you can fill in the constant values, as you know the most of the relevant header info.
    B) If this is not the case, the receiving application has to fill in this header info in the Receiving message type.
    Hope this helps,
    Bhanu

  • HTTP Receiver adpater configuration for Web Application server

    Hello All,
    I am trying to configure a HTTP scenario. I want to configue the receiver HTTP channel to connect to the WebApplication server installed locally.
    I am able connect to the WebApplication server from by browser by giving the URL http://inld50037931a.dhcp.blrl.sap.corp:8080/hello/.
    In my receiver HTTP channel i have configure as below
    Target Host : inld50037931a.dhcp.blrl.sap.corp
    Service Number : 8080
    Path : /hello.
    But it is failing in run time with error in SXMB_MONI : HTTP-Server Code 500 Reason Internal Server Error Explanation Unknown Host.
    And i checked the Trace and it is looking for taget URL :
    http://inld50037931a:8080/hello
    instead of
    http://inld50037931a.dhcp.blrl.sap.corp:8080/hello
    Kindly help me in correcting the receiver channel configuraion.
    Best Regards,
    Biswa

    Hi Babu,
    The given links might help you:
    http://help.sap.com/saphelp_nw04/helpdata/en/0d/5ab43b274a960de10000000a114084/frameset.htm
    HTTP Receiver Adapter
    Regards,
    Ajay.

  • Http Receiver Monitoring

    Hi Experts,
    I have configured an plain http receiver adapter to send messages to an apache server.
    All parameters in communication channel are configured.I am able to see a checked flag in monitor.But the message doesn't reach the target system
    Also tried looking at the message display tool : http://<HostName>:<Port>/MessagingSystem/monitor/monitor.jsp
    which shows a success :
    2010-02-04 12:02:23 Success The message was successfully transmitted to endpoint http://<HostName>:8000/sap/xi/engine?type=entry using connection File_http://sap.com/xi/XI/System.
    2010-02-04 12:02:23 Success The message status set to DLVD.
    The message display tool shows till my XI Integration engine successful post.How can i determine where the message is failing?

    Which log did you check? the sender side adapter or the receiver side? it looks like your message is posted to integration engine.. there it got processed successfully (hence the checkered flag in sxmb_moni). But it might be failing on the receiver http adapter side. Check the communication channel monitoring for that channel in rwb.
    VJ

  • Apex_web_service.make_request throws ORA-29273: HTTP request failed. How to get the soap fault XML?

    I am trying to call a web service using apex_web_service.make_request function.
    It works fine when all the parameters are correct. However, when something is wrong in the request XML, it throws an exception instead of returning the soap:fault message:
    ORA-29273: HTTP request failed
    ORA-06512: at "SYS.UTL_HTTP", line 1369
    ORA-29269: HTTP server error 500 - Internal Server Error
    ORA-06512: at "APEX_040200.WWV_FLOW_WEBSERVICES_API", line 130
    ORA-06512: at line 37
    I need to get back the soap:fault and parse it to display a proper error message to the users (e.g. what was wrong with the input), yet the call throws an exception instead of returning it.
    I am trying the exact same request from soapUI and it returns me the soap:fault below:
    <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope">
       <soap:Body>
          <soap:Fault>
             <soap:Code>
                <soap:Value>soap:Receiver</soap:Value>
             </soap:Code>
             <soap:Reason>
                <soap:Text xml:lang="en">Fault occurred while processing.</soap:Text>
             </soap:Reason>
             <soap:Detail>
                <ns1:RegisterFault xmlns:ns1="http://www.exchangenetwork.net/wsdl/register/1">
                   <description xmlns:ns2="http://www.exchangenetwork.net/wsdl/register/1">The security token has expired.</description>
                   <errorCode xsi:type="ns2:RegisterErrorCode" xmlns:ns2="http://www.exchangenetwork.net/wsdl/register/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">E_TokenExpired</errorCode>
                </ns1:RegisterFault>
             </soap:Detail>
          </soap:Fault>
       </soap:Body>
    </soap:Envelope>
    How do I get this back from APEX?
    Thanks!

    Hi,
       I've just run into this.
       If the webservice returns a fault, such as:
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><soap:Fault><faultcode>soap:Server</faultcode><faultstring>INVALID_REQUESTER_INFO</faultstring></soap:Fault></soap:Body></soap:Envelope>
       then the user gets presented with an unfriendly error message and there's no chance to output a more friendly one.
       The response above is seen when testing the webservice, when run from the Form/Report page, we get something like:
    soap:ServerINVALID_REQUESTER_INFO
    Contact your application administrator.
    OK
       When OK button is clicked everything is rolled back and we don't even get the fault XML.
       It would be good if Apex could be optionally set to not give the unfriendly messages, so that we could code such a message ourselves.
       Unless anybody has a workaround for this, I guess that I'll have to see if I can code this in PLSQL.
    Regards,
    Chris

  • ICM_HTTP_CONNECTION_FAILED error on http receive method

    Hi,
    I am trying to read a XML via http. I have developed a code referencing this blog:
    /people/rashid.javed/blog/2007/03/11/cricket-world-cup-http-client-and-simple-transformations
    When http receive method is executed it gives me an error.
    On executiong of: CALL METHOD client->receive it gives error:
    code:    400  message:  ICM_HTTP_CONNECTION_FAILED
    I treid changing host and buf in code below both to http://www.google.com to rule out the possibility of bad url. Also tried setting time out to 500 in send method. Still no luck.
    ICM trace shows following:
    Thr 4864] *** WARNING => Connection request from (16/6462/1) to host: http://www.google.com/, service: 80 failed (NIEHOST_UNKNO
    How do I solve this error, please give me some tips.
    I was looking forum for this issue but was not able to find a solution.
    Here is complete code:
    DATA: client TYPE REF TO if_http_client.
    DATA: host TYPE string.
    * DATA: proxyh TYPE string VALUE 'IfYouHave.Proxy.com',
    *      proxyp TYPE string VALUE '8080'.
    DATA: buff TYPE string,
          respd TYPE string.
    DATA: subrc TYPE sysubrc.
    CALL METHOD cl_http_client=>create
      EXPORTING
        host               = 'http://www.google.com/ig/api'
    *    SERVICE            =
    *    proxy_host         = proxyh
    *    proxy_service      = proxyp
    *    SCHEME             = SCHEMETYPE_HTTP
    *    SSL_ID             =
    *    SAP_USERNAME       =
    *    SAP_CLIENT         =
      IMPORTING
        client             = client
      EXCEPTIONS
        argument_not_found = 1
        plugin_not_active  = 2
        internal_error     = 3
        OTHERS             = 4
    IF sy-subrc <> 0.
      WRITE:/ ' cl_http_client=>create, subrc = ', sy-subrc.
      EXIT.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ELSE.
      buff = 'GET'.
      CALL METHOD client->request->set_header_field
        EXPORTING
          name  = '~request_method'
          value = buff.
      buff = 'http://www.google.com/ig/api?weather=21218&hl=en'.
      cl_http_utility=>set_request_uri( request = client->request
                                        uri     = buff ).
      subrc = cl_http_utility=>get_last_error( ).
      IF subrc <> 0.
        WRITE: / 'Wrong URI format'.
        EXIT.
      ENDIF.
    ENDIF.
    CALL METHOD client->send
    *  EXPORTING
    *    TIMEOUT                    = CO_TIMEOUT_DEFAULT
      EXCEPTIONS
        http_communication_failure = 1
        http_invalid_state         = 2
        http_processing_failed     = 3
        http_invalid_timeout       = 4
        OTHERS                     = 5
    IF sy-subrc <> 0.
      CALL METHOD client->get_last_error
        IMPORTING
          code    = subrc
          MESSAGE = buff.
      WRITE: / 'communication_error( send )',
             / 'code: ', subrc, 'message: ', buff.
      EXIT.
    ENDIF.
    CALL METHOD client->receive
      EXCEPTIONS
        http_communication_failure = 1
        http_invalid_state         = 2
        http_processing_failed     = 3
        OTHERS                     = 4.
    IF sy-subrc <> 0.
      CALL METHOD client->get_last_error
        IMPORTING
          code    = subrc
          MESSAGE = buff.
      FORMAT COLOR COL_BACKGROUND.
      WRITE: / 'communication_error( receive )',
             / 'code: ', subrc, 'message: ', buff.
      WRITE: / 'communication_error'.
      EXIT.
    ENDIF.
    respd = client->response->get_cdata(  ).
    WRITE:/ respd.
    Thanks in advance,
    CD
    Edited by: CD on Feb 19, 2009 1:46 PM

    Check this link..
    [HTTP client code 400 reason ICM_HTTP_CONNECTION_FAILED;

  • Edit XML before receiving by Receiving HTTPS Receiver

    Hello
    I need to connect to target system using HTTPS and I have used a DTD given by the target system.
    The target system expects an HTTPS request in an XML format.
    This XML shall have a DOCTYPE comment immediately after first line of XML declaration.
    Ex:
    <?xml version="1.0"?>
    <!DOCTYPE method_name PUBLIC "-//method_path" "http://dtd.doamin_name.com/method_name.dtd">
    I used Message Mapping to acheive mapping and it failed while testing.
    The SXMB_MONI shows that the DOCTYPE is missing and it must be declared.
    Is there any way to change the XML message - add the DOCTYPE comment - before the message reaches the HTTPS Receiver?
    Please help.
    Thx
    Alkesh

    Hi Srinivas,
    This error occurs when the maximum duration of the connection is exceeded than the specified value.
    Check this forum:
    Error code 402:-ICM_HTTP_TIMEOUT in R/3
    Regards,
    Supriya.

  • I continue to receive "failed to mount" when trying to install .dmg files or updates.  Has anyone found an answer to this problem?  I am operating on Mac OS X 10.4.11

    I continue to receive "failed to mount" when trying to install .dmg files or updates.  Has anyone found an answer to this problem?  I am operating on Mac OS X 10.4.11

    10.4.11 was only available as a PowerPC updater application (both as a Combo and as a Delta) to Macs with 10.4 or later that were PowerPC. If you don't have 10.4 installed on your Mac, see this tip:
    https://discussions.apple.com/docs/DOC-2541

  • SLD data supplier - HTTP call failed

    Hi All,
    I am receiving the following error when navigating to 'Server -> Services -> SLD Data Supplier' within the Visual Administrator
    SLD_Collector_Task
    HTTP call failed: Failed to send HTTP data: 401 : Unauthorized. Please check if the target SLD system is available and the SLD bridge is started there
    The target SLD is started. How do I check if the SLD bridge is started?
    Does anyone has any advice on this error? Thanks.

    Hi Lee,
    You can check this using t-code RZ70
    Also read the post installation guide for how to configure sld bridge where your sld is running.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/500519bb-75bd-2a10-c9b7-878798ae52bc
    Regards
    Ashok
    Edited by: Ashok Dalai on Sep 25, 2008 8:09 AM

Maybe you are looking for

  • I just bought a new 2TB time capsule and I am so frustrated that I cant get any help!!!!!

    Yesterday, I bought a new (4th gen) 2TB TC to replace by mid 2007 500gb TC. I did this simple to upgrade the wirelass capability to the very latest as the wifi in our home is intermittent. I also bought a Zepplin recently so that i could use Airplay

  • Open new session in another language - Helpdesk tool!

    Hi, We have a lot of Chinese and Indian colleagues who ring up our German hotline with SAP problems. Normally we are signed on in German (which we understand!) but we would like to open a new session in English, without having to sign on again, so we

  • Technology Changes from EBS R12.0.2 with EBS R12.0.2

    Are there any Major Technology Changes from EBS R12.0.2 with EBS R12.0.5 Edited by: Arshad on Nov 14, 2008 7:02 PM

  • Using Quicktime in 3G iPhone

    I have a new 3G iPhone and have tried repeatedly to download "Quicktime" on to it as many of my email attachments are in Quicktime. When I download it, I get a note that says "Congratulations - you now have Quicktime" but I can't find it and the atta

  • Repeated Kernel Panic with a dual 1.8 G5

    I have a dual 1.8 GHz G5 bought on the refurb Store in january. It is the model with only two pairs of memory slots, 80 GB disk, and 2x128 MB of memory. I have added 2x1GB of memory bought at macway.fr, and two SATA Maxtor 300 GB coming from my forme