Dynamic alert configuration in Runtime Workbench in XI

Hi All,
i have a scenario in which i have 3 input flat files to a BPM process.........
my BPM waits for all the 3 files in a fork and on receiving all the 3 files, it transforms them to output message...........
i have put a wait condition for 2 minutes so that if in 2 minutes, all the 3 files are not got then an alert is to be generated and then i cancel the BPM process....
i have made a simple alert...........
i want a dynamic alert - meaning a alert which will specify out of the 3 files which file did not came. For example, suppose the 3 files are f1, f2, f3...... if f1 and f3 came but f2 did not came, i want a alert mail in alert inbox as "File f2 did not came".....if only f3 came, then i want a alert mail as "File f1,f2 did not came"........
<b>Can anybody suggest how to generate alerts in alert inbox in runtime workbench dynamically in this situation.....</b>
Thanks,
Rajeev Gupta

Hi All,
in transaction ALRTCATDEF, i have specified dynamic text for my alert category...........
but when i am using this alert category in my BPM control step, then the alert message which i am giving is not coming in the alert mail in alert inbox but it gives the common message in long text "Error in PWC" which i gave in long text while defining the alert category......
<b>So can anybody suggest me why my BPM alert message is not coming in the alert generated by BPM control step in the alert inbox of runtime workbench.</b>
Thanks,
Rajeev Gupta

