Notification not going.

Hi All,
When the review_flag changes to red. i am firing a trigger..trigger getting fired correctly when a status changes. and the trigger will call the workflow process(REVIEW_FLAG_VALIDATE).
the process diagram is start-->function-->based on the result of the function notification will go to diff persons-->end
the procedure is START_WORKFLOW_PROCESS this will initiate the work flow and i am calling one more procedure in the work flow function REVIEW_FLAG_VALIDTAE..so based on the function return value..the wrokflow will take different direction. but when i see the status diagram of the work flow its not moving from the start icon..
Please help i am learning the workflow as a beginner.
Thanks
Bharat

Hi,
I have check the wfmlrdbg.sql file and checked the html and it is showing details as below:
In the Notification Item Information section :
a. Recipient Role : user
b. Status : Open
So it shows that there is no problem with the WF and the issue is somrthng to do with the user.
One small observation : I have checked the WF_ROLES and WF_USER_ROLES and observed that for the user for which I am facing this issue is not having a data in the WF_USER_ROLES with the value of username and rolename as same. So do we need to have a entry of the role in WF_USER_ROLES also.If the entry is missing then notification having any preference will not be sent. is my observation correct?
Secondly I have seen in the Administrator Workflow > Activity History and then If i click on the Notification image then desired notification is opening. The thing is notificaiton is generated but is not populated for only for a particular user for other users it is working perfectly.
In the earlier post you have mentioned below:
declare
l_attributes wf_parameter_list_t;
begin
wf_event.addparametertolist('ORCLWORKFLOWNOTIFICATIONPREFERENCE','MAILHTML',l_attributes);
wf_local_synch.propagate_user('MYUSER', 'Description', l_attributes, sysdate, null);
commit;
end;
Please let me knowI presume that 'MYUSER' => USERNAME but what is the value required for l_attributes.
Edited by: Prateek on Aug 18, 2011 3:25 PM

