Subscription service mails not triggered

Hi,
       I have  included the following values in Allowed admin Notifications:-create,delete,updateresource,unsubscribe,updaterecipient,update.
I am receiving mails when the subscription is created, but no mails are received after renaming or changing the contents of the document or uploading a new version.
How can I resolve this issue?
Thanks in advance.

Hi,
did you solve the problem?
I have the same problem here.
Regards
Edited by: Norman Planner on Jun 28, 2011 3:54 PM
Edited by: Norman Planner on Jun 28, 2011 3:55 PM

Similar Messages

  • Web Service is not triggered

    Hi,
    I have a web service in my BPM. This web service is an automated activity to send an e-mail based on user's decision. Everything works fine, except the e-mail is not triggered.
    I configured this e-mail using Logical Destination and when I tested in the WSNavigator, it sent an e-mail.
    So, my question here is, how to make sure this web service is getting called and how to trouble shoot this.
    1. I checked in NWA, there is nothing related to this e-mail Web Service.
    2. Checked in Process Composer: Manage Tasks, I cant see anything here.
    3. Web Service is working fine with both Logical Destination and without.
    I appreciate any help. Thanks.
    Sunita.

    Hi Sunita,
      You didn't say whether you configured the application communication via NWA->SOA Management->Application and Scenario Configuration->Application Communication' (CE 7.2). Since your BPM process is calling a web service you have to assign a profile to it. More information is available here: http://help.sap.com/saphelp_nwce72/helpdata/en/0B/EF46DBC6FA43C580E58EF2A829E343/content.htm
    O.

  • Ssrs subscription service Job not trigggering

    Hi,
    I am using sql 2012 standard edition-and server is configured n single box on azure vm-
    there is DNS/AD/Sql/SharePoint/Project Server 2013 are all in same box on azure- no problem on performance  complain till date on performance.
    2 parties hosted their servers on this same box-
    1st party have DNS name and AD with their company name say contoso.com
    2nd party is my client-but here he uses office 365 enterprise edition- so don't required AD/DNS/etc- say TechNet.com
    Issue- is-when I configured ssrs report subscription service-email are not triggering ?
    this link I am looking to resolve email issue-
    https://technet.microsoft.com/en-us/library/ms159155(d=printer,v=sql.110).aspx
    Any suggestion pls
    thnks

    Hi mafab,
    Generally, when you create an subscription, several things are added to the RS server:
    A row is placed in the Subscriptions table.
    A row is placed in the Schedule and ReportSchedule tables.
    A SQL Server Agent job is created.
     When the subscription runs several things happen:
    The SQL Server Agent job fires and puts a row in the Event table
    The RS server service has a limited number of threads (2 per CPU) that poll the Event table
    When it finds an event, it puts a row in the Notifications table and
    starts processing
    So, from the snapshot you have provided, we can see that the subscription haven't run yet. the issue can be caused by many facotrs, it can be caused by the SQL Angent Job stoped or your SQL Sever Reorting Service is stoped at the time of the Last Run time,
    it can also caused by someone changed the schedule time in the job like below:
    Please try to find the details error message in the log file to help us better analysis about the root cause. The path of the log file like:(please find the correct date of the log file)
    C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\LogFiles
    Good blogs about troubleshooting of the subscription issue:
    http://blogs.msdn.com/b/deanka/archive/2009/01/13/diagnosing-and-troubleshooting-subscriptions.aspx
    http://blogs.msdn.com/b/deanka/archive/2010/02/16/troubleshooting-subscriptions-part-ii-using-the-report-services-trace-log-file.aspx
    If you still have any problem, please feel feel free to ask.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • Mails not triggering in CHARM

    Hi Experts,
    I have configured Solution Manager 4.0 for CHARM.  It is working fine.  My requirement is that, it should trigger mail whenever support team changes.
    Initally, I defined a action to trigger mail once whenever a support team is assigned.  It worked fine. But the problem with this setting is that, whenever I change support team, it is not triggering a mail and this is understood because I configured to trigger once only.  So, I changed the setting of action to "unprocessed", it starts triggering mails whenever I change the support team.
    Now Issue is that, it is also triggering the mail to support team whenever the transaction is saved (Ex:  When I create change document for a support message, transaction saves automatically) even though support message is not changed.  This leads to unnecessary mails.
    In order to avoid unnecessary mails, I deleted the existing action and created a new one wherein start condition was not maintained but maintained setting under scheduled condition as per SAP note 865619 and implemented BADI also. 
    Now I am not getting a single mail whenever a support team is assigned or changed.
    Any suggestion please provide.
    Thanks in advance.
    Regards
    Kumar

    Hi Kumar,
    This can be done very well.
    For this you can implement the BADI ORDER_SAVE, method CHECK_BEFORE_SAVE.
    In this method you write a code as mentioned below,
    1. Use FM
      WA_HEADER = IV_GUID.
      Insert wa_header into table lt_header.
      CALL FUNCTION 'CRM_ORDER_READ'
       EXPORTING
         IT_HEADER_GUID                = lt_HEADER
          IT_ITEM_GUID                  =
       IMPORTING
         ET_CUSTOMER_H                  = lt_customer_h
         ET_ORDERADM_H                  = lt_orderadm_h
          ET_OPPORT_H                   =
          ET_PARTNER                    = lt_partner
          ET_STATUS                     = It_status
          ET_REFOBJ                     = lt_CRMT_refobj_WRKT
           ET_SUBJECT                    = lt_CRMT_SUBJECT_WRKT
       EXCEPTIONS
         DOCUMENT_NOT_FOUND            = 1
         ERROR_OCCURRED                = 2
         DOCUMENT_LOCKED               = 3
         NO_CHANGE_AUTHORITY           = 4
         NO_DISPLAY_AUTHORITY          = 5
         NO_CHANGE_ALLOWED             = 6
         OTHERS                        = 7
      IF sy-subrc <> 0.
        MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    2. You will get the Business Partners entered on the screen in the internal table lt_partner, read the address number1 for the partner function of the support team.
    3. Get the contents from view CRMV_LINKPARTNER using the LV_GUID. And get the address number2 for partner function of the support team.
    4. Compare the address number2 & address number1. If they are not equal then trigger a mail  else don't.
    Let me know if you need some more help.
    Reward if it helps.
    regards,
    mahantesh

  • Web Service is not triggering  using Adobe Interactive Form

    Hello Experts,
      I know this is a common topic now , but the problem I am facing, no thread help me to solve that.
    Problem:--
    My requirement is to create an adobe form , in which
      -> an input field is needed,and some  description is needed.
    I used button to trigger my webservice.
    Here , I want to clear that , I have made a proper WEB SERVICE using Remote Enabled FM.
    My web service is working fine as I have tested from WS NAVIGATOR(Note:  http://<source>:<port>/wsnavigator).
    In Adobe Form (SFP), I have made a new Data connection using WebService WSDL.
    All Request and Response parameters are availabe in Data View palletes of Form.
    Button that is available from data connection is used.
    I  have used Button as  an Execute button , under execute tab in connection , I had given DATA CONNECTION name .
    But above things not worked so ,
    I also tried with Regular Button , and under click written Javascript/FormCalc  which is:--
    var cURL = 'http://x.y.com:8012/sap/bc/srt/rfc/sap/ZMATERIAL_DESCRIPTION?sap-client=800&wsdl=1.1';
    var service = SOAP.connect(cURL);
    xfa.connectionSet.DataConnection2.execute(0);
    But this also not worked .
    So, I think there can be a little issue may be , I am forgetting to click some special  atrributes in form .
    Please help me and let me know what can be probable reasons that webservice is not triggering
    Thanks a lot ,
    Jeet

    Solved my self, converted PDF into image and used that pdf as a static image in Adobe Interactive Form.

  • Subscription Service is not working for KM; NW Portal 7.0

    Hi,
    I got some problems with the subscription service. I get a notifcation mail every time a new subscription is created or deleted. So this works fine for me. But I dont get a notification mail, if someone adds or deletes files in the corresponding folder.
    Any clues?
    Thx in advance
    Edited by: Norman Planner on Jun 28, 2011 3:28 PM

    Hi,
    Check whether the EMAIL and Internet  channel is configured correctly in the below path for receiving the notification.
    System Admin >> System Configuration >> Knowledge Management >>  Content Management >>Configuration >> Content Management >>  Utilities >>  Channels  >> E-mail Channel
    Regards
    Vasu

  • ChaRM: Mail not triggered when current user = mail receiver?

    Dearl all:
         Ive noticed that mails are not triggered when the user who is processing a document is the same who will receive it. Is there any way to deactivate this functionality?
    Thank you very much,
    Federico.

    Hi Miguel, how are you?
          I think it is a nice feature not sending a mail when the user who is changing the status in the one who would receive the mail in that next status. But Im in the testing pahse of implementing SOLMAN and I would like to know if this is a real feature or a flaw, and besides I would like to turn off this possible feature, just for the testing phase. This is not a big deal anyway.
        By the way, I also notice that if there is a partner assigned multiple times to a document, it doesnt trigger the mails as expected.
    Best regards,
    Federico.

  • PO Response mail not triggering in SRM SUS

    Hi,
    We are on SRM7 wtih ECC 6, When user click on Process, Confirm all and Send for a PO from SUS corresponding XML "PurchaseOrderConfirmation_Out" not triggered in SRM.
    with the same settings in Dev and Quality xml triggered successfully but not in PRD
    If any one come accross the same issue, please share the solution.
    Regards,

    I think the shopping cart must be waiting for some approvals...
    Please check the workflow log of the shopping cart...
    PO will be created..once the shopping cart is released....

  • RSPPFPROCESS - mail not triggering for incorrectly processed PO

    Hi All,
    I tried executing the RSPPFPROCESS by giving a variant but I am not able to get the details of any incorrectly processed purchase orders in the output.
    The RSPPFPROCESS  program functions in such a way that if a PO is unsuccessfully processed, then on executing the RSPPFPROCESS program with status "Unsuccessfully Processed" a mail will be triggered to the creators whose POs were incorrectly processed.
    But this is not happening in my case, the mail is not getting triggered at all.
    The variant details are:
    Application : BBP_PD
    Action Profile : BBP_PD_PO
    Action Definition : STANDARD_PO
    Promotion status : 2 (ie)incorrectly processed
    Processing type : MET
    Time of Processing : Processing when saving document
    The radio buttons: Ignore "Repeat" flag and Ignore "Generated Manually" flag are checked.
    The check box "Number of Actions Outputted" is checked.
    Please help.
    Thanx in advance.
    Regards,
    Mary Catherine

    Hello Prasath,
    Please check your configuration on ERP/ECC
    side in transaction SWETYPV. Here you can enable or disable the
    event type linkage for BUS2012 and for CL_SE_PUR_PO_WF_OUT or any
    customer-specific business object related to Purchase Orders which might
    be in use. If you disable the event linkage for CREATE and/or change
    event, no message will be triggered upon PO creation.
    If this is not sufficient for your business process the usual logic is
    that all Purchase Order message are being sent out when the event
    linkage is active (e.g. you want to send out only some of the message
    types possible). In this case you might want to make use of BAdI
    PUR_SE_PO_INTERFACE_OUT_SELECT (enhancement spot / BAdI)."
    Enhancement Spot: PUR_SPOT_SE_PURCHASE_ORDER
    BAdI Definition:  PUR_SE_PO_INTERFACE_OUT_SELECT
    Interface:        IF_PUR_SE_PO_IF_OUT_SELECT
    BADI definition   PUR_APPL_SE_POCONF_IN_ASYN
    Also in the standard, for the following messages
       PurchaseOrderChangedInformation_Out
       PurchaseOrderERPRequest_Out_V1
       PurchaseOrderERPConfirmation_Out
    we are sending out these information as soon as a purchase Order is
    created. We do not distinguish between the services all of them will be
    triggered.
    Hope this hepls
    Ray

  • Workflow mail not triggering for PO's to the Manager

    Dear Seniors,
      I am creating a PO and keeping in hold and later on saving the PO. But for those kind of PO's, the manager is not getting the mail for approval. But if i create a PO without keeping in hold with same data, system is triggering the mail to the manager. Why is it so? how can i make the settings to trigger the mail for hold-saved PO's. Please guide me.
    Regards,
    Prasath J

    Hello Prasath,
    Please check your configuration on ERP/ECC
    side in transaction SWETYPV. Here you can enable or disable the
    event type linkage for BUS2012 and for CL_SE_PUR_PO_WF_OUT or any
    customer-specific business object related to Purchase Orders which might
    be in use. If you disable the event linkage for CREATE and/or change
    event, no message will be triggered upon PO creation.
    If this is not sufficient for your business process the usual logic is
    that all Purchase Order message are being sent out when the event
    linkage is active (e.g. you want to send out only some of the message
    types possible). In this case you might want to make use of BAdI
    PUR_SE_PO_INTERFACE_OUT_SELECT (enhancement spot / BAdI)."
    Enhancement Spot: PUR_SPOT_SE_PURCHASE_ORDER
    BAdI Definition:  PUR_SE_PO_INTERFACE_OUT_SELECT
    Interface:        IF_PUR_SE_PO_IF_OUT_SELECT
    BADI definition   PUR_APPL_SE_POCONF_IN_ASYN
    Also in the standard, for the following messages
       PurchaseOrderChangedInformation_Out
       PurchaseOrderERPRequest_Out_V1
       PurchaseOrderERPConfirmation_Out
    we are sending out these information as soon as a purchase Order is
    created. We do not distinguish between the services all of them will be
    triggered.
    Hope this hepls
    Ray

  • E-mail not triggering for published RFx ( Bid Invitaion) in SRM7.0

    Hi Friends,
    We implementing SRM7.0 with ECC6 ( Ehp4) and deploying Classic scenarion.Just configuring and testing RFx  functionality.
    In Vendor Master (Ext BP) I entered my Officale-mail id for testing and published one RFx. I'm expecting Bidder (means me) should get the e-mail RFx with URL of SRM to enter RFx Response with User ID and Password along with softcopy of RFx..but its not happening...
    Can anyone please confirm me exactly what settings need to be done /ensured  to get the Bidder, the e-mail RFx with URL of SRM to enter RFx Response with User ID and Password...any further services need to be activated.. ?
    Response much appriciated.
    Thanks
    NAP

    In front of RFx  ststus is waiting (Yellow colour) with ststus Text " Wait for communications service" and in detail it mentioned
    " Definition
    A message was sent by the application. The status of the message is 'Waiting'.
    Use
    The message is in the queue. The SAPconnect send process will send the message during the next run."

  • Mail not triggerring inside the condition.

    Hi,
    I am facing a problem when approving commercial validation through workflow
    I have created an condition and inside the condition i have added the send mail
    the email is sent if i put it outside the conditions
    but if i put inside the conditions.. in the log and in the technical list
    it shows status that mail sent
    but when i see the log in the SOST transaction
    it shows an grey icon with an status message 672 (no data to send in the que)
    can anyone guide me,  what would be the problem..
    Thanks & Regards
    dhinesh

    dinesh,
    technically a condition should not have any impact on the execution of send mail step except for that the condition should be satisfied for that branch.
    try the following steps to find the problem
    - check the binding of send mail step
    - moreover instead of sending external mail try to send to sap inbox

  • Outage has caused subscription services to not be recognized.

    I have several apps that require subscriptions to access advanced features.  Since this outage began, the affected apps display an error message indicating a subscription is required.  The restore subscription option fails.

    All stores have been offline today due to server problems.

  • OA Adapter not triggering in ESB but if the service is in BPEL its triggere

    Hi All,
    I have used Oracle Applications Adapter and choosen a Business Event in Ebiz API this is ESB. SomeTimes this ESB service is not triggered, when i did this in bpel its working fine can any one answer to this.
    Thanks.

    I suppose this is an ADF question. you might want to paste this @ JDeveloper and ADF in JDev and ADF forum to get speedier response.

  • Report Subscription by email error - The SQL Agent service is not running

    Hello All,
    This may be an easy answer, so please excuse my ignorance if I am overlooking something simple. I a simply trying to setup Report Subscriptions to be emailed to me. We currently have essentially 3 servers in use in our environment - a CAS, a Site server
    and a SQL 2012.
    I have configured the email settings in Reporting Services Configuration Manager on the Site server and was finally able to see the email option in the Create Subscription Wizard, but it errors out with:
    System.Web.Services.Protocols.SoapException: The SQL Agent service is not running. This operation requires the SQL Agent service. ---> Microsoft.ReportingServices.Diagnostics.Utilities.SchedulerNotRespondingException: The SQL Agent service is not running.
    This operation requires the SQL Agent service.   at Microsoft.ReportingServices.Library.ReportingService2005Impl.CreateSubscription(String Report, ExtensionSettings ExtensionSettings, Boolean isDataDriven, DataRetrievalPlan DataRetrievalPlan, String
    Description, String EventType, String MatchData, ParameterValueOrFieldReference[] Parameters, Guid batchId, String& SubscriptionID)   at Microsoft.ReportingServices.WebServer.ReportingService2005.CreateSubscription(String Report, ExtensionSettings
    ExtensionSettings, String Description, String EventType, String MatchData, ParameterValue[] Parameters, String& SubscriptionID)
    We do not have SQL installed locally, therefore it makes sense that the Agent service is not running. How do I subscribe to alerts in SCCM without a local installation of SQL?
    -Brad

    I am positive - see screenshots below of services on the SQL server:
    Yes, reports work perfectly otherwise... Just cannot subscribe.
    -Brad

Maybe you are looking for

  • How to change the price in sales order copying from contract?

    Hi All, I am creating a sales order with reference to contract & the same prices in the contract are flowing. But the validity of prices are expired & I am unable to edit the prices in the sales oerder level. Please suggest what configuration need to

  • SLD - Error in creation of technical system

    hi experts, when we go to create a new technical system type WEB AS ABAP, the system said 'system already exists' it exist other technical system for this system of type third party, don't is it possible have together? very thanks,

  • Mountain Lion Safari iCloud icon missing

    After installing Mountain Lion the expected iCloud icon in Safari toolbar is not there! Please advise! P. Bowden

  • Is there a "pointer arrow" or similar feature in iMovie HD?

    Is there a "pointer arrow" or similar feature in iMovie HD that can be used to highlight a specific object (in this case a person) in iMovie HD? My son is making a soccer highlight video of himself for college coaches, and we would like to, in some w

  • What is the most recent iPhone 4 software?

    I try to update my software but it says I have the most recent software. However I know this is not true because I just had my phone replace by the apple store and the software that was on my phone before I re-synced it to my computer (from the back