Map XI System Error to Response

Hello,
I have a synchronous scenario HTTP --> XI --> RFC.
If R/3 gets timed out, I need to send timeout error in Response.
Is that possible?
I dont want to use BPM for this.
Thanks in advance,
Beena.

Hello Bhavesh,
Yes, you are right.
When you use the http client available on web, you get the error message back.
However this client uses ActiveX and same code can not be used in our application.
So we have used following code:
URL HttpUrl = new URL(URL);     
HttpURLConn= (HttpURLConnection) HttpUrl.openConnection();
HttpURLConn.setDoOutput(true);
HttpURLConn.setRequestMethod("POST");
OutputStreamWriter out = new OutputStreamWriter(
                                                    HttpURLConn.getOutputStream());
out.write(request);
out.close();
BufferedReader in = new BufferedReader(                            new InputStreamReader(
          HttpURLConn.getInputStream()));
String inputLine;
while ((inputLine = in.readLine()) != null)
                            response = response + inputLine;
in.close();
                       HttpURLConn.disconnect();
and we get following error:
java.io.IOException: Server returned HTTP response code: 500 for URL: http://sapxi:8000/sap/xi/adapter_plain?namespace=&interface=&service=Srv_Web&QOS=BE&sap-user=&sap-password=&sap-client=110&sap-language=EN
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:791)
        at com.reliant.b2b.adapters.net.xi.XIHttpAdapterConnection.submit(XIHttpAdapterConnection.java:112)
        at com.reliant.b2b.adapters.net.xi.XIHttpAdapterConnection.submit(XIHttpAdapterConnection.java:191)
        at com.reliant.b2b.adapters.data.internet.xi.HttpRequestHandler.parse(HttpRequestHandler.java:33)
        at com.reliant.b2b.adapters.net.xi.HttpAdapter.getResponse(HttpAdapter.java:33)
        at com.reliant.b2b.transactions.TransactionMonitor.run(TransactionMonitor.java:34)
Any Ideas??
Thanks,
Beena.

