Not able to send UWL Notifications as Mail

Hi,
I implemented Guided Procedure with two roles.
The completion of activity / task of first role intimates the second role thru' UWL. I can see the activity / task for the second role in UWL once the activity / task is completed from the first role. But the Email Notification is not triggered thru the UWL for that task. Can any one help reg. this?
PS: I am able to trigger the Email Notifications for KM Workflow & UME.
Thanks in Advance,
Anish

Hi Anish,
Please check following link:
http://help.sap.com/saphelp_nw04s/helpdata/en/4a/d78041a17e060de10000000a1550b0/frameset.htm
Check if the mail id of the receiver is set at the UME details of the user.
Also SMTP server should be set properly in Visual Admin (under gp/mail node). Check the Visual Admin configuration and also SMTP server access from your J2EE server
This should help.
If you need help, please reply back here.
Regards,
Sudhir

Similar Messages

  • Could not able to send email notification through approval workflow

    Hi,
    I am trying to send an email notification to the requester and approver on request creation and when the approver approves the request then an email should get triggered to the request with approve/reject outcome. All the SOA configuration has been done and also able to send test email through SOA console but could not able to send email through SOA composite.
    For configuring an email notification, I am using notification tab in ApprovalTask, but still problem is not resolved.
    Please help me in resolving the issue.
    Thanks.

    Use this link to check again whether you have configured the Email driver properties properly. http://www.iamidm.com/2012/09/oim-11g-r2-lab-6-managing-notifications.html
    Also check whether any firewall issue is there which is preventing OIM to contact the email server in sending out emails. Check the logs if there are any issues.
    Also check this system property 'RequestNotificationLevel'. This property indicates whether or not notification is sent to the requester and beneficiary when a request is created or the request status is changed. If the value is 0 for this system property, make it 1.
    I was facing a similar type of issue due to two reasons:
    1. System property
    2. Firewall
    Check both of them and try again.
    Edited by: Durgaprasad on Apr 15, 2013 2:08 AM

  • Not able to send email notification to adhoc role created

    Hi All,
    Have a requirement to send email notification to multiple emails from workflow. As per the given requirements have derived the emails and concatenated with comma (,) and passed to the API createadhocrole to create.
    lRoleEmail has value as [email protected],[email protected]
    wf_directory.CreateAdHocRole(role_name => lRoleName,
    role_display_name => lDisplayName,
    language => 'AMERICAN',
    territory => 'AMERICA',
    role_description => NULL,
    notification_preference => 'MAILHTML',
    role_users => NULL,
    email_address => lRoleEmail);
    A new role is getting created but there is no email sent.
    Created a new attribute of role type and in the notification function have assigned the same as the performer.
    The NOTIFICATION_PREFERENCE in WF_ROLES table is DISABLED for the new role.
    If anyone came across same issue please let me know to to achieve this.
    Thanks in advance.
    MJ

    You need to provide the correct email address but not the dummy address like '[email protected],[email protected]'. One more thing you can give only email address per one user or role. You cannot assign multiple addresses, if you do also it treats the entire string as one email address only.
    After changing the email address, modify the notification preference to MAIL* and then send a notification.

  • Not able to send yahoo emails through 'Mail' with attachments size 5 MB or more.

    Hi all,
    I am not able sent mails though 'MAIL' with attachment size more than 5Mb or more. I am using macbook pro and 10.8.3 OS X. Can anyone tell me how we can sent mails with resonable size? pls note that I want to send mails with actual size.
    I am using yahoo for sending mails.
    Regards,
    Amit

    All email service providers have a size limit on sending an email.  See the following link for info on yahoo mail's file size restrictions, and ensure you are within this restriction.
    - http://answers.yahoo.com/question/index?qid=20100326083940AAQgBa5.

  • Can calendar entries from an iPhone be pushed up to the cloud for iPad and computer updating? My phone only seems to be receiving updates from the cloud, but not able to send them.

    Can calendar entries from an iPhone be pushed up to the cloud for iPad and computer updating? My phone only seems to be receiving updates from the cloud, but not able to send them.

    Under Settings->Mail, Contacts, Calendars, What do you have set for the Default Calendar? Personal?
    If you don't have it set to a Cloud Calendar it will only create the entry locally.   You would need to select the iCloud Calendar specifically when creating the Calendar entry to have it sync.
    Otherwise set your default calendar to be the iCloud Calendar so all entries are created there by default. And as such get synced to other devices.

  • Notification mailer is not able to send mails to Outside domain i.e gmail

    Hi All,
    We are in 12.1.3 EBS application with 11.1.0.7 DB on Aix 64 bit platform:
    resently we configured notification mailer with out any issues
    But the issue is notifications are delivered to with in the domain itself but not to outside the domain i.e gmail and yahoo
    SMTP server host name is owa.craftsmanautomation.com the same we used to configure the Notification mailer
    Even we verified from os level using telnet utility as follows:
    $ telnet owa.craftsmanautomation.com 25
    Trying...
    Connected to 192.168.5.8.
    Escape character is '^]'.
    220 Capl-cas01.CRAFTSMAN.LOCAL Microsoft ESMTP MAIL Service ready at Thu, 12 Jul 2012 14:03:47 +0530
    EHLO CAPL-PROD
    250-Capl-cas01.CRAFTSMAN.LOCAL Hello [192.168.5.12]
    250-SIZE
    250-PIPELINING
    250-DSN
    250-ENHANCEDSTATUSCODES
    250-STARTTLS
    250-X-ANONYMOUSTLS
    250-AUTH NTLM
    250-X-EXPS GSSAPI NTLM
    250-8BITMIME
    250-BINARYMIME
    250-CHUNKING
    250-XEXCH50
    250-XRDST
    250 XSHADOW
    MAIL FROM: [email protected]
    250 2.1.0 Sender OK
    RCPT TO: [email protected]
    250 2.1.5 Recipient OK
    DATA
    354 Start mail input; end with <CRLF>.<CRLF>
    Subject: Test message
    Test message body
    250 2.6.0 <[email protected]> [InternalId=85753] Queued mail for delivery
    quit
    221 2.0.0 Service closing transmission channel
    Connection closed.
    In the above command in place of FROM and TO mail-id's if we use any personal mail-id's getting error message as "Unable to Relay".Please suggest is there any changes we need to done at SMTP server Level or OS level or Application Level.
    Thanks in Advance

    925263 wrote:
    Hi Hussein,
    Thanks Alot for your reply.
    Currently we changed the SMTP Server(mail.craftsmanautomation.com).we used anoth SMTP server to configure Notification Mailer.Because previous one(owa.craftsmanautomation.com) is not able to send mail's to outside domains.
    But in this case we got the below error message while testing.Below error message we captured from the output file of the script Oracle Workflow ATG Support: R12 Java Mailer Setup Diagnostic Test.
    ERROR
    [Nov 10, 2012 1:32:45 PM GMT+05:30]:1352534565017:-1:-1:capl-prod.craftsmanautomation.com:192.168.5.13:-1:-1:1:20420:SYSADMIN(0):-1:Thread[outboundThreadGroup1,5,outboundThreadGroup]:192.168.5.13:84096:1352529863628:11:ERROR:[SVC-GSM-WFMLRSVC-110812-10006 : oracle.apps.fnd.wf.mailer.SMTPOutboundProcessor.send(Message)]:Problem encountered when sending to {[[WFTEST <[email protected]>]]} -> javax.mail.SendFailedException: Invalid Addresses;
    nested exception is:
    class javax.mail.SendFailedException: 554 5.7.1 <[email protected]>: Sender address rejected: Access denied
    Please see these docs.
    Email Not Received javax.mail.SendFailedException: Invalid Addresses [ID 876835.1]
    Workflow Notification Mailer Unable to Send E-Mail Notifications [ID 374804.1]
    Unable to Email Proposal Documents to an 'External Address' [ID 1126223.1]
    How to address Email Center: Outbox Processor Error: Invalid Addresses [ID 1399427.1]
    Thanks,
    Hussein

  • I'm not able to send emails with mail.ru. Receiving and reading is not a problem. When I create a email with mail.ru its not possible to send it although its stored in my mail.ru account as "still to be send". What can it be??

    I'm not able to send emails with mail.ru. Receiving is not a problem. Creating a mail is also not a problem and the mail will be stored at mail.ru as still to be send, only problem is its not possible to send. I noticed the buttons for sending change colour when used but they don't perform. What it is?

    Don't know what changed, but all of a sudden able to send emails by mail.ru ...... sorry for bothering.

  • I am using i pad mini. I am going through a issue in which i am not able to send mails to my work email add wherein i am able to receive emails from same email id.

    i am using i pad mini. I am going through a issue in which i am not able to send mails to my work email add wherein i am able to receive emails from same email id.

    With one mailbox server in the production site and one in the DR site, you do not have high availability.  If the main site goes down, the cluster loses quorum and all databases dismount.  You must then force quorum or move the file share
    witness to restore quorum.
    I can't tell you why what you observed happened.  At the time of the problem I would have been looking at the transport queues to see what's queued and to where.
    I recommend you look at the configuration of your send connectors to ensure that none of them are dependent upon the DR site server.
    To send mail outside, you must allow relay.  To do this, I recommend you create a new receive connector that's configured to allow relay and restrict access to the application server to keep anyone else from using it to relay.  There are plenty
    of articles on the Internet that describe how to configure a relay connector.
    Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."

  • I am not able to send my slideshow from iphoto because I entered the wrong username (e-mail address) by accident.  I cant see how to edit it. Can anyone help me?

    I am not able to send my slide show from iPhoto because I entered the wrong user name (e-mail address) by accident and I dont see how to edit it.  Can anyone help me out?

    Try here:
    iTunes Store: My credit card's security code or zip code does not match my bank's records
    Then try contacting iTunes
    Apple - Support - iTunes - Contact Us

  • I am not able to send mail - my outbox just spins

    I am not able to send mail from my ipod touch.  the message just keeps spinning and not sending

    - Does Safari work?
    - Try a reset. Nothing is lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Can you receive mail from that account?
    - Can you send mail with other accounts?
    - Try deleting the account for the iPod and reenter all the settings.

  • HT1277 all of a sudden I am not able to send out mail. I have checked and rechecked my account information including incoming and outgoing server info.

    all of a sudden I am not able to send out mail. I have checked and rechecked my account information including incoming and outgoing server info. Does anyone know what the problem might be? Thanks

    If you're having trouble sending mail, then either the SMTP (outbound) mail server settings — the server, the port, the user, the password, and whether SSL is in use or (unlikely) not — are incorrect, or the mail server is offline or has been reconfigured. 
    The SMTP (outbound) settings are in Preferences, but are buried rather deeply.  Select Preferences > Accounts > select the account > switch the outgoing mail server (SMTP) to Edit SMTP Server List... and then select the SMTP server from the list, and verify that the settings are correct with your ISP, and that your username and password are correct.
    The required settings vary by your particular mail ISP; you'll have to check with the ISP for the server and login details.
    To test settings, select Window > Connection Doctor > then (when the tests fail) show the details, and (if you can't sort out what happened) sanitize the settings and post the output here.
    Caveat: do not repeat password tests with the mail server, as various mail providers can be configured to assume these are a password brute-force attack, and lock out repeated login attempts.
    Caveat: never, ever, ever, ever, ever, ever, ever not-at-all enter a password when Mail pops up a dialog box with the "OMG YOUR PASSWORD IS WRONG!!!!!!!!!!! PLEASE ENSURE YOU CANNOT LOG IN AGAIN!!!!!" dialog box.  (I'm paraphrasing that error dialog box slightly.)  The correct answer to that Mail.app password dialog box is almost always "cancel" button.  Passwords stored in Keychain generally don't get lost or corrupted, and trying random passwords as that dialog box encourages just gets you locked out of various servers, and...

  • I am not able to send mails through Yahoo APP.It gives me an error msg :"the sender address has ben rejected by the server ".I tried adding username and password in the SMTP server settings,But those optiopns are greyed out.

    I am not able to send mails through Yahoo APP. It gives me an error msg :"the sender address has ben rejected by the server ".
    I tried adding username and password in the SMTP server settings,But those optiopns are greyed out.
    So, i am not able to enter anything in fields under SMTP server settings

    You probably have changing settings disabled in Restrictions.

  • Not able to send emails via Mail anymore !?!?

    Very bizarre : since yesterday night, we are not able to send emails from all of our 3 accounts !?!?!? When we are sending an email Mail always ask us to enter our password. If not Mail says that we should choose another server to send our email but then after it keep asking us our password and the message always stay in my sending box ? Is there a way to solve that problem ?
    Thanks in advance

    Greetings,
    That sounds like a Mail issue (not iCal). You may get better response if you post in the Mail forum here:
    http://discussions.apple.com/forum.jspa?forumID=1338

  • I am not able to send messages with mail.  The Send icon is dark.

    I am not able to send email.  The send icon is dark.  all other systems seem ok.

    Can you clarify what computer is giving problems? Your equipment line:
    iMac DV (Slot Loading), Mac OS X (10.5.8)
    has some mutailly exclusive info, in that a iMac DVD Slot loader is a G3 that cannot run Mac OS 10.5.8. The OS version sets the Mail version so figuring that out may help us get you going faster.

  • I have an iphone 4s. able to receive all the incoming mails but not able to send mails through this iphone 4s. please help.

    I have an iphone 4s. able to receive all the incoming mails but not able to send mails through this iphone 4s. please help.

    delete and reinstall the email account.

Maybe you are looking for

  • Ipod not recognized by computer or itunes or anything!

    just got a new ipod after i lost my old mini and when i plug my ipod into my computer using a 2.0 USB port it isnt recognized by my computer or my itunes , it doesnt even make the connection noise. My friends ipods are recognized by my computer and i

  • 1st gen Ipod touch update?

    Hi Folks, My son has given me his old Ipod touch 1st Gen.  I have updated this to IOS 3.1 but need IOS 4 and above to run some (most) of the Apps available.  Can this be done and can you point me to a link if available please? Thanks.

  • Delete allowed in a multirow blk only if no records exist in another table

    How can I delete an existing row in a multirow block after checking that no records exist in another table ? How do I proceed please ? I know I need to check the primary keys of both tables to do that . Please help.

  • How I fixed an "unkown error" problem when publishing to .Mac

    I recently experienced the "unknown error" when attempting to publish my iWeb sites to my .mac account. The error popped up early in the publishing operation, on a site that I had published many times before. I looked around in my iWeb domain folder,

  • Problem adding a filter to Recordset

    Hi, I have added a record set to a page, and it works fine. Then I add a filter to the record set so I can work with the record stipulated by the URL parameter, and it stops working. Here is the code that is added without a filter: mysql_select_db($d