How to red flag RFC Receiver errors in SXMB_MONI?

Hi,
I have searched the forum but could not find a complete solution so am asking here.
Interface is File -> PI -> RFC to SAP
The RFC raises an exception if any errors are detected during the posting.
To check error handling I have changed the RFC in SAP to raise an exception. When testing the interface I get a chequered flag in SXMB_MONI though the Adapter Engine shows the RFC exception was raised.
How can the RFC exception be red flagged in SXMB_MONI? I do not wish to use a BPM or alerts, my preference is to red flag in the monitor.
The repository shows that the RFC has message types Response and Fault, can these be used in some way.
Che

Hi Che,
your flow is asynchronous, therefore whenever an asynchronous message is leaving PI it will be successful from a view of PI. PI cant get any information about errors inside SAP ERP.
If you want to have a error flag or an alert you need to design your flow synchronouns: File adapter works by default asysnchronous, therefore you would need to adapt it: Create a synchronous flow (never did that but could be possible) or create a BP receiving the asynchr file message and send synchr the RFC.
Regards,
Udo

Similar Messages

  • RFC Receiver Error

    Hi
    Im doing a File-RFC-File scenario wothout BPM.
    Getting the following error in RFC reveiver Adapter
    <SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: RfcAdapter: receiver channel has static errors: can not instantiate RfcPool caused by: com.sap.aii.af.rfc.RfcAdapterException: error initializing RfcClientPool:com.sap.aii.af.rfc.core.repository.RfcRepositoryException: can not connect to destination system due to: com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: Connect to SAP gateway failed Connect_PM TYPE=A ASHOST=<host ip address> SYSNR=00 GWHOST=<host ip address>  GWSERV=sapgwXX SAPROUTER_STRING=<SAPRouter String is here> PCS=1 LOCATION SAProuter 37.0 on gareweb ERROR timeout occured TIME Mon May 11 20:52:21 200 RELEASE 640 COMPONENT NI (network interface) VERSION 37 RC -93 COUNTER 425487</SAP:AdditionalText>
    Your help is needed
    thanks
    keerthi

    Keerthika,
    Error : 500 ->Internal Server Errors
    Generally this is due to Server encountered an unexpected condition which prevented it from fulfilling the request.
    Possible Tips: Have a look into SAP Notes u2013 804124, 807000
    Check your SAP details again on the Receiver CC, check for your authorizations ( go to R/3 and try to execute the RFC with the logon details you gave in the CC )
    Check the logon details you gave in the RFC
    Check if the adapter engine is up and running, to isolate this send other scenario which was working..
    Also, check the following.
    File->XI->RFC (Error: Received HTTP response code 500..)
    Re: HTTP response code 500 : Error during parsing of SOAP header
    HTTP response contains status code 500 with the description Internal Server
    Received HTTP response code 500..
    Venkat.

  • How to handle the jdbc receiver error

    hi,expert:
      I have a synchornous scenario:SAP/ECC(Proxy) to JDBC(SQLServer),ECC Send the message and insert data into the  database,when insert sucessfully the receiver returns the count of the sucessfull inserted  record . Not use store    procedure.
    I have a problem: When insert into the table occurs errors,like insert Duplicated record,how can i capture this exception and return  to the ECC? And if it is possible to solve this problem by using fault message?
         wait for reply ,thanks!

    Have you identified why duplicate record error coming?? you dont want to insert duplicate records in DB?? then in this case you contraol sending data in Proxy it self,
    If you want response (error message or success status from Data base you can design/develop easily, JDBC recv will support syn communication.
    even you can go for fault message type to handle this error,
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/dd/b7623c6369f454e10000000a114084/content.htm
    Regards,
    Raj

  • RFC Adapter Receiver Error

    Hi Guys,
      I am getting below error in RFC Receiver Adapter Level Error. is showing as Adapter Level Status as "WAITING" , with below error.
    Can any one pls help me on this. if i resend the message from RWB will it works...?
    Warning Adding message to blacklist. Reason: message, which is in delivering state, is reassigned.
    Warning Message added to blacklist
    *MP: exception caught with cause
    com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.aii.adapter.rfc.afcommunication.RfcAFWException: Out of memory error occurred while processing message at RFC receiver*
    Error Adapter Framework caught exception: Out of memory error occurred while processing message at RFC receiver
    Error Delivering the message to the application using connection RFC_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.aii.adapter.rfc.afcommunication.RfcAFWException: Out of memory error occurred while processing message at RFC receiver.
    Thanks,
    Siva.

    Hi Naveen,
    How i will increae heap memory ? can u pls expalin me step by step..
    Earlier the above message error shwing as "WAITING" sattus with above error..its posted duplicate message ( multiple messages 2 times) in target system..
    actually this meesge "WAITING" ststus in Runtime workbench - Adapter Engine on 1st march 2012, but its posted on same day and next day 2nd march 2012 on 4PM PST ( That means 5-30 AM IST ).
    This is File 2 Rfc Interface..
    Can any one pls expalin me why it posted double times..? any clue..? pls help me on this...
    Regards,
    Siva.
    Edited by: siva38 on Mar 7, 2012 2:27 PM
    Edited by: siva38 on Mar 7, 2012 2:49 PM

  • Split mapping created no message-how to avoid red flag message in SXMB_MONI

    Hi,
    In my scenario I'm putting files in an external server with multi mapping and a condition in graphic mapping in MM, when condition is not true and no files are generated I see a red flag message in XIP MONI, "split mapping created no message".
    I do not want this red flag message to come.
    I see this thread:
    Split mapping created.. No message exists
    My problem is the same, "nikhil a " said that he solved the problem creating a dummy message in Message Mapping, but I don't know how to do that. Someone could explain to me?
    I do not want to use BPM.
    Thanks
    Fabio Boni

    when condition is not true and no files are generated I see a red flag message in XIP MONI, "split mapping created no
    message".
    This is correct behavior i suppose.
    Check if you can verify the condition in the Receiver Determination itself so that the process will stop in the first step itself if Condition = false
    Even when you say that a dummy message is created, it is to be sent somewhere or if not send then again it may give an error.
    Lets see what experts have to suggest here.

  • Read payload for error messages and throw a red flag in SXMB_MONI

    Hello All,
    I am calling a synchronous web service from PI ccBPM and getting a response back to PI ccBPM itself.
    So the steps in BPM are receive(from CRM), sync step (to call web service) and a control step (to end the BPM process).
    The requirement is to check if error_list node in the response from web service call has a value in it and throw an error in SXMB_MONI so that they can easily identify how many messages errored out  out of thousands of messages.
    This is the response structure for web service if there are errors.
    <manageResponse>
      <result>
                    <ErrorList>
                        <object>
                            <hyatt>partnerupdate--NR</hyattt>
                            <Message />
                            <Operation>jukio</Operation>
                            <User>atuser</User>
                        </object>
                     </ErrorList>
    </result>
    </manageResponse>
    Again I only need to see if error_list is not empty and throw a red flag error in SXMB_MONI.
    Thanks
    Mike

    Hi Mich,
      In Response map when Error segment appear's fail the maping so that you can see the list of message in MONI. and do not need to put any conditions in MONI.
    I mean in your Respoinse when ERROR_LIST segment coman under that one manatory field you select and take that field length say 20 characters.
    source field->Substring (0,100) get the 100 characters from source in that case case from source it won't get 100 characters mapping will fail so that you can see the Error messages in SXMB_MONI.
      Finally what I am saying do the wrong condition mapping in the response mapping so that mapping will fail.
    Regards,
    Venu.

  • Outbound process red flag - how to restart?!

    Hi, well i tried in a previous post to get help but i guess it was a little misunderstanding.
    I have a well processed message but it's not being send to target system, so i get a red flag on column outbound status in SXI_MONI. It's like a system is not available but in this case it is.
    It is File to IDoc Scenario and be sure that i already checked SM59, SX1, SX2 and so on.
    Funny thing is that sometimes message is send properly - when CC read one file - but when it has to read >1 outbound status will be set to error for each message!
    has somebody any clue on this issue?!
    br!!

    Hi,
    it's a FILE2IDoc Scenario i am getting no error at all except of the red flag for outbound process. In detal-view of the message nothing is reported an even the CC-Monitoring is showing nothing because IDoc-Adapter is not part of the Adapter-Engine.
    That's the problem! Because a target systems is connected via VPN to the gateway of the XI. And when the VPN is not active, the message is not being transmitted. But in XI i connat restart it when VPN-Tunnel is active again.
    Any clue on how to restart?!
    br

  • Tried to open lr 5 in cc. Receive error message "LR encountered an error when reading from its preview cache and needs to quit". How do I fix the problem?

    Tried to open LR 5 in cc. Receive error message "LR 5 encountered an error when reading from its preview cache and needs to quit". How do I fix the problem?

    Hi, Have a look under the "MORE LIKE THIS" on the right there should be an answer in one of those threads.

  • How do I find out what the red exclamation mark or "error" on page refers to in a book that I want to send to print?

    How do I find out what the red exclamation mark or "error" on page refers to in a i-photo book that I want to send to print?

    If it's a text box it means the text has overflowed the boundries of the box.  Check for line returns which won't be visible but will trigger the warning.
    OT

  • I bought my iphone from a goodwill and i tried to activate and it's red flagged or on some kind of hot sheet,but there's no information,so the sprint store service personnel said that i'm sol,so how do i remove red flag or activate my iphone,goodwill has

    I BOUGHT MY IPHONE AT A GOODWILL STORE AND I CAN'T ACTIVATE OR RETURN IT HOW DO I REMOVE THE RED FLAG OR GET IT REMOVED FROM HOT SHEET OR GET A REWARD OR SOME THING EVERY BODY IS SAYING THAT WHO EVER OWNED IT GOT A NEW IPHONE ?????????

    You can't.
    If the phone has been blocked because it has been reported as stolen or lost you've wasted your money.
    Why would you buy something without checking it worked?

  • Facing a problem with RFC Call receiver error while importing the table sap sandbox

    Hi All,
    I am trying to import a table from sap sand box . while importing it is showing below error..
    RFC CallReceive error <Function DDIF_FIELDINFO_GET: RFC_ABAP_EXCEPTION-(Exception_Key: NOT_FOUND, No active nametab exists for /BIC/OHZ_ISP_SCX)[SAP NWRFC 720][SAP Partner 731 ][SCX][ics106046124][APOBODS][4103]>.
    Please suggest me how can i overcome this problem ??

    Hi Kishore,
    Can you quickly check with your SAP Basis Team whether they have installed necessary  functions related to BODS on the SAP Application server.
    Please check Supplement for SAP Guide
    Regards
    Arun Sasi

  • Cannot open iTunes-receiving error message "The  file "iTunes Library.itl" cannot be read because it was created by a newer version of iTunes" How do I correct this and access my iTunes?

    I am not able to open my iTunes on my HP pavilion dv7-3173nr entertainment notebook: I receive error message: The file "iTunes Library.itl" cannot be read because it was created by a newer version of iTunes".    How can I correct this so that I can open my iTunes on my notebook?? dorothy278

    The file "iTunes Library.itl" cannot be read because it was created by a newer version of iTunes".
    Try the following user tip:
    Empty/corrupt iTunes library after upgrade/crash

  • I receive error messages when I am downloading free iphone apps. I get error message 9810 and 9834. Can anyone advise how to resolve this problem?

    I receive error messages when I am downloading free iphone apps. I get error message 9810 and 9834. Can anyone advise how to resolve this problem? The problem doesn't exist when I'm downloading apps for which I pay.

    Hi,
    See Here:
    http://support.apple.com/kb/TS1276
    From Here:
    http://support.apple.com/kb/TS1424

  • Text messages don't always send; I get a red flag message. How can I make them re-send automatically?

    This drives me nuts: Occassionally, but not often, I will send a text message and it does not go through. This happens both when I am using iMessage or regular text messages. It gets me into a lot of trouble: I assume my text message has gone through, then check my phone half an hour later and realize the message has not been sent. I don't even get a vibration or a notice that it hasn't sent; it's only when I check my messages that I see the red flag but my undelivered message.
    How can I get the iPhone to just automatically keep trying to re-send these messages until it goes through, or at the very least to give me a notification buzz when the message doesn't go through so I know to manually re-send it myself?

    At this time that option does not exist. The only workaround that I can think of is to watch and make sure the text sends before closing the app.
    You may send feedback to Apple asking for a feature using this link www.apple.com/feedback/iphone.html

  • Error in RFC Receiver adapter

    Hi,
    I am trying to send data into sap R/3 system from SAP XI 3.0 and I am using RFC adapter for this purpose. When I configured the receiver RFC adapter I am getting the following error in SXMB_MONI:
    No receiver agreement found for sender ,FILESYS to receiver ,IDS47800,urn:sap-com:document:sap:rfc:functions,BAPI_MATERIAL_SAVEDATA
    Please help us as we are stuck at this Juncture in a very important assignment.
    Thanks and Regards,
    Anil Kumar Damodara

    Hi Anil,
    1.Check whether the receiver agreement is properly configured with the "RFC_Receiver" communication channel.
    2.Check whether the same Receiver agreement("RFC_Receiver" communication channel) is set in the receiver determination configuration.
    check out my article "Validating a Connection Between SAP R/3 and SAP XI with RFC"
    Regards,
    Sridhar Rajan N

Maybe you are looking for