Custom Notification issue

Hello everybody,
I know my question isn't a new one but my search didn't help me to find any helpful information. I encounter a error during an attempt to send a notification
<BEA-000000> <Can't send due to NotificationResolverNotFoundException>
oracle.iam.notification.exception.NotificationResolverNotFoundException: Cannot find resolver for {0}.
        at oracle.iam.notification.impl.NotificationServiceImpl.processContentTags(NotificationServiceImpl.java:401)
        at oracle.iam.notification.impl.NotificationServiceImpl.getMessageContent(NotificationServiceImpl.java:364)
        at oracle.iam.notification.impl.NotificationServiceImpl.notify(NotificationServiceImpl.java:543)
        at oracle.iam.notification.impl.NotificationServiceImpl.notify(NotificationServiceImpl.java:272)
        at sun.reflect.GeneratedMethodAccessor3975.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
... skipped
I created a custom Event (example taken on the Internet)
<?xml version="1.0" encoding="UTF-8"?>
<Events xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="../../../metadata/NotificationEvent.xsd">
  <EventType name="Demo Notification Event">
    <StaticData>
      <Attribute DataType="X2-Entity" EntityName="User" Name="User Login"/>
   <Attribute DataType="91-Entity" EntityName="User Group" Name="User Grp"/>
    </StaticData>
     <Resolver class="com.oracle.demo.oim.notification.DemoNotificationEventResolver">
      <Param DataType="X2-Entity" EntityName="User" Name="usr_login"/>
    </Resolver>
  </EventType>
</Events>
plugin.xml looks like
<?xml version="1.0" encoding="UTF-8"?>
<oimplugins xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <plugins pluginpoint="oracle.iam.notification.impl.NotificationEventResolver">
        <plugin pluginclass= "com.oracle.demo.oim.notification.DemoNotificationEventResolver"
              version="1.0"
              name="Demo Event Resolver"/>
    </plugins>
Here is the content of a plugin zip file
[oracle@IAM Notifications]$ unzip -lvf Notifications.zip
Archive:  Notifications.zip
Length   Method    Size  Ratio   Date   Time   CRC-32    Name
       0  Stored        0   0%  11-14-13 13:14  00000000  META-INF/
       0  Stored        0   0%  11-14-13 13:12  00000000  lib/
     625  Defl:N      316  49%  11-14-13 13:14  93eae5ae  META-INF/DemoEvent.xml
    2330  Defl:N     1685  28%  11-14-13 13:14  fecbe9d4  lib/Notifications.jar
     394  Defl:N      219  44%  11-14-13 13:14  47923fad  plugin.xml
    3349             2220  34%                            5 files
