| I have
several .CCR files showing up in the ccrretry directory. They list a Last
Error Code=53. Can someone point me to a document that list what each of the
error codes in the ccr files mean?
Contributed By:
Wally Mead [MS]
Error 53 is network path not found. It means we couldn't find the computer.
For most error codes, just do a
net helpmsg 53
at a command prompt to get the error description.
If you can ping the machines giving the error both by name and IP address
try a net use to the computer name to see if that works. Essentially, we do
a net use \\computer\admin$ to push out the SMS client software.
|