PDA

View Full Version : Trigger EventNotificationHandler from WebServices by Timer


wilfried_loewe
04-08-2008, 09:30 PM
Hi,

is there a way to trigger the EventNotificationHandler by Timer (not only by fired events) - what is the best way to do it ???
Currently only Events from working users are the triggers.

What do you think, to do it by a <InitialRunnable>......</InitialRunnable> Thread on DB-Server (fire a event every e. g. 30 seconds) ???

mgb
04-11-2008, 08:32 AM
Hi Wilfried,
The DB Server is not threaded and not Java so that is not an option.
The <InitialRunnable> had a problem as noted by Paco in this same forum. That problem is fixed in the next release. With that change <InitialRunnable> on the Web Server could fire an action at whatever time interval you desire.
mgb

wilfried_loewe
05-22-2008, 09:37 PM
Hi mgb,

I just had installed the release 16.00 to test your tip. Is it possible, that the problem is not fixed in this release -- the <InitialRunnable> is not called yet by the the Web Server ???!!!???

mgb
05-28-2008, 07:23 AM
Hi Wilfried,
The initRunnables() is not called by the Web Services Server. It is now called by Model Manager or Drawing Manager regardless of whether they are standalone or integrated.