<div class="gmail_quote">On Wed, May 19, 2010 at 10:16 PM,  <span dir="ltr"><<a href="mailto:jtgloria@cais.unimas.my">jtgloria@cais.unimas.my</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<font face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size="2"><div>Hello list,</div><div> </div><div>I have run psexec -u mydomain\adminuser -p mypassword @hosts.xml -d -s -i <a>\\myserver\wpkg\wpkg.js</a> /qb SETTINGSFILE=\\myserver\settings.xml </div>
<div> </div><div>BUT it prompted me psexec could not start <a>\\myserver\wpkg\wpkg.js</a> on mycomputer.  Access is denied.</div><div> </div><div>How to troubleshoot this matter??  Pls help.. Thanks</div></font><br></blockquote>
</div><br>Gloria,<br><br>Does the "Domain Computers" group have read and execute permissions at both the share and filesystem level for "\\myserver\wpkg"?  At least on an Active Directory domain, the "Everyone" or "Domain Computers" group needs read/execute access at the share level, and the "Everyone" or "Domain Computers" group needs read/execute access for the "wpkg" directory (ntfs permissions).<br>
<br>In order to test this, open a command prompt running as the SYSTEM user on one of your workstations:  <a href="http://wpkg.org/SYSTEM_user_Command_Prompt">http://wpkg.org/SYSTEM_user_Command_Prompt</a><br><br>Then, try to list the directory in which wpkg.js resides:<br>
<br>dir \\myserver\wpkg<br><br>If you get "Access is denied," then the permissions are not set correctly.<br><br>Cheers,<br><br>--Troy<br><br><br>