Hi guys To enable logging in wpkgclient i enabled in config.xml that 2 parameters: <param name='logLevel' value='0xFF' /> <param name='log_file_path' value='\\whale\netlogon\wpkg\logswpkg-[YYYY]-[MM]-[DD]-[HOSTNAME].log' /> But this seems not to work, no logfile seems to be created, seems not to be a permission issue. The settingsfile contains this: <?xml version="1.0" encoding="UTF-8"?> <configuration><file>\\whale\netlogon\wpkg\wpkg.js</file><path-user></pa th-user><path-password></path-password><exec-user></exec-user><exec-pass word></exec-password><parameters>/synchronize /quiet</parameters><silent>YES</silent><pre-action></pre-action><post-ac tion></post-action><show-GUI>YES</show-GUI><logon-delay>15</logon-delay> <logon-message-1>WPKG is installing applications and applying settings...</logon-message-1><logon-message-2>Please wait, don't restart or power off your computer...</logon-message-2><priority>normal</priority><stop-service-af ter-done>NO</stop-service-after-done><laptop-mode>YES</laptop-mode><serv er-connecting-method>standard</server-connecting-method><server-connecti ng-ip>whale.u-blox.ch</server-connecting-ip><server-connecting-timeout>3 </server-connecting-timeout><server-connecting-script-timeout>3</server- connecting-script-timeout><server-connecting-script-file></server-connec ting-script-file></configuration> I cannot find any error. Thanks in advance Mike Burgener |