RDL file in CF site

2013-12-22 Thread Anthony Doherty
I was wondering if it was possible to use an sql report RDL file in CF. I have re-designed an existing program that uses the report and i need to be able to use it within my site. I wanted to create a pdf and then email a copy of the pdf to the user, something like cfreport. Can someone tell

too many scheduled tasks in the CF-backend

2013-12-22 Thread Uwe Degenhardt
Hi list ! I have a strange problem. A customer of mine has programmed a cf-page with cfschedule years ago. And now I have seen, that there are thousands of test-entries in the scheduler. I want to clear now programmatically the neo-cron.xml, since I don't want to delete approximately 3000-4000

Re: too many scheduled tasks in the CF-backend

2013-12-22 Thread Bill Moniz
Yep. With a combination of cfschedule and a Java serviceFactory. You can retrieve a list of all scheduled tasks using the Java object then loop over it to delete based on whatever condition you like. You get back an array of structs where the name of each task is contained in the key Task.