Hi all,
I'm currently evaluating Wpkg-GP for our upcoming Active Directory setup.
Unfortunately I haven't yet been able to get Wpkg-GP executed on boot.
When I execute Wpkg-GP-Test wpkg gets executed properly and the test application gets installed on the local machine:
2014-07-23 13:17:10,020 - WpkgService - DEBUG - DoProcessClient() start
2014-07-23 13:17:10,036 - WpkgService - DEBUG - Config: Reading DisableAtBootUp: '0' from ini file
2014-07-23 13:17:10,036 - WpkgService - INFO - Received 'Execute', executing WPKG
2014-07-23 13:17:10,036 - WpkgService - DEBUG - Checking client acccess
2014-07-23 13:17:10,052 - WpkgService - DEBUG - Client is a member of Administrators group
2014-07-23 13:17:10,068 - WpkgService - DEBUG - Client is a local user
2014-07-23 13:17:10,084 - WpkgService - DEBUG - Config: Reading WpkgExecuteByNonAdmins: '0' from ini file
2014-07-23 13:17:10,084 - WpkgService - DEBUG - WpkgExecuteByNonAdmins is 0
2014-07-23 13:17:10,084 - WpkgService - DEBUG - Config: Reading WpkgExecuteByLocalUsers: '1' from ini file
2014-07-23 13:17:10,084 - WpkgService - DEBUG - WpkgExecuteByLocalUsers is 1
2014-07-23 13:17:10,084 - WpkgService - DEBUG - Client user is a member of Administrators group, permission is granted
2014-07-23 13:17:10,084 - WpkgService - INFO - Executing WPKG with the command cscript \\adfileserver\wpkg\wrapper.js /noreboot /synchronize /sendStatus /nonotify /quiet
2014-07-23 13:17:10,084 - WpkgService - DEBUG - Config: Returning default value TestConnectionHost: 'None' as it is not configured
2014-07-23 13:17:10,084 - WpkgService - DEBUG - Config: Returning default value ConnectionSleepBeforeRetry: '5' as it is not configured
2014-07-23 13:17:10,084 - WpkgService - DEBUG - Config: Returning default value ConnectionTries: '7' as it is not configured
2014-07-23 13:17:10,084 - WpkgService - DEBUG - Trying to connect to share. 1 of 7
2014-07-23 13:17:10,801 - WpkgService - INFO - Successfully connected to \\adfileserver\wpkg as AD\wpkg
2014-07-23 13:17:10,801 - WpkgService - DEBUG - Reading EnvironmentVariables from ini file
2014-07-23 13:17:10,816 - WpkgService - DEBUG - Config: Reading WpkgActivityIndicator: '1' from ini file
2014-07-23 13:17:16,680 - WpkgService - INFO - Trying to disconnect from the network share \\adfileserver\wpkg
2014-07-23 13:17:16,680 - WpkgService - INFO - Successfully disconnected from the network
2014-07-23 13:17:16,680 - WpkgService - INFO - Finished executing Wpkg.js
On boot however, nothing happens. Wpkg-GP doesn't even get mentioned.
According to the logs Wpkg-GP doesn't attempt to connect to the share and execute wpkg:
2014-07-23 13:39:15,437 - WpkgService - INFO - Logging started with verbosity: 3
2014-07-23 13:39:15,451 - WpkgService - DEBUG - LGP: Opening C:\Windows\system32\GroupPolicy\gpt.ini
2014-07-23 13:39:15,451 - WpkgService - DEBUG - Config: Reading EnableViaLGP: '1' from ini file
2014-07-23 13:39:15,451 - WpkgService - DEBUG - Config: Reading WpkgCommand: '\\adfileserver\wpkg\wrapper.js' from ini file
2014-07-23 13:39:15,451 - WpkgService - DEBUG - Config: Reading WpkgCommand: '\\adfileserver\wpkg\wrapper.js' from ini file
2014-07-23 13:39:15,451 - WpkgService - DEBUG - Trying to extract share name from \\adfileserver\wpkg\wrapper.js
2014-07-23 13:39:15,451 - WpkgService - DEBUG - Extracted share: '\\adfileserver\wpkg'
2014-07-23 13:39:15,451 - WpkgService - DEBUG - Config: Reading WpkgNetworkUsername: 'AD\wpkg' from ini file
2014-07-23 13:39:15,451 - WpkgService - DEBUG - Reading WpkgNetworkPassword from ini file
2014-07-23 13:39:15,529 - WpkgService - DEBUG - Config: Reading WpkgMaxReboots: '10' from ini file
2014-07-23 13:39:15,529 - WpkgService - DEBUG - Config: Reading WpkgRebootPolicy: 'force' from ini file
2014-07-23 13:39:15,529 - WpkgService - DEBUG - WpkgCommand is a js file but is missing 'cscript', adding
2014-07-23 13:39:15,529 - WpkgService - DEBUG - WpkgCommand is a js but is missing /noreboot, adding
2014-07-23 13:39:15,529 - WpkgService - DEBUG - WpkgCommand is a js but is missing /synchronize, adding
2014-07-23 13:39:15,529 - WpkgService - DEBUG - WpkgCommand is a js but is missing /sendStatus, adding
2014-07-23 13:39:15,529 - WpkgService - DEBUG - WpkgCommand is a js but is missing /nonotify, adding
2014-07-23 13:39:15,529 - WpkgService - DEBUG - WpkgCommand is a js but is missing /quiet, adding
Do you have any idea what I might be doing wrong?
Regards, Juergen