Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Server Scheduled Events
Tue, Feb 20 2007 10:43 AMPermanent Link

kk aw
How do I test the server scheduled events? The most frequent event is
hourly.


Also what if I want to run the event at less than the hourly interval?

KK Aw
Tue, Feb 20 2007 7:03 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

KK,

<< How do I test the server scheduled events? The most frequent event is
hourly. >>

The easiest way is to simply set up the scheduled event as a server-side
procedure with no parameters instead, and then just call it from a test
client.  That will allow you to ensure that the server-side procedure runs
okay on the database server.  Then, you can just move it into the scheduled
event event handler and remove the code from the server-side procedure event
handler.

<< Also what if I want to run the event at less than the hourly interval? >>

Unfortunately, you can't.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image