I simplified a  Notification Template to exclude any parameters from it so it's just a static HTML with the name "Manager not set"
Here is my code to fire up that notification
    private void prNoManagerSet( String strUserId ) throws EventException,
                                                         UnresolvedNotificationDataException,
                                                         TemplateNotFoundException,
                                                         MultipleTemplateException,
                                                         NotificationResolverNotFoundException,
                                                         UserDetailsNotFoundException,
                                                         NotificationException {
        //TODO sent notification email to Distribution list
        NotificationService notService = Platform.getService(NotificationService.class);
        NotificationEvent notEvent = new NotificationEvent();
        notEvent.setSender(null);
        notEvent.setUserIds( strDL );
        notEvent.setTemplateName("Manager not set");
        HashMap<String, Object> params = new HashMap<String, Object>();
        params.put("user_login", strUserId);
        notEvent.setParams(params);
        notService.notify(notEvent);
        logger.warning(String.format("Manager for user #%s is not set", strUserId));
Any help will be very valuable! Thank you in advance.

Did you follow the deploying steps and import the xml file into the MDS repository?
Developing Notification Events - 11g Release 2 (11.1.2.1.0)
-Kevin

Similar Messages

  • OIM Email Notification issue with custom E-mail user attribute

    Hi All,
    We have a requirement where we need to send e-mail notification programmatically after a OIM account is created for the user through trusted reconciliation. Post process event handler is being used for this. We have created our own Custom Notification Event, created new Notification Template of the type Custom Notification Event.
    For storing e-mail address for every OIM user we are using custom attribute "Email Home". Now the problem is NotificationService is by default picking e-mail address from OTB attribute "Email". Is there a simple way to pick the E-mail address from custom attribute? Below is sample code that we are working on. Any ideas on this would be very helpful.
    NotificationService notService = Platform.getService(NotificationService.class);
    NotificationEvent event = new NotificationEvent();
    String[] receiverUserIds= {"<<*Comma separated list of OIM USER IDs to whom notification is to be sent*>>" }; sets the email address in the OTB "Email" attribute as receivers
    LOGGER.info("Receiver User ID set");
    event.setUserIds(receiverUserIds);
    event.setTemplateName(poTemplateName);
    event.setSender("<<*OIM User ID of sender*>>"); /// sets the email address in the OTB "Email" attribute as sender
    HashMap<String, Object> templateParams = new HashMap<String, Object>();
    templateParams.put("usr_login",poUserId);
    LOGGER.info("template Param set" templateParams);+
    event.setParams(templateParams);
    notService.notify(event);
    Thanks

    Hi,
    any updates on this issue?
    is there any possibility to resend the old notifications manually?
    Thanks,
    Prasad

  • 10.3.1 Update - custom notifications still broken

    I have a z10 and since I purchased it over a year ago, my custom notifications set for contacts for text messages are ignored.
    Whenever a text message comes in, the phone plays the default tone not the custom tone I have set for that user. The other custom tones work (for BBM and phonecalls).
    This has been several updates and this function - included in the original rollout of BB10 - has never worked.
    Any one have any solutions or explanations.
    (Please, do not recommend I buy an app for a feature that I paid for with the included OS. I am asking for solutions to the problem in OS 10.3.1. Thank you.)

    Nor do I have any way to know which is causal...at an internet distance, all I can do is try to evaluate what you say and make sense of it. If the OS isn't working correctly for you, then it is possible that the version you are now on is somehow corrupt. Or perhaps that the update process itself caused error. Both are possible, but we can't really tell you which it is (if either, for that matter).
    So, what I would suggest is a very clean OS reload, and not do any restore from backup unless and until you find a version that works as you expect. You can use LINK to reload what your carrier has approved, or you can use AutoLoader to load any version that you desire.
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • SAP GRC AC 10 - Unintentional line break inserted into custom notification email

    Hello
    We are having a strange cosmetic issue with one of our custom notification templates. When the notification is sent two sentences in different parts of the email are being cut off and sent to the next line. We tried to review in Word to see if there were any hidden breaks or margins. We also tried to manually type in the information as well as paste into notepad then back into SE61. We cannot seem to figure out where these breaks are coming from. I've included a few screen shots below. Any help is appreciated!
    SE61 DOCUMENT TEXT
    EMAIL NOTIFICATION TEXT
    NOTE: The sentence breaks after training in the sentence beginning with "For additional information about GRC..." and "(This email was generated by an automated..."

    Hi Stacey
    From the screen shot you cannot see any issues (can understand confusion)
    Are you able to try to remove the paragraph and save. Exit SE61 completely to free up any buffer and then go back in and re-add it?
    Possibly look in other SCN communities as it's SE61
    Regards
    Colleen

  • Z10 Volume and Notification Issue

    Hi,
    I am facing frequent no volume and notification issue on my Z10. once i restart the phone it is getting resolved but this is really irritating as i have to do this restart process atleast 10 to 15 times a day as the problem is occuring frequently. definitely it is a software issue not an hardware issue please help me in resolving the bug...
    Model: BlackBerry Z10
    Model No: STL100- 1
    Current Device Software Version: 10.0.10.82

    Hey manikandanb4u,
    Welcome to the BlackBerry Support Community Forums.
    Thanks for the question.
    We are aware of this issue, a KB article was created about the issue: www.blackberry.com/btsc/KB33694
    Let me know if you have any more questions.
    Cheers.
    -ViciousFerret
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Like! for those who have helped you.
    Click  Accept as Solution for posts that have solved your issue(s)!

  • How to make fields mandatory in Message Address for Custom Notification.

    Hi Experts,
    We have created a new custom Notification Type and we were in the process of configuring it. I want to know, if I want to make a few fields obligatory in Message Address, can that be achieved through configurations. I am basically an ABAPer so please pardon my ignorance if the question looks basic.
    In our implementation, I have seen different Work Orders with different mandatory fields in Message Addresses. I hope the same is achievable for notification as well.
    Thanks for your help.
    Regards,
    Subhrangsu

    There are 2 ways to make any Notification filed mandatory.
    1. Configuration route:
    Here Under Plant Maintenance->Maintenance and Service Processing>Maintenance & Service Notifications>Notification Creation>Notification types> Set Field selection for Notifications:
    You select influencing button and your notification type then select the Radio button under Required column (against the 
    field you want to make mandatory)
    2. User Exit Route: Through SMOD -->User Exit QQMA0014 -->Cutsomer Exit EXIT_SAPMIWO0_020 -->Include ZXQQMU20.
    Then put your code in this include.
    Code Sample:
    IF I_VIQMEL-QMART= 'AC'.
    IF T_VIQMSM-MNGRP IS INITIAL.
    MESSAGE ID 'IW' TYPE 'I' NUMBER 464 WITH 'Tasks'.
    RAISE EXIT_FROM_SAVE.
    ENDIF.
    ENDIF.
    (The above Code makes the 'Tasks' filling mandatory in the Notification type 'AC')
    Hope this answers your query.
    Regards
    Jogeswara Rao
    Edited by: K Jogeswara Rao on Oct 8, 2010 9:21 AM

  • E-Mail notification issue with date

    Hi All,
    i am facing following email notification issue, could please clarify.
    E-mail notification that was sent to employee this morning, March 17, 2009, but actually the email is dated February 3rd and refers to the January timecard, but she received it today, for the February timecard.
    Please let me know why this was happening. I don't know if this issue on email server or workflow design.Thanks.
    Regards,
    Prasad

    Hi,
    any updates on this issue?
    is there any possibility to resend the old notifications manually?
    Thanks,
    Prasad

  • Email notification issue in some schemas

    Hi,
    My problem is almost identical as here DBMS_SCHEDULER send email notification issue
    One privileged scheduler user - user1 receive email notifications while two another (user2, user3) no.
    More plot is below i know 'what' resolve the problem but don't know how to do it :-)
    I want to execute code below on user3 schema, we tried this successfully on user2 (code executed directly on schema with temporary sys.dbms_aq access) so he receive his notifications.
    Problem is - we do not have direct access to second account (user3) how to execute this code as user3 ?
    declare
      reginfo1    sys.aq$_reg_info;
      reginfolist sys.aq$_reg_info_list;
    begin
      reginfo1    := sys.aq$_reg_info('SYS.SCHEDULER$_EVENT_QUEUE:SCHED$_AGT2$_X',
                                      1,
                                      'plsql://SYS.SCHEDULER$_JOB_EVENT_HANDLER',
                                      null);
      reginfolist := sys.aq$_reg_info_list(reginfo1);
      dbms_aq.register(reginfolist, 1);
    end;
    Already tried create procedure on user3 and execute immediate annonymous block but it still register with USER# 1 not 3 in  DBA_QUEUE_SUBSCRIBERS.
    More detailed plot:
    Jobs for user2 and user3 was created by user1, so JOB_CREATOR was user1 but OWNER was user2 or user3.
    We started with notifications configuration witch was ended with error on both user2 and user3 accounts:
    ORA-24093: AQ agent SCHED$_AGT2$_XX not granted privileges of database user1
    W get rid wit this using
    dbms_aqadm.enable_db_access(SCHED$_AGT2$_2, user1);
    dbms_aqadm.enable_db_access(SCHED$_AGT2$_3, user1);
    So user1 get privilege on agents for user2 and user3
    I believe error was already there because DBMS_SCHEDULER.add_job_email_notification is more automatic it probably registered subscriber that belongs to user2 and user3 with wrong USER# ID that belongs to user1.
    Database is 11.2.0.3

    it doesn't work because notifications are set from user1 account so USER# is still 1 even when I removed record first.
    This is my aproach based on Ask Tom: On Becoming Others, Limits, and Restoration
    >sqlplus user1
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    SQL> grant execute on sys.dbms_aq to user1;
    Grant succeeded.
    SQL> alter user user3 grant connect through user1;
    User altered.
    SQL> connect user1[user3]
    Enter password:
    Connected.
    SQL> create or replace procedure sched_not_add_q as
      2    reginfo1    sys.aq$_reg_info;
      3    reginfolist sys.aq$_reg_info_list;
      4  begin
      5    reginfo1    := sys.aq$_reg_info('SYS.SCHEDULER$_EVENT_QUEUE:SCHED$_AGT2$_3',
      6                                    1,
      7                                    'plsql://SYS.SCHEDULER$_JOB_EVENT_HANDLER',
      8                                    null);
      9    reginfolist := sys.aq$_reg_info_list(reginfo1);
    10    dbms_aq.register(reginfolist, 1);
    11  end;
    12  /
    Procedure created.
    SQL> exec sched_not_add_q;
    PL/SQL procedure successfully completed.
    SQL> drop procedure sched_not_add_q;
    Procedure dropped.
    SQL> connect user1
    Connected.
    SQL> revoke execute on sys.dbms_aq from user3;
    Revoke succeeded.
    SQL> alter user user3 revoke connect through user1;
    User altered.
    SQL> exit;
    >
    So it works now.

  • You are not recognized as a user in the SAP customer notification system

    Hello,
    we are in OSS registered as CCC. I am able to send notifications from our SolMan to OSS with components(instalations) which are registered under out SAP customer number(our SolMan instalation etc.).
    When I want to sned notification for our customers to OSS but with component of our customer(he has another SAP number, his instalation) then I got an error message
    You are not recognized as a user in the SAP customer notification system:
    You are not recognized as a user in the SAP customer notification system
    Message no. DNO158
    Diagnosis
    No address data exists for this logon user in the SAP problem notification system.
    The function you activated could not be executed.
    Activated function Diagnosis
    Send notification to SAP The notification was saved, but could
    not be sent to SAP.
    Update notification at SAP The notification was not updated to
    reflect the SAP version.
    Check for changes The system cannot compare the notification
    with the current version at SAP.
    Request list of the The notifications that you sent to SAP
    notifications contained cannot be updated.
    in the SAP problem notification system.
    Procedure
    Contact your system administrators.
    Could you help me please?
    view V_AISAPCUSTNOS ist filled with our customer numbers, I am in AISUSER...
    Thanks Miloslav Pudil

    Hello Miloslav,
    We have the same problem.
    Somebody knows how can we resolve this?
    Thanks,
    Diego.

  • Custom component issue

    Custom component issue
    According to customer requirements, we want to get such an effect in the development of custom components:
    Drag and drop custom components to the Flex builder work area, it can generate more than the default properties, not just generate "x", "y" attribute.
    【Details are as follows】
    We design a custom panel "CustomPanel.mxml" in the project development, then drag it into the workspace in the Flex builder development environment.
    View the source code found that it can only generate "x", "y" attribute in default. That is:
    <ns2:CustomPanel x="105" y="74">
    </ns2:CustomPanel>
    【Issue】
    How can we do that when drag the 'custom component' into Flex builder workspace,  we can generate "layout" attribute in addition to "x", "y" attributes?
    That is:
    <ns2:CustomPanel x="105" y="74" layout="absolute">
    </ns2:CustomPanel>
    【Note】
    The following code will be generated when the "panel component comes with Flex builder environment" is dragged into workspace.
    <mx:Panel x="121" y="134" width="250" height="200" layout="absolute">
    </mx:Panel>
    How it is done?

    I am sorry to bother you again.
    I have tried the web site content, but it can't helped!
    There is a custom component called 'Basket', source code is as follows:
    package picnic
    import mx.containers.Panel;
    public class Basket extends Panel
      public function Basket()
       super();
       layout = "vertical";
       setStyle("backgroundColor", 0x00FFFF);
       setStyle("horizontalAlign", "center");
    Here it is worked when the attribute "layout" is set to "vertical", but it isn't when "layout" is set to "absolute" !
    When the property is set to "absolute" phenomenon is as follows:
    Drag component such as 'Button' into "picnic component". It will automatically go to the top left corner position,
    just like the 'layout-attribute' is not set.
    Why is there such a phenomenon?

  • How do I contact Verizon corporate regarding customer service issues?

        I'm trying to escalate an issue that I have with customer service and just can't seem to find out how to contact corporate to discuss my issue.  I have talked to customer service supervisers and asked them to escalate my complaint.  After being told it would be 5-7 days to respond, I'm still waiting.  Any help in contacting the right department at corporate would be helpful.

    Hello asianguy1964,
    I am available to assist and address any concerns that you may have in reference to customer service issue! May I ask is your posting regarding a billing issue, wireless service issue, or a interaction with a representative? Also, were you provided a reference number to your complaint? If you have a reference number then I can check on the status of your concern. Prior to investigating your reference number, would you be kind as to share the details of the issue as I'm condifent that we can If I am unable to provide a solution for you then the additional information will help me forward your concern to the appropriate channel. I look forward to hearing from you in the near future.
    Thank you...
    ArnettH_VZW
    Follow us on Twitter @vzwsupport

  • Custom Notification Service

    Hi,
    Is there any way I can configure Oracle BPEL Process Manager to use my custom notification service. In case of Identity service there is a way to configure Oracle BPEL Process manager to use custom repository. Can i do same thing for notification service? I want to use custom notification service because in our product we can manage the notification templates(i.e. subject, body etc.) through administrative service.
    Thanks,
    Dipak

    Hello,
    Can you give me an example how to do this? Is there any example provided with the distribution to which i can look into? I will be really thankful to you if you can please give me a quick reply.
    Regards,
    Dipak

  • Custom Notification Mailer

    Hi,
    Custom Notification mailer was defined and so far its running well. Just compared with the other instance...in other instance were 'Workflow Notification Mailer' is running it sends notification when ever a indent is raised. But in the instance where 'Custom Notification mailer' is configured it does send any notifications...
    any idea?
    thanks,
    baskar.l

    Pl indicate why a custom mailer is being used. Pl see MOS Doc 786647.1 (How To Configure Workflow Notification Mailer To Send Email Notification For Only One Workflow Item type/Process.?) on how to create a custom mailer. We used to have a a very basic custom mailer that was successful in sending notifications, but have since gone back to using the default seeded mailer.
    HTH
    Srini

  • Custom Notification on approval of a change in a PO

    Hello,
    My requirement is to track the changes in a Purchase Order and notify the same to the user.
    Example:
    PO#1001, Revision# 0
           Line1: Unit Price= 100
           PO Approved and notification sent to user with standard information.
    PO#1001, Revision# 1
           Line1: Unit Price= 200
          PO Approved and ....
    Standard Behavior: Notification is sent to user with standard information.
    Required Behavior: Notification to be sent with standard information as well as it should show the changes (similar to the date we can see in 'PO Change History' in EBS)
    Also I need to send this customized notification to the requester of the PO. But I learnt that for a standard PO, the attribute 'REQUESTER_ID' is populated only if the line type is 'Temp Labor'. So, I am not able to use this attribute.
    So to summarize my requirements:
    The Changes in a PO should also be displayed in the notification, once the revised PO is approved.
    The custom notification should be sent to the 'Requester'.
    I would really be grateful for your help and suggestion on this.
    Thanks in advance!
    Regards,
    Sam

    Yeap...
    1 - I have a SC in avalible in SOCO of a PR.
    2 - Select the line of item and insert of work area to create a follow-on document
    3 - Select the line and push the button "Create Purchase Order" (In this momento I would like to create a flow of approval)
    PR (ECC) >>> SC (SRM) >>> Approval (SRM) >>> PO (ECC)
    Rgs,
    Pedro Marques

  • Ringtone and custom notification

    I tried to select the ringtone and custom notification, but in spite of some contacts have not selected any sound, vibration, led, my q10 does not follow the rules set for the sisngolo contact but follows those of the profile.

    I discovered this ... custom settings regarding ringtones and alerts are only if the selected profile is the standard one. If you put your listing in vibration such as that is jumping around .... so if I select a contact for all alerts off, putting into vibration .... "wins" the profile ... and goodbye to customize notifications of contact .... nice ... after spending 700 euro ... blackberry no exceptions ... unfortunately

Maybe you are looking for

  • APP with DME

    Hi All My client's reqmt is that after the APP is run the Payment advice has to go to the bank automatically. That is after me running the APP, that is the Payment is run is over there will be an output ryt that output has to be in the SAP MT940 form

  • How to reset my security question if i forgot the answers

    how to reset my security question if i forgot the answers

  • Wichita bestbuy unbelievable negative experience...

    Dear Best Buy, first of all, I am a fun of your store and most of times, I have great time shopping there with many helpful stuffs. However, today was Different.... I had $115.00 award certificates I earned ready to use purchase a new headphone. I ar

  • Imovie won't playback on video ipod

    I converted my movie 6 movie to share it with my video ipod. It shows up and plays in itunes. The movie also shows up on my video ipod but when I go to play it all I get is a black screen for a few seconds and then it goes back to the movie title in

  • Binary operations in Java

    Hi, are there any binary operations in Java like '&' in C? I didn't found any information in the API description. Thank u.