Similar Messages

  • PI 7.11 - How to create a System Error in SXMB_MONI using a Java Mapping

    Hi
    We ve go a  Java Mapping in a File-to-HTTP Scenario. It works perfect except of one error case: if an empty source file or a source file with the wrong structure is delivered. In this case our Java Mapping forwards an empty payload to the HTTP channel. So, for PI is the mapping successful.
    I'd like to recognize this case and invoke a system error in the SXMB_MONI, so that this mapping will be stopped and our alerting concept informs the users. I know, how to recognize the case in Java but need to know how to create the System Error Status in the PI System.
    Thanks in advance
    Michael

    Hi Michael,
    Please refer here for the mapping API description:
    http://help.sap.com/javadocs/NW04S/SPS09/pi/com/sap/aii/mapping/api/package-summary.html
    You can use the StreamTransformationException exception describet there to raise an error from your Java mapping. Direct link:
    http://help.sap.com/javadocs/NW04S/SPS09/pi/com/sap/aii/mapping/api/StreamTransformationException.html
    You might also consider using the "Empty-File Handling" option in sender file CC to avoid processing empty files by PI.
    Hope this helps,
    Greg

  • System error message while using maps check in

    today i got a lot of system error messages while using maps check in feature, and i tried everything from factory default to reinstalling mobile software and formating everything and yet nothing changed idk what to do and i use   the maps application a lot of times so i need this problem fixed please
    am using Nokia 500 btw

    today i got a lot of system error messages while using maps check in feature, and i tried everything from factory default to reinstalling mobile software and formating everything and yet nothing changed idk what to do and i use   the maps application a lot of times so i need this problem fixed please
    am using Nokia 500 btw

  • N97 system error message when starting Maps

    Hi all,
    I do get a system error message when starting the maps app.
    I know that this is not a new topic but I did not find after intensive search a solution.
    - Firmware is updated
    - soft reset done
    - it seems that the app is not installed
    - have deleted the cities folder and the qf file
    Unfortunately no change - maps app does not start.
    Not sure that this is important but I want to mention this for the sake of completeness:
    - the maps did work once
    - when I started them the next day and I was at a different location it still showed the location of the previous evening abnd did not recognize where the phone was
    - after some time I could not start the the maps app.
    Any help greatly appreciated!
    Best

    Ahhhhhh I want to scream. This phone is driving me crazy...so many problems.. latest among others is, opening maps it gives me the error like you all mentioned above.. so how and where do I go to download what you mentioned... and I did try to go into"download" and my phone just says I don't have enough memory to download anything.. HELP

  • System error 86 while mapping c$

    Hi, thanks for your time. I'm having the next issue:
    I work on a domain network. Usually, we image computers and then join them to a domain.
    However, i find it impossible to do anything to an unjoined computer because i get system error 86. Im trying to map c$ from my computer (which is in a domain) with the local administrator credentials from the other computer. The command goes like this:
    net use k: \\ipaddress\c$ password /u:localadmin
    output:
    System error 86 has occurred.
    The specified network password is not correct
    I have checked many times the local administrator password and im typing it right, i have disabled the firewall, i have run all the services on the computer, and enabled netbios. Nothing works.
    The problem is not exactly trying to map c$, i have noticed that once i'm able to map this drive, i can also connect to WMI on this machine from a remote computer. The objective of this is that i'm trying to run a couple of powershell scrits that involve
    getting a wmi-object from a remote computer (this doesnt work either because i get ACCESS_DENIED using local admin credentials from  the machine im trying to access.).
    Im doing this from a Win7 machine to a XP machine. I've tried XP to XP but it doesnt work either.
    gustavo morales IT department - Desktop Support

    OK, I had this problem this morning, and I couldn't find a good answer, including this thread. I'm hoping that giving a thorough answer will help others.
    scenario:
    You have a computer in a domain (like your work computer). you would like to connect to a workgroup computer and see its files (like your home computer). you cannot browse to the computer and if you try to map the network path you get "system error 86" or system
    error 1326". (To map the network path you may try NET USE \\computername\path password /USER:computername\username)
    resolution:
    To troubleshoot this please try to setup the ideal setup first. Once you have it going you can change to settings you like:
    1. disable the workgroup/home computers firewall
    you need to do this since both file sharing and kerberos can be stopped by the firewall
    2. turn on file sharing on the workgroup/home computer on the network card used
    3. create an administrator account on the workgroup/home computer that has the same username AND password as your domain useraccount on the domain computer
    4. on your workgroup/home computer, start local security policies secpol.msc and turn on
    a) local policies:audit policy: audit account login events: failure
    b) security options: Network security: LAN Manager authentication level: Send LM & NTLM - use NTLMv2 session security if negotiated
    c) network access:sharing and security model for local accounts : Classic
    5. Make sure both computer clocks are showing correctly
    Hope this helps 

  • System Error During Message Mapping

    I've set up a simple mapping scenario that sends a DEBMAS06 IDoc from our R/3 system to XI mapping to DEBMAS06 and writing out to a file.  I am getting the following system error during message mapping:
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="MAPPING">JCO_SYSTEM_FAILURE</SAP:Code>
      <SAP:P1>Server repository could not create function template for 'SMPP_CALL_JAVA_RUNTIME</SAP:P1>
    I have gone back to the Design Builder and tested out the message mapping and the interface mapping and both work successfully.  I have also taken the payload of the message and submitted it via the RWB and it generates the same error as when sent from R/3.  Any other places I can look?

    Hi Mike,
    You have got the connectivity issue problem between ABAP and J2EE stack. When do the test in the Message Mapping, thats the J2EE and it works. But during the runtime it has to go to the Integratin Server, which is the ABAP stack. Fix the connectivity issue, check the smicm,trace and debug log etc.
    Hope this helps.
    Cheers,
    Ranjan

  • C7 ovi maps - check in - system error

    I didn't have any problem with ovi maps but after I updated  my C7 from pr 1.1 to 1.2  check in function doesn't work and it says "SYSTEM ERROR". Any solution ? Please help... I am about to blow
    Solved!
    Go to Solution.

    pj98 wrote:
    Try updating to the latest Ovi Maps 3.06 11wk10 version, it should now be available via SW Update menu, Ovi Suite or from Ovi Store. 
    For the benefit of Mac users or anyone else, application also available for direct download from here:http://europe.nokia.com/support/product-support/maps-support/compatibility-and-download#/nokia-c7-00...
    Happy to have helped forum with a Support Ratio = 42.5

  • N85: System error with Maps

    Hello
    I have a N85 for a few days now. Everything is working except the Maps: when I try to launch the Maps application I have an error message "System Error" ("Erreur système" in french).
    Does anybody know how to fix this problem ?
    Thanks

    Hello
    Thanks for your answer. In fact when I have a look to the installed apps, Nokia Maps is not in the list of installed applications (which is probably the cause of the error). I have already noticed this and I have tried to install Nokia Maps but the result is the same: Nokia Maps not in the list of installed apps and "System error" when I try to use the maps. The Nokia support has sent me some steps to perform (among them reinitialize the phone to its primary state or even format it) to fix the problem. I will try this.
    I'll let you know if it is has worked
    Thanks
    Regards

  • N95 8GB Nokia MAPS System Error

    Guys,
    When I try to load the application on my phone, I am getting System error.
    I still have a warranty. Do I have to service it or reinstall it myself.
    Thanks

    Hi denskits
    Nokia Maps is pre-installed with firmware so perhaps try a "hard reset" after backing up essential phone data in case of software corruption.
    As advised previously you could also check with Nokia Software Updater to see whether option to update or re-install existing firmware is present.
    There is probably a more recent version of Nokia Maps v2.0_3204 available for your N95 8GB to download here, although whether it will install if problems with original installation is another matter:
    http://europe.nokia.com/A4984199
    Happy to have helped forum in a small way with a Support Ratio = 37.0

  • N97 Nokia maps "System error" / google maps won't ...

    Since my N97 was unboxed Nokia maps has refused to load, it just beeps and says "System error". That's it! Any clues on how to get this working? It's pretty annoying as it's one feature I was looking forward to using.
    Funnily enough I installed google maps and that won't open either, but there's no error message, it just makes the screen blink once then back to the menu.
    Any advice appreciated
    Solved!
    Go to Solution.

    One more big NEGATIVE point for Nokia....
    You needed to restore the default factory settings for solve the system erros in the Nokia Maps???!
    (I have the same problem...) Tsc Tsc.... 
    Nokia WAKE UP for several problems with the N97 model!!!
    Work hard for a calendar and system betters, more quickly to backup in desktop computer, include.
    Learn something important features with the Palm calendar smartphone, repetitive meets and memos in days or weeks, for example. 
    (I have a Palm Treo smartphone also. The Nokia n97, calendar, system, etc. is lefting with missing of my old phone....)   

  • Getting error "Invalid or no mapping to system data types found" after sending file

    Dear Experts,
    I am successfully able to send file from client to gateway using "CREATE_STREAM". After request is completed i am receiving reponse like this
    "Invalid or no mapping to system data types found". I dont know where i went wrong.
    Did anyone experience same issue?
    Pleases suggest.
    Regards
    Prabaharan

    Hi Peter,
    Good to know that it helped you.
    Problem i am having is I dont have this method "SET_AS_CONTENT_TYPE( )" in class "/IWBEP/IF_MGW_ODATA_PROPERTY" because of my SAP Gateway system SP release level is less.
    So i wasn't able to use this snippet.
    IF lo_entity is BOUND.
      lo_property = lo_entity->GET_PROPERTY( IV_PROPERTY_NAME = 'ContentType' ).
      lo_property->SET_AS_CONTENT_TYPE( ).
    ENDIF.
    Is this the reasin i am not getting correct XML response back?
    Regards
    Prabaharan

  • 'System Error' status at Message Monitoring( HTTP to FILE )

    I have created a scenario HTTP to FTP. I sent message to XI server using the HTTP Client.
    After sending the message I am getting the response at browser.
    Result:
    http-Status:  200 Message accepted
    Payload:
    But when I look in to the Message monitoring at RWB, I am getting the message status as
    System error. while going to the details i can see below error category.
    Error Category       MAPPING
    Error Code      EXCEPTION_DURING_EXECUTE
    (Is the password different for port 50000 and 8000)
    Please help me to solve this issue.
    Thanks in Advance,
    John

    This is the trace message that I got for this error
    <Trace level="1" type="T">com.sap.aii.utilxi.misc.api.BaseRuntimeException: Fatal Error: com.sap.engine.lib.xml.parser.ParserException: XML Declaration not allowed here.(:main:, row:1, col:46) at com.sap.aii.mappingtool.tf3.Transformer.checkParserException(Transformer.java:41) at com.sap.aii.mappingtool.tf3.Transformer.start(Transformer.java:70) at com.sap.aii.mappingtool.tf3.AMappingProgram.execute(AMappingProgram.java:231) at com.sap.aii.ibrun.server.mapping.JavaMapping.executeStep(JavaMapping.java:63) at com.sap.aii.ibrun.server.mapping.Mapping.execute(Mapping.java:91) at com.sap.aii.ibrun.server.mapping.MappingHandler.run(MappingHandler.java:77) at com.sap.aii.ibrun.sbeans.mapping.MappingRequestHandler.handleMappingRequest(MappingRequestHandler.java:88) at com.sap.aii.ibrun.sbeans.mapping.MappingRequestHandler.handleRequest(MappingRequestHandler.java:63) at com.sap.aii.ibrun.sbeans.mapping.MappingServiceImpl.processFunction(MappingServiceImpl.java:80) at com.sap.aii.ibrun.sbeans.mapping.MappingServiceObjectImpl0.processFunction(MappingServiceObjectImpl0.java:131) 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:324) at com.sap.engine.services.ejb.session.stateless_sp5.ObjectStubProxyImpl.invoke(ObjectStubProxyImpl.java:187) at $Proxy24.processFunction(Unknown Source) 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:324) at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.handleRequest(RFCDefaultRequestHandler.java:95) at com.sap.engine.services.rfcengine.RFCJCOServer.handleRequestInternal(RFCJCOServer.java:113) at com.sap.engine.services.rfcengine.RFCJCOServer$ApplicationRunnable.run(RFCJCOServer.java:171) at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37) at java.security.AccessController.doPrivileged(Native Method) at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)</Trace>
      <Trace level="1" type="T">Runtime exception occurred during execution of application mapping program com/sap/xi/tf/_HTTP2File_: com.sap.aii.utilxi.misc.api.BaseRuntimeException; Fatal Error: com.sap.engine.lib.xml.parser.ParserException: XML Declaration not allowed here.(:main:, row:1, col:46)</Trace>
      <Trace level="1" type="T">com.sap.aii.ibrun.server.mapping.MappingRuntimeException: Runtime exception occurred during execution of application mapping program com/sap/xi/tf/_HTTP2File_: com.sap.aii.utilxi.misc.api.BaseRuntimeException; Fatal Error: com.sap.engine.lib.xml.parser.ParserException: XML Declaration not allowed here.(:main:, row:1, col:46) at com.sap.aii.ibrun.server.mapping.JavaMapping.executeStep(JavaMapping.java:72) at com.sap.aii.ibrun.server.mapping.Mapping.execute(Mapping.java:91) at com.sap.aii.ibrun.server.mapping.MappingHandler.run(MappingHandler.java:77) at com.sap.aii.ibrun.sbeans.mapping.MappingRequestHandler.handleMappingRequest(MappingRequestHandler.java:88) at com.sap.aii.ibrun.sbeans.mapping.MappingRequestHandler.handleRequest(MappingRequestHandler.java:63) at com.sap.aii.ibrun.sbeans.mapping.MappingServiceImpl.processFunction(MappingServiceImpl.java:80) at com.sap.aii.ibrun.sbeans.mapping.MappingServiceObjectImpl0.processFunction(MappingServiceObjectImpl0.java:131) 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:324) at com.sap.engine.services.ejb.session.stateless_sp5.ObjectStubProxyImpl.invoke(ObjectStubProxyImpl.java:187) at $Proxy24.processFunction(Unknown Source) 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:324) at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.handleRequest(RFCDefaultRequestHandler.java:95) at com.sap.engine.services.rfcengine.RFCJCOServer.handleRequestInternal(RFCJCOServer.java:113) at com.sap.engine.services.rfcengine.RFCJCOServer$ApplicationRunnable.run(RFCJCOServer.java:171) at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37) at java.security.AccessController.doPrivileged(Native Method) at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162) Root Cause: com.sap.aii.utilxi.misc.api.BaseRuntimeException: Fatal Error: com.sap.engine.lib.xml.parser.ParserException: XML Declaration not allowed here.(:main:, row:1, col:46) at com.sap.aii.mappingtool.tf3.Transformer.checkParserException(Transformer.java:41) at com.sap.aii.mappingtool.tf3.Transformer.start(Transformer.java:70) at com.sap.aii.mappingtool.tf3.AMappingProgram.execute(AMappingProgram.java:231) at com.sap.aii.ibrun.server.mapping.JavaMapping.executeStep(JavaMapping.java:63) at com.sap.aii.ibrun.server.mapping.Mapping.execute(Mapping.java:91) at com.sap.aii.ibrun.server.mapping.MappingHandler.run(MappingHandler.java:77) at com.sap.aii.ibrun.sbeans.mapping.MappingRequestHandler.handleMappingRequest(MappingRequestHandler.java:88) at com.sap.aii.ibrun.sbeans.mapping.MappingRequestHandler.handleRequest(MappingRequestHandler.java:63) at com.sap.aii.ibrun.sbeans.mapping.MappingServiceImpl.processFunction(MappingServiceImpl.java:80) at com.sap.aii.ibrun.sbeans.mapping.MappingServiceObjectImpl0.processFunction(MappingServiceObjectImpl0.java:131) 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:324) at com.sap.engine.services.ejb.session.stateless_sp5.ObjectStubProxyImpl.invoke(ObjectStubProxyImpl.java:187) at $Proxy24.processFunction(Unknown Source) 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:324) at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.handleRequest(RFCDefaultRequestHandler.java:95) at com.sap.engine.services.rfcengine.RFCJCOServer.handleRequestInternal(RFCJCOServer.java:113) at com.sap.engine.services.rfcengine.RFCJCOServer$ApplicationRunnable.run(RFCJCOServer.java:171) at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37) at java.security.AccessController.doPrivileged(Native Method) at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)</Trace>

  • System Error in Message Monitoring while it shows checked flag in SXMB_MONI

    Hia,
    We are working on ABAP Proxy --> SAP PI 7.1 --> SOAP (Asynchronous Scenario).
    (ECC -> PI -> Legacy CRM)
    I have following queries:
    1. While sending messge across to Legacy system, we can see CHECKED flag in SXMB_MONI but there is System Error in Message Monitoring. When checked legacy system is unable to receive any message. Cannot understand the issue.
    2. Is there any way to check in PI system whether the message has reached Legacy System other than making scneario synchronous?
    Regards

    System is getting connected and able to send asynchronous messages to legacy system. But getting following error while sending synchronous error:
    2010-05-10 13:15:05     Information     Delivering to channel: CC_SOAP_SOReject_Out
    2010-05-10 13:15:05     Information     SOAP: request message entering the adapter with user J2EE_GUEST
    2010-05-10 13:15:05     Information     SOAP: completed the processing
    2010-05-10 13:15:05     Information     SOAP: continuing to response message f33caa90-5c07-11df-c659-96d147c2ff0f
    2010-05-10 13:15:05     Error     SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: Server was unable to process request. ---> Object reference not set to an instance of an object.
    2010-05-10 13:15:05     Error     Adapter Framework caught exception: SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: Server was unable to process request. ---> Object reference not set to an instance of an object.
    2010-05-10 13:15:05     Error     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: SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: Server was unable to process request. ---> Object reference not set to an instance of an object.. Setting message to status failed.
    2010-05-10 13:15:06     Error     The message status was set to FAIL.
    I have already checked Data Structure and it is fine.
    Regards
    In this scenarios we are using XSLT mapping using CDATA.
    Please suggest solution.

  • Set Message in BPM to System Error - Manual Restart Possible ?

    Hello,
    I'm working on a scenario where two idocs are merged in a BPM. The next step is sending the message in a synchronous RFC (BAPI) to a SAP R/3. Is it possible to set the merged message to the message status 'System Error - Manual Restart Possible' in the SXMB_MONI, when the BAPI returns an Error message?
    When it's not possible, is there an othe possibility to sent the message again, without involving the source system?
    Thanks in advance
    Matthias

    Hi,
    It would be better i think if you use the concept of raising an exception in your response mapping
    please refer:
    /people/alessandro.guarneri/blog/2006/01/26/throwing-smart-exceptions-in-xi-graphical-mapping
    /people/michal.krawczyk2/blog/2007/04/26/xipi-throwing-generic-exceptions-from-any-type-of-mapping
    in the response mapping you can check the condition for the responce code from RFC.
    Ranjit

  • Catching System Error Message in Abap Proxy.

    Hi all,
        I want to know whether it is possible to catch the system error message from SXMB_MONI in proxy scenario's.
        The error i am getting is :
    <?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">HTTP_RESP_STATUS_CODE_NOT_OK</SAP:Code>
      <SAP:P1>403</SAP:P1>
      <SAP:P2>Forbidden</SAP:P2>
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>Service is not active</SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>HTTP response contains status code 403 with the description Forbidden Error when sending by HTTP (error code: 403, error text: Forbidden)</SAP:Stack>
      <SAP:Retry>N</SAP:Retry>
      </SAP:Error>
    Is it possble to catch the above message text.
    Regards,
    Keith

    Hi Keith,
    Check this forums also should be definitely help u..
    Error message handling in Integration Process
    and
    http://help.sap.com/saphelp_nw04/helpdata/en/dd/b7623c6369f454e10000000a114084/content.htm
    also refer
    Check this weblog once ... sure it will give u an idea..
    /people/sap.user72/blog/2006/01/16/xi-propagation-of-meaningful-error-information-to-soap-client
    and also go through this
    /people/alessandro.guarneri/blog/2006/01/26/throwing-smart-exceptions-in-xi-graphical-mapping
    Regards,
    Sridhar

