Disabled subscription sends notifications, relative date not working properly

Hi
I have two problems regarding subscriptions:
1.When I disable a subscription, should I receive any further notifications? I am receiving notifications despite disabling the subscription.
(I have cloned the template and deleted the original template, then sending email notification will be stopped, but as soon as assigning new template to subscription, sending emails starts, whether subscription is enabled or not)
2. The criteria for subscription is as follows:
Status = Active or Status = Pending and Source = Portal and Created date [relative] = [now-7d]
Regarding the criteria, it must check whether it has past 7 days from incident creation, but it starts sending notifications without considering the [now -7d] condition.
I use SCSM 2012 SP1 - Rollup 6.
Am I doing something wrong?
YSobhdel

The actual criteria was Created Date greater than or equal to [now-7d]
What I am trying to accomplish is that whenever an open incident (i.e., not resolved or closed incident) is active more than 7 days, assigned to user will be notified.
My Question is , why is it happening in the first place, this criteria is nearly impossible to catch (equal to [now-7d]), yet it is sending notifications from the first day. I have testes the notification with
Created Date greater than or equal to [now-7d] as well but to no avail, still the same problem.
About delay, I am 100% sure that this is not performance problem, since this workflow is set to periodically check criteria and is run once a day. I have waited for the setting to apply for about two days and this is far beyond any delay! (for two consecutive
days, I have received this notification).
YSobhdel

