Cron Job Issue
Hi All,
Well this is my first query on this forum, so in case i am not following any rules or something then please guide me.
Here is what has forced me to put it here -
Q:- I want to create a cron job which will run each night at 00:01 hrs and will check for some condition through database and based on those conditions it will send the mail.
My Attempt - Till now what i have read through net and other available tutorials, that either through Admin or <cfschedule> tag, this can be achieved. I tried both but could not meet the target.
What i did was, i made a cfm page with the below code - Name of this page is CronJob.cfm
<cfschedule action="update" task="checkshipment" operation="HTTPRequest" url="http://127.0.0.1/coldfusion/support/CronProcess.cfm"
startdate="18/08/2009" starttime="03:37 PM" endtime="08:35 PM" interval="daily">
After this i run this page once so that it is registered in the neo-cron.xml file.
CronProcess.cfm is the page where i do the comparision and sending mails.
But it does not work at all.
I have tried lot of things but all in vain.
Could you please help on this. Where i am going wrong and what mistake i am doing?
I will be eagerly waiting for inputs.
Thanks a lot.
