The problem I believe is the batch file that calls the kix32 script.

-FILENAME: login.bat-
-*-*-*-*-*-
@echo off
%0\..\kix32.exe %0\..\global.kix
:end
-*-*-*-*-*-

-SCRIPT-
$GROUP=APPS
IF INGROUP($GROUP)
use f: "\\NTACC\APPS"
ENDIF

$GROUP=DB
IF INGROUP($GROUP)
use t: "\\NTACC\DB"
ENDIF

That is a cut out of the script, there are more of the same mappings in place.

------------------
Thanks,
Jason