represented in UTC. You have set yours to local-time, which, after you apply
the UTC conversion, is in the future. You need to set your clock to the
procedures directly. Use nscontrol disable instead.
This posting is provided "AS IS" with no warranties, and confers no rights.
"Balaji Ramachandran" <BalajiRamachandran@discussions.microsoft.com> wrote
in message news:579ABB89-5674-43EB-ACBB-97963959F646@microsoft.com...
> Hi,
>
> As the quantum clock was far behind the realtime clock, i tried to sync
them
> using the following statements
>
> exec NSUpdateGeneratorActivationState 3
> go
> --setting the quantumtime to realtime clock
> exec NSSetQuantumClockDate '2005-05-09 15:14:28.547' --getdate()
> go
> exec NSUpdateGeneratorActivationState 3
>
> When I schedule a notification, I am getting the following error in the
> event log.
> How do I resolve this?
>
>
> Event Type: Error
> Event Source: NotificationServices
> Event Category: None
> Event ID: 4020
> Date: 5/9/2005
> Time: 3:14:19 PM
> User: N/A
> Computer: BILLPAY-BALAJI
> Description:
> <NotificationServicesEvent>
> <Description>
> The generator failed to schedule a quantum.
> </Description>
> <Context>
> <EventParameters>
> <ApplicationName>Spider</ApplicationName>
> </EventParameters>
>
> <SqlServerError>
> Source: .Net SqlClient Data Provider
> Number: 50000
> State: 1
> Class: 16
> Server:
> Message: 4016: The quantum end time is later than the current real clock
> time. Notification Services cannot process events that occur in the
future.
> Procedure: NSScheduleQuantum1
> Line Number: 151
> </SqlServerError>
>
> </Context>
> <Description>
> 4016: The quantum end time is later than the current real clock time.
> Notification Services cannot process events that occur in the future.
> </Description>
> <Instance>SpiderInstance</Instance>
> <ApplicationName>Spider</ApplicationName>
> <Component>Generator</Component>
> <Thread>17</Thread>
> </NotificationServicesEvent>
>
> For more information, see Help and Support Center at
>
http://go.microsoft.com/fwlink/events.asp. >
>
>
>
>
>