Similar Messages

  • Access to Alert Configuration in Runtime Work bench of PI

    Hi Team,
    I have created alerts using ALRTCATDEF in ABAP stack of PI. Now, I am able to login to RWB in SAP PI but not able to edit Alert configuration where in we check if the error is related to Integration Engine or Adapter Engine . I want to know what roles does my user need to get added at ABAP level or Javel level to configure alerts. Not sure if this question needs to be posted here. But I am posting since XI administrator might help me with the solution.
    Thanks,
    Raj

    Hi Raj,
    I think you should be fine when using role SAP_XI_RWB_SERV_USER. This is the role for the Runtime Workbench User.
    Kind regards,
    Mark

  • What can be monitored using Alert rule via Runtime workbench? Help!

    Hi Experts,
            In the alert configuration in XI runtime workbench, there is something called Alert Rule. Under Alert Rule there are options where we can give sender/receiver interfaces, channel, etc.
    What exactly we can monitor using this option?
    If my receiver is another SAP R/3 system then using this can I send alert when the SAP R/3 is down?
    Similary if my sender is also SAP R/3 then can I monitor if this system is down?
    What more can we monitor with this?
    Kindly help!
    Thanks
    Gopal

    Hi,
    Alert rule is not at all used for monitoring directly. it can act as a filter for your alert category. so first you must have created an alert category.
    you can specify the sender/receiver party,service,interface and namespace in a alert rule after choosing a alert category.
    you can also specify where you are expecting an error like integration engine or adapter engine
    if you define an alert category with an alert rule, no restrictions then you will get all alerts for all sort of errors from all of your interfaces.
    so by specifying an alert rule you are restricting an alert category that you created to a particular sender service or namespce etc..
    to get step by step idea of how to create alerts see the below blogs
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--troubleshooting-guide
    kind regards
    francis

  • Dynamic alert configuration to include filename in alert category

    Hi Experts,
                           We have a requirement in one of our scenarios (File to Idoc) to generate Alerts for errors in IE and send mail to excepted recipient with the error description. The mail body in this case should contain the sender filename for which the error occurred.
    We are able to trigger mail with in case of error, but not able to include the sender filename or anysuch dynamic value in the mail body other than the standard alert variables provided by XI.
    Can we define our own container variables that can be populated at runtime (eg. message mapping) with the required information and then use this variable in the alert rule and if so how.
    Any help on this would be much appreciated.
    Regards,
    Shiladitya

    http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3417700)ID1654537350DB01108978670417223937End?blog=/pub/wlg/1382
    refer that
    you can use the dynamic configuration to get the file name, populate it as part of the payload and then use the above blog to help u further

  • Dynamic Alert Configuration

    Hi Experts,
    I need to configure alerts dnamically for all types of errors, must to intimated to the registered users via email.
    Please suggest how this could be done.
    Regards,
    Sushama

    Hi
    use transaction code = alrtcatdef
    create Alert Category
    Create short message or Long Text
    Define Container
    Under Fixed Recepients give the recepiants name.
    Go to Runtime Work bench there click on Alert config
    Define Alert Rule there.
    Refer :
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00e97ba2-85ce-2b10-20bc-bc05cd172154?quicklink=index&overridelayout=true
    http://wiki.sdn.sap.com/wiki/display/XI/AlertConfigurationin+XI
    Regards
    Dheeraj Kumar

  • Error while opening Alert Configuration in RWB

    Hi Everyone,
    When I selcet Either Alert Inbox or Alert Configuration in Runtime Work Bench, I am getting error as
    404 Not Found
    The requested resource does not exist.
    Do we need to configure/Deploy anything to access Alert Configuration.
    Regards,
    Varun

    Varun,
    Perform following steps. , if not performed earlier :
    1.Go to exchange profile
    http://<IP>:<Port>/exchangeProfile/index.html
    Then RuntimeWorkbench -> com.sap.aii.rwb.server.centralmonitoring.r3.ashost = " Mention FQDN here "
    ->com.sap.aii.rwb.server.centralmonitoring..httpport = 8000
    2. Reinitialize the RWB service by : http://xiserver:50000/rwb/rtc?op=init
    3. RZ10 - Make an entry for /icm/host_name_full
    *************************************************8
    You should give fully qualified host name for the xi server (parameter, icm/host_name_full). Also set the same in exchange profile parameter com.sap.aii.rwb.server.centralmonitoring.r3.ashost.
    - Creating HTTP Destination pmistore in the Java Environment
    from XI installation guide (config in visual admin)
    - Check if services in transaction SICF for RWB - if they are activated
    - on your XI box go to TCODE - SE38 and run program - RSXMB_ACTIVATE_ICF_SERVICES.
    - check SAP note: 750287 (XI 3.0 Runtime Workbench: Alert configuration does not start) and change values in your ExchangeProfile.
    - check if you can accept cookies.
    It should work friend....!!!!
    Regards,

  • Dynamic alert messages in BPM control step not getting created

    Hi All,
    in transaction ALRTCATDEF, i have specified dynamic text for my alert category...........
    in my BPM there are 3 control steps.....and i am using this alert category in all of my BPM 3 control steps..... but the alert messages in my 3 control steps are different.........But these alert messages(which i am giving in BPM) is not coming in the alert mail in alert inbox but it gives the common message in long text(which i gave in long text while defining the alert category)......
    <b>So can anybody suggest me why my BPM alert message is not coming in the alert generated by BPM control step in the alert inbox of runtime workbench.</b>
    Thanks,
    Rajeev Gupta

    Hi Rajeev,
    Please check if you have done the following steps:-
    check the dynamic text box available in alrtcatdef transaction, while creating the alert.
    In the bpm, create a variable of simple type in a container
    Included the container operation and the control step.
    For the container operation - give the right simple type variable container
    For the control step, specify the correct alert category (this should be the one for which the dynamic text is enabled)
    The alert message that you specify here should have text which will be seen when the alert raised
    *To capture the dynamic alert in the alert message, which is caught by the container step in the bpm....you will have to give the name of the simple type variable
    between two ampersands(&).
    "But these alert messages(which i am giving in BPM) is not coming in the alert mail in alert inbox but it gives the common message in long text(which i gave in long text while defining the alert category)......"
    On checking the dynamic text option in the alert category defined, you will not have the option of giving a message in the long text. So, there is no way that the long text can be seen - 'cuz you are not defining it in the first place! Hence, either you have given the wrong alert category in the bpm or have not cheked the dynamic text option.
    Regards,
    Sushumna

  • PI Alert Configuration doesn't send message

    Hi,
         I have a proceess and i want to do some alert configuration. I created two alert categories and i set fixedrecipients to my user. one of them is for Adapter errors and the other is for mapping errors.  After that  I created two alert rule from Runtime workbench.I set Adapter engine | Adapter Type RFC and for the other rule I set Integration Engine | Error Category
    -> Application   Error Code -> MAPPING.*.    I get some error with RFC Adapter and ı get email about it . but when i get MAPPING error I didn't receive any message in my inbox then i changed Integration Engine | Error Category
    -> *   Error Code -> *  it didn't work either.  
    How can i fix this ?

    So noone has ever seen this problem?

  • Alert Configuration in XI (Email Setup Problem)

    Hi Experts,
    Ok. Here's the scenario.
    Basically, I want to get notified about the errors not only through alert inbox but also through my personal email. I have already configured the alert in XI and I think I got the configuration right.
    Now, here's the problem.
    There were actually 4 intended recipients which I have added on the fixed recipient in R/3. When errors are encountered, alerts are being sent to the alert inbox in RWB. However, there is a problem when sending alerts to the emails of the recipients. Only 1 of the 4 recipients is able to receive the alert on his personal email.
    I've tried checking the email address configured on each user and all emails are correct.
    Also, the recipient is getting the message with a huge delay. Maybe an hour or so after one unsuccessful process.
    Any inputs about these?
    Thanks!

    SATYA KUMAR AKKARABOYANA wrote:Hi Satya,
    >
    > Please check in Alert Inbox in Runtime Workbench and click on Personalization tab and under the Time-Independent Delivery.
    > select the check box Mail.quote}
    This portion is already configured when I checked it.
    Thanks.

  • Did Not Find Alert Inbox and Alert Configuration Page

    Dear All,
    I if i click on Alert Configuration and Alert Inbox in Runtime Workbench, It is showing 404 NotFound.
    Please help us
    Regards
    Kumar

    Dear Jay,
    Thanks for your Quick response.
    In my Runtime workbench If I open AlertConfiguration and AlertInbox It is showing 404 NotFound .
    For that Iam following Michal Blog Question Number 13 in IE
    /people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions
    I have Run the program : RSXMB_ACTIVATE_ICF_SERVICES
    and iam checking SAP note: 750287 (XI 3.0 Runtime Workbench: Alert configuration does not start) and change values in your ExchangeProfile
    iam chaning values in Exchange profile in Runtimeworkbench.
    com.sap.aii.rwb.server.centralmonitoring.httpport
    i dont know here Basis team given proper values in that, if they didnot give those values ,how can i find those values.
    Regards
    Kumar

  • Not able to use Alert Configuration/Alert Inbox in the Runtime Workbench

    Hi Experts,
                      I have installed PI 7.1 on my system. I'm not able to use the Alert Configuration/Alert Inbox in the Runtime WorkBench. It is asking for a logon and the logon which i used for ABAP & Java Stack is not working.
    e.g., For ABAP Stack, the User Id is: "sapuser" & For Java Stack, the User Id is: "pisuper". But, both these User Id's are not working for the Alert Configuration/Alert Inbox in the RWB.
    Can someone pls suggest me, how to proceed?
    Br
    G@nesh

    Hi Preethi,
    Can u pls help me, how to check whether the relevant roles are assigned to this user i.e., pisuper for the JAVA stack in the UME or not? i even tried to use Alert Configuration/Alert Inbox with the User ID: ddic & j2ee_admin, but it too didn't work...
    I would like to use Alert Configuration/Alert Inbox with my User Id: pisuper, which i'm using to logon to the JAVA stack
    while exploring, i logged on to the useradmin page i.e., http://p71:58800/useradmin with the User Id: j2ee_admin... If this is correct, can u pls let me know how can i add the necessary roles to my User Id: pisuper so that i can use Alert Configuration/Alert Inbox with my User Id: pisuper
    Br
    G@nesh

  • Error in Runtime WorkBench/Configuration/Save Configuration

    Hi all,
    In Runtime WorkBench, when i choose "Configuration" tab, and after choose "Save Configuration", i get an error message as below:
    "Configuration saved RFC ping failed for the following RFC destinations (created upon saving) in the system DEV800: PMIDEV800, PMITST910"
    In this case, my XI system has one Integration Server: DEV800 and one Business System TST910. Two RFC (Process Monitoring Infrastructure RFC) created: PMIDEV800, PMITST910 can't not function correctly. And i don't know how i can correct this error.
    Anyone can please help me to correct this error?
    Thanks a lot in advance,
    Vinh Vo

    hi vinh vo,
    do chk this link
    Installing and Configuring SAP Interactive Forms by Adobe for the SAP NetWeaver Composition Environment
    Thanx
    Sampath

  • Runtime workbeanch RWB - Alert Configuration link not working

    Hi,
    We are having issue opening one of the link in our SAP PI system.
    The link is http://Hotname:51400/rwp -> AlertConfiguration and
    Alert inbox.
    All other links [Component Monitoring,Message Monitoring, Performance Monitoring .......] on this runtime workbeanch page (http://Hotname:51400/rwp) are working fine, except ALERT CONFIGURATION and ALERT INBOX.
    Please suggest a solution.
    Thanks
    Ajay

    Thanks for all your suggestions.
    I have checked the FQDN hostname parameter in the exchange profile and it is as per.
    Also the t-code ALRTINBOX is working fine. The inbox is getting displayed in the web browser.
    Going back to the problem I have reported, when the link http://Hotname:51400/rwp -> AlertConfiguration is executed in turn this service is running the service u201Csxms_alertrulesu201D [Default_host/sap/bc/bsp/sap/sxms_alertrules/   from SICF].
    I have manually checked this service from SICF - sxms_alertrules -> Test service, even this service is failing to run with error u201CInternet Explorer cannot display the webpageu201D
    The link is hitting the browser with link u201Chttp://Hostname.Domain.net:8014/sap/bc/bsp/sap/sxms_alertrules?sap-client=100u201D
    The service is active but still this service is failing.
    Can anyone suggest solution out.
    Thanks
    Ajay

  • Runtime workbench , how can I see the receipients in the Alert category,

    Hi guys,
    Alert framework;=>
    I have previosly created allert category in runtime wrokbench--->allert configuration.
    Also allert rule is created with that allert category.
    how can i see the recipients defined for that alert category
    appreciate your help
    Iver

    Hi,
    There are two ways one can define the recipients of the configured alerts.
    1)     Fixed Recipients: - Use tcode ALRTCATDEF and select your alert category and click on fixed recipient. tab
    2)     Recipients via User Role: It will help you to define alerts recipients via kind of roles they play.
    For more help on alerts kindly check the below mentioned links :
    alert management Alerts all in one
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/60c24b82-6da9-2a10-5a93-f1f729d89787
    The specified item was not found. - Alert Configuration
    Thanks!
    Aditya

  • PI 7.0 Alert Configuration Problem BSP Page Error

    Hello,
    We are facing the issues for the alert configuration tab in Runtime workbench for PI 7.0.
    We have added the fully qualified domain name in exchange profile and 8000 port is also updated for RWB.
    We have activated all the SICF services by the report
    RSXMB_ACTIVATE_ICF_SERVICES and all the services are activated successfully.
    But still When we click on Alert configuration we can see the page but we when we try for
    any function, its giving the following error.
    Error log is:
    Access via 'NULL' object reference not possible.
    the termination type was : RABAX_STATE
    http://s71cam.corp.wrgrace.com:8000/sap/bc/bsp/sap/sxms_alertrules/main.do was not called due to error
    Also in ST22 I can find the following dump:
    Dump:     OBJECTS_OBJREF_NOT_ASSIGNED
    Error analysis
        You attempted to use a 'NULL' object reference (points to 'nothing')
        access a component (variable: " ").
        An object reference must point to an object (an instance of a class)
        before it can be used to access components.
        Either the reference was never set or it was set to 'NULL' using the
        CLEAR statement.
    Please help.

    Hi deepak
    follow these sap notes
    Note 771317 - BSP call terminates with RABAX_STATE
    https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=771317
    Note 992800 - "RABAX_STATE" dump is coming while paging
    https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=992800
    Note 643933 - RABAX_STATE: Conversion overflow
    https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=643933
    https://www.sdn.sap.com/irj/sdn/advancedsearch?query=rabax_state&cat=sdn_all
    thanks
    sandeep
    if hepful rewartd points

Maybe you are looking for

  • Poor Quality After Render

    Hello. I have been having some problems with Premiere Pro CC after the 7.2 update. A new one has arisen when i render a video. Normally the quality would improve and i can see it in the preview window. But now after i render a video the quality is so

  • Dump is coming after Moving the request to Quality server.

    Dear All, Dump is coming in a ABAP code after moving the same to quality server. Kindly refer the attached screenshot. Kindly suggest. Thanks and Regards Jai

  • Using my iMessage in diferent devices...

    HI, when I use my iMessage in my iPad my iPhone receive all messages and make alerts, the same when I use my iPhone, what can I do for my devices work independent?

  • How to transform a shape?

    Hello: Let's say I draw a rectangle and I want to change its shape. How do I go about doing that? I found some information in the faq's but it didn't fully help me. I have selected the Direct Selection tool and clicked on the outlines of the shape (t

  • IPad Mini... Is it the wrong charger in the box for the task involved?

    It seems the 5 Watt charger in the box isn't really man enough for the job? Yes it chargers the iPad mini... but at a snails pace! And just manages to creep in a charge if the Cellular network is still active... It struggles away at about 10% increas