What is Copy failed (2) error mean

(imported topic written by andyt91)

This is a snippet from the log files on the computer. Does anyone know what error code (2) means. This exact portion of action script worked fine about a month ago on this and many other computers. The windows\temp directory does exist.

Command succeeded (Prefetch download manager collected file) prefetch ati.exe sha1:5b9c5a78cb543691028f740b82b8fd272c51ed05 size:33958912 http://bigfixswrepo.qqq.com/sw/Region/Apps/ATI/ati.exe (fixlet 111979)

Command failed (Copy failed (2)) copy “__download\ati.exe” “c:\windows\temp\ati.exe” (fixlet 111979)

Thanks for any suggestions you might have.

(imported comment written by NoahSalzman)

It’s probably the Windows Error Code.

ERROR_FILE_NOT_FOUND

http://msdn.microsoft.com/en-us/library/ms681382(v=vs.85).aspx

Not sure why it’s not finding it… can you manually check that it is in the download dir?

(imported comment written by MattBoyd)

I doubt this but, is there any antivirus software on the client that is picking it up?

Also, I think you have two spaces between

“__download\ati.exe”

and

“c:\windows\temp\ati.exe”

. I know it shouldn’t matter, but try removing one of the spaces if two really do exist in your action script.