Similar Messages

  • App Store notifications not going away - what to do?

    iPhone 3Gs.  App Store on the phone shows three apps in need of updating, but those apps have been updated in iTunes, and the phone has synched several times since then.  Why are the notifications not going away, and is ther a way to sort this out (without having to update the apps on the phone - they are on different accounts, and it is a pain to have to log in again for each app).

    Apple has had an issue earlier with the iTunes Store and various aspects of it's operation. It's mentioned here:
    http://www.apple.com/support/systemstatus/
    It may take awhile for it to totally clear though.
    In the meantime, try the following: Shut down the App Store/ iTunes Store apps from the Multitasking bar:
    1.From the Home screen, double-tap the Home button, find the iTunes Store/App Store apps (drag the icons left/right) and swipe up on their respective screen captures, NOT on the icons at the bottom. This will close them.
    2. Wait about one minute for the apps to close off
    3. Reset the device:
    Device Reset (won't affect settings/data/music/apps/etc)
    1. Press and hold (& continue to hold) BOTH the Sleep/Wake button & the Home button.
    2. Continue to hold BOTH (ignoring any other messages that may show) until you see the Apple logo on the screen.
    3. Release BOTH buttons when you see the Apple logo and allow the device to boot normally.
    After the reset, try to open the Apps Store and see if the updates notification has cleared.

  • We have been having some issues with Email notifications not going out and getting hung up in SOST.  Can anyone please tell me whether we can use Solution Manager to monitor outbound emails?

    We have been having some issues with Email Notifications not going out and getting hung up in SOST. Can anyone please tell me whether we can use SAP Solution Manager to monitor outbound email?

    What version of Solman are you using ?  Check in t-code Rz20 >ccms monitor template of satelliate system , there would be option to monitor your outbound mails .You can sutomise your monitorig metrics in solman 7.1  else in 7.01 you use auto reaction methods to monitor .
    Regards
    Jay

  • Notifications not going to the contact person

    Hello Friends,
    Scenario - When i create an RFI Customer activity in a CSR and set its status to 'Requested Customer'', a notification (more information is required) goes to the contact person and the team lead of CRO (Customer Responsible Organization). If the customer does not reply for 3 days (in case of a High Severity CSR) or 7 days (in case of severities other than High), then reminder notifications (more information required - reminder) get triggered which go to the contact person and the team leads of CRO.
    Problem - In the first case,the notification (more information is required) goes to the contact person and the team lead of CRO (Customer Responsible Organization) where as in the second  case, the reminder notifications do not go to the contact person, but they go to the team leads of CRO.
    Analysis - There are 2 workflows that get triggered when the  RFI Customer activity in a CSR and set its status to 'Requested Customer''. The first one sends the notification  (more information is required) to the contact person and team leads of CRO immediately. The other workflow checks whether the customer has replied for 3 days (in case of a High Severity CSR) or 7 days (in case of severities other than High), and then sends the notification to the contact person and team leads of the CRO. I have checked the bindings, tasks, receiver rules and the methods in both these workflows. They are exactly similar. The only difference in these workflows is the wait step added in the second workflow.
    Do you have any clue as to what is the reason behind the second workflow not sending the notifications to the contact person ?
    Appreciate your help and timely response.
    Thanks
    Prashant

    Hello Rick,
    Thank you for your response. Here are the answers to your queries -
    Question -->Is a mail being sent to the same email address in both workflows with SendMail, and only working in one of them?
    Answer --> Yes
    Question -->There must be some other difference other than the wait step.
    Answer --> The difference between the 2 workflows is mentioned step by step as below -
    Workflow for which the notifications are sent to the contact person and team lead of CRO
    Step 1 --> Condition step whether the email address exists or not.
    If No --> Sends a mail to the LDA (Local Database Administrator) to maintain the email address of the contact person
    If Yes --> Goto Step 2
    Step 2 --> Condition step whether the Severity of the CSR is High or not
    If Yes --> Send step (to send the email notifications to the contact person and team lead of CRO)
    If No --> Send step (to send the email notifications to the contact person and team lead of CRO)
    Workflow for which the notifications are not sent to the contact person and team lead of CRO
    Step 1 --> Condition step whether the email address exists or not.
    If No --> Sends a mail to the LDA (Local Database Administrator) to maintain the email address of the contact person
    If Yes --> Goto Step 2
    Step 2 --> Condition step whether the Severity of the CSR is High or not
    If High - Wait Step (waits for 3 days before sending the notifications to the contact person and team lead of CRO)
    If Other - Wait Step (waits for 7 days before sending the notifications to the contact person and team lead of CRO)
    Step 3 --> Condition step to check the CSR Status (to check whether the customer has replied or not)
    If Yes(customer replied) --> End workflow
    If No (customer has not replied)--> Send step (to send the email notifications to the contact person and team lead of CRO)
    Question -->How have you implemented the wait step? Does it fetch the address before or after the wait?
    Answer --> The email address is fetched at the very first step.
    Question -->What happens if you make a test workflow with just the Sendmail step and send to the same address?
    Answer --> The notification goes to the same email address.
    Kindly let me know if the information that i have provided is comprehensive enough. Your help will be deeply appreciated.
    Thanks
    Prashant

  • Samsung Brightside calendar notification not going away

    Why doesn't the calendar notification disappear when there are no scheduled events on my Samsung Brightside?

        Thank you for this information, summersrn28. That is definitely very strange. Let's give this a try. I recommend setting up one or two events, and then either waiting for the schedule notification date or time to arrive, or canceling them right away. This can possibly make the random notification go away.
    Please keep us posted.
    NicandroN_VZW
    Follow us on twitter @VZWSupport

  • IPhone 4S ios7 message notifications not going away

    My "messages" icon shows that I have 6 new messages but I've read them and they are still showing up as a little 6 in a red circle. I've done a reset of settings, a full restart and everything. I turned off my iMessages and nothing is working. They aren't iMessages they are text messages all from the same number.

    This has happened to me twice after updating to ios7 on my iPhone 4s. Both times it occured after recharging the battery directly from a household electrical outlet. The first thing to do is to turn off the phone, and then turn it back on. This has worked for me so far.
    From Apple's ios 7 user guide http://manuals.info.apple.com/MANUALS/1000/MA1565/en_US/iphone_user_guide.pdf
    See page 150 for restarting instructions. Basically, just turn the phone off. Wait a moment, then turn it back on.

  • Email Notifications for Collaboration Tasks are Not going to Lotus Notes

    Hello Everyone,
    Email Notifications for the Tasks in Collaboration are not going to Lotus Notes. We are working on EP 7.0 SP14 with external ITS and backend r/3 4.7.
    I performed all the configuration activities that are suggested in the below wiki:
    https://www.sdn.sap.com/irj/scn/wiki?path=/pages/viewpage.action&pageId=61244035
    It was worked fine once for me when i perfomed the activities mentioned in the below thread:https://www.sdn.sap.com/irj/scn/thread?threadID=147316
    But after restarting our Portal Server the Email Notifications for Collaboration Tasks are not coming.
    Could any one please suggest that we need to do any other configurations.Thank you.
    Regards,
    Sridhar.
    Edited by: Sridhar on Mar 18, 2009 12:14 PM

    Hi Sridhar,
    I created a Wiki page with usefull links to troubleshoot problems with the Email connectivity from KM:
    https://wiki.sdn.sap.com/wiki/x/g4KmAw
    Please see if it helps,
    Robert

  • Why every time i hit my new message or iMessage notification it goes and creates a new message to the person who sent the message

    why every time i hit my new message or iMessage notification it goes and creates a new message to the person who sent the message?

    Hey Rkbethel
    There are two ways to resolve this for you. For the first is go and do a Reset All Settings by going to Settings > General > Reset > Reset All Settings. It will not delete anything on your iPhone, but it will put all settings back to default. If it does not work, the next step would be to restore the iPhone back to factory settings.
    iTunes: Restoring iOS software
    http://support.apple.com/kb/ht1414
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G.

  • Workflow in Project server 2013 online not going particular stage after Approval

    Hi All,
    i have created workflow using sharepoint designer 2013 for project server 2013 online. and i have also set the approver after the first stage. when i create a project using this workflow, project is created successfully and the approval task also go for
    a approval to specific user. and i have set the property that after approval it has to go on specific stage. but the problem is when user approve the task it shows approved but my stage in workflow is remain same. it is not going to any stage. 
    i don't know why this type of problem is occur. 
    FYI, i have created same workflow for Project server 2013 on premise(Which is installed in my server) and
    it is working fine but when i want to deploy this workflow in
    project server 2013 online its giving error.
    so please help me to solve this type of issue.
    Thanks

    I am also experiencing issues with this.  After the approval task is completed, the Workflow gets cancelled with the following message
    RequestorId: 60d96368-4cb4-b059-8086-604972a92e60. Details: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary. at Microsoft.Activities.Hosting.Runtime.Subroutine.SubroutineChild.Execute(CodeActivityContext context)
    at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager) at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager
    bookmarkManager, Location resultLocation)
    All other desired workflow actions work as expected.  Emails are sent, project is moved from stage to stage, however as soon as the workflow approval task is completed, either Approved or Rejected, the Internal Status is changed to Canceled and the
    workflow fails.
    What is interesting is when the Approval task is completed, the approver will receive an email notification that the task was CANCELLED or DELETED....
    not COMPLETED, which is what would be expected.
    Has anyone seen this - any potential resolution?

  • Alarm not going off in Lumia 520

    Recently I updated my Lumia to WP8.1 and a couple of days later I find my alarms not going off at all, or they do so on random days.
    It is really a big issue for me cuz I have to wake up early quite often and without an alarm its impossible.
    Please do help or suggest an alternative
    Solved!
    Go to Solution.

    If its the Built-in Alarm, I don't think there is any Volume setting for it .. Its independent of the Ringer+Notification as well as Media+Apps Volume. BTW, do you atleast see the Alarm screen displayed when the time is reached ? If yes, did you try selecting any other Tone ? 
    Try a Soft Reset : Press and hold Power + Volume(down) keys until the phone vibrates (about 8-10 seconds). Phone will reboot. Then check whether it gets resolved ...

  • Why is i tunes gift card not going to email address I sent it to ?

    I tunes gift card not going to email address I sent it to. Why ?

    Sorry, I must have missed your last response, but can you calrify what feature do you want to use in FormsCentral? There are email receipts and email notifications. If you want the user to receive a copy of the date he entered in the form, then the user needs to enter an email address in the form and submit the form, but if you want the user to receive all responses he and others submit to a form, then it's email notification. It sounds like email receipts in your case. For email receipts to work, you need to have an email field in your form and set up Email Receipts in the options tab, by selecting the email field in the "To:" field.

  • Approval email notification not routing to an approver

    Hi Experts,
    For a certain PO value range there are existing approvers. We have added an additional approver to the PO approval matrix. Now, while changes are done for a PO the approval email is not going to the added approver. Instead it will send a mail notification twice to one of the existing approvers. 
    The added approver appears in SRM approval preview, aslo we find the approver in the workflow agents. In addition the approver gets the PO in the SRM inbox for approval, but only the email notification is not sent to this approver.
    Any pointers to solve this issue.
    Thanks in advance,
    Francis

    Hello,
    Workflow approbation e-mails are taken from BP transaction. If there is no information there, e-mails are taken from SU01.
    Some extra customising has to be maintained in order to have notifications sent out as an email:                                                                               
    - Set the attribute FORWARD_WI for the requester;
    - In SO16, tab "Mail Sy.Grp", select "Send to home address of users".        
    Kind regards,
    Ricardo

  • After 10.6.4 update, some audio not going through

    After the 10.6.4 update I've been having trouble with some audio not going through the USB headset.
    Things that refuse to go through the headset:
    * Empty trash noises
    * Skype notification noises
    * iChat alert noises
    Things that are working:
    * Coloquy
    * iTunes
    I've tried toggling the System Preferences obviously. Unplugging speakers and USB headset and plugging back in a number of times (this seemed to fix some things, not others).
    Anyone else having the same issue?
    (Note to forum mods: you need to add 10.6.4 to your OS dropdown)

    Reseting the PRAM has solved this problem.
    http://support.apple.com/kb/ht1379

  • Supervisor Approval in SSHR not going

    Gurus,
    I have oracle SSHR for my client.
    Whenever a person changes his/her address in Personal Information screen, a notification should go to 1st level supervisor for approval.
    It is not going at present. What can be the issue? Any pointers in this regard will be of great help.
    Regards,
    Novice

    Hi,
    Can you verify workflow attribute setup.
    open workflow builder ==> load HR workflow ==> open workflow process for Personal information change ==> in that process you will find sub process for address change ==> in this process ==> at review page node ==> right click on review page node ==> check the "dynamic approval required" attribute value is set to "yes-dynamic approval".
    if this attribute is set properly then only it will call ame for approval.
    Regards,

  • New Voicemail Notification Not Disappearing

    So I've been having this problem for about a month now.  The New Voicemail notification is not going away after I check my voicemail, even if I don't have any voicemails.  I figured the notification would go away after I updated to Android 2.2, but it's still there.  I'm using the basic Verizon Wireless Voicemail, if that helps.  Anyone know how to get rid of this.  A friend told me I would have to restore the phone to factory settings, but I'm trying to avoid that.

    Bumping this.  Anyone else ever have this problem?

