Error Response from SAP

Hi All,
This is a SOAP (Portal) to PROXY(SAP) scenario. When the data is triggered from the portal, i can see the data in moni. But the response from SAP is showing the following error.
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
- <!--  Inbound Message
  -->
- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
  <SAP:Category>XIProxy</SAP:Category>
  <SAP:Code area="ABAP">PARSE_APPLICATION_DATA</SAP:Code>
  <SAP:P1>Request Message</SAP:P1>
  <SAP:P2>CX_ST_DESERIALIZATION_ERROR</SAP:P2>
  <SAP:P3>/1SAI/TXS7AF7E2CCBA7022340847</SAP:P3>
  <SAP:P4>XML Bytepos.: 1286 XML Path: MaintainRequestForQuotation(1)Item(23)QTY_NOS(1) Error Text: When converting the value 50.0 the values after the decimal place were lost Kernel ErrorId: CONVT_LOST_DECIMALS</SAP:P4>
  <SAP:AdditionalText />
  <SAP:Stack>Error during XML => ABAP conversion (Request Message; error ID: CX_ST_DESERIALIZATION_ERROR; (/1SAI/TXS7AF7E2CCBA7022340847 XML Bytepos.: 1286 XML Path: MaintainRequestForQuotation(1)Item(23)QTY_NOS(1) Error Text: When converting the value 50.0 the values after the decimal place were lost Kernel ErrorId: CONVT_LOST_DECIMALS)) An error occurred when deserializing in the simple transformation program /1SAI/TXS7AF7E2CCBA7022340847 When converting the value 50.0 the values after the decimal place were lost</SAP:Stack>
  <SAP:Retry>M</SAP:Retry>
  </SAP:Error>
What should be done to rectify this?

Hi
this is a converison error in abap code, When converting the value 50.0 the values after the decimal place were lost. Check out for the length of fields.
The number of decimal places of a data type is larger than the incoming message.
Look into the code and rectify.
Regards
Aashish Sinha
Edited by: Aashish Sinha on Mar 10, 2011 10:44 AM