Maybe you are looking for

  • ADCS Error -8257 occurred at ISOTP.vi

    Hello everyone, I have a new problem with ADCS I'm trying to read the Ecu DTC with the "ReadDTCByStatus.vi" making the request: 18 00 FF 00 (in hex). The Ecu has 3 errors in memory and then responds with a consecutive frame. I've set the globals Dia

  • Looking for a Nvidea GeForce 6600 OR Similar Type Graphics Card for Quad G5

    Hi there! Wishing a Happy New Year to yo'all! Was wondering whether someone might help me out with a minor issue I'm having... I have recently acquired a Quad 2.5GHz PPC G5. When I bought it, it came installed with a NVIDIA Quadro FX 4500 graphics ca

  • ITunes hangs when I try to sync with my apple devices

    Hello, I have followed troubleshooting article iTunes: May become unresponsive when connecting iPhone, iPad, or iPod touch  but this hasn't help me fix the issue. I am running OS/X 10.9.4 and iOS 7.1.2 When I create a new user account on my MAC  the

  • Designer (XI 3.1 SP4) sort order of classes in derived universe messed up

    Hello, We just recently upgraded our BOXI 3.1 environment to SP 4 FP 4.1 and we now notice that the order of our classes has changed in our derived universes. Even though the parameter CORE_ORDER_PRIORITY is set to Yes, the classes are sorted alphabe

  • Bex Broadcasting Monitoring

    Hi, We are broadcasting No of reports (10+)  to external vendors (5000). My requirement is read broadcast logs, Pull the data and load into a data target in BW to develop a report that shows By report by vendors when an email is successfully sent or