Maybe you are looking for

  • What Happen When Folios Stock Ends

    Hi, I am soon to release my first magazine, I am planing a big ad campaign, therefore I do not have any idea how much downloads will there be. I will start with one bundle of folios, but what will happen once it is over? My folios provider told me th

  • Imac shuts down when loading new music or new software

    My Imac shuts down (intermittently) when loading music or software. Logic board was replaced I believe because fire wire connection was intermittently not working (1st year). Hard drive was replaced recently (Dec 2010). Now SuperDrive and Cable (Opti

  • Error:CRM_ORDER_MISC 106

    hi,       When i tried to upload data in CRM(in Data Migration While creating ACTIVITY). i got this error "Atleast one record could not be found in the object buffer". Please help me in solving it. maruthi

  • Error Message during Schedule Agreements Uploading using IDocs

    Dear Experts, Could you help me to solve an error I receive, when trying to upload Scheduling Agreement (ME31L). As was advised [here|Re: LSMW to create and change Sched.Agreements and Contracts in Purchasing;, I've used Message type PURSAG_CREATE Ba

  • Declined Facebook Events Showing in iOS Calendar

    Hi Ive noticed recently that Facebook Events that Ive declined show up in the iOS Calendar on my iPhone 5. Ive went into Calendars and Show Declined Events is switched off. The strange thing is they don't show in iCal on my iMac which is also linked