I am running into issues with jobs executing and firing tasks, but the tasks don't appear to do anything.
1) We have a process which tells us which items that were to be handled in a task didn'
t get handled
2) Looking at the job log, we can see it gets triggered but only 1 line from the output is stored and the items it was supposed to touch didn't get touched
3) If I run the task (console app) locally or directly on the server, it works fine
4) If I restart the server, the job runs fine and the log shows that as well.
Short of restarting the server, i don't know what else to do.
There is no difference between how this job task is executed and the other 60 jobs there.
Let me know if you need me to clarify anything.