User defined notification & custom alert in business process(eInsight)?

HI All,
I have a User Defined Notification Type setup in AlertAgent.
I want to create a Custom Alert in a Business Process that will be picked up by the User Defined Notification Type I have setup. I can't figure this out though?
The documentation doesn't seem to cover this (briefly mentions collaborations only), and I can find no examples.
Can you please explain how this is done, and/or send an example.
Cheers,
Ken

from SUN...
To send out a custom alert, you'll need to call the alerter.cutom() method. However, this method is available only in a JCD.
Here is the syntax:
alerter.custom(String arg0, String arg1, String arg2);
where
- arg0 be an existing alert type you created via your properties file, or you defined in the AlertAgent as a new Notification.
- arg1 is the severity of the alert
- arg2 is the detailed message for the alert
example:
alerter.custom("HD-00001", "INFO", "custom test alert")
The severity must be one of the valid alert severity levels {"FATAL","CRITICAL","MAJOR","MINOR","WARNING","INFO"}. There is a mention of how this should work in eGate_Sys_Admin_Guide.pdf section 8.4 and 8.4.1.

Similar Messages

  • Creating Custom Monitors in Business Process Monitoring

    Hi all,
    I have configured business process monitoring in our Solution Manage EP1 box for our Production ECC5 server. The standard monitoring types such as Application Monitor, Due List, Background Job Monitor and their corresponding monitors work OK, but my question is how can I create my own monitor?
    For example, under Application Monitor type, there is a monitor  named PM/CS Orders which has some things like Orders in phase released and Orders in state created etc, but what I need is to report on PM Order if the order did not get Technically completed 3 hours after the last operation was completed, for example.
    Is there a way to do that?
    Thank you,
    Sergiy

    Hi Sergiy
    As you may realized, application monitoring objects are predefined.
    And its check is basically conducted day basis.
    In the coding it check like, basic finish date or planned finish date,
    delivery date etc. (So, not detail level check like operation completion date).
    This is because (off course it also depend on the data volume),
    basically the data collection frequency of application monitor is
    expected not too often. Since data collector publish SQL,
    if you have many data and configured to collect data quiet heavily,
    it can affect system performance of satellite system.
    so normally to check the backlog from previous day or more longer period,
    it is expected. Thus once a day or twice a day is normally expected for
    data collection(Off course, if data volume is not large, little bit more
    frequency might be possible).
    so daily check is considered as reasonable for application monitor.
    (TBI:through put and backlog indicator)
    If you really want to enable your requirement, as you are looking for
    you need custom exit. And it enables your requirement.
    In this case, you need to define customize in satellite system
    through the program /SSA/EXM and you need to define your coding
    that fit with your customize and requirement in the program
    Z_BPM_ECU_COLLECTOR.
    There is a document how to develop custom exit of bpmon in service
    market place. So I recommend you to check the document at first.
    http://service.sap.com/bpm
    =>Technical document
    ==>Setup Guide - Customer Exit
    also, there are past forum posting like following.
    Re: BPMon - User exit monitoring
    but first, please consider standard monitoring object can be used somehow.
    best regards
    keiji mishima

  • Adding custom panels to Business Process Workspace

    Hi,
    is it possible to add a custom panel to the Business Process Workspace? By custom I mean a jsp/jsf/jsff/taskflow/etc that i design.
    Is that possible. And if yes can somenoe point me to documentation or exemples?
    Thanks in advance,
    Diogo Henriques

    Hi Ruben,
    thanks for your response, but i'm still having problems.
    First the workspace.properties didn't have that property, so i tried adding it but the workspace stop responding só I had to revert the alteration (on a side note, I altered the file in the .ear on the server and then updated the .ear through the deployments list, is there other way to alter it like a properties page?).
    While looking for a solution to my problem I started seeing references to Oracle Webcenter and Process Spaces. Do I have to install them to be able to do the kind of costumizations I want?
    Thanks,
    Diogo Henriques

  • User Defined Query and Alerts

    Hello guys, I need to set up an alert that happens whenever a Sales Order or Purchase Order is added. I am happy with the alerts procedure but I cannot set up a query.
    Can anyone please help me set up queries that simply mean 'when SO added' and 'when PO added'?
    Many thanks

    OK Groovy - really glad you are following up on this.  Many financial folks like to have this kind of review (especially when they first get onto SAP B1) since it gives them a comfort level of being able to see what is done.
    Good time for you to take a look at the Query Generator and learn a bit of a new skill (PATH: Reports > Query Generator)!  Once you get the hang of it, you can be a real whiz!
    Here is the exact SQL used in their Alert Messaging System.  Type this in exactly as you see it below in the Demo or Test System just to try it out and get a hang of it...
    <b>SELECT
    T0.DocNum AS 'Doc Num',
    T0.UserSign AS 'User ID',
    T0.DocStatus AS 'Doc Status',
    T0.DocDate AS 'Post Date',
    FROM ORDR T0
    WHERE T0.DocStatus = 'O'
    ORDER BY T0.DocNum DESC</b>
    A few comments - the DocNum and UserSign fileds display the famous golden 'drill down' arrows which allow the person to take a look at the document and whoever process the transaction.
    An added bonus is that you can use this exact SQL to query many different tables and use them as their own individual alerts (for example, just substitute ORIN for ORDR and the system will display the AR Credit Memo - all the field names are the same!).
    A WORD OF CAUTION:  Remember this SQL is picking up orders with the status of 'O(pen)'.  It is very important how often you run this Alert Message because it might not report all orders created depending upon the time between order creation and SQL running to generate the alert.  Consider the following scenario: A firm has the alert come up weekly on Friday.  Monday a person creates an order 123, the warehouse ships on Tuesday.  Home office bills the order and closes it on Thursday.  When the alert message is generatedon FRIDAY, 123 will NOT be in the list since it now has a status of 'C(losed)'.  That scenario requires different 'WHERE' selection criteria dealing with dates...
    Good luck - Zal

  • User defined metrics for alert log errors

    I want to create UDM for getting the full description of alert log ORA -  error to be reported via E-mail.  Can somebody guide me or help me withe script which can be used to create this alert.  Currently, We get the only the message of  that error is generated; which request us to manually check the alert to log to figure out the error.

    Hi,
    what metric did you use and what is the database version.
    There are metrics related to alert log errors but those which have status at the end of a name return number of errors
    and w/o status provide error description:
    11g
    Generic Incident - error message
    Generic Incident Status - number of errors
    10g
    Generic Alert Log Error - error message
    Generic Alert Log Error Status - number of errors
    Did you set Generic Incident or Generic Alert Log Error? If description is not enough
    you might use UDM but it would be easier for 11g since there are internal views which
    have access to ADR, for 10g it will be required to build additional procedure (to open and read alert log)

  • Problems using user defined activitys in Process Flows

    Hi everybody,
    i have problems using an user defined activity in my owb process flow.
    I did the following according to https://blogs.oracle.com/warehousebuilder/entry/how_to_use_user_defined_activity_in_owb_process_flow.
    1. create a script in /tmp called test.sh
    2. chmod +x on the script so it can be executed
    3. Changed the Runtime.properties file under ORACLE_HOME/owb/bin/admin
    property.RuntimePlatform.0.NativeExecution.FTP.security_constraint = NATIVE_JAVA
    property.RuntimePlatform.0.NativeExecution.Shell.security_constraint = NATIVE_JAVA
    property.RuntimePlatform.0.NativeExecution.SQLPlus.security_constraint = NATIVE_JAVA
    property.RuntimePlatform.0.NativeExecution.OMBPlus.security_constraint = NATIVE_JAVA
    4. Creating an Process Flow with just the user defined activity
    5. Deploying the Process flow was successfull
    But everytime i execute the pf i get the following error in my Job Details.
    TEST_PF:USER_DEFINED                                        
    Parameters                                                  
    Log file is available. Click Information button to view.                                             
    It says Log file is available. But i can't find this file. Also i don't know what the problem is.
    Can anybody help me out of this?
    Thanks a lot

    Hi,
    solved the problem by myself.
    I had problems with my script. So i insert set -x into the script an executed the pf again. Know i can see whats happening in a log. You can find this log in the job detail window by pressing the blue ! Button when the whole PF (the first entry) is marked.
    Greetings

  • Internal Attributes with user defined X-ORIGIN in DSEE 7?

    Hello!
    I am noticing DSEE 7 has some internal attributes listed as user defined in the schema:
    attributetypes: ( 2.16.840.1.113730.3.1.605 NAME 'entryid' DESC 'Sun ONE defined attribute type' EQUALITY 2.5.13.2 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation X-ORIGIN ( 'Sun-Java(tm)-System-Directory/6.3.1' 'user defined' ) )
    attributetypes: ( 2.16.840.1.113730.3.1.603 NAME 'dncomp' DESC 'Sun ONE defined attribute type' EQUALITY 2.5.13.1 SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 NO-USER-MODIFICATION USAGE directoryOperation X-ORIGIN ( 'Sun-Java(tm)-System-Directory/6.3.1' 'user defined' ) )
    attributetypes: ( 2.16.840.1.113730.3.1.604 NAME 'parentid' DESC 'Sun ONE defined attribute type' EQUALITY 2.5.13.2 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation X-ORIGIN ( 'Sun-Java(tm)-System-Directory/6.3.1' 'user defined' ) )
    My customer wants to manage/archive their custom schema by scooping up 99user.ldif and submitting it into a file-based version tracking system (Perforce). However, since these internal DS attributes are now listed as user defined, they are going to hang around in 99user.ldif, making my customer feel dissatisfied and untidy. Actually, I see their point.
    So, can I remove the X-ORIGIN of "user defined" on these and stick them in another schema LDIF? Are we planning on changing the schema definitions on these internal DS attributes in the future?

    Yes, I am guessing that somewhere in the 7.0 code the schema definitions for these attributes got tagged with an X-ORIGIN of "user defined" by accident. So whenever the schema gets modified via LDAP, these attributes will get written into 99user.ldif. I suspect removing them from 99user.ldif won't do any harm, but as long as they have that X-ORIGIN, they will keep coming back. I took the attributeType definitions and removed the X-ORIGIN of "user defined", put them in another LDIF named something like "98dsee-internal.ldif" and put that into the schema directory. My only worry is whether the existence of a different definition for these attributes in the schema directory will cause any problem down the road. So far, it hasn't.

  • Relation between business process and functional area during the role search

    Hi Experts,
    We have 2 functional areas in which we have different business process involved.
    During the Access request, if the user selects  one functional area then business process related to that functional area should come.
    Is there any functionality in GRC, where the mapping between functional are and business process to be done?
    Thanks,
    Sriram

    Hi Sri,
    there is relationship between 'Business process' and 'Sub-business' process as in configuration parameter you can setup that once business process is selected only relevant sub-process will be selected.
    There is no such a relation between functional area and business process.
    Filip

  • User-defined transforms and Python - what valuable usages have you found?

    Hi everyone,
    I just started looking into the User-Defined Transforms / Python-editor in Business Objects Data Services Designer.
    I'm fairly new to this, but it sounds like the purpose of this editor is to write Python scripts to do things that the standard Transforms cannot do. I'm curious to hear about what valuable usages you've found for this Python-editor. Any feedback would be much welcome and appreciated!
    Thanks,
    Sunny

    The additional button on the GUI Status needs to start with a Z.
    Then it's available and its possible ot put some coding behind it using the available user_exits.

  • User defined in unix

    Hi
    I'm using the "User defined" object in OWB in a process flow running unix.
    What should I write under the heading: command ?
    I've tried /bin/bash and sh, but no one works.

    Yes, c:\winnt\system32\cmd.exe is used in Windows. But I'm using Unix.
    So, my question is what is the coresponding comand in unix?
    Normaly you can write "sh" or "/bin/bash", but it does not work for me.

  • Making a created custom page visible to all users in Business Process Workspace

    Hi everyone
    I, as the admin of Business Process Workspace, have created a custom page to show an external URL.
    How can I make this page visible to all of our ordinary users?

    Hi Ashwini
    Thanks for replying.
    I did the same and it was working for me even if the Type is Single.
    I just gave the Group name and all users were able to see the task. This is fine with me.
    I just observed one more thing.
    When the task is created, all the users in the Group are able to see it in 'Me & My Group'.
    But the data entered by the creator is not seen by other users.
    There is an action 'Save' in the Task. If the creator clicked on it, then the task is automatically 'Acquired' by the creator.
    Other users in the group are able to see the task and the saved data, but are not able to Submit.
    What I expected the Save button to do is only to Save the data in the Payload. Not Claim it.
    Is there a way to make the payload data only to save but not to claim the task?
    Thanks and Regards
    Sameer

  • Business Process Monitoring - Modification of the standard alert mechnisms

    Hi All,
    Am using Solution Manager 7.0 BPMON and the alert mechanisms used is the email notification from BPM_NOTIF.
    Would like to know if the email format can be modified Some e.g of the modification which I am looking at
    1) The subject as of now is the standard the Solution name. Can the sbuject be modified to suit what kind of alert this is.
    2) In the body there a couple of details which may not be used and some other details may need to be added for e.g for a dialog performance monitor the user  id which has hit the threshold is not visible in the alert hence can this be added to the email alert?
    Thanks.
    Rgds,
    Letchu

    Hello,
    with ST400 SPS23 and hence ST-SER 701_2010_1 it is directly possible to influence subject and body of an email in BPMon. Additionally you can use other BAdIs to further enrich your notifications or trigger "real" auto-reactions. Please refer to the following SDN blog /people/johannes.fleig/blog/2010/06/02/create-your-own-auto-reaction-messages-in-business-process-monitoring-via-badi-exit
    Best Regards
    Volker

  • HowTo: Business User defining Planning Functions?

    Hi all,
    does anybody have experience with allowing Business users Defining Planning Functions (e.g. account A = account B - account C) and could share a rough concept? I basically think about Fox-Formulas, but this includes issues with authorization in productive system.
    Are there any solutions with translating free-text-Formulas (e.g. defined in an Attribut or flatfile, see scenario below) into ABAP or FOX Code?
    Thanks for sharing your ideas and experiences,
    Best regards,
    Michael
    Our scenario:
    - Business users are responsible (and authorized) for specific local Companies.
    - Values of the Chart of accounts are typed in into a input-ready query.
    - for Dummy accounts (e.g. Z01) of the local companies no planning is allowed in the plan version, but business users should be allowed to define a specific formula, such as:
    =  + *
    - these functions run at the end of the planning process in a separate planning version for translating local data into global accounts
    - At best these functions should be maintained as an attribut of the dummy accounts or as free text in a text field next to the account in the plan query, but how to translate the formula into a Fox or ABAP formula without great effort?
    - When using FOX, the issue is, that it is a different GUI and there would have to be a function for each company (there will come new companies) and so on....

    Hi Matthias,
    thanks for the post. The problem isnt of keying in the formula isn't that big, this can for example be done in an attribute Char 60 with Flatfile upload for each planning process.
    My problem is more
    a) if I use FOX Formulas - the usage of fox formulas in productive system for Business User
    I still think that using FOX formulas is the easiest thing to implement, but probably the hardest to run and maintain life. Are there any best practises / how tos about authorization and IP architecture for that?
    b) if I use formulas as Text - the formula parsing itself and the communication with the planning function
    Here you gave me the hint of using customer defined planning functions. That's probably the best thing. I first thought about about a formula parser that is called by fox. Still, parsing free text into structured formulas isn't easy, is it? Are there any how-tows?
    best regards,
    Michael

  • Process monitor alert to include process id and or user

    I set up a SCOM 2012 process monitor from the process monitoring template, that now quite nicely alerts me when an instance of a process consumes too much CPU or too much Memory from the host. The problem I have now, is that I have 15 Remote Desktop
    Service hosts that my customers log on, to run this process, and an average of 45 users per RDSH. While it's nice to know which server has the process running too high, what I really need to know is the user and/or PID of the offending process. I easily have
    this process running 45 times per RDSH throughout the day. If I knew the PID or the user, I could much more easily find my process, and with user, I could even shadow my user via my service broker to see what's going on. As it is now, I have to myself RDP
    to the server, pull up task manager, sort by offended instance (memory or CPU), to find the task. Then, find the user/pid associate, go back to the service broker and shadow the session to determine the cause.
    I there a fairly simple way to get the PID or user information from the process to show up I the alert? I would think it pretty basic to expect that if I monitor a process, I want to the at least the PID of that process in the alert...and preferably
    the user. Other suggestions to accomplish this? I want to be able to hand these alerts (via notification) off to my support folks, so they have enough information to resolve the issue, without jumping from RDSH to RDSH.
    Thanks in advance!
    mpleaf

    Hi mpleaf,
    Please look at this post:
    http://social.technet.microsoft.com/Forums/windows/en-US/de3799e0-f7db-4481-8f50-cdfe39d73aef/how-to-monitor-process-using-scom-with-pid
    Natalya

  • Business Process Monitoring: restrict authorization to confirm alerts

    Hello Experts,
    I am working with Solution Manager's Business Process Monitoring and I am now facing these questions regarding roles and authorizations to allow/forbid alert confirmation:
    - What is the authorization mechanism behind alert confirmation in BPM? Is a specific authorization object involved when pressing the button "Confirm selected"?
    - Is it possible to adjust roles (if no standard role is available) in order to have, for example,
    --Role1: give users the authorizations to walk through DSWP transaction, see business processes' alerts and confirm them
    --Role2: give users the authorizations to walk through DSWP transaction, see business processes' alerts but NOT allow them to confirm any alert?
    Our Solution Manager version:
    SAP EHP 1 for SAP Solution Manager 7.0 (SP22)
    ST-PI 2008_1_700 level2
    ST-SER 701_2008_2 level 6
    ST-A/PI 01M_CRM570
    I hope I managed to explain my doubts properly; any help will be very appreciated.
    Thanks in advance for your support,
    best regards
    Paolo

    Hello Paolo,
    it is the first time that I hear that request. Can you explain what your use case is? Why would you allow some users to see and analyze alerts but do not let them confirm the alerts if the problem is solved?
    As the user/date/time is logged if somebody confirms you have the transaparency who confirmed which alert at what point of time.
    I think that currently no such split in authorizations is supported but perhaps you can find something in the securtiy guide.
    Best Regards
    Volker

Maybe you are looking for

  • Mini shows up in Windows, but not in iTunes

    It shows up in My Computer, but not in iTunes. I honestly don't feel like trying anything on the website, because I have purchased music, and my cd burner is not working. I have now messed up iTunes by trying to reinstall it. Now whenever I open iTun

  • How to give link to concrent/request seeded page with breadcrumb from apex

    Hi, I have given link to Concurrent request seeded page From apex for view the details of conc/req when it is submitted from Apex button. The conc/req page is opening. But I need breadcrumb to be given into the conc/req details page to go back to my

  • Dynamic menu problem in weblogic 11g

    I have deployed my application in weblogic11g when I switch between menus I encounter following error : j+avax.faces.el.EvaluationException: Error setting property 'currentLevel1MenuItemName' in bean of type com.pooyaco.JariDynamicMenuBeen: oracle.jb

  • NFS server unmount error w/ bind-mount

    Hello, please let me know if I should change the thread title. so I'm sharing a folder through NFS between two arch-linux pc's. Host1 is my desktop, Host2 is my laptop. I boot up my computer, rpcbind is started on boot-up I launch the server on Host2

  • Hey  i have an iphone 4 and i dont know how to unlock the code

    fadsfs