ikmps
(Fresh Scripter)
2009-09-18 09:33 AM
kix stopped running

hi all

been running kix for a number of years with no problems but yesterday it stopped running

let me explain my setup

windows 2003 server on a ad domain with 2k and xp workstations nothing out of the ordinary, the scripts are running from a logon batch file which checks for kixs then copies files as required all that works fine it then runs the kixs script

"\\10.200.99.6\netlogon\WKIX32.EXE" "\\10.200.99.6\netlogon\logon.kix"

(changed to ip address in case of dns didn't make any diffrence)

all it seems to do is skip straight past it without opening the kix result window and mapping any drives

i have tried updating the wkix32 to the latest version on a couple of machine not diffrence
i have tried running it direct from the run command not diffrence

i have tried stripping the batch file and the kix script back to a couple of lines no diffrence

i have tried adding a error to kix scrip and it still skips past it

i have check permission on the netlogon folder look ok

it seems unable to find it ???

if i add the /d to debug it then runs the script allowing me to return past the various lines but not adding drive mapping ect



and ideas ???

thanks

Paul


AllenAdministrator
(KiX Supporter)
2009-09-18 03:41 PM
Re: kix stopped running

1. if something was recently modified in the script, look for a missing quote.

2. Add
 Code:
? "Press Enter to Continue"
gets $RC

to the top of the script, and move the code down the script to see where it is dieing

3. Create some simple bat file that pings to the screen to make sure its nothing with your AD config