Hi, I've got an error when I try to start PaExec 1.29 when it is placed in a network folder. Example : Z:\paexec.exe \\PC-00428 -u administrateur -p password -i -d -s calc.exe Connecting to PC-00428... Failed to copy [Z:\paexec.exe] to [\\PC-00428\ADMIN$\PAExec-6648-MYCOMPUTER.exe] -- going to try to continue anyway. Le chemin d'accès spécifié est introuvable. [Err=0x3, 3] Starting PAExec service on PC-00428... Failed to start service on PC-00428 Le fichier spécifié est introuvable. [Err=0x2, 2] Failed to stop PAExec service. Le service n'a pas été démarré. [Err=0x426, 1062] PAExec returning exit code -6 There is no problem with the 1.27 version. Thanks for your time. asked 21 Jun '21, 04:21 tatanas |
Hi tatanas, The error code 3 the first in your in your message means "The system cannot find the path specified". It looks like it fails to start because it failed to copy to the remote host before trying to start it. The PAExec page on our site has a complete list of the error codes, which should help you as you use the application. https://www.poweradmin.com/paexec/ Thanks Please make sure to mark your questions accepted when you have your answer by clicking the gray checkmark to the left of the answer. answered 22 Jun '21, 12:06 Quinn ♦♦ |