ABAP Proxy throws HTTP-400 error

Hi,
I've created an ABAP Proxy/Enterprise Service in ECC6.0 to consume a webservice that is created in NetWeaver 2004s. Now, when I want to test the proxy, it gives me the error message:
SOAP:1.007 SRT: Unsupported xstream found: ("HTTP Code 400  : Bad Request")
The error originates from class CX_AI_SYSTEM_FAULT
I don't know if it is related to the proxy or with some system settings on ECC 6.0/Netweaver2004s.
Any help or document reference is appreciated.
Regards.

I investigated a little and here are a couple of things you could try:
- In note 1139406, they are talking about a scenario with HTTP error 404... I realize it is different than the 400 you get, but it may be worth checking if you have a similar problem as described there - it may give a clue what your problem is.
- Try to check if the endpoint URL to which the request is sent is correct... it may be missing the style parameter, like ?style=document. Go to SOAMANAGER and take a look at the system settings, perhaps there is a wrongly formulated URL that is missing the style parameter.
Hope this helps a little...

Similar Messages

  • ABAP Proxy to HTTP Synchronous

    Hi All,
    My scenario is ABAP Proxy to HTTP POST synchronous, while I am trying to execute the scenario I get the following error in SXMB_MONI:
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Adapter
      -->
    - <SAP:Error SOAP:mustUnderstand="1" xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
      <SAP:Category>XIAdapter</SAP:Category>
      <SAP:Code area="PLAINHTTP_ADAPTER">ATTRIBUTE_SERVER</SAP:Code>
      <SAP:P1>404</SAP:P1>
      <SAP:P2>Not Found</SAP:P2>
      <SAP:P3><Exception><Status>The resource you requested does not exist</Status><Reason>Event does not exist</Reason><Code>404</Code></Exception></SAP:P3>
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:Stack>HTTP server code 404 reason Not Found explanation <Exception><Status>The event resource you requested does not exist</Status><Reason>Event does not exist</Reason><Code>404</Code></Exception></SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    What I understand is the target HTTP server sends a error response because my request xml data is not valid
    How do I structure my response message type and how do I map this response to the calling ABAP Proxy. The target HTTP server says if the data is fine they will send a success message in the http header, how do i map this response from http header back to calling ABAP Proxy.
    Thx in advance
    Ravijeet

    Hi Abhishek,
    The target http server says that if my xml request data is valid then they will send a response back in the http header in a field call route.
    And if the xml request data is not valid then they will throw an exception, which I am getting from the target http server as below in SXMB_MONI :
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Adapter   -->
    - <SAP:Error SOAP:mustUnderstand="1" xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
      <SAP:Category>XIAdapter</SAP:Category>
      <SAP:Code area="PLAINHTTP_ADAPTER">ATTRIBUTE_SERVER</SAP:Code>
      <SAP:P1>400</SAP:P1>
      <SAP:P2>Bad Request</SAP:P2>
      <SAP:P3><Exception><Status>Bad Request</Status><Reason>ActivityId and ActivityStep combination already exists</Reason><Code>400</Code></Exception></SAP:P3>
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:Stack>HTTP server code 400 reason Bad Request explanation <Exception><Status>Bad Request</Status><Reason>ActivityId and ActivityStep combination already exists</Reason><Code>400</Code></Exception></SAP:Stack>
      <SAP:Retry>N</SAP:Retry>
      </SAP:Error>
    What I want to know is do I need to create a response message type as below:
    <?xml version="1.0" encoding="UTF-8"?>
    <Exception>
       <Status/>
       <Reason/>
       <Code/>
    </Exception>
    Thx in advance
    Ravijeet

  • ABAP proxy to HTTP sycnchronous scenario.

    Hi All,
    I have an ABAP proxy to HTTP syncronous scenario in which the proxy through PI makes an HTTP request to a third party to download a PDF.Once the PDF is sucessfully downloaded we need to send an acknowledgement to ECC system that the download was sucessful and also place the PFD file in an FTP server as well.
    Looking forward for any possible ways that the above scenario could be achived in once interface.We are open to use ccBPM to achive this.
    Thanks in advance.
    Best Regards,
    Bhanu.

    Hi Bhanu,
    if this is a sync request to a HTTP receiver (to initiate with the request a PDF upload) you will expect to get a response back to the Proxy sender.
    So following the described implementation the response will provide the information about un/successfull PDF load
    from the http receiver (so this partner has to provide a response in a sync connect!!!).
    If you need the PDF to be moved back to a location near to the proxy sender additionally to the response message the receiver of the proxy trigger has to return both in the sync response but the proxy is not able to receive an attachment.
    And... as I know HTTP adapter does not allow to handle attachment. This is only possible with SOAP !
    So in such a case the PDF needs to be provided with another adapter (which would allow to use a sync connect Proxy-> HTTP and another one async from the PDF loader via file adapter (file -> file). So this will not require a BPM too!
    a) Proxy-> PI -> HTTP (sync)
    b) FTP -> PI  -> FTP (async)
    Result: No BPM required!
    Regards
    Dirk

  • BizTalk published WCF service throwing HTTP 404 error using ISA reverse proxy settings

    I have published my schemas as a WCF service from BizTalk 2010 "Publish WCF Service" wizard. I used Wcf-basicHTTP adapter in receive port. I am able to run the service successfully on localhost IIS and I tested my biztalk solution by sending request using SOAP UI and got response successfully.... Now: Actually, I need to give this service endpoint to my vendor who will send request from outside my company's network i.e. internet. In my infrastrucrue BizTalk is behind the firewall so, we setup a REVERSE proxy server at DMZ layer and it is configured properly. I have tested a simple WCF service by replacing the localhost with Proxy server configured address <DNSName> and it worked absolutely fine. But when I change localhost in my BizTalk schema based published WCF service it is not working and I am getting following error. Really strugling to get it resolved. I wasted a whole 3 days....very upset. Please help me out by giving the detailed step solution. Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly. Requested URL: /BizTalkServiceInstance/MyService.svc I am surprized why other c# code based WCF services are working fine with reverse proxy settings. Server Error in '/' Application. The resource cannot be found.Is there any special things to consider Biztalk exposed wcf servcie over ssl in IIS cluster with ISA

    Hi Singam :)
    First I would start by browsing any other files (files other than the one from WCF) just to ensure that the reverse-proxy’s redirection rules are set correctly. If you get the same 404 error when you try to access other service/files “through reverse-proxy”,
    then it’s an issue in the redirection rule(s) in reverse-proxy.
    If others are fine i.e. no issue in reverse-proxy setup as such, then try the following for WCF service's web.config file. I have seen this issue in WCF service (not just BizTalk’s artifacts exposed as service in reverse-proxy). Add serviceHostingEnvironment
    config as show with in serviceModel section.
    <system.serviceModel>
    <serviceHostingEnvironment aspNetCompatibilityEnabled="true" multipleSiteBindingsEnabled="true" />
    </system.serviceModel>
    Regards,
    M.R.Ashwin Prabhu
    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.

  • Synchronous scenario(ABAP proxy to HTTP_AAE) getting error exception as "Message Expired Exception"

    Dear All,
    I have done all the configuration for ABAP proxy scenario using AAE/ICO as per the below "how to guide" using SOAP as sender adapter using xi protocol. My SAP PI is 7.4 dual stack system. here third party is not a webservice its HTTP based we server so no wsdl.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/70066f78-7794-2c10-2e8c-cb967cef407b?overridelayout=t…
    However after running the scenario from ECC I am getting the exception as "Returning to application. Exception: com.sap.engine.interfaces.messaging.api.exception.MessageExpiredException: Message 53289257-97e0-06d0-e100-00000a70d384(OUTBOUND) expired.". I do not have any connection problem to third party(bank) URL. moreover I am able to get the response from bank using classical scenario s in PI, but the response message is not getting pushed to ECC, rather its reaming in PI SXMB_MONI with status "Log version".
    Thats the reason I am trying to do using ICO, but using ICO PI is not even sending the request out of PI to bank. Please see the below receiver communication channel message log.
    Thanks,
    Farhan

    Hi,
    As per the log, the message has started 23:18:02 and failed at 23.23:02 it took 5min time, if message is not process certain time this kind of errors comes up. Have you changed adapter type for existing SOAP communication channel or created new? provide complete log of the message from starting time to ending time if possible.

  • Consumer Proxy Generation-HTTP Framework Error

    Hello All,
    I tried to create a consumer proxy for an external WSDL.
    However i am being faced with the following error
    "Exception occurred in communication framework:Error in HTTP Framework:500SSL Peer Certificate Untrusted <WSDL link>
    Exception of class CX_PROXY_GEN_ERROR".
    Any help would be highly appreciated.

    That helps, thanks.
    But my error is different. How can I make sure the cause is the same?
    The error I get is the following:
    Proxy generation terminated: WSDL error (<extension> not supported)
    Diagnosis
    The language element
      "<extension>"
    was used in the WSDL document.
    This language element is not supported by ABAP proxy generation.
    Thanks again.
    Leonardo

  • XI 3.0 SP14 Synchronous SOAP- XI- ABAP Proxy - fails with "System Error"

    Hi All,
    The synchronous response message fails at the stage "Receiver Identification".
    It seems that the synchronous response XML has no "sender" attribute, so obviously the receiver determination fails.
    In the message monitor I can see the correct payload coming from the ABAP proxy, so that part looks OK.
    I have the same scenario working perfectly on another system landscape, so there might be a configuration side to it.
    Thanks is advance,
    Ofer
    Message was edited by: Ofer Even-Tsur

    Hi,
    for the error information SAP:Code area="RCVR_DETERMINATION">NO_RECEIVER_CASE_BE</SAP:Code>
    looks like xi is not able to find a reciever of best case. Open up the scenario in COnfiguration, open up the modify(add spaces) and activate reciever determination / reciever communication channel.
    cheers,
    naveen

  • ABAP Proxy Sync scenario with error No Implementing class registered error

    I am working in a ABAP proxy to Proxy scenario. The connectivity is between SEM and PI systems(SEM->PI->SEM). Outbound synchronus interface is used to create proxy (Client Proxy) its a SAP standard interface. This scenario is configured as below,
    1) Sender and receiver business system is the same for SEM with same client.
    2) No Message and Interface mapping is used.
    Please let me know, if the configuration is correct. if then, how to solve this error?
    Regards,
    User PI.

    >>The connectivity is between SEM and PI systems(SEM->PI->SEM).
    SEM->PI->SEM makes no sense. Why do you need PI here?
    Any way, the error message implies the server proxy is not implemented (or activated) correctly.

  • Set Rendered on a 'Add' button to False has caused HTTP 400 error

    Hi,
    I am trying to personalise in Manager SS a custom version of seeded 'Documents of Record' function HR_DOR_SS to make the Add Record button non-display on the Documents of Record table. I changed Rendered to False, got the 'Setting this item to false may hide this item and its children' message but went ahead and did it anyway.
    Outcome is that I can see the records in the table but can no longer view, update or delete existing records. I get a http 400 bad request page. I changed the 'Add' button back to Rendered True, but problem persists. Get the error also when I try to create a new record using the now re-instated button. Imported the personalization from another environment where it's working fine, bounced apache, clear cache etc and still problem persists.
    Also if no record exists for employee, Add button works fine and I can create a record but from that point on cannot do anything with it.
    Any help v much appreciated.
    Thx

    Yes, I've seen similar links/posts about how to activate buttons in the header of a table, but those do it by adding listeners to the renderer. My buttons would be directly in the CellRendererPane that is the container for the table header. I would have thought that by putting the button directly in the Cell RendererPane that it would have nothing to do with the rest of the table header. CellRendererPane extends Container. Is it not possible to put a JButton in a Container? JFrame extends indirectly from Container and you can add buttons to that.
    Edited by: Bob.B on Oct 28, 2009 10:57 PM

  • Make Sender ABAP proxy transport HTTPS

    Hi Experts,
    I have a sender ABAP proxy scenario without CC configuraiton. Now if i want to HTTPS for data transportation from R3 to PI. What could be the possible ways?

    Hey,
    >Now if i want to HTTPS for data transportation from R3 to PI. What could be the possible ways?
    Yes,
    Create the Port for HTTPS, Install the certificates , Change the parametr in Visual admin for HTTPS call.
    Cheers
    Agasthuri

  • Http 400 error when accessing website on a browser

    My website which was formally working fine is now not!
    When I tried to look at my website on a browser yesterday all I got was error message http 400.
    So I figured I may have an error in my design somewhere due to recent changes so I then tried to upload a earlier version of my website (that I know contains no errors and functions correctly) and I get a 'timed out' error when trying to put it to the remote server
    Started: 20/09/2011 10:27 AM
    Analyt\analyt.html - Put operation successful
    Analyt\analyt_compost.html - Put operation successful
    Analyt\analyt_leaf.html - Put operation successful
    Analyt\analyt_leaf_clip_image002.gif - Put operation successful
    Analyt\analyt_leaf_clip_image004.gif - Put operation successful
    Analyt\analyt_leaf_clip_image006.jpg - Put operation successful
    Analyt\analyt_pathology.html - Put operation successful
    Analyt\analyt_soil.html - Put operation successful
    Analyt\analyt_water.html - Put operation successful
    Assets\AAS.jpg - Put operation successful
    Assets\analyt_compost_clip_image002.gif - Put operation successful
    Assets\Anna.JPG - Put operation successful
    Assets\Ash.jpg - Put operation successful
    Assets\BioLogo.jpg - Put operation successful
    Assets\Bio_980x150_Banner.swf - Put operation successful
    Assets\Bluetongue.jpg - Put operation successful
    Assets\BoreMonotor.jpg - Put operation successful
    Assets\Compost_Pile.jpg - Put operation successful
    Assets\Contamination.jpg - Put operation successful
    Assets\Contamination_Small.jpg - Put operation successful
    Assets\Culture.jpg - Put operation successful
    Assets\DeepRiver.jpg - Put operation successful
    Assets\Dieback.jpg - Put operation successful
    Assets\Drew.jpg - Put operation successful
    Assets\Driller1.jpg - Put operation successful
    Assets\Driller2.jpg - Put operation successful
    Assets\Driller3.jpg - Put operation successful
    Assets\Drilling3.jpg - Put operation successful
    Assets\Fig8-AAMGL.jpg - Put operation successful
    Assets\Fig8-AAMGL_samll.jpg - Put operation successful
    Assets\FloraRightSide.jpg - Put operation successful
    Assets\FloraRightSideA.jpg - Put operation successful
    Assets\FloraRightSideB.jpg - Put operation successful
    Assets\Genette.jpg - Put operation successful
    Assets\Glassware.jpg - Put operation successful
    Assets\GroundMod.jpg - Put operation successful
    Assets\Handdrill.jpg - Put operation successful
    Assets\hand_soil.jpg - Put operation successful
    Assets\HPLC.jpg - Put operation successful
    Assets\index.jpg - Put operation successful
    Assets\Kylie.jpg - Put operation successful
    Assets\Louise.jpg - Put operation successful
    Assets\Olivia.jpg - Put operation successful
    Assets\Peter_0000.jpg - Put operation successful
    Assets\PumpingTest.jpg - Put operation successful
    Assets\Sidebar_Background1.jpg - Put operation successful
    Assets\Sidebar_Background_Waste.jpg - Put operation successful
    Assets\Sidebar_Background_Water.jpg - Put operation successful
    Assets\Side_Background7.jpg - Put operation successful
    Assets\Small_Plant.jpg - Put operation successful
    Assets\Soilsamples.jpg - Put operation successful
    Assets\soil_profile.jpg - Put operation successful
    Assets\soil_reactivity.jpg - Put operation successful
    Assets\Sorter.jpg - Put operation successful
    Assets\thinking.jpg - Put operation successful
    Assets\UWMP.jpg - Put operation successful
    Assets\UWMS.jpg - Put operation successful
    Assets\Veg_Panorama2Small.jpg - Put operation successful
    Assets\Vindya.jpg - Put operation successful
    Assets\WaterDrop.jpg - Put operation successful
    Assets\WaterTestingEquip.jpg - Put operation successful
    Assets\Wetland.jpg - Put operation successful
    Assets\wetland2.jpg - Put operation successful
    Assets\Zebrafish.jpg - Put operation successful
    Operation timed out. Cancelling...
    Operation timed out. Cancelling...
    Operation timed out. Cancelling...
    Operation timed out. Cancelling...
    Operation timed out. Cancelling...
    The part where it is cancelling is my CSS folder I think.
    Anyone help?

    This is what I am seeing:
    Bad Request (Invalid Hostname)
    The other websites on the same IP are running OK:
    toowoombahonda.com
    www.accounting4u.com.au
    www.advancedmatting.com.au
    www.buyacres.com.au
    www.cgcinteriors.com.au
    www.equiaustralia.com.au
    www.firstbite.com.au
    www.gallbrosmedical.com.au
    www.groomersproducts.com.au
    www.robewaterfront.com.au
    Have you tried loading just a single page to test your server if it is misconfigured?  Alternatively, you may have to contact your host to see if there is anything wrong at their end.
    DW files do not create this problem.  even if you have some problems with your code they do not make your server go down.  DW files are simple text files and cause no problems.

  • Safri browser 3.1.2 SOAP Request HTTP 400 Error

    Hi,
    I have a simple html making ajax calls (XMLHttpRequest) to our webservice on a button click. The code works fine with major browsers like FireFox, IE and Opera. But if i load the html in Safari and send the SOAP request to the webservice using XMLHttpRequest, i get an HTTP 400 - Bad Request Error from the server.
    Why is it failing just for the safari browser? Do i need to set any extra HTTP headers? When i see the WireShark captured packets for Firefox and Safari, i see the content length is different. And also Safari is missing a lot of headers.
    Could you please help troubleshoot the issue?
    PS: The webserver is running IIS 6.0 on windows server 2003.
    regards
    srividhya

    I'm not sure how to help you. No link found.
    Try this to see how Safari performs XMLHttpRequests:
    http://www.mnot.net/javascript/xmlhttprequest/
    Every browser is different...

  • Apex Getting HTTP-400 error

    Hi,
    I created a form with many things to be updated and got this error. Can anyone help? Thanks.
    Bad Request
    Your browser sent a request that this server could not understand.
    mod_plsql: /pls/toolsdb/wwv_flow.accept HTTP-400 Too many arguments passed in. Got 2176 parameters. Upper limit is 2000

    Hello
    Can’t figure out what it causes but the solution is to schedule a little job with this statement:
    ALTER SYSTEM FLUSH SHARED_POOL
    Mortus...

  • HTTP 400 Error during logoff

    Hi all!
    I have menu Portlet, which just contains URL links. This menu also contains logout URL:
    http://mineserv:port/pls/orasso/orasso.wwsso_app_admin.ls_logout?p_done_url=<logout URL>
    It works most part of time, but sometimes I have error 404:
    The requested URL /pls/orasso/orasso.wwsso_app_admin.ls_logout was not found on this server.
    I don't understand what happens...Can anybody explain me what problem I have. May be I do something wrong...I don't know.
    Thanks and excuse me for my English
    Message was edited by:
    kostik

    In HTTP Server error log I found such message:
    mod_plsql: /pls/portal/PORTAL.wwsec_app_priv.logout HTTP-404 PORTAL.wwsec_app_priv.logout: SIGNATURE (parameter names) MISMATCH VARIABLES IN FORM NOT IN PROCEDURE: P_DONE_URL NON-DEFAULT VARIABLES IN PROCEDURE NOT IN FORM:

  • Portal EP 7.3 FQDN Throwing HTTP Internal Error 500 on every link

    Hi Expert,
    Currently we have a strange issue on the portal 7.3 that might you had this issue also. The problem is, everytime we use the FQDN, all the links in the j2ee / portal will throwing an error 500. Currently the portal was on initial sp level and connect to the Abap UME. If we use without fqdn, just normal hostname its fine.
    The error message from default trace is like below:
    #2.#2012 03 07 10:16:20:281#+00#Error#com.sap.engine.services.servlets_jsp.ISE500#
    com.sap.ASJ.web.000500#BC-NWA-INC-UIF#sap.com/tclmitsamuimainframewd#C0000A902D05014B00000004000058D6#405732050000000004#sap.com/tclmitsamuimainframewd#com.sap.engine.services.servlets_jsp.ISE500#J2EE_GST_EPD#0##5A2AB61B683C11E1A38B0000182EFAD2#5a2ab61b683c11e1a38b0000182efad2#5a2ab61b683c11e1a38b0000182efad2#0#Thread[HTTP Worker [@1801061142],5,Dedicated_Application_Thread]#Plain##
    500 Internal Server Error is returned for HTTP request [http://vhscepdapp01.sg.axongroup.co.uk:54000/webdynpro/resources/sap.com/tclmitsamuimainframe~wd/FloorPlanApp]:
      component [dispatcher],
      web module [webdynpro/resources/sap.com/tclmitsamuimainframe~wd],
      application [sap.com/tclmitsamuimainframe~wd],
      DC name [sap.com/tclmitsamuimainframe~wd],
      CSN component[BC-NWA-INC-UIF],
      problem categorization [com.sap.ASJ.web.000137],
      internal categorization [99433791].
    [EXCEPTION]
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to retrieve client for current request. Causing exception is  nested.
            at com.sap.tc.webdynpro.clientserver.task.Task.getClient(Task.java:457)
            at com.sap.tc.webdynpro.serverimpl.wdc.um.ClientUserFactory.forceLoggedInClientUser(ClientUserFactory.java:106)
            at com.sap.tc.webdynpro.serverimpl.wdc.um.ClientUserFactory.checkAuthentication(ClientUserFactory.java:284)
            at com.sap.tc.webdynpro.serverimpl.core.um.AbstractClientUserFactory$1.checkAuthentication(AbstractClientUserFactory.java:223)
            at com.sap.tc.webdynpro.services.sal.um.api.WDClientUser.checkAuthentication(WDClientUser.java:233)
            at com.sap.tc.webdynpro.clientserver.session.RequestManager.checkAuthentication(RequestManager.java:837)
            at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:294)
            at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doContent(AbstractDispatcherServlet.java:87)
            at com.sap.tc.webdynpro.serverimpl.wdc.DispatcherServlet.doContent(DispatcherServlet.java:89)
            at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doGet(AbstractDispatcherServlet.java:55)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:734)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
            at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:152)
            at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:38)
            at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:453)
            at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:210)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:441)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:430)
            at com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:38)
            at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
            at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:81)
            at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
            at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:276)
            at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
            at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:81)
            at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
            at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
            at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
            at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
            at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
            at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
            at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
            at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
            at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
            at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
            at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
            at com.sap.engine.services.httpserver.filters.SessionSizeFilter.process(SessionSizeFilter.java:26)
            at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
            at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
            at com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:57)
            at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
            at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
            at com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:43)
            at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
            at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
            at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:462)
            at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:270)
            at com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:56)
            at com.sap.engine.core.thread.execution.Executable.run(Executable.java:122)
            at com.sap.engine.core.thread.execution.Executable.run(Executable.java:101)
            at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)
    Caused by: com.sap.tc.webdynpro.services.cal.core.exceptions.WDClientException: Found no client: clientNameReqParam=null, clientNameAppParam=null, useragent=Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)
            at com.sap.tc.webdynpro.clientserver.cal.ClientInspector.findClientContainer(ClientInspector.java:211)
            at com.sap.tc.webdynpro.clientserver.cal.ClientInspector.getClient(ClientInspector.java:103)
            at com.sap.tc.webdynpro.clientserver.task.Task.getClient(Task.java:455)
            ... 50 more
    Appreciate if someone could help to solve this.
    Cheers,
    Raff
    Edited by: Raffaello Sanzio Rodiman on Mar 7, 2012 11:28 AM

    Hi
    If you are using IE 9, Change the browser mode to 8.
    This can be done in IE9,  Tools -->  F12 Developer tools --> Browser Mode --> Internet Explorer 8.
    Regards
    Lakshmi

