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

Notification Services error 60018

 
   Database Help (Home) -> Notification Services RSS
Next:  - - Notification SentTime is wrong - time zone is..  
Author Message
Hilda

External


Since: Oct 16, 2003
Posts: 5



(Msg. 1) Posted: Thu Jan 22, 2004 7:02 pm
Post subject: Notification Services error 60018
Archived from groups: microsoft>public>sqlserver>notificationsvcs (more info?)

Hi,

We install NS with a Clustered Single Server Deployment.
In this cluster is located the database server and the
generator. In a single server (not clustered) is located
the distributor. When I try to enable the instance, the
generator show the status "enable pending". The other
components are "Enabled". I tried enable the generator
with all the options I found in the Books Online
(NSControl Enable command). I checked the database server
event log, and the only strange message I found
was "Error: 60018, Severity: 19, State: 50
Notification Services error 60018". I don't know if this
message have relation with the generator status, but I
didn't find information about error 60018.

Could you help me, please?

 >> Stay informed about: Notification Services error 60018 
Back to top
Login to vote
Utf-8BRGF2ZQ

External


Since: Jan 29, 2004
Posts: 9



(Msg. 2) Posted: Wed Feb 04, 2004 10:51 am
Post subject: RE: Notification Services error 60018 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Unfortunately, there is no alternative but to post to this newsgroup.

Did anybody ever solve this error message? We are seeing the same message.

Insert lonely sound of whistling wind here...

Dave

 >> Stay informed about: Notification Services error 60018 
Back to top
Login to vote
Reza

External


Since: Feb 04, 2004
Posts: 1



(Msg. 3) Posted: Wed Feb 04, 2004 11:10 am
Post subject: Re: Notification Services error 60018 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi,

I get the same error when I run the notification rule in query analyzer.
I've called Microsoft support and they have no idea why this error is generated.
If you find out anything let me know.

Thanks

Reza

"Hilda" <anonymous RemoveThis @discussions.microsoft.com> wrote in message news:<24d601c3e144$31678740$a101280a@phx.gbl>...
 > Hi,
 >
 > We install NS with a Clustered Single Server Deployment.
 > In this cluster is located the database server and the
 > generator. In a single server (not clustered) is located
 > the distributor. When I try to enable the instance, the
 > generator show the status "enable pending". The other
 > components are "Enabled". I tried enable the generator
 > with all the options I found in the Books Online
 > (NSControl Enable command). I checked the database server
 > event log, and the only strange message I found
 > was "Error: 60018, Severity: 19, State: 50
 > Notification Services error 60018". I don't know if this
 > message have relation with the generator status, but I
 > didn't find information about error 60018.
 >
 > Could you help me, please?<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Notification Services error 60018 
Back to top
Login to vote
Diane Larsen MSFT

External


Since: Sep 02, 2003
Posts: 36



(Msg. 4) Posted: Mon Mar 08, 2004 7:36 pm
Post subject: Re: Notification Services error 60018 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

The following information should be available if you click the link at the
bottom of the message in the Event Viewer.



A rule firing object state was not found in the extended stored procedure
cache.

Explanation

The generator fires event and scheduled rules by preparing and then firing
the rules. The preparation steps include creating views over the event and
subscription tables and adding a rule firing object to an internal cache
called the extended stored procedure cache. The running of notification
rules can then use those views and call the Notify function associated with
the notification class for which the notifications are generated.

However, if a Notify function is run outside the context of the generator,
the preparation steps do not occur, no rule firing object is created, and
the extended stored procedure cache is left in an unexpected state.

User Action

Do not run the notification functions outside the context of the generator.
If you want to test rules, copy the complete rule to Query Analyzer, remove
the notification function, and make the necessary table name changes before
running the rule.

For example, suppose you have the following event rule in your application
definition file (ADF):

SELECT dbo.FlightNotificationsNotify(S.SubscriberId,

S.DeviceName, S.SubscriberLocale, E.Carrier,

E.LeavingFrom, E.GoingTo, E.Price, E.Conditions)

FROM FlightEvents E, FlightSubscriptions S

WHERE E.LeavingFrom = S.LeavingFrom

AND E.GoingTo = S.GoingTo

AND ( (E.Carrier = S.Carrier) OR (S.Carrier = '*') )

AND E.Price < S.Price



You would change it as follows to test the rule in Query Analyzer:

SELECT S.SubscriberId, S.DeviceName, S.SubscriberLocale,

E.Carrier, E.LeavingFrom, E.GoingTo, E.Price,

E.Conditions

FROM NSFlightEventsEvents E, NSFlightSubscriptionsSubscriptions S

WHERE E.LeavingFrom = S.LeavingFrom

AND E.GoingTo = S.GoingTo

AND ( (E.Carrier = S.Carrier) OR (S.Carrier = '*') )

AND E.Price < S.Price



Even though running the notification function outside the context of the
generator causes events to be written to the application log, you should not
need to take corrective action. The generator should continue firing rules
according to its schedule.

If the events persist or notifications are not being generated, stop and
restart the Notification Services instance that is hosting the generator,
and stop and restart the SQL Server that is hosting the Notification
Services databases.

--
This posting is provided "AS IS" with
no warranties, and confers no rights.
Use of included script samples are
subject to the terms specified at
<a style='text-decoration: underline;' href="http://www.microsoft.com/info/cpyright.htm." target="_blank">http://www.microsoft.com/info/cpyright.htm.</a>


"Dave" <anonymous.RemoveThis@discussions.microsoft.com> wrote in message
news:04DD107C-5E2B-4DAB-B0A7-187FED4EBF27@microsoft.com...
 > Unfortunately, there is no alternative but to post to this newsgroup.
 >
 > Did anybody ever solve this error message? We are seeing the same
message.
 >
 > Insert lonely sound of whistling wind here...
 >
 > Dave<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Notification Services error 60018 
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 ]