I've got a job running on my local SQL 2000 server and I'd like to to write a log file when it runs. I've got it all set up to log to C:\log.txt but no file is being create. I've looked in the Job History and against the step in question it says
Warning: cannot write logfile C:\log.txt. Error 1332 : No mapping between account names and security IDs was done. The step succeeded.
I've done some googling but I can't find anything, does anyone have any ideas what might be causing it or how to fix it?