Similar Messages

  • Error Message from  SAP GUI

    Hi,
    I have designed a Custom screen for one of my requirements. However when the screen is displayed, I am facing an error message from SAP Front End Server that  says " Erroneous data received from server. Application may not work correctly".
    What could be the reason ?
    Thanks & Regards,
    Venkatesh.

    Hi,
    Please check the belos SAP notes
    1453114    Maximum string length
    1161022    Dialog box "Erroneous data received from server"
    1524462 - Erroneous Data received from server. Application may not work correctly.
    Regards,
    Naveen.

  • Error:- "Response from server contained an error"

    Hi,
    I'm getting an error while running the dashboard Report.
    It works find for two times but third time the error message comming up in dashboard Top left below dashboard prompts saying "Error:- Response from server contained an error"
    I'm accesiing OBI dashboard from EBS.
    Appreciate your help.
    Thanks

    Hi,
    We also faced the same error some time back when clciking on dashboard items is logging us out.Finally we moved the dashboard pages from that dashboard to newly created dashboard and the problem is resolved.
    Please check below step also .
    1) When you are clicking on Dashboard was all services are up and running ,oc4j?
    2. check your dashboard link also might be having symbols like &????.
    Hope this help's
    Thanks
    Satya

  • Capture error response from http receiver

    Hi All !
    I am using an asynchronous scenario File (sender) -> XI -> HTTP (receiver).
    Please, tell me, how can I capture error response from HTTP receiver and write it in a log-file?
    You can see response here [http://pic.ipicture.ru/uploads/090728/1TcDsx3777.jpg]
    Regards,
    Andrey

    Hi,
    You can make use of onewayresponsebean in sender file adapter.
    Regards
    suraj

  • "500 Internal Server Error" response from asynchronous AquaLogic proxy

    Hi,
    We have a proxy service deployed to AquaLogic Service Bus (alsb) v3.0 as a WSDL-based SOAP/HTTP service. The WSDL for the proxy defines a single one-way operation (i.e. no response message is defined), making it an asynchronous operation. The proxy routes the request through a couple business services and then routes the response to a URL specified in the request (in the ReplyTo element of a WS-Addressing header). Essentially it's an asynchronous request-response pattern that accepts requests from a web service and calls back to that web service with the response.
    This proxy service works perfectly when run from the test page in the ALSB console. However, when calling the proxy from the real client web service, AquaLogic returns a "500" response from the HTTP POST. The WSDL and everything look correct, and we can use the proxy's URL to download the WSDL with no problem.
    Is this a known problem?
    Thanks!
    -Eric

    HI,
    I am looking for a solution to the problem (i am using Oracle service Bus_10.3).
    After publishing, I can get the wsdl from the web browser but calling the proxy service directly results:
    com.bea.control.ServiceControlException: Unexpected exception raised invoking getTerminalDistance on control com.demo.control.TerminalLocationServiceControl. Use getCause() to see the root cause.[java.rmi.RemoteException: SOAPFaultException - FaultCode [{http://schemas.xmlsoap.org/soap/envelope/}Server] FaultString [BEA-380001: Internal Server Error] FaultActor [null] Detail [<detail><con:fault xmlns:con="http://www.bea.com/wli/sb/context"><con:errorCode>BEA-380001</con:errorCode><con:reason>Internal Server Error</con:reason><con:location><con:node>RouteNode3</con:node><con:path>response-pipeline</con:path></con:location></con:fault></detail>]; nested exception is:
         weblogic.wsee.jaxrpc.soapfault.WLSOAPFaultException: BEA-380001: Internal Server Error]
         at com.bea.control.servicecontrol.impl.ServiceControlImpl.invoke(ServiceControlImpl.java:696)
         at com.demo.control.TerminalLocationServiceControlBean.getTerminalDistance(TerminalLocationServiceControlBean.java:132)
         at com.demo.control.TerminalLocationImpl.getTerminalDistance(TerminalLocationImpl.java:51)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at weblogic.wsee.component.pojo.JavaClassComponent.invoke(JavaClassComponent.java:112)
         at weblogic.wsee.ws.dispatch.server.ComponentHandler.handleRequest(ComponentHandler.java:84)
         at weblogic.wsee.handler.HandlerIterator.handleRequest(HandlerIterator.java:141)
         at weblogic.wsee.ws.dispatch.server.ServerDispatcher.dispatch(ServerDispatcher.java:114)
         at weblogic.wsee.ws.WsSkel.invoke(WsSkel.java:80)
         at weblogic.wsee.server.servlet.SoapProcessor.handlePost(SoapProcessor.java:66)
         at weblogic.wsee.server.servlet.SoapProcessor.process(SoapProcessor.java:44)
         at weblogic.wsee.server.servlet.BaseWSServlet$AuthorizedInvoke.run(BaseWSServlet.java:285)
         at weblogic.wsee.server.servlet.BaseWSServlet.service(BaseWSServlet.java:169)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3504)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2186)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2092)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: java.rmi.RemoteException: SOAPFaultException - FaultCode [{http://schemas.xmlsoap.org/soap/envelope/}Server] FaultString [BEA-380001: Internal Server Error] FaultActor [null] Detail [<detail><con:fault xmlns:con="http://www.bea.com/wli/sb/context"><con:errorCode>BEA-380001</con:errorCode><con:reason>Internal Server Error</con:reason><con:location><con:node>RouteNode3</con:node><con:path>response-pipeline</con:path></con:location></con:fault></detail>]; nested exception is:
         weblogic.wsee.jaxrpc.soapfault.WLSOAPFaultException: BEA-380001: Internal Server Error
         at weblogic.wsee.jaxrpc.StubImpl.throwRemoteException(StubImpl.java:296)
    I have implemented one testservice and trying to invoke Aqualogic proxy using service control generated through weblogic workshop and getting above error. but if I use test console of Service bus to test this proxy, it runs fine. Also I have configured proxy service message flow where i am using "Replace" action to replce the header from the incoming reuest with the following as my business service expects this security token:
    <soap:Header xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" soap:mustUnderstand="1">
    <wsse:UsernameToken xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="UsernameToken-24512621">
    <wsse:Username>sample:parlayx</wsse:Username>
    <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">1234</wsse:Password>
    </wsse:UsernameToken>
    </wsse:Security>
    </soap:Header>
    please Please share any additional configuration/settings needed.
    thanks
    Narendra

  • Error: Connect from SAP gateway to RFC Server failed

    Hi
    I am trying to connect SAP server using the java (JCO connection), and getting following error. While I am able to connect to the same sever using SAP Logon pad with the same ipaddress (hostname) and logon credentials.
    Please kindly help.
    Erro: Connect from SAP gateway to RFC server failed.
    Connect_PM GWHOST = hostname, GWSER = sapgw03, ASHOST=hostname, SYSNR=03
    LOCATION  SAP-Gateway on host hostname / sapgw03
    ERROR       timeout during allocate
    TIME Wed Oct 31 05:31:45 2007
    RELEASE 640
    COMPONENT SAP-Gateway
    VERSION 2
    RC 242
    MODULE gwr3cpic.c
    LINE 1795
    DETAIL no connect of TP sapdp03 from host hostname after 22 sec
    COUNTER 3

    Hi K Patil,
    Acording to me you are faceing this issue because the entry of your backend System is not in the SLD (System Landscape Directory ) of your server.
    to make this work you have to make entry in the SLD of your server
    fort that plesae acess this link.
    Re: JCo connection Error
    Re: wt is SLD.. how to do configure it
    Please Reward Points if Helpfull.
    Regards
    Vinit
    Edited by: Vinit Soni on Dec 19, 2007 7:20 AM

  • Forwarding FAX error message from SAP Connect to  user outlook e-mail ID

    Hello,
    We have a few POs sent by FAX to vendors using top call .Some times FAX does not transmit the PO to vendor . The status of the message is updated as error in SAP connect( t-code SOST) . The user who released the PO or recreated the   message is getting the mail to his/her SAP inbox with PO number XXXXXX is not trasmitted due to ............. .
    The programs  SX_OBJECT_STATUS_RECEIVE , SO_STATUS_DOC_SEND are getting the update from SAP connect , compiling the update message and sending mail to SAP inbox .
    We ahve a requirement that the user be notifed to the outlook that the PO has not been transmitted to Vendor so that hey can take alternate action .
    Is any one using this functionality or suggest a way  to send only the FAX error messages to buyer/releaser to his/her outlook .
    Thanks
    Venkateswara Rao Yeleswaram

    Hi Thareq,
    I am also having the similar problem.
    When ever a notification is created, Champion is receiving the messages daily to his outlook though reminder functionality doesn't exist in the workflow.
    "Your Workflow inbox in the SAP system MEP, client 100, contains the following work item:"
    Can you please let me know how this has resolved in your case. Your reply would really help me out to solve my issue.
    thanks.

  • Hide Server Error Response from users

    I use Weblogic 8.1 both as an application server and to serve http requests. Is there a way to stop Weblogic from sending detailed Server Error Response pages to application users? I have security people asking me this.
    Thanks.
    Paul

    Do your application war files contain error page entries?

  • "A temporary Network Error" response from server

    Hello guys,
    I'm using standard AT^SJNET and HttpConnection for sending data to server as POST data in http request. Application works fine with SIM cards from Vodafone CZ, DE, FR, but I have problem with Vodafone IT. Data are transfered to server but instead correct server response I get piece of html code with message "+A temporary network error occurred while trying to retrieve the requested URL.+". I have no idea where this message comes from.
    Next difference is in HttpConnection getLength(). In case of normal server response it returns some number of bytes, but when message "network error" occured, the -1 value is returned.
    Sometimes is connection successful, but more often this error happens.
    I tried to use longer timeout (120s) in AT^SJNET, but no change.
    Don't you have any advice?
    Error message:
    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN//3.2"><HTML><HEAD><STYLE>a:link {font:8pt/11pt verdana; color:FF0000} a:visited {font:8pt/11pt verdana; color:FF0000}</STYLE><TITLE>Network Error</TITLE><META HTTP-EQUIV="Content-Type" Content="text-html; charset=Windows-1252"></HEAD><BODY BGCOLOR="FFFFFF"><table width="410" cellpadding="3" cellspacing="5"><h1 style="COLOR:000000; FONT: 13pt/15pt verdana"><!--Problem-->Network Error</h1></td></tr><tr><td width="400" colspan="2"><font style="COLOR:000000; FONT: 8pt/11pt verdana">A temporary network error occurred while trying to retrieve the requested URL.</font></td></tr><tr><td width="400" colspan="2"><font style="COLOR:000000; FONT: 8pt/11pt verdana"><hr color="#C0C0C0" noshade><p>Please try the following:</p><ul><li>Please click the </li>Refresh button, or try again later.</li></ul></font></td></tr></table></body></html>

    Hi,
    We also faced the same error some time back when clciking on dashboard items is logging us out.Finally we moved the dashboard pages from that dashboard to newly created dashboard and the problem is resolved.
    Please check below step also .
    1) When you are clicking on Dashboard was all services are up and running ,oc4j?
    2. check your dashboard link also might be having symbols like &????.
    Hope this help's
    Thanks
    Satya

  • Collect Error Message from SAP program to BSP Page

    Hi Experts,
    I am displaying an error message in the form of pop-up Message  in a Screen based on a condition using BADI on R/3 screen , but when i am calling the screen from Portal (BSP PAge) I am unable to see the Error Message which is being displayed as a pop-up in r/3..
    How to catch the error and display in BSP Page.....
    I have searched the forum but didnt find any suitable replies....
    Plz help
    Regards,
    Srikar

    Hi Srikar,
    It depends.
    Generally though you display a message in SAPGUI it does not display automatically in BSP.
    Some times you have to manually write some code to populate and display a message in BSP.
    First you need to find the BSP page and write some code to display error messages in the same..
    Regards,
    Sreekanth

  • Dashboard showing Error (! Error : Response from server contained an error)

    Hi All,
    We are facing a problem while accessing the dashboard page, when user log's in and access the dashboard page.
    At this point the report start rendering, after sometime during the report rendering process we use to get this error on top of the dashboard page.After this error there were not output for any of the report on that dashboard page.
    At times when user switch the page and come back to this page, reports shows the result.But most of the time user has to logout and login back, but same problem use to persist.
    I have gone through with NQS Server.log and NSQ Query log., dint helped much.
    Any suggestion or guidance will be really helpful.
    Regards
    -Saurabh

    No Rhys, I have not done any kind of changes in repository, This error is suddenly start coming up..and its more frequent now..I am not sure whats happening..Is it coz of the more data load and the server is not able to process the request..but i am not able to figure out anything from the log's.
    Once the error is there the user have to either switch between the pages , or have to logout and logback in..Earlier user use to do that to avoid this..But for some days even after loggin back in is not helping..
    Also i have noticed one more thing, when i run the report in the Citrix server..the probablity of error is very less.
    However when user run the report from there machine, they are frequently getting the error.
    Thanks
    -Saurabh

  • Highjump Messages are Getting error response from Peoplesoft

    Hi,
    We are on PT 8.52 and 9.1 PeopleSoft FSCM. We have integration with highjump for our supply chain operations.
    We are getting below error message occasionally on highjump and the message will be sent to PeopleSoft if you resubmit that same message again from HJ.
    A COM error occurred running the execute function in the [XmlLinkSend.XmlSend]
    COM object to process the [XML Send AdvLink Work Queue] event.
    Exception number (0x80040001).
    Return Code (0001).
    Source [XmlLinkSend.XmlSend].
    Description [An er E_04001 O2012101811:00:10.855S
    1SMGR 000
    Any info on why these errors are coming on highjump logs will be appreciated.
    Thanks                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Hi surya,
    You are saying 1122124 is IDOC numner & its not relevant to this idoc.
    What it means,can u explain??? Actually there will be a chance an IDOC can mapped to N no of documents. This mapping will done through a BADI internally.
    Regards
    KER

  • Is it bug/error from SAP on ESS - Personal Information-Address exit button

    Hello Experts,
    when i click on ESS - Personal information - Address  exit button here when i click on exit button its opening another portal actually it should go back to same portal ESS - Personal information -  Address
    is this error/bug from SAP
    if no what could be
    could anybody help me on this issue.
    Thanks
    Regards
    Vijay

    Hello Eperts,
    Sorry, i want to reopen this thread, to clear one issue.
    i tryed and solved this issue.
    try to configre the workprotect in personalization so it discard changes and open in the same page.
    all my portal user are facing the same problem.
    my question is Do i need to do changes for all user in personaliztion.
    Do we have any global chage at once i do it takes effect for all users.
    Any help on this Please.
    Thanksyou,
    regards
    Vijai

  • File To Proxy : Handle the response from ECC to send mail without BPM

    Hi,
    Scenario: FILE To Proxy
    Requirement: We are receiving xml acknowledgement file from bank with IDoc number and status in SAP PI and the file is used to send the status number, message and and IDoc number to ECC. After request is received in ECC BAPI is executed to update the original status of outbound IDOC.
    There would be multiple records in file and PI will send all IDoc acknowledgement to ECC to update the IDoc status.
    Issue: Since PI send all records to ecc, if any single IDoc status update is failing in ECC how would it can be communicated to support.
    ECC can send success or error response in proxy but how we can use the same in PI to send mail to support. Or is there any better error handling we can go for in such scenario.
    Thanks,
    Vertika

    Hi everyone
    thanks for response.
    Interface 1: IDoc (ECC) to File (Bank) --> Done
    Interface 2: Acknowledgment File (Bank) to BAPI (ECC) where BAPI will update the status of IDoc sent in first interface.
    For Interface 2 : PI will receive file from Bank with multiple records i.e multiple IDoc numbers and their status. PI will invoke proxy to send the IDoc number and status number (eg 16) for all the records together. Now if BAPI fails to update status of any single IDoc in that file how support team will know that the particular record is failed. To handle this error ECC is saying they can send Error and Success back to PI. But the problem is how we can use that response in PI in the same interface to send emails to support team. Bank does not want any response back in this case. This is just to ensure proper error handling since this is bank related interface.
    Splitting the interface in two interfaces will definitely help. But is there some way which can be used in same interface and based on error response from ECC mail is triggered.
    If any one has better suggestion for such kind of error handling, please post the same.
    Thanks,
    Vertika

  • Pls help I have Bapi error response scenario

    Hi  Experts,
         I am working ona scenario.
    Sender will drop the required file on XI directory and XI will pull the file and map it with the BAPI u2013 and crate time entries in SAP HR. If errors are encountered during the process they are returned to the client in a report or as erroneous file.
    1) sender will FTP the file to XI directory
    2) XI will send the file after validation with BAPI for time entry creation in SAP R/3.
    3) If there is an error encountered XI will get an error response from BAPI
    *4) The erroneous file is sent to XI directory for client to view*
    I have to write this error files on the Xi directory.
    *How will I capure the error response from BAPI. as we are interested only for failure messages and not the sucessful messages. How we filter the mesages in XI, we want to capyure only failed messages.*
    Please help me out wz this.
    Thanks

    Hello,
    Your situation it is quite common task so refer to this step-by-step wiki:
    File-RFC-File(Without BPM)
    http://wiki.sdn.sap.com/wiki/display/XI/File-RFC-File(Without+BPM)
    What concerns that you want receive only response with error this is also not problem. In all BAPI function you can find response code which differ for successful and unsuccessful processing. So only you need to do it is filter data in you scenario with ERROR response code, you can do this in condition section of receiver determination.
    And if you want you can adjust two response streams in XI, one for successfull processing and another one for error (also with filtering).
    BR,
    Dzmitry

Maybe you are looking for

  • Email PDF Purchase Orders

    Hi, I have a problem with PDF email version of Purchase orders.It displays the most recently item whenever a new item is added/ modified rather than all the items in the PO.The email version of the PO uses a separate print program rotuine.Is there a

  • I cloud Storage

    I Am having a problem with my storage on my iphone 5 i am trying to update my Tom Tom app and its telling me I haven't got enough storage although when I go into manage storage I I have Total storage 25.oo GB. and available 15.8 Gb ??????

  • Swing to Web

    Hi, I have a small Swing application. Can I program some JSP etc. so that the application can be accessed via web? Or is there a way to convert this small Swing app into web app? Any help is appreciated. Thanks in advance. Prashant malik

  • TS3074 What solution to open ITunes, when Error 7  then Windows error 1114 showing

    I cannot get to my iTunes, Error 7 appears then Windows error 1114; What should I do?; I have Microsoft.NET 2; 3.5 and 4 versions installed as advised by apple help. Thx in advance

  • Issue attempting to update my credit card in a year suscription

    Hi. I was checking other posts. This is my current issue: I lost my credit card so I cancelled it. I am a customer for Adobe Creative Cloud. I followed the instructions online and I even had a chat session (which took a while to find the chat link) A