Guided Procedures - mail notification keeps sending

Hi,
I created a process with Guided Procedures using a Sent Notification Callable Object. Unfortunately GP keeps sending the same email over and over again even if I cancel all running GP processes. How can I stop this and why is it doing this?
Best regards,
Kevin

Hi Chandana,
I was able to locate the running process responsible for the notifications and stop it. The problem was that I assigned a non-existing user to the process step that followed the send notification callable object. I can imagine that the system ran in some kind of error state when the process reached the step assigned to an unkown user and then repeated the previous step which was the mail notification. Although the process itself was modelled incorrectly, the GP engine should not repeat sending notifications.
Regards,
Kevin

Similar Messages

  • Mail notification not send

    Hi,
    I am facing following problem.
    I want to have a deadline notification for my decision step. If the user is not executing the decision step within 24h, a mail should be send out the the WF_Initiator.
    So I created a deadline monitoring in this step (tab requested end). In the business workplace of the user with the decision step the workitem is marked as 'too late'.
    The only problem is, the workflow initiator does not get a mail.
    Refer.date/time    Work Item creation
    Date
    Time
                              + 24h
    Action                 Display text
    Expression          &_WF_INITIATOR&                        Initiator of Workflow
    Can somebody help me out with this?
    Thanks.

    Hi,
    It looks like , the scheduled background job for Deadline Condition evaluation is not configured currectly.
    Check in SWU3 -> Maintain Runtime Environment, there will be an entry for 'Scheduled Job for Deadline..', if it not active ( meaning in red color), please correct it by executing this item. However some of these SWU3 - Automatic Workflow Customization, has prerequistes - like User doing this customization should belong to SUPER User group. Check these !!
    Good Luck !!
    Regards
    Krishna Mohan

  • Losing New Mail Notification after send/receive

    Hello,  
    I have a Treo 800w with WM6.1.  Experienced same problem also with HTC Mogul on WM6.0.
    My yahoo email and work exchange email are setup via IMAP.  The new mail notification works when a new message is received.  However, upon the next send/receive, even if the message has not been viewed, the new mail icon and notification goes away.  As a result, I cannot utilize any reminder feature, even third party that will work past the duration of my send/receive interval.  Does any fix exist for this?  
    Thanks for your help
    Post relates to: Treo 800w (Sprint)

    Mail only shows a flag in the Dock for new mail when it arrives in the Inbox; you can't get around this. But you can add this functionality to ALL mailboxes if you download and install this item:
    http://www.macupdate.com/download.php/13292/MailEnhancer-10_3.dmg
    Be sure to follow the directions and it should work without a problem.
    Mulder

  • Deleted mail account keeps sending emails

    I have two different gmail accounts but both with the same 'user name'.
    Since I updated to Mavericks no matter what I try when I send an email with 1 account it sends the email from both accounts. I have tryed delting one of the accounts but it doesnt works. Mail keeps using a deleted account :|
    Thx for helping

    stevenarichards wrote:
    There is no account, so I cannot find a smtp server.  Where do I find it in ML?

  • Stop getting mail, but keep sending

    I have an IMAP account that I want to stop getting mail from, but still send mail from. How can I do this?

    Hello,
    In addition to not checking for new mail automatically, take the account Offline -- Mailbox/Online Status/Take Offline/choose account.
    Of course, you can also create New Mailboxes, and transfer the messages there, if you will never receive or send with this account. Btw, taking an account Offline, does not prevent sending with that address.
    Ernie

  • Better way of Sending E-Mail Notifications -- Workflow or Function Module ?

    Hi All,
    I have an implicit enhancement written in a t-code and based on some conditions I am creating event which inturn will trigger the workflow which inturn send e-mail notification via send mail step.
    My question is:
    Which one of the ways is better in terms of performance or overhead to send an e-mail notification. (There are no Approval processes in the workflow.. Just One Step E-mail Notification).
    1) In the Implicit Enhancement, Trigger an event which inturn will trigger the workflow and e-mail is sent via send mail step.
    2) In the Implicit Enhancement, Send the e-mail notification via standard function modules available... such as
       "SO_OBJECT_SEND", "SO_DOCUMENT_SEND_API1".........
    Would be grateful if someone can post the Advantages and Disadvantages in the above 2 ways of sending e-mail notifications..
    Regards,
    PR.

    Just to throw in some additional factors, consider exception handling:
    An event-based send mail step is decoupled and thus independent of your application. This means your exception handling is separate. It means you do not need to hold up the transaction if there is a failure. All this depends on how important the mail is. You could of course add validation code to ensure the mail address is valid and send it elsewhere if not.
    Regarding performance, consider how often this happens. If it's an infrequent occurrence then I wouldn't worry about performance. Hundreds or thousands a day is a different story.
    So the answer is:
    Workflow for low-volume scenarios (low performance impact) that are important (better error handling in WF),
    Direct mail for high volume and noncritical
    In between these, use whatever you like
    One more thing to perhaps consider the future. What are the chances of the mail being replaced by a work item in furture? Sometimes it's only by observing a process after go live that you can identify the best solution. e.g. you may decide to replace the mail with a "Please go fix this" work item because you need deadline monitoring

  • Error in MAIL notifications in AIA PIP 11g Status Code DELIVERY_TO_GATEWAY

    Hi,
    I am getting the following error while sending the mail notifications :
    Operation     Send
    Overall Status     Failed
    Status Code     DELIVERY_TO_GATEWAY_FAILURE
    Status Message     javax.mail.AuthenticationFailedException
    Timestamp     Sep 1, 2011 1:56:14 AM CDT
    In <AIAHome>/AIAMetaData/config/AIAConfiguration properties file , below properties are set <Property name="EH.INVOKE.NOTIFY">true</Property>
    <Property name="FROM.EMAIL.ID">Email:[email protected]</Property>
    <Property name="EH.DEFAULT.ACTOR.ROLE">AIAIntegrationAdmin</Property>
    2) In em console, under UserMessagingService section , configured the below mentioned Email Driver properties
    Sender Addresses : EMail:[email protected]
    Default Sender Address :[email protected]
    OutGoingMailServer :smtp.company.com
    OutGoingMailServerPort :25
    OutGoingDefaultFromAddress :[email protected]
    3)And in http://<host>:<port>/sdpmessaging/userprefs-ui console added emails Id to user AIAIntegrationAdmin([email protected]) the user is already present in weblogic console Users list
    the password for weblogic user and AIAIntegrationAdmin user are different as i have resetted the AIAIntegrationAdmin user password. will this cause any problem.
    I am able to see the Sender Mail Id as '[email protected]' and Recepient Mail Id as '[email protected]' in the usermessanging server-->message status-->message details.
    do i need to set any password for my smtp mail server in the server..if so please can you let me know in where to set the password for my mail id '[email protected]'
    I have added the password for my mail id '[email protected]' in the OutgoingPassword -->Type of Password -- Use Cleartext Password --> 'entered my mail id password' under the UserMessagingService section Email Driver properties.
    Thanks.

    Hey thanks for ur Response.. The email driver configuration which i did was correct. I figured out the issue and the issue is with my userid which is not in LDAP so it is able to connect to SMTP server when trying to authenticate it is failing and throwing this error.

  • Guided Procedure - How to customize.

    Hi all,
    I need some information guided procedures.
    I have a standard guided procedure to approve the compensation adjustment (HR)
    I have to "customize" it in order to send an email before the procedure is  completed. The effect of the procedure is the approving of comp.adj, so its status is changed to approved. I would also like to insert also a workflow task (on ECC) before the status changes. Can you help to understand:
    -if it is possible to customize a standard guided procedure?
    - how to proceed in doing it?
    Many thanks

    Hi,
    We are trying to send emails from the Guided procedures, did you succeed sending the emails? we don´t know if we have some configuration misssing but we are getting this error:  error_smtp_connect
    did you have the same issues? or similar?
    Thanx in advanced,
    Kind Regards,
    Gerardo J

  • Why does Calendar keep opening my Mail.app to send me email notifications?

    Why does Calendar keep opening my Mail.app to send me email notifications? I've disabled any settings that look like they could be used to sending me an alert. I've also read that disabling the email alerts in gmail would also help (since I use 3 gmail calendars in addition to my icloud calendar). Any ideas on how I might fix this issue?

    Maybe this will help. If you monitor the "More Like This" box, other threads appear. Opening them usually displays other threads.
    https://discussions.apple.com/message/20601031#20601031

  • Personalizing E-mail Templates in Guided Procedures

    Dear All,
    I need an E-mail template which will fetch me the context parameter value like defined in the the block of a Process through Guided Procedures as follows:
            Context Parameter> Input Parameters (of type Structure)->Business Manager (String)
    I need to get the value of "Business Manager" in the E-mail thats sent to all the context processsors.
    I used "ctxt.personalData.lastName" where ctxt is the prefix of Context Parameters, personalData is the structure and lastName is the field to retrieve the value. But this is not working for me.
    Please suggest the possible solution to this.
    Regards,
    Poornima.

    Hi Poornima,
    Than you should check if this parameter is mapped. Send e-mail or Notification callable objects has own parameters and you should have such parameter for the callable object "personalData.lastName" which should be mapped to the context parameter of the action. When you define a due date or notification for an action you have a button "map" and also you should edit the Send e-mail or Notification callable objects so that they contains personalData.lastName parameter.
    Regards,
    Yordan

  • Guided Procedures - set mail smtp host

    Hi,
    I want to set the smtp host to use email notifications in a Guided Procedures process. So I go in the portal to:
    Guided Procedures  -> Administration -> GP Configuration Tool -> Interactive Forms -> SMTP Server
    When I click on the Save button I get
       java.lang.NullPointerException
        at com.sap.caf.eu.gp.ui.conf.iforms.CInteractiveForms.validate(CInteractiveForms.java:382)
    I tried it on another CE installation with the same result. This seems like a bug. Is there another way to set the smtp host in GP? Below the stack trace..
    Regards, Kevin
    java.lang.NullPointerException
         at com.sap.caf.eu.gp.ui.conf.iforms.CInteractiveForms.validate(CInteractiveForms.java:382)
         at com.sap.caf.eu.gp.ui.conf.iforms.CInteractiveForms.save(CInteractiveForms.java:442)
         at com.sap.caf.eu.gp.ui.conf.iforms.wdp.InternalCInteractiveForms.save(InternalCInteractiveForms.java:215)
         at com.sap.caf.eu.gp.ui.conf.iforms.CInteractiveFormsInterface.save(CInteractiveFormsInterface.java:186)
         at com.sap.caf.eu.gp.ui.conf.iforms.wdp.InternalCInteractiveFormsInterface.wdInvokeMethod(InternalCInteractiveFormsInterface.java:196)
         at com.sap.tc.webdynpro.progmodel.generation.ExternalControllerPI$ExternalInterface.invoke(ExternalControllerPI.java:291)
         at $Proxy483_10002.save(Unknown Source)
         at com.sap.caf.eu.gp.ui.gpconf.app.CConfigApp.saveWizard(CConfigApp.java:317)
         at com.sap.caf.eu.gp.ui.gpconf.app.wdp.InternalCConfigApp.saveWizard(InternalCConfigApp.java:158)
         at com.sap.caf.eu.gp.ui.gpconf.app.VConfigApp.onActionSave(VConfigApp.java:430)
         at com.sap.caf.eu.gp.ui.gpconf.app.wdp.InternalVConfigApp.wdInvokeEventHandler(InternalVConfigApp.java:247)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:131)
         at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:72)
         at com.sap.tc.webdynpro.clientserver.phases.ProcessingEventPhase.doHandleActionEvent(ProcessingEventPhase.java:156)
         at com.sap.tc.webdynpro.clientserver.phases.ProcessingEventPhase.execute(ProcessingEventPhase.java:91)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequestPartly(WindowPhaseModel.java:161)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doProcessRequest(WindowPhaseModel.java:109)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:96)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:469)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:52)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doExecute(ClientApplication.java:1388)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doProcessing(ClientApplication.java:1208)
         at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.delegateToApplicationDoProcessing(AbstractExecutionContextDispatcher.java:145)
         at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.DispatchHandlerForAppProcessing.doService(DispatchHandlerForAppProcessing.java:35)
         at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.AbstractDispatchHandler.service(AbstractDispatchHandler.java:116)
         at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:93)
         at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.ExecutionContextDispatcher.dispatchToApplicationDoProcessing(ExecutionContextDispatcher.java:114)
         at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:80)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.dispatch(ApplicationSession.java:506)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.dispatch(ApplicationSession.java:526)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doApplicationProcessingStandalone(ApplicationSession.java:457)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:248)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:698)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:230)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:228)
         at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.delegateToRequestManager(AbstractExecutionContextDispatcher.java:192)
         at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.DispatchHandlerForRequestManager.doService(DispatchHandlerForRequestManager.java:38)
         at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.AbstractDispatchHandler.service(AbstractDispatchHandler.java:116)
         at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:93)
         at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.ExecutionContextDispatcher.dispatchToRequestManager(ExecutionContextDispatcher.java:140)
         at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:92)
         at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:104)
         at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doContent(AbstractDispatcherServlet.java:87)
         at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doPost(AbstractDispatcherServlet.java:61)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:66)
         at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:32)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:431)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:289)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:376)
         at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:85)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:160)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:67)
         at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
         at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:309)
         at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.run(Processor.java:222)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:152)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:247)

    Hi Kevin,
    I didn't get which release of CE you are using, so I am giving you the procedure for SP3. You set the smtp through the Mail Sending tab page. Here's the procedure:
    1. Go to Guided procedure ->
    Administration-> Administer BMF->Clients
    ->select iForms Processor -> press Settings button
    -> Mail Sending tab.
    2. Set your smtp server in SMTP Server field.
    3. Press Save button.
    You can test mail sending by pressing Test button
    but first you should
    configure the mail of the administrator of BMF and
    the mail of the administrator of the client
    (iForms Processor). Please follow instruction below
    BMF Administrator's mail:
    1.Go to Guided procedure ->
    Administration-> Administer BMF->Settings.
    2.Input the mail in Administrator Mail files.
    3.Press Save button.
    iForms client Administrator's mail:
    1. Go to Guided procedure ->
    Administration-> Administer BMF->Clients
    ->select iForms Processor
    2. Press Edit button.
    3. Input the mail in Administrator Mail files.
    4. Press Save button.
    Hope this works out
    Greets,
    Petra

  • Problem encountered while sending a mail notification from BPEL process

    Hi All,
    I am fresher in BPEL world, I am trying to send a notification mail to user using BPEL process. I had done all the configuration needed for mail notification process given in the developer guide.
    I am able send a notification mail to intended recipent and also able to receive response activity from the BPEL process.
    but, I am getting the following error in the server console.
    <2006-10-10 16:58:00,642> <ERROR> <default.collaxa.cube.services> <TaskNotificationsForXPath::getActionableLink> Check the error stack and fix the cause of theerror. Contact oracle support if error is not fixable.
    <2006-10-10 17:02:03,144> <ERROR> <default.collaxa.cube.services> <PCException::<init>> Email account does not exist.
    <2006-10-10 17:02:03,160> <ERROR> <default.collaxa.cube.services> <PCException::<init>> Email Account atikam@localhost does not exist.
    <2006-10-10 17:02:03,160> <ERROR> <default.collaxa.cube.services> <PCException::<init>> Actionable links could not be added to task notification.
    <2006-10-10 17:02:03,160> <ERROR> <default.collaxa.cube.services> <PCException::<init>> Actionable links could not be added to task notification for task 4506.
    The email account that will receive this actionable message is atikam@localhost.
    This task is associated with the business process c0c81fee36462bc5:c2b2f6:10e31
    a208d3:-7fdc, identified by SimpleVacReqEscBPELProcess
    <2006-10-10 17:02:03,160> <ERROR> <default.collaxa.cube.services> <PCException::<init>> Check the error stack and fix the cause of the error. Contact oracle support if error is not fixable.
    <2006-10-10 17:02:03,160> <ERROR> <default.collaxa.cube.services> <TaskNotificationsForXPath::getActionableLink> Actionable links could not be added to task notification.
    <2006-10-10 17:02:03,160> <ERROR> <default.collaxa.cube.services> <TaskNotificationsForXPath::getActionableLink> Actionable links could not be added to task notification for task 4506. The email account that will receive this actionable message is atikam@localhost. This task is associated with the business process c0c81fee36462bc5:c2b2f6:10e31a208d3:-7fdc, identified by SimpleVacReqEscBPELProcess
    <2006-10-10 17:02:03,160> <ERROR> <default.collaxa.cube.services> <TaskNotificationsForXPath::getActionableLink> Check the error stack and fix the cause of theerror. Contact oracle support if error is not fixable.
    - If anyone encountered the same situation, please let me know why above error message is coming.
    Thanks in advance.
    Sagar.

    Hi All,
    I am fresher in BPEL world, I am trying to send a notification mail to user using BPEL process. I had done all the configuration needed for mail notification process given in the developer guide.
    I am able send a notification mail to intended recipent and also able to receive response activity from the BPEL process.
    but, I am getting the following error in the server console.
    <2006-10-10 16:58:00,642> <ERROR> <default.collaxa.cube.services> <TaskNotificationsForXPath::getActionableLink> Check the error stack and fix the cause of theerror. Contact oracle support if error is not fixable.
    <2006-10-10 17:02:03,144> <ERROR> <default.collaxa.cube.services> <PCException::<init>> Email account does not exist.
    <2006-10-10 17:02:03,160> <ERROR> <default.collaxa.cube.services> <PCException::<init>> Email Account atikam@localhost does not exist.
    <2006-10-10 17:02:03,160> <ERROR> <default.collaxa.cube.services> <PCException::<init>> Actionable links could not be added to task notification.
    <2006-10-10 17:02:03,160> <ERROR> <default.collaxa.cube.services> <PCException::<init>> Actionable links could not be added to task notification for task 4506.
    The email account that will receive this actionable message is atikam@localhost.
    This task is associated with the business process c0c81fee36462bc5:c2b2f6:10e31
    a208d3:-7fdc, identified by SimpleVacReqEscBPELProcess
    <2006-10-10 17:02:03,160> <ERROR> <default.collaxa.cube.services> <PCException::<init>> Check the error stack and fix the cause of the error. Contact oracle support if error is not fixable.
    <2006-10-10 17:02:03,160> <ERROR> <default.collaxa.cube.services> <TaskNotificationsForXPath::getActionableLink> Actionable links could not be added to task notification.
    <2006-10-10 17:02:03,160> <ERROR> <default.collaxa.cube.services> <TaskNotificationsForXPath::getActionableLink> Actionable links could not be added to task notification for task 4506. The email account that will receive this actionable message is atikam@localhost. This task is associated with the business process c0c81fee36462bc5:c2b2f6:10e31a208d3:-7fdc, identified by SimpleVacReqEscBPELProcess
    <2006-10-10 17:02:03,160> <ERROR> <default.collaxa.cube.services> <TaskNotificationsForXPath::getActionableLink> Check the error stack and fix the cause of theerror. Contact oracle support if error is not fixable.
    - If anyone encountered the same situation, please let me know why above error message is coming.
    Thanks in advance.
    Sagar.

  • Error while sending E-Mail Notification

    hi,
    when i tried to send mail from BPEL i faced error, where i configured the outlook with gmail server its working fine,here i paste the ns-emails.xml and the error code is server.
    ns_emails.xml
    <EmailAccounts xmlns="http://xmlns.oracle.com/ias/pcbpel/NotificationService"
    EmailMimeCharset=""
    NotificationMode="ALL">
    <EmailAccount>
    <Name>Default</Name>
    <GeneralSettings>
    <FromName>my name</FromName>
    <FromAddress>my email address</FromAddress>
    </GeneralSettings>
    <OutgoingServerSettings>
    <SMTPHost>smtp.gmail.com</SMTPHost>
    <SMTPPort>587</SMTPPort>
         <AuthenticationRequired>true</AuthenticationRequired>
    <UseTLS>true</UseTLS>
    </OutgoingServerSettings>
    <IncomingServerSettings>
    <Server>pop.gmail.com</Server>
    <Port>995</Port>
    <Protocol>pop3</Protocol>
    <UserName>my email address</UserName>
    <Password ns0:encrypted="false" xmlns:ns0="http://xmlns.oracle.com/ias/pcbpel/NotificationService">my password</Password>
    <UseSSL>true</UseSSL>
    <Folder>Inbox</Folder>
    <PollingFrequency>1</PollingFrequency>
    <PostReadOperation>
    <MarkAsRead/>
    </PostReadOperation>
    </IncomingServerSettings>
    </EmailAccount>
    </EmailAccounts>
    Error in server:
    javax.mail.MessagingException: 530 5.7.0 Must issue a STARTTLS
    command first. a4sm326251tib.11
    at com.sun.mail.smtp.SMTPTransport.issueCommand(SMTPTran
    sport.java:1020)
    at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTranspor
    t.java:716)
    at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTrans
    port.java:388)
    at oracle.tip.pc.services.notification.email.EmailDriver
    .sendMessage(EmailDriver.java:215)
    at oracle.tip.pc.services.notification.email.EmailDriver
    .send(EmailDriver.java:185)
    at oracle.tip.pc.services.notification.DefaultNotificati
    onServiceImpl.sendEmailNotification(DefaultNotificationServiceImpl.java:251)
    at oracle.tip.pc.services.notification.NotificationServi
    ceImpl.sendEmailNotification(NotificationServiceImpl.java:271)
    at oracle.bpel.services.notification.queue.sender.MDBCon
    sumer.deliverNotification(MDBConsumer.java:256)
    at oracle.bpel.services.notification.queue.sender.MDBCon
    sumer.onMessage(MDBConsumer.java:137)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native M
    ethod)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMet
    hodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Deleg
    atingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.evermind.server.ejb.interceptor.joinpoint.EJBJoin
    PointImpl.invoke(EJBJoinPointImpl.java:35)
    at com.evermind.server.ejb.interceptor.InvocationContext
    Impl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterce
    ptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContext
    Impl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.SetContext
    ActionInterceptor.invoke(SetContextActionInterceptor.java:44)
    at com.evermind.server.ejb.interceptor.InvocationContext
    Impl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.InvocationContextPool.invoke(
    InvocationContextPool.java:55)
    at com.evermind.server.ejb.MessageDrivenConsumer.onMessa
    ge(MessageDrivenConsumer.java:347)
    at com.evermind.server.ejb.MessageDrivenConsumer.process
    Messages(MessageDrivenConsumer.java:233)
    at com.evermind.server.ejb.MessageDrivenConsumer.run(Mes
    sageDrivenConsumer.java:169)
    at com.evermind.util.ReleasableResourcePooledExecutor$My
    Worker.run(ReleasableResourcePooledExecutor.java:298)
    at java.lang.Thread.run(Thread.java:595)
    please help me out to resolve the issue.
    thanks in Advance
    Aswath Thaniga

    hello Anirudh Pucha,
    thanks for your message,
    i'm downloading all the files you advised and one more doubt regarding SOA installation,
    i'm using BPEL Process manager 10.1.3.1.0 installed on my machine and not installed SOA Suite (problem in installing AS Middle tier), i send voice,sms through BPEL PM which works fine, and faced problem in e-mail notification only, according to me with out installing SOA suite we can use BPEL PM or please let me know the procedure to install the downloading files.
    if possible please send me a details in word documents to my mail "[email protected]".
    Thanks again

  • How to send e-mail notification automatically when a record is inserted?

    Dear All,
    Could anyone kindly tell me how to send e-mail notification automatically when a record is inserted through a form in Oracle Portal Release 2?
    Regards,
    Ridwan.

    Hi,
    If you are writing a form on a table then you can call the mail API from a database trigger on the table. If it is a form on a procedure, you can make the email call from the procedure. To know more about sending mails from plsql go to
    http://www.quest-pipelines.com/newsletter-v2/smtp.htm
    Thanks,
    Sharmila

  • Mail settings for Guided Procedures

    Hi,
    I'm having problems having GP send mails.
    The settings in the GP Administration are correct. I can send test mails to myself without problems, and did the setup that is described here: [Re: Guided Procedures - set mail smtp host]
    Also, I'm sure that my user has an e-Mailaddress and the like, I've set it up properly on R3. Also, when trying to send a mail to a static address (just give it as a value) it still generates problems.
    Now when I go to the log, I get these errors, which are odd, considering mail.sap.org is NOT the SMTP server I set up!!
    Unknown SMTP host: mail.sap.corp
    javax.mail.MessagingException: Unknown SMTP host: mail.sap.corp;
      nested exception is:
    java.net.UnknownHostException: mail.sap.corp
    The question is fairly simple: Where does it say that the SMTP server is that? It's certainly not in Administration > Administer BMF > Clients as it's set correctly there!
    Help would be, as always, greatly appreciated!
    Frederik-Jan

    Hi,
    So, to start the Config Tool, double click the configtool script file from <SAP_install_dir>/<system_name>/<instance_name>/j2ee/configtool directory.
    When you open it, navigate to cluster-data -> template – <name of template> -> instance – <name of instance>  -> services  -> caf/eu/gp/model.
    The template represents the usage type installed on your server (for example, EP). It consists of one or more instances that can be configured in a different way.
    Next, modify the required system parameters (in your case smtp.server and smtp.service_user_mail) :
    a. On the Service properties screen, select a parameter from the table.
    b. In the Custom value field, enter a value for the parameter.
    c. Choose Set.
    The new value appears in the Value column.
    In the Template value field, you can see the default value (if any) for the parameter you have selected. You can restore the default template value for any parameter by choosing Restore to Template.
    So here is the documentation regarding the Config tool as a whole:
    http://help.sap.com/saphelp_nwce10/helpdata/en/e8/f48b33f9a3423c9e688dfa56330e79/content.htm
    Hope that helps
    Greets,
    Petra

