Hey we just developed a quick and small internal tool that used for some bookings. I thought it would be awesome to create a small cleaner that looked at the bookings and removed those not used anymore. And it works. if i access the page like : http://192.168.1.11/removeoldbookings.aspx it works. on that page its just an empty template with a macro upon.
4.9 scheduledTask not working properly
Hey we just developed a quick and small internal tool that used for some bookings. I thought it would be awesome to create a small cleaner that looked at the bookings and removed those not used anymore. And it works. if i access the page like : http://192.168.1.11/removeoldbookings.aspx it works. on that page its just an empty template with a macro upon.
But when i set up a scheduledTask like this
<task log="true" alias="TestRemoveBookings" interval="60" url=" http://192.168.1.11/removeoldbookings.aspx"/>
It executes but nothing happens, and in the log it just throws this :
And ive tried different things so far but nothing works.
Im sure if i log on to the server and take the url and just runs it it works.
Anyone got an idea ?
Bump. Anyone got an idea?
is working on a reply...