Author: mark.murphy
Subject: PSExec error code 9
Posted: 06 February 2014 at 3:59pm
Hi Thomas_VDB,
I would suspect that error #9 is a win32 error code that PSExec is simply returning back to the console.
Using the command:
NET HELPMSG x
Will lookup the description of the Win32 error code x. NET HELPMSG 9 reports that error #9 is:
"The storage control block address is invalid."
A quick search on this error description results in a common theme suggesting that the path is invalid. This could be either the network path or the local file system path.
Try validating each separate path & UNC individually.
Subject: PSExec error code 9
Posted: 06 February 2014 at 3:59pm
Hi Thomas_VDB,
I would suspect that error #9 is a win32 error code that PSExec is simply returning back to the console.
Using the command:
NET HELPMSG x
Will lookup the description of the Win32 error code x. NET HELPMSG 9 reports that error #9 is:
"The storage control block address is invalid."
A quick search on this error description results in a common theme suggesting that the path is invalid. This could be either the network path or the local file system path.
Try validating each separate path & UNC individually.