Maybe you are looking for

  • How to Query from table and insert into another table.

    Hi I am using the following query in VO and all the columns are attached to EO ( table name emp_temp) select a.npw_number, a.person_id,b.assignment_id,a.title,a.last_name,a.first_name,a.date_of_birth,a.sex, b.organization_name,b.organization_id,b.job

  • Switching to "Copy items to the iPhoto library"

    I created a new iPhoto library out of several folders of photos on my hard drive with "Copy items to the iPhoto library" unchecked. I've changed my mind about this method of organizing those photos. Can I now have iPhoto import them in the traditiona

  • Freeze header row using over overflow container

    hi All, I have an issue with my header in the gridlayout element, we are using the overflowcontainer element. When there is a scroll bar and user scrolls, the header also scrolls, we want to just scroll the line items and the header should be frozen,

  • Can't find synched music on iphone 3

    I've synched my laptop to my 3gs.  Synched everything including music.  itunes on the laptop says all the music was synched to the phone.  I can't find it on my iphone.  This ought to be simple to do and I can't find anything in the online manual.  I

  • ODI Agentschedular service

    Hi , I created the Agentschedular service with the following Command. agentservice -i -s localagent 20910 The service is created sucessfully. But when i am unable to start the service from the Services.msc , It is giving following message Could not s