Alert Rule - not working. Wild Card character issue

Hi All,
       I have a requirement where I need to trigger alerts for mapping failures
of all the interfaces whose namespace is urn:abc.com:odna* or urn:abc.com.odna*.     (in the first instance, there is dot before odna and int he second instance, a colon before odna )
So to suit both the cases, I gave urn:abc.comodna in the Alert Rule.
It worked before. But now its not working.
Then when i changed it to urn:abc.com:odna* it works again. i really dont understand how it worked before and why it fails now.
What is the reason for the unpredicatable behaviour of WildCard Character based Alert Rules?
Should Wild Card Characters be avoided completely?

Hey
Just create two separate alert rules for the same alert category
one for urn:abc.com:odna* and another for urn:abc.com.odna*.
but before that please make sure that "Suppress multiple alerts of this rule" box is unchecked.
Also please check SAP Note 913858
Thanx
Aamir
Edited by: Aamir Suhail on May 20, 2009 9:16 AM

Similar Messages

  • Alert rule not working! Please help!

    Hi All,
       I have a Async XI scenario IDOC ---> XI -
    > JMS
       In order to receive alerts if JMS adapter or server is down, I have configured alert rule in runtime workbench. The associated alert category is setup correctly with fixed recipients.
       Following are the settings in my alert rule.
       1. Conditions: Connected to message - Not Relevant
           Sender component: I have given my IDOC source system.
           Receiver component : I have given by JMS target system.
           Remaining all values: *
       2. Where did the error occur? : No Restriction
       Now for testing purpose if I give a junk server name in JMS communication channel and send the IDOC from source system, then I found that the corresponding XI message is showing as successfully processed. AT the same time in communication channel monitoring in runtime workbench I get an error:
    Error creating JMS connection. JMS provider gave error message as Failed to connect to the server
    But I don't receive any alert. Why? Is there anything wrong with the alert rule?
    Why is the message in XI showing successfully processed even though there is an error in adapter?
    Is this the normal behavior of any Async communication?
    Please help! I am struggling with this issue for a long time.
    I will be grateful if somebody can help me.
    Thanks & Regards
    Gopal
    Edited by: GOPAL BALIGA on Mar 23, 2009 9:31 AM

    Dear Gopal,
    you have a couple of questions...
    1. Even thought the receiver communica channel is in error , why is the moni showing successfully processed?
    Ans...This is not an unusual behavior... what is happening is as your mapping is correct the message is passing through the IE properly but when the adapter engine ( JMS receiver channel ) tries to coomunicate with the receiver JMS system it is giving error ..as u have given some wrong server details
    2. Alert e-mail not received
    chk whether the alert catergory u created is attached to your alert rule..
    you can do this in the alert configuration tab in the RWB
    Also you need to activate your alert rule ..this again can be done in alert config tab..there is a chkbox of "rule activation".
    Givind points is another way to say thanks
    Edited by: Tarang Shah on Mar 23, 2009 9:46 AM

  • Iphone 4 Alerts Tones Not Working / Ringer Is WORKING KINDLY REPLY ME

    HI , PLEASE HELP ME I WANT TO FIX THIS ISSUE THAT I AM GETTING PLEASE HELP
    MY ISSUE IS IPHONE 4 ALERTS TONES NOT WORKING AND CALL RINGER IS WORKING.. PLEASE HELP ME!

    If the iPhone came from the US then it is locked to AT&T. To unlock an iPhone the original carrier is the only one who can unlock the iPhone and AT&T will not unlock iPhones. So there is not official way to unlock the iPhone 4.
    At this point there is no way to hack the iPhone 4 running 4.2.1 to unlock it either so the phone and messaging apps will never work. You basically have an iPod touch.

  • Alert is not working for a library

    Hi,
      Alert is not working for one library in a site collection only. For others it is working fine. So, we have taken the template of the library and created a new library and tested there, alerts are working fine also.
    So any idea what can be the issue?

    Hi
    Try troubleshooting using the link
    http://blogs.technet.com/b/steve_chen/archive/2009/11/20/alerts-in-sharepoint-troubleshooting-moss-wss.aspx
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • Infopath form load rule not working in browser forms but works on Client

    Hi
    I am working on an Infopath form and there are rules on form load. The form load checks for a value in a list, if the username() matches the one in the list, then the form would change its view.
    It works when I open it on client, but on the browser it fails.
    Have anyone encountered such an issue.

    Check below:
    http://stackoverflow.com/questions/16222681/infopath-rule-is-not-running-when-checking-sharepoint-list-field-value
    Ensure that "Include data for the active form only" was checked (I had to separate this field into another data connection because that box could not be checked for another field I was using), and
    Ensure that in the rule I was selecting from the "dataFields" folder under the data connection instead of "queryFields"
    http://sharepoint.stackexchange.com/questions/28554/infopath-form-load-rules-not-working
    if I edit the Infopath form on Infopath 2007, it seems that the rules for the load form will be visible if created.
    This look like a bug. Here are the steps below that will lead you to the bug:
    Step 1: Open the infopath form in Infopath 2010 and create 6 rules for Form Load and Save it as a file.
    Step 2: Open that infopath form that you created in Step 1 in InfoPath 2010 and go to the
    Form Load section. You will only see the first 5 rules. The 6th rules that you created for Step 1 will just "vanish". Now, close that infopath form.
    Step 3: Open that infopath form that you created in step 1 in InfoPath 2007 and select Tools > Form Option. In the
    Open and Save category, click the Rules button and add a new rule in it and save it.
    Step 4: Open that infopath form that you modify as describe in Step 3 in InfoPath 2010. That 6th rule will be visible.
    Therefore, there might be a bug in InfoPath 2010 that restrict Rules to a max of 5 in Form Load and thus if anyone open that form in SharePoint, only the first 5 rules will be executed.
    If this helped you resolve your issue, please mark it Answered

  • Alerts are not working for Site collections in a content database

    Hi,
    We have been into a strange issue that alerts are not working for site collections from a particular content database. When user subscribed for the alerts, they are getting mail about their subscription but not after that for any new items/documents added
    or changes happen in the list/document library.
    We have tried with Immediate as well as scheduled alerts both are not working.
    FYI, Alerts for all other site collections from different content database for the same web application are working without any issues.
    Any help would be appreciated.
    Thanks
    Ramkumar

    Looks like an Timer job Issue for your web application. Can you please check if these jobs are enabled and check error log for the alerts Timer jobs .Check whether the "Immediate Alerts" job is enabled for your web application.
    job-immediate-alerts
    job-daily-alerts
    job-weekly-alerts
    Please check this wiki -
    Troubleshooting Steps for SharePoint Alert Email Does Not Go Out
    Thanks
    Ganesh Jat [My Blog |
    LinkedIn | Twitter ]
    Please click 'Mark As Answer' if a post solves your problem or 'Vote As Helpful' if it was useful.

  • Defaulting Rules Not Working for Repair Orders in OM?

    Hi,
    Defaulting Rules have been setup for return line & standard line based on few conditions and it is working fine if we create a sales order directly from OM (Manual SO)?
    But in our project we are using  Depot Repair(Repair Orders), we tried to create a service request and then converted to a sales order here defaulting rules not working for repair orders?
    Please help me to solve this issue ASAP.
    Thanks,
    Kishor

    Hi,
    You have like this:
    1. Price list
    2.OE_DEFAULT_PVT.Get_SOB_Currency_Code
    You have to make
    1. XXOE_DEFAULT_PVT.custom_code
    2. Price list
    3.OE_DEFAULT_PVT.Get_SOB_Currency_Code
    Did you made own custom code to pick currency?
    Regards,
    Luko

  • Application is not working due to memory issue

    Hi Friesnds,
    Kindly help me regarding settings in java. Scenario is like that. I have one server having two jboss versions (jboss-4.2.3 GA and jboss- 3.2.6). Each having java memory (JVM settings) 1 GB. The total memory of that server is 3 GB.
    Problem is that every two days my application is not working due to memory issue. Once i freed the memory (through run the commands - (1). sync
    (2). echo 3 > /proc/sys/vm/drop_caches
    Application works fine.
    I heared that the above command (echo 3 > /proc/sys/vm/drop_caches) can't run frequently because of server crash.
    Kindly help me regarding this issue and provide the resolution.
    Let me know if you need more information from my side.
    Thanks
    Ashish Shukla

    All of the above.  I tested on 4 different networks and had no luck, I also had friends test my network and the other networks with their iPhones and all had no issues using FaceTime.
    Also after I wiped my phone (erased all content and settings) I was able to successfully initiate a FaceTime call with no changes to my network and was also able to initiate another call when connected to another previously tested network that didn't work before.  Once I restored from backup though, FaceTime stopped working again.
    I did find this discussion: https://discussions.apple.com/thread/5163024?start=0&tstart=0
    and tried the suggestions found there too.  That discussion describes my issue I am having as well.

  • Alert configuration Not working in RWB

    Hi,
       In RWB alertconfiguration is not working, showing the error
    <b>404 Not Found</b>". I gone through this thread
    Alert configuration or Alert Inbox-----404 Not Found  
    And my host name is full host name.
    In exchange profiles my port is 50100 (J2EE PORT)  (Not Changed)
    1. In SMICM when I changed to port to 50100 (J2EE) then alert configuration
    working, But My scenarios not working throwing error : System Error.
    <b>Error Category XI_J2EE_MESSAGING_SYSTEM
    Error Code HTTP_TRANSMISSION_ERROR</b>
    2. In SMICM when I changed to port to 8001 (ABAP Port) then Alert configuration not working (Error : 404 Not Found), but my scenarios were working fine.
    what would be the reason?
    thx in advance,
    Ansar.

    HI,
    If Error: 404 Not Found
    Description: The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address. This status code is commonly used when the server does not wish to reveal exactly why the request has been refused, or when no other response is applicable.
    Possible Tips:- for HTTP_RESP_STATUS_CODE_NOT_OK 404
    • 404 is an HTTP response code that indicates that the resource in question couldn't be found. Usually this is due to an incorrect URL, so it is better to cross check all URLs.
    Check pipeline URL in the SLD in the business system of the Integration Server For this go to SLD->Business System-><yourIntegrtaion Server>->Pipeline URL: It should be like this http://<host>:<port>/sap/xi/engine?type=entry Where host is the host name of the Integration Server and port is the HTTP(8xxx) port. To verify this in Integration Server you can do like this. Go to SXMB_ADM->Integration Engine Configuration->Choose Edit from Menu -> Change Global Configuration Data to switch to change mode. Then select System Landscape - Load Configuration. (This is not required always)
    • Check that the port really is the ICM HTTP Port and not the J2EE port i.e SMICM then menu GOTO --> SERVICES and check the port number for HTTP. It should be HTTP port
    • If the error is Page cannot be displayed, cannot find server in https configurations Check and correct the SSL configuration for the ABAP and the J2EE side of the system
    • If the error is because of integration server when using Proxy communications then check these. i.e SXMB_ADM->Integration Engine Configuration->Corresponding Integration Server enrty should be dest://<Http Integration server-Destination> Where < Http Integration server -Destination > is the RFC destination (SM59) of type HTTP connection (type H) to the Integration Server. In this case, host name, port, and path prefix are saved in the RFC destination
    Also see the below links
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--troubleshooting-guide
    http://help.sap.com/saphelp_nw04/helpdata/en/3f/81023cfa699508e10000000a11402f/content.htm
    Regards
    Chilla

  • Trace & Alert is not working

    Dear Friends,
    iam using snackr open source to evaluate and learn flex. i
    know Flash3 & AIR very well. iam New to Flex.iam trying to use
    trace or alert.show command in order to debug the coding. it is not
    giving out put. even it is not going to that line. i read the help
    file and searching for mm.cfg to edit and fix enabletrace =1.
    pls help me..
    Thanks and Regards,
    Syed Abdul Rahim

    Dear Mr.Rushme,
    Thks for your reply, as u said, i creeated a folder called
    c:\user\syed.rahim\mm.cfg, and run the following code, i want to
    find the saving path of the file, i mean application storage
    i.e. trace(docRoot.nativePath);
    Alert.show(docRoot.nativePath);
    in some case i want to use trace for debugging, like certain
    function is getting fire or not? but the trace or alert is not
    working, basically i want to display a message and debug..
    code is:
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    applicationComplete="handleApplicationComplete(event)"
    frameRate="60"
    visible="false"
    autoExit="true">
    <mx:Style source="styles/styles.css"/>
    <mx:Script>
    <![CDATA[
    import ui.utils.UIUtils;
    import model.logger.Logger;
    import model.feeds.FeedModel;
    import model.options.OptionsModel;
    import ui.windows.SnackrMainWindow;
    import mx.controls.Alert;
    * Name of the database where we store all feeds and options.
    This file
    * is within the user's documents folder in the Snackr
    subfolder.
    static private const DB_FILE: String = "FeedDatabase.sql";
    private var _mainWindow: SnackrMainWindow = null;
    private function handleApplicationComplete(event: Event):
    void {
    // Create the Snackr data folder if it doesn't exist (inside
    the user's
    // document's folder).
    var docRoot: File =
    File.documentsDirectory.resolvePath(UIUtils.appName);
    docRoot.createDirectory();
    trace(docRoot.nativePath);
    Alert.show(docRoot.nativePath);
    // Initialize the logger. The logger writes to the file
    Log.txt in the
    // Snackr data folder. We keep the previous 3 log files
    around.
    var oldLogFile: File;
    for (var i: int = 2; i >= 0; i--) {
    oldLogFile = docRoot.resolvePath("Log" + (i == 0 ? "" :
    String(i)) + ".txt");
    if (oldLogFile.exists) {
    try {
    oldLogFile.moveTo(docRoot.resolvePath("Log" + String(i+1) +
    ".txt"), true);
    catch (e: Error) {
    // Too early to log this. Oh well. It just means that we
    won't be preserving
    // log files earlier than the current one.
    trace("Can't back up log file " + oldLogFile.name);
    Logger.instance.initialize(docRoot.resolvePath("Log.txt"));
    Logger.instance.log("Snackr starting");
    // Open the Snackr database file and initialize the models
    from it.
    var feedModel: FeedModel = null;
    var optionsModel: OptionsModel = null;
    var sqlConnection: SQLConnection = null;
    var dbFile: File = docRoot.resolvePath(DB_FILE);
    try {
    sqlConnection = new SQLConnection();
    sqlConnection.open(dbFile);
    sqlConnection.compact();
    optionsModel = new OptionsModel(sqlConnection);
    feedModel = new FeedModel(sqlConnection);
    catch (error: SQLError) {
    Logger.instance.log("Couldn't read or create the database
    file: " + error.details, Logger.SEVERITY_SERIOUS);
    throw error;
    _mainWindow = new SnackrMainWindow();
    _mainWindow.initializeModels(sqlConnection, feedModel,
    optionsModel);
    var showInTaskbar: String =
    optionsModel.getValue(OptionsModel.OPTION_SHOW_IN_TASKBAR);
    if (showInTaskbar == "0") {
    _mainWindow.type = "lightweight";
    else {
    _mainWindow.type = "normal";
    _mainWindow.open();
    ]]>
    </mx:Script>
    </mx:Application>
    Thanks and Regards,
    Syed Abdul Rahim

  • Ical alerts are not working on Lion

    I've got a problem with the new ical on Lion: alerts are not working. Any clues?
    (The "turn off all alerts" is unchecked )

    Same problem, alerts are not being triggered. I am getting fast and perfect syncronizing between iCal, MobileMe Cal, and iPhone. But alerts are not happening consistantly.
    Unreliable notification is a big problem.
    I looked in my user preferences as noted by "xbarn" but there's no iCal login item. Can't imagine that iCal would need to be running for events to activate, since they are syncing correctly without iCal open.

  • Iphone 4 sms,lock sound,charge sound,alert sound not working KINDLY HELPP!

    iphone 4 sms,lock sound,charge sound,alert sound not working KINDLY HELPP!

    Why are you shouting?
    All caps indicates shouting, is considered rude and is difficult to read.
    There is no need to be rude to those trying to help.
    Good luck

  • Alert configuration Add Rule Not Working in IE but working in FireFox

    I am running into same issue with the Alert configuration Add Rule being disabled in IE. We're on SP 16. I can create the alert classification and alert categories through ALRTCATDEF.
    But through IE, when i go into the Runtime workbench->Alert Configuration, though i can see the alert categories i created, i am not able to select any of them. So the Alert rules "Add Rule" and "Change Rule" are always disabled. How did you fix the issue in IE?
    There are two posts about this issue. 
    alert configuration  add rule  is disabled
    creating rule in alert rwb
    The second one post says to that this was working in FireFox and not IE.  Has anyone run into this with IE and then gotten it to work.  We have given all of the necessary roles to the user.
    Thanks,
    Jay malla
    Licensed To Code

    Hi Jay Malla,
    I am not sure if you might have tried this, but to Add Rule, in your Alert Configuration, you first need to select your Alert Category.
    At the bottom , on the left for every ALERT Category, you will find a rectangualr box. When you click on this, your ADD rule button gets enabled.
    Regards,
    Bhavesh

  • Alert sounds not working in iPad

    My iPad does not play alert sounds and line2 does not send push notifications with sound until i open the app.  Maybe the app but does anyone else have this issue?  I have gone to settings/generalsound and set the "Ringer and Alerts" section sound to wide open and I turned the "Change with Buttons" to off.  Does anyone else have this issue.  I was not really looking forward to restoring a back up copy but I might have to.

    I have found the answer to my own problem...listed here in this discussion: https://discussions.apple.com/thread/3008964?start=0&tstart=0 it has to do with the lock mute/rotation button.  When the selector switch is on lock rotation alerts will not play sound.  Also sounds in apps and sometimes video will not work unless you are listening through head phones.  This bug has existed for a while according to the post in the link. 

  • Rule not working in workflow but works in simulation mode

    Hi guys
    i have one more strange issue. I have a rule assigned to one of my task to dtermine the agnet based on a z table which is executed by a z function module in the rule. The rule works fine and gets the desired agent when run in the simulation mode. But when we test it from the workflow it dosent seems to be working. When i check the workflow log it says no agent for this task. any idea what am i missing?
    thanks in advance.

    Hi
    yes both the workflow and the dialog step( in our case a decision step)  is categorized as General task. I also have used the SWU_OBUF to refresh the buffer but still the same results. Rule works fine in simulation but when it is run in a workflow the workflow log says no agent found. any more suggestions? the workflow to rule binding is fine as well. The rule requires 3 parameters and in the binding i am pasing all the 3 elemts to the rule containers. so i am not sure why its not working?

Maybe you are looking for

  • 10.5.8 Finder no longer remembers open windows in FileVaulted home director

    I am having a strange problem since upgrading to 10.5.8 - in my FileVault home directory, the Finder no longer remembers which windows are open. Each time I log in, I get just a clean desktop no matter how many windows were open before. This does not

  • Error 26 when executing sql. File opened that is not a database file. My Easy System Cleaner will not work on Foxfire. What to do?

    I have the Easy System Cleaner. It worked through Internet Explorer. But when it comes to Mozilla Foxfire. It stops. The message is: error executing sql. Error 26. File opened that is not a database file "select[sql] from sqlite_master where [type]="

  • Can i get a pc to work

    I have a Microsoft XP installed on one of my office computers, and several macs, Can i use Appl Remote Desktop to remote the xp compter, if I can please help.

  • Button Group

    Hello, I'm gettin' mad... perhaps you can help me with a Swing problem I have a JScrollPane and on that JScrollPane (grid layout 1 column xxx rows) are several panels. Each of that Panels has the same build up. At first I have a JRadioButton... secon

  • Regarding PP Module-field problem

    Dear all, I have a requirement wherein if a planned order (from PLAF) has become a production order (in AFKO) then how to pick up GAMNG and IGMNG from AFKO. Basically how do we come to know that a planned order has become a production order so that i