Having a very weird problem. When logging in on a Windows 95 machine, I am getting KIX32 causing a GPF in module UNKNOWN. I've searched previous messages and this is what I have done:Installed the KXRPC service on all of our domain controllers
Created a KIXTART.INI file and placed it in the NETLOGON share of each domain controller
I even copied down the entire NETLOGON folder to the local machine and just tried running it from there. Same result. Everytime it hits the first If InGroup statement, it blows up.
Has anyone found a solution for this, or can offer some type of help as to anything I may have overlooked?
BTW...here's the code (pretty simple actually).
code:
If SetConsole ("MAXIMIZE") = 0? "Greetings " + @USERID
? "Please wait while your login script executes."
EndIf
Use "F:" "\\ADMIN\SYS"
Use "G:" "\\ADMIN\APPS"
Use "H:" "\\ADMIN\FUNDING"
Use "I:" "\\ADMIN\SERVICER"
If InGroup ("ADMIN_SCAN")
Use "K:" "\\ADMIN\STORAGE\MOTHRA"
EndIf
[ 20 September 2001: Message edited by: QA Man ]