Link to home
Start Free TrialLog in
Avatar of kduquett
kduquett

asked on

Kixtart scripting not working in NT/Novell environment.

Environment:
Windows 98 Clients.
2 x Windows NT 4.0 SP5 servers. One PDC One BDC.
2 x Windows NT 4.0 Terminal servers. Both BDCs.
1 x Novell Netware v3.12 Server.

Client Primary Network Logon is the Novell Server.

I tested 1 userid, by doing the following:
            
Start1.Bat was created with the line "c:\kixtart\kix32".
Usermanager was modified so Logon Script=Start1.bat
The Kixtart files were copied to c:\Kixtart and to the
"\WINNT\system32\Repl\Import\Scripts" folder of the PDC and the BDC.
            
The script works when you execute Kix32 directly from explorer.

This setup did nothing. No indication of it even attempting to run the script.

I then ran KXRPC on both the PDC and BDC.
      No Change.
I then copied the Kixtart DLL files into the C:\Windows\System folder
      No Change.
I then copied Kix32.exe into the windows system folder and renamed it Lmscript.exe.
      No Change.

Can anyone advise what I'm doing wrong?????? This scripting on NT is frustrating...............kd
Avatar of Tim Holman
Tim Holman
Flag of United Kingdom of Great Britain and Northern Ireland image

Do the 98 clients pick up ANY logon scripts at all ?
> The script works when you execute Kix32 directly from explorer.
Does it work when you execute it from a command.xom on your W98 machine?
Kix is very picky about syntax, and does not report much errors.
If your primary logon is Netware, then your clients will run the Netware logon script, not the one located on your NT servers.

Mark
Avatar of kduquett
kduquett

ASKER

The clients run the "Novell" Login script fine.

Is it not possible to run the Novell login script then run the NT login script?

..........kd
Not as far as I know.

Mark
..unless you put a CALL \\ntserver\netlogon\logonscr.bat in the Novell login script ?
ASKER CERTIFIED SOLUTION
Avatar of huben
huben

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
huben's got it.

Had same problem.  Used same solution.
Thanks Huben. I'll try that, however I may have found another solution. Dump the Novell server, the Novell client has seemingly caused us many a head scratching issue.

Thanks again guys for all your help....kd