I need your suggestion and solution. I have a few Windows 2003 servers where SW and HW scan jobs are failing with error 8. After further investigated, if I logged in as a domain user ID with admin rights on a Windows 2003 server and manually executed these bat files below, it worked just fine.
“C:\Program Files\BigFix Enterprise\BES Client\LMT\CIT\runcit_tlm_hw.bat”
“C:\Program Files\BigFix Enterprise\BES Client\LMT\CIT\runcit_sw.bat”
If I logged in with another domain ID with no admin rights and executed the same bat files, I got a permission denied error.
So this indicated that error 8 is related to permission issue running the bat files.
Since the besclient serice is also defined to run as another domain ID which I believe that domain ID does not have permission to run bat files.
How can I utilize the override feature to get the SW and HW scan jobs to run as using a working domain ID.
I tried this one below and it failed.
override wait
runas=localuser
asadmin=true
user=INTL\johnA
password=required
wait “C:\Program Files\BigFix Enterprise\BES Client\LMT\CIT\runcit_tlm_hw.bat”
Any suggestions, Thanks.