Scheduled Tasks not chaining
Hello,
We are using CF10 and have setup a series of chained scheduled tasks. We tested them manually by starting the first process from the admin, and all three processes ran. When the first process triggers at its daily time, it wont kick off the second chained process. No error is produced that i know of.
We also attempted to trap the error by invoking an event handler on exception and misfire, but we're unable to get the scheduler to find the cfc regardless of the syxtax we use. The site is setup as a subdomain for another site, but it is still a distinct site. We placed the CFC in the root of both the subdomain site and regular www site and tried several paths, but none seem to work. For example, the site is located in d:\web\site.com\subDomain. We tried setting the event handler path as web.site.com.subDomain.handlerCFCName, site.com.subDomain.handlerCFCName, subDomain.handlerCFCName and handlerCFCName, and none worked.
Any help on either topic is greatly appreciated.
