ElGuapo
(Starting to like KiXtart)
2005-03-21 05:43 PM
Windows 9x, 95, 98 PCs Group Membership Not Recognized.

We have about 15 locations and each location has it's own subnet and Domain contoller. The DC acts as an application server too for a few location specific applications.

We mostly have Windows XP PCs, but have some Windows 9x, 98 clients in 3 locations that will not be replaced or 1.5 years. PCs at those locations will fail to map drives on occassion. It is diffent PCs at different times of day, though the error occurs more frequently in the morning.

At location "B" we tested logging on with a test user that is using a test script I created.

We will have to conduct more tests, but the one time the mapping did fail, it used the domain controller at location "A".

Based on the check points I put in the code, it failed to find any group memberships for the user, thus the mappings failed.

The newest DC client is on all the 9x boxes. We use KiXScript editor to make an EXE and that EXE does include kx16.dll, kx32.dll, and kx95.dll. As part of the troubleshooting process, we put them in c:\windows\system32 at an earlier time to see if that helped the issue (it didn't).

The Domain Controller that the client connected to when it failed to map drives has the same version of the Kix RPC service installed as all our other DCs.

What could be causing this intermitten failure to recognize group membership?


Les
(KiX Master)
2005-03-21 05:55 PM
Re: Windows 9x, 95, 98 PCs Group Membership Not Recognized.

Do those wintendos have any additional protocols and/or providers? If so, have you tried optimizing them?

ElGuapo
(Starting to like KiXtart)
2005-03-21 06:11 PM
Re: Windows 9x, 95, 98 PCs Group Membership Not Recognized.

They SHOULD only have TCP/IP and Microsoft Networking. I'll double check.

ElGuapo
(Starting to like KiXtart)
2005-03-22 06:29 PM
Re: Windows 9x, 95, 98 PCs Group Membership Not Recognized.

And they do only have TCP/IP and MS networking. To make things more interesting, the group membership is reconginized most of the time by the server.

ScriptWhat
(Lurker)
2005-03-24 03:14 AM
Re: Windows 9x, 95, 98 PCs Group Membership Not Recognized.

I'm new to this, but here's my 2 cents. In a active directory environment, I was using the
IF INGROUP ...
use *
and it was not recognizing my groups. changing the group from global security to local domain fixed the problem.


ElGuapo
(Starting to like KiXtart)
2005-03-29 07:44 PM
Re: Windows 9x, 95, 98 PCs Group Membership Not Recognized.

ScriptWhat, you mean creating groups on the local PC and refering to them fixed the problem?