Welcome to dbFreaks.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Notification Throttle

 
   Database Help (Home) -> Notification Services RSS
Next:  Serialization?  
Author Message
Utf-8BSnVsaWFu

External


Since: May 12, 2004
Posts: 1



(Msg. 1) Posted: Wed May 12, 2004 9:46 am
Post subject: Notification Throttle
Archived from groups: microsoft>public>sqlserver>notificationsvcs (more info?)

Error:
The Number of Notifications in this quantum is greater than the throttle specified for notifications.

I already update the folloging parameters but still goves , me this msg

<EventThrottle>0
<SubscriptionThrottle>0
<NotificationsThrottle>0

Please help

Julian

 >> Stay informed about: Notification Throttle 
Back to top
Login to vote
Jason S Morris

External


Since: Nov 13, 2003
Posts: 5



(Msg. 2) Posted: Wed May 12, 2004 10:32 am
Post subject: Re: Notification Throttle [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

There are two things I would check.

I am assuming that you did a nscontrol update after making the changes
to the config file.

1) Look in the help and make sure that the <NotificationThrottle> can
be updated on nscontrol update. Some settings do not get updated with
an nscontorl update. However, I think this one is...if memory serves.
2) Go into the databases and find the table that the notification
throttle is set in and verify its value. I quick test would to be
changing this value through SQL update statement to see if it corrects
your problem.

Sorry, I cannot be more specific right now, but I don't have access to
SQL NS help file or to my instance that I have running to give you exact
table names. I hope this will point you in the right direction.

Jason

"Julian" <anonymous RemoveThis @discussions.microsoft.com> wrote in message
news:41B2E736-43E7-4062-A0E5-9012C7238BB1@microsoft.com...
 > Error:
 > The Number of Notifications in this quantum is greater than the
throttle specified for notifications.
 >
 > I already update the folloging parameters but still goves , me this
msg
 >
 > <EventThrottle>0
 > <SubscriptionThrottle>0
 > <NotificationsThrottle>0
 >
 > Please help
 >
 > Julian
 >
 >
 >
 >
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Notification Throttle 
Back to top
Login to vote
Julian1

External


Since: May 17, 2004
Posts: 3



(Msg. 3) Posted: Wed May 12, 2004 11:35 am
Post subject: Re: Notification Throttle [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks
Yes I use the nscontrol update, and I check the database
and the entries are there, I already restart the server
and that did not help.

Julian

 >-----Original Message-----
 >There are two things I would check.
 >
 >I am assuming that you did a nscontrol update after
making the changes
 >to the config file.
 >
 >1) Look in the help and make sure that the
<NotificationThrottle> can
 >be updated on nscontrol update. Some settings do not
get updated with
 >an nscontorl update. However, I think this one is...if
memory serves.
 >2) Go into the databases and find the table that the
notification
 >throttle is set in and verify its value. I quick test
would to be
 >changing this value through SQL update statement to see
if it corrects
 >your problem.
 >
 >Sorry, I cannot be more specific right now, but I don't
have access to
 >SQL NS help file or to my instance that I have running
to give you exact
 >table names. I hope this will point you in the right
direction.
 >
 >Jason
 >
 >"Julian" <anonymous DeleteThis @discussions.microsoft.com> wrote in
message
 >news:41B2E736-43E7-4062-A0E5-
9012C7238BB1 DeleteThis @microsoft.com...
  >> Error:
  >> The Number of Notifications in this quantum is greater
than the
 >throttle specified for notifications.
  >>
  >> I already update the folloging parameters but still
goves , me this
 >msg
  >>
  >> <EventThrottle>0
  >> <SubscriptionThrottle>0
  >> <NotificationsThrottle>0
  >>
  >> Please help
  >>
  >> Julian
  >>
  >>
  >>
  >>
  >>
 >
 >
 >.
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Notification Throttle 
Back to top
Login to vote
Joe Webb1

External


Since: Apr 28, 2004
Posts: 118



(Msg. 4) Posted: Thu May 13, 2004 11:58 am
Post subject: Re: Notification Throttle [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Julian -

Forgive the obvious question, but have you run
NSControl update
since changing the values?

Is your system that high volume?

HTH...
Joe Webb

Julian wrote:
 > Error:
 > The Number of Notifications in this quantum is greater than the throttle specified for notifications.
 >
 > I already update the folloging parameters but still goves , me this msg
 >
 > <EventThrottle>0
 > <SubscriptionThrottle>0
 > <NotificationsThrottle>0
 >
 > Please help
 >
 > Julian
 >
 >
 >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Notification Throttle 
Back to top
Login to vote
Joe Webb1

External


Since: Apr 28, 2004
Posts: 118



(Msg. 5) Posted: Thu May 13, 2004 12:04 pm
Post subject: Re: Notification Throttle [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Julian -

I missed these follow up posts when I composed my earlier reply.

To make sure the settings did indeed take when you ran "NSControl
update" run the following query in QA in the application database:

SELECT * FROM NSApplicationConfig

Joe Webb



Julian wrote:

 > Thanks
 > Yes I use the nscontrol update, and I check the database
 > and the entries are there, I already restart the server
 > and that did not help.
 >
 > Julian
 >
 >
  >>-----Original Message-----
  >>There are two things I would check.
  >>
  >>I am assuming that you did a nscontrol update after
 >
 > making the changes
 >
  >>to the config file.
  >>
  >>1) Look in the help and make sure that the
 >
 > <NotificationThrottle> can
 >
  >>be updated on nscontrol update. Some settings do not
 >
 > get updated with
 >
  >>an nscontorl update. However, I think this one is...if
 >
 > memory serves.
 >
  >>2) Go into the databases and find the table that the
 >
 > notification
 >
  >>throttle is set in and verify its value. I quick test
 >
 > would to be
 >
  >>changing this value through SQL update statement to see
 >
 > if it corrects
 >
  >>your problem.
  >>
  >>Sorry, I cannot be more specific right now, but I don't
 >
 > have access to
 >
  >>SQL NS help file or to my instance that I have running
 >
 > to give you exact
 >
  >>table names. I hope this will point you in the right
 >
 > direction.
 >
  >>Jason
  >>
  >>"Julian" <anonymous.RemoveThis@discussions.microsoft.com> wrote in
 >
 > message
 >
  >>news:41B2E736-43E7-4062-A0E5-
 >
 > 9012C7238BB1.RemoveThis@microsoft.com...
 >
   >>>Error:
   >>>The Number of Notifications in this quantum is greater
 >
 > than the
 >
  >>throttle specified for notifications.
  >>
   >>>I already update the folloging parameters but still
 >
 > goves , me this
 >
  >>msg
  >>
   >>><EventThrottle>0
   >>><SubscriptionThrottle>0
   >>><NotificationsThrottle>0
   >>>
   >>>Please help
   >>>
   >>>Julian
   >>>
   >>>
   >>>
   >>>
   >>>
  >>
  >>
  >>.
  >><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Notification Throttle 
Back to top
Login to vote
Display posts from previous:   
   Database Help (Home) -> Notification Services All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]