#6095 - 2001-01-05 07:39 PM
Windows 9.X
|
Anonymous
Anonymous
Unregistered
|
I am new to Kix, just picked it up yesterday. Winnt is no problem, butI can't seem to get 9.X clients to work. I know that I am missing something real simple. I have copied the *.dll's to the windows\system directory and have Kix started on my server as a service. Would like to solve this as soon as possible. Thanks
|
|
Top
|
|
|
|
#6097 - 2001-01-05 08:03 PM
Re: Windows 9.X
|
Anonymous
Anonymous
Unregistered
|
Read Page 12 in you manual Win 95 users need to run a batch file instead of the exe.
|
|
Top
|
|
|
|
#6098 - 2001-01-05 08:11 PM
Re: Windows 9.X
|
Anonymous
Anonymous
Unregistered
|
Currently I have KXRPC loaded on my PDC, not any of my BDC's yet, still testing on myself. NT 4 works greate, even 2000. For some reason I am unable to get 9.X to load. I have the appropriate *.dll's in the Netlogon share. I have a batch file called Netlogon.bat which executes the kix32.exe and points to my Netlogon.kix script. When logging into network, no drive mapping.
|
|
Top
|
|
|
|
#6099 - 2001-01-05 08:16 PM
Re: Windows 9.X
|
Anonymous
Anonymous
Unregistered
|
I do know that authenication from your bdc and not your PDC. Once a bdc is installed it is normally the one that issues the scripts. I have 4 bdc's and a Pdc and I have to put it on all of them or I will get people calling me all over the plant.
|
|
Top
|
|
|
|
#6101 - 2001-01-08 04:39 PM
Re: Windows 9.X
|
Anonymous
Anonymous
Unregistered
|
I am having the same problem Yes I do have the RPC service installed and running (I just upgraded to 3.63). Please help!------------------ Thanks, Jason
|
|
Top
|
|
|
|
#6102 - 2001-01-08 06:05 PM
Re: Windows 9.X
|
Bryce
KiX Supporter
   
Registered: 2000-02-29
Posts: 3167
Loc: Houston TX
|
Here run this, it will tell you the status of the KXRPC service on all Domain Controllers.code:
Break on cls ;----------------------------------------------------------------------------- ;Check the KXRPC service on all DC's ; ; This script will check/display the status of the KXRPC service on all domain ; controllers. ; ; Needed Programs: ; nltest.exe (NT Resource KIX) ; xnet.exe (came with KixTart) ;-----------------------------------------------------------------------------$tempfile = "%temp%\temp.txt" shell '%comspec% /c nltest /dclist:@domain | find /i "\\" > "$tempfile"' $nul = open(1,$tempfile,2) $DC = substr(readline(1),5,100) do select case instr($dc,"pdc") <> 0 $PDC = substr($dc,1,instr($dc," (pdc)")-1) ? "===$DC==========" ? shell '%comspec% /c xnet list $pdc\KXRPC' $DC = substr(readline(1),5,100) case 1 ? "---$DC----------" ? shell '%comspec% /c xnet list $dc\KXRPC' $DC = substr(readline(1),5,100) endselect until @error <> 0
Bryce [This message has been edited by Bryce (edited 08 January 2001).]
|
|
Top
|
|
|
|
#6103 - 2001-01-08 09:35 PM
Re: Windows 9.X
|
Anonymous
Anonymous
Unregistered
|
Only have domain controller on property  ------------------ Thanks, Jason
|
|
Top
|
|
|
|
#6104 - 2001-01-10 05:30 PM
Re: Windows 9.X
|
Anonymous
Anonymous
Unregistered
|
thanks for the help, got the basics up and running.
|
|
Top
|
|
|
|
Moderator: Jochen, Allen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Arend_, Mart
|
0 registered
and 1160 anonymous users online.
|
|
|