Similar Messages

  • Notification sound is not working properly

    I have a problem with the notification sounds wether it was for the sms or chat.
    The sound of the notification is not plaid properly, am not sure that i can describe it but try to imagine that the sound was frozen then went on.
    It repeats the sound at first then play the rest of the tone.
    Hope you got me guys, cause it annoys me and i need a solution.
    I have tried another iphone and the sound came out perfectly as i heared when i selected it from the setting.
    Many thanks and best regards,

    You're welcome.
    I assume you have checked the volume level when playing music? The iPhone has two volume levels - one for the phone and when listening to songs or other media, and another for the volume for the ringer, alerts, and other sound effects.

  • Outlook 2013 sending email using template not working properly...

    I've created several email templates by doing the following:
    open new message
    add some tekst in the body
    save as > oft file
    Now when I open such oft file I add some modifications in the body text and send the message. However, the send item does not contain the modifications I just made, only the text that was included in the template.
    We're using Outlook 2013 SP1 (with all microsoft updates installed) with Exchange 2013 SP1 standalone server. Is this a Outlook or Exchange issue and how can I resolve this?
    Thnx Remco

    Hi Remco,
    Please also try to start Outlook in safe mode and test again to check if this issue continues. To start Outlook in safe mode, press Windows key + R to open the Run command, type
    outlook /safe and press Enter.
    If problem continues in Outlook safe mode, please try creating a new mail profile and reconfigure your email account, then creating a .oft template to test this issue again. For your convenience:
    http://office.microsoft.com/en-in/outlook-help/create-an-outlook-profile-HA102749460.aspx
    Please let me know the result.
    Regards,
    Steve Fan
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • RFC Sender Communication Channel is not Working Properly

    Hi All,
    I had a Small Problem.
    I had configured RFC Sender in Asyn mode as given in Weblog 5398
    The Scenario is working fine for 1 time, after the execution the Communication Channel should be made Active again to make it work for the next time.
    For every time to Execute the Scenario i had to Activate the RFC CC.
    It is some complicated one. So any one please suggest me what can be done to Resolve the issue.
    Thanks in Advance.
    Sriram

    Hi Bhavesh,
    when we test RFC connection it is Failing and giving this error
    Error Details     ERROR: timeout during allocate of registered program
    Error Details     LOCATION: SAP-Gateway on host p162845 / sapgw00
    Error Details     DETAIL: TP Flightdatasender init/busy for more than 60 sec
    Error Details     COMPONENT: SAP-Gateway
    Error Details     COUNTER: 31415
    If I Activate the RFC sender CC.It is working again.
    After 1 Execution.It is throwing this error.
    I even added Name as 'jco.server.max_startup_delay' and Value '1000' in advanced Mode of RFC sender CC.
    Please suggest me.
    Thanks in Advance.
    Sriram

  • Need help to cancel by Creative Cloud Subscription and Live Chat does not work

    I need to cancel by Creative Cloud Subscription and Live Chat does not work for me. The the chat only sent me :You are not currently connected to a chat representative. When a representative was online and I can't send my message out.

    Hi Joshua_U,
    I would request you to to perform the steps of cancellation mention in these links
    http://helpx.adobe.com/x-productkb/policy-pricing/cancel-membership-subscription.html
    http://helpx.adobe.com/creative-cloud/help/manage-creative-cloud-teams-membership.html.
    In case you are still unable to complete it, please inbox me your order number.
    Note-( Any Creative Cloud whose date of purchase is more than 30 days attracts a penalty except if you are opting to exchange it with different type of CC subscription, the order number of the exchange CC is required to fore go the penalty if applicable)
    Regards,
    Rajshree

  • Facebook notifications on ipad not working

    facebook notifications on ipad not working or displaying on ipad notifications.
    They are displaying on the iPhone though.
    Is this normal behavior or perhaps I have missed something.?
    Please let me know
    Thank you

    Tap Settings > Notifcation Center > Facebook
    Tap Banners or Alerts
    Switch Badge App Icon ON.

  • Sender Soap Channel is not working - Service Temporarily Unavailable [503]

    dEAR FRIENDS,
    We are facing one critical issue in sender soap adapter. After upgrading our system to PI 7.1 The sender soap channle is not working. From source  system  it is not reaching PI : the log from source system as follows:
    org.springframework.ws.client.WebServiceTransportException: Service Temporarily Unavailable [503]
          at org.springframework.ws.client.core.WebServiceTemplate.handleError(WebServiceTemplate.java:627)
          at org.springframework.ws.client.core.WebServiceTemplate.doSendAndReceive(WebServiceTemplate.java:551)
          at org.springframework.ws.client.core.WebServiceTemplate.sendAndReceive(WebServiceTemplate.java:502)
          at org.springframework.ws.client.core.WebServiceTemplate.marshalSendAndReceive(WebServiceTemplate.java:351)
          at org.springframework.ws.client.core.WebServiceTemplate.marshalSendAndReceive(WebServiceTemplate.java:345)
          at org.springframework.ws.client.core.WebServiceTemplate.marshalSendAndReceive(WebServiceTemplate.java:337)
          at com.palm.txnengine.wsclient.DailyRevenuePostingWSGateWaySupport.postToSap(DailyRevenuePostingWSGateWaySupport.java:23)
          at com.palm.txnengine.wsclient.DailyRevenuePostingImpl.execute(DailyRevenuePostingImpl.java:93)
          at org.springframework.batch.core.step.tasklet.TaskletStep$2.doInChunkContext(TaskletStep.java:264)
          at org.springframework.batch.core.scope.context.StepContextRepeatCallback.doInIteration(StepContextRepeatCallback.java:67)
          at org.springframework.batch.repeat.support.RepeatTemplate.getNextResult(RepeatTemplate.java:352)
          at org.springframework.batch.repeat.support.RepeatTemplate.executeInternal(RepeatTemplate.java:212)
          at org.springframework.batch.repeat.support.RepeatTemplate.iterate(RepeatTemplate.java:143)
          at org.springframework.batch.core.step.tasklet.TaskletStep.doExecute(TaskletStep.java:239)
          at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:198)
          at org.springframework.batch.core.job.AbstractJob.handleStep(AbstractJob.java:348)
          at org.springframework.batch.core.job.flow.FlowJob.access$0(FlowJob.java:1)
          at org.springframework.batch.core.job.flow.FlowJob$JobFlowExecutor.executeStep(FlowJob.java:137)
          at org.springframework.batch.core.job.flow.support.state.StepState.handle(StepState.java:60)
          at org.springframework.batch.core.job.flow.support.SimpleFlow.resume(SimpleFlow.java:144)
          at org.springframework.batch.core.job.flow.support.SimpleFlow.start(SimpleFlow.java:124)
          at org.springframework.batch.core.job.flow.FlowJob.doExecute(FlowJob.java:105)
          at org.springframework.batch.core.job.AbstractJob.execute(AbstractJob.java:250)
          at org.springframework.batch.core.launch.support.SimpleJobLauncher$1.run(SimpleJobLauncher.java:110)
          at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:49)
          at org.springframework.batch.core.launch.support.SimpleJobLauncher.run(SimpleJobLauncher.java:105)
          at org.springframework.batch.core.launch.support.CommandLineJobRunner.start(CommandLineJobRunner.java:207)
          at org.springframework.batch.core.launch.support.CommandLineJobRunner.main(CommandLineJobRunner.java:254)

    Hi,
    Please check this generic description:
    The error message 503 Service unavailable Application stopped! is displayed.
    Description:The server is currently unable to handle the request due to a temporary overloading or maintenance of the server. The implication is that this is a temporary condition which will be alleviated after some delay. If known, the length of the delay MAY be indicated in a Retry-After header. If no Retry-After is given, the client SHOULD handle the response as it would for a 500 response.
    Note: The existence of the 503 status code does not imply that a server must use it when becoming overloaded. Some servers may wish to simply refuse the connection.
    Possible Tips: Because of J2EE application com.sap.aii.af.ms.app not active
    u2022 Try to (re)start the application using the Visual Administrator Choose Server --> Services --> Deploy --> View on Application or restart the J2EE engine
    u2022 The problem is that not all J2EE services can be started by the J2EE. i.e Start the Visual Administrator and select Server->Services->Deploy in the tree on the left. On the right-hand side, choose the Runtime tab page. You see a tree in the right window with all applications if you select the APPLICATION radio button. Check if they are running, otherwise choose Start. Usually the J2EE engine starts all services automatically.
    u2022 Refer SAP Note 803145,807000,791655
    May it helps.
    Regards,
    Caio Cagnani

  • Certain features in Gmail, like chat and sending an email, are not working in normal mode.

    There seems to be some sort of problem with perhaps Flash/Java in Gmail, not sure. The chat box doesn't appear, and I can't send or reply to emails unless I'm in safe mode. It seems as though some add-on or feature is not working properly. This is a new issue, but didn't come about after downloading a newer version of Firefox. I am currently using 3.6.
    == URL of affected sites ==
    http://gmail.com

    Update flash to the latest version: http://support.mozilla.com/en-US/kb/Managing+the+Flash+plugin?s=update+flash&as=s#Updating_Flash

  • My ipad2 is disabled and my power button is not working, how to reset the passcode?

    My ipad2 is disabled and my power button is not working, how to reset the passcode?

    Hi, there is no fix for this unfortunately. However you can plug your iPad into iTunes and providing you have made a backup, you can restore from it
    you say its disabled, what does the message on the screen say?

  • How to reset iphone 5s to factory settings if iphone is disabled and if Home button is not working

    how to reset iphone 5s to factory settings if iphone is disabled and if Home button is not working?

    Visit an Authorized Apple Service Provider or Apple Store to get it serviced:
    iPhone - Contact Support - Apple Support

  • I downloaded the S5 upgrade a week ago. Now, may notification LED will not work when phone is in 'mute' mode. It always did before. How do I fix this?

    I downloaded the S5 upgrade a week ago. Now, may notification LED will not work when phone is in 'mute' mode. It always did before. How do I fix this?

    same thing happened to my S5.  We're beyond frustrated.

  • Im tryting to install new itunes but says windows installer, you are tring to use is a network resource that is unavailable. find folder itunes.msi  i dont have a folder like that and anything i use that is related does not work. help me?

    "you are tring to use is a network resource that is unavailable. find folder itunes.msi" i dont have a folder like that and anything i use that is related does not work. ive tryed to uninstall but still does the same thing when.

    Should the advice above not fix things for you...
    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down the page in case one of them applies.
    The further information area has direct links to the current and recent builds in case you have problems downloading, need to revert to an older version or want to try the iTunes for Windows (64-bit - for older video cards) release as a workaround for installation or performance issues, or compatibility with QuickTime or third party software.
    Your library should be unaffected by these steps but there are also links to backup and recovery advice should it be needed.
    tt2

  • Iphone 5 cellular data not working,

    iphone 5 cellular data not working, so i reset the all phone settings and it is showing only apple symbol on the screen afer i switched on the top.How to fix this problem

    Hold the sleep / wake button and the home button down until the phone shuts off and then allow it to reboot again
    Please let us know if that helps

  • Sending e-mails does not work

    After switching on the mail server, adding an MX record on the DNS of the server and on the web site of the domain supplier the mail server is working. That is sending and receiving locally works. Receiving external mail works as well but sending mail back does not work. The mail is sent but never arrives. The SMTP log gives the following message.
    Jan 19 23:19:10 domain.nl postfix/smtp[80282]: connect to gmail-smtp-in.l.google.com[173.194.70.26]:25: Operation timed out
    Jan 19 23:19:10 domain.nl postfix/smtp[80282]: connect to gmail-smtp-in.l.google.com[2a00:1450:4001:c02::1a]:25: No route to host
    Jan 19 23:19:10 domain.nl postfix/smtp[80282]: connect to alt1.gmail-smtp-in.l.google.com[2a00:1450:4010:c04::1b]:25: No route to host
    (domain.nl is not the real used domain name)
    Can anybody help.
    It is the last part of the server that does not work. Wiki's, webserver, network users, calendars, contracts are all working fine.
    Thanks in advance.

    are you on a static IP with a provider that doesn't block port 25?
    from terminal, what happens when you
         telnet gmail-smtp-in.l.google.com 25

  • I need help installing Lightroom 5.  I tried the trial and it does not have an uninstall feature.  Thus, I'm trying to activate with my new $9.99 per month subscription and it simply will not work. Very frustrating you already took my money and no results

    I need help installing Lightroom 5.  I tried the trial and it does not have an uninstall feature.  Thus, I'm trying to activate with my new $9.99 per month subscription and it simply will not work. Very frustrating you already took my money and no results, and very difficult to get help.

    Lightroom Trial uninstall wrote:
    Very frustrating you already took my money and no results, and very difficult to get help.
    Just for clarity, "we" haven't taken your money - this is a user-to-user forum, and you're not talking to Adobe.
    Like Rob I'm a Windows user, and - like him - I thought "uninstalling" on Macs was simply a case of trashing the application. Google would seem to concur.
    Not really a Lightroom/Adobe issue, then?

Maybe you are looking for