Skip to main content
Inspiring
August 19, 2008
Question

Scheduled task suddenly all failing

  • August 19, 2008
  • 1 reply
  • 1902 views
Anybody got any idea as to why all of our scheduled tasks suddenly start returning 400 Bad Request? They all used to run just fine and they run in IE. The olny change I can think of is that we now run multiple domains on the server but it fails even if we use the domain name. Any help or hints at all would be much appreciated!!!
    This topic has been closed for replies.

    1 reply

    Inspiring
    August 20, 2008
    Any chance the security model in IIS was changed?

    I have seen this problem many times because one starts using 'Windows
    Integrated Security' in IIS. The problem with this is that the internal
    browser that ColdFusion uses to execute schedule task requests is not
    'Windows' and it can not integrate with the security by responding to
    the specialized responses asked for by the IIS server.
    KDN0211Author
    Inspiring
    August 20, 2008
    Thanks for responding!

    I checked and the new site I had established did indeed have that problem and I changed it. However, that was not the site the scheduled tasks were running from and they still fail. In addition to the 400 bad request, I am also getting: Connection Failure: Status code unavailable. Any other clues - (please!!)

    Thanks again!!!