Maybe you are looking for

  • Acrobat X versions after 10.0.3 PDF/A Issues - Fixes?

    Every update after 10.0.3 will not let me save as or use preflight to covert documents to PDF/A. I get an error message.  I am able to create a PDF/A1b with some scanned documents, but any time I try to make a PDF/A (any version) from a document gene

  • .Mac video chat with AIM

    Hi all. I'm trying out iChat with a friend of mine, but it isn't working. We're both on Mac's - I have a .Mac accound and my friend has an AIM account. We both get the video symbol in iChat, and once we click on it, we get a video window. So far so g

  • External Number Error in MM01

    Dear Gurus, I tried creating a new material A00001212 in MM01 (Material Master Record), Select material type HAWA, press enter. System keeps displaying or the systems changes A00001212 in to material 99990 and error shows  " Number 99990 not defined

  • Manage data element UMBSZ in Material Record : Entry too long

    Hello I would like to manage alternatives units of measure with a Numerator defined in more than 5 digits, in the material master record (transactions MM01, MM02). For example : A material with a base unit of measure = ST (Items) : view Basic data 1

  • Sql plus crashing

    hi all we have 2 oracle database one database ( A) is having database policies & triggers associated with the policies and other is a standard database (B) no policies and triggers we have db links established between B and A ie. from B to A when we