PDA

View Full Version : net use to trusted member server (WNT)



hterwint
10-10-2002, 08:47 AM
Hi,
Hope someone could help me with this one:
It's about 2 Windows NT4.0 domains (sp6a) with trusts both ways.

When the NT4.0 workstation in Domain A tries to map to resources of a MEMBER SERVER in Domain B, this doesn't work (system error 1311, no logon servers available)

However, when specifying user + password, the net use can be done (as in: net use * \\server\share /user:domainname\username).

It's only occurring with the member servers. Net uses to Domain Controllers can easily be established without any problem (without username + password specification).

So I thought we might have to reset the secure channels between members and dc's, with the command NETDOM MEMBER \\DOMAINMEMBER /JOINDOMAIN
Problem has not been solved with this. But I noticed it was resetting the Secure Channels with the BDC in stead of the PDC. With the option /D:DOMAINNAME (as in NETDOM /D:DOMAINNAME MEMBER \\DOMAINMEMBER /JOINDOMAIN) it still only resets the channels with the BDC.

Don't know where to look at anymore.. It might have to do with some Security Update (like the last SRP, or the Q326830 Security Update)

Any help would be very much appreciated!

Harry