> We're moving to CFMX and I'm working on a way to get info > about scheduled jobs via CFML (or any other method). We > currently have a script on CF 5 that polls each of our CF > machines for their schedule job info, then we take that info > and display it on one page (instead of logging into the admin > on each machine whenever we're curious about when/where a > scheduled job is running). > > So we used to go this route in CF 5.0: > <cfregistry > action="GetAll" > > branch="HKEY_LOCAL_MACHINE\SOFTWARE\Allaire\ColdFusion\Current > Version\Schedule" > type="key" > name="jobs" > sort="entry asc"> > > But that's no longer possible in CFMX. I've been searching > around the net but I'm not finding a way to do this in CFMX.
You could parse the neo-cron.xml file in the \lib directory on each machine. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! This email has been processed by SmoothZap - www.smoothwall.net ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Macromedia ColdFusion MX7 Upgrade to MX7 & experience time-saving features, more productivity. http://www.adobe.com/products/coldfusion?sdid=RVJW Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:276374 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

