When I manually run the scheduled task in ColdFusion, the
process runs
without any deadlock, but when it runs at the scheduled time
which is
7:00 am (when no one else is logged in), it runs into the
deadlock issue.
It is the database that is throwing the deadlock. Any logs on
the
database that can show where the multiple requests are coming
in from?
Is the update occuring despite the deadlock? Is there a
possibility
that somehow the task was duplicated so that it is being run
twice at
7:00am either on the new server so in some combination with
other servers?