PC Review Forums Newsgroups Windows Vista Windows Vista Networking Unable to Join Windows 2000 Domain

Reply

Unable to Join Windows 2000 Domain

 
Thread Tools Rate Thread
Old 01-06-2006, 01:17 PM   #1
=?Utf-8?B?Q2hyaXNrc3U=?=
Guest
 
Posts: n/a
Default Unable to Join Windows 2000 Domain


I've disabled the firewall, set the network to private, added the domain
controllers as dns servers, enabled netbios over tcp/ip . Still I get network
path not found. This is on a production, working Win2000 domain, and other
Beta2's have joined ok.

Tried different nics as well. Machine is a Latitude D810. Vista Business
Beta 2.

Any thoughts ?
  Reply With Quote
Old 01-06-2006, 01:46 PM   #2
Zack Whittaker
Guest
 
Posts: n/a
Default Re: Unable to Join Windows 2000 Domain

Have you tried connecting to another machine via IP address instead of
computer name?
So instead of \\2000computer it'll be something like \\192.168.1.2 ?

--
Zack Whittaker
» ZackNET Enterprises: www.zacknet.co.uk
» MSBlog on ResDev: www.msblog.org
» Vista Knowledge Base: www.vistabase.co.uk
» This mailing is provided "as is" with no warranties, and confers no
rights. All opinions expressed are those of myself unless stated so, and not
of my employer, best friend, Ghandi, my mother or my cat. Glad we cleared
that up!

--: Original message follows :--
"Chrisksu" <Chrisksu@discussions.microsoft.com> wrote in message
news:77134978-FC25-4C34-A9D2-8658F843647A@microsoft.com...
> I've disabled the firewall, set the network to private, added the domain
> controllers as dns servers, enabled netbios over tcp/ip . Still I get
> network
> path not found. This is on a production, working Win2000 domain, and other
> Beta2's have joined ok.
>
> Tried different nics as well. Machine is a Latitude D810. Vista Business
> Beta 2.
>
> Any thoughts ?



  Reply With Quote
Old 01-06-2006, 02:45 PM   #3
Andre Da Costa [Extended64]
Guest
 
Posts: n/a
Default Re: Unable to Join Windows 2000 Domain

Sounds like a bug to me.
--
Andre
Windows Connected | http://www.windowsconnected.com
Extended64 | http://www.extended64.com
Blog | http://www.extended64.com/blogs/andre
http://spaces.msn.com/members/adacosta
"Chrisksu" <Chrisksu@discussions.microsoft.com> wrote in message
news:77134978-FC25-4C34-A9D2-8658F843647A@microsoft.com...
> I've disabled the firewall, set the network to private, added the domain
> controllers as dns servers, enabled netbios over tcp/ip . Still I get
> network
> path not found. This is on a production, working Win2000 domain, and other
> Beta2's have joined ok.
>
> Tried different nics as well. Machine is a Latitude D810. Vista Business
> Beta 2.
>
> Any thoughts ?


  Reply With Quote
Old 01-06-2006, 06:40 PM   #4
Prashanth Prahalad [MSFT]
Guest
 
Posts: n/a
Default Re: Unable to Join Windows 2000 Domain


Can you try pinging the machine to check if it is accessible ?
Are the other Beta2 running the same Business Sku ?
Can you get a network capture ?

"Chrisksu" <Chrisksu@discussions.microsoft.com> wrote in message
news:77134978-FC25-4C34-A9D2-8658F843647A@microsoft.com...
> I've disabled the firewall, set the network to private, added the domain
> controllers as dns servers, enabled netbios over tcp/ip . Still I get
> network
> path not found. This is on a production, working Win2000 domain, and other
> Beta2's have joined ok.
>
> Tried different nics as well. Machine is a Latitude D810. Vista Business
> Beta 2.
>
> Any thoughts ?



  Reply With Quote
Old 01-06-2006, 07:50 PM   #5
=?Utf-8?B?Q2hyaXNrc3U=?=
Guest
 
Posts: n/a
Default Re: Unable to Join Windows 2000 Domain

Can ping all of the domain controllers fine.
Other Beta2's are Ultimate or Business.

Here's some snippets of NetSetup.log, with the names changed to protect the
innocent.
06/01/2006 09:28:15:555 NetpValidateName: checking to see if 'ourdomain' is
valid as type 3 name
06/01/2006 09:28:15:662 NetpCheckDomainNameIsValid [ Exists ] for
'ourdomain' returned 0x0
06/01/2006 09:28:15:662 NetpValidateName: name 'ourdomain' is valid for type 3
06/01/2006 09:28:15:663 NetpDsGetDcName: trying to find DC in domain
'ourdomain', flags: 0x100000
06/01/2006 09:28:15:766 NetpDsGetDcName: found DC '\\oneofourourdc' in the
specified domain
06/01/2006 09:28:15:767 NetUseAdd to \\oneofourourdc\IPC$ returned 53
06/01/2006 09:28:15:767 NetpJoinDomain: status of connecting to dc
'\\oneofourourdc': 0x35
06/01/2006 09:28:15:767 NetpDoDomainJoin: status: 0x35


"Prashanth Prahalad [MSFT]" wrote:

>
> Can you try pinging the machine to check if it is accessible ?
> Are the other Beta2 running the same Business Sku ?
> Can you get a network capture ?
>
> "Chrisksu" <Chrisksu@discussions.microsoft.com> wrote in message
> news:77134978-FC25-4C34-A9D2-8658F843647A@microsoft.com...
> > I've disabled the firewall, set the network to private, added the domain
> > controllers as dns servers, enabled netbios over tcp/ip . Still I get
> > network
> > path not found. This is on a production, working Win2000 domain, and other
> > Beta2's have joined ok.
> >
> > Tried different nics as well. Machine is a Latitude D810. Vista Business
> > Beta 2.
> >
> > Any thoughts ?

>
>
>

  Reply With Quote
Old 02-06-2006, 10:36 PM   #6
Prashanth Prahalad [MSFT]
Guest
 
Posts: n/a
Default Re: Unable to Join Windows 2000 Domain


Can you try
(1) 'net stop policyagent' from a elevated prompt and then try joining a
domain.
OR (2) gpupdate /force and then try joining the domain.

If that doesnt work, network capture (with netmon or ethereal) would be the
useful for debugging.

"Chrisksu" <Chrisksu@discussions.microsoft.com> wrote in message
news:714D4E6F-5E74-4C02-B622-12D796E57459@microsoft.com...
> Can ping all of the domain controllers fine.
> Other Beta2's are Ultimate or Business.
>
> Here's some snippets of NetSetup.log, with the names changed to protect
> the
> innocent.
> 06/01/2006 09:28:15:555 NetpValidateName: checking to see if 'ourdomain'
> is
> valid as type 3 name
> 06/01/2006 09:28:15:662 NetpCheckDomainNameIsValid [ Exists ] for
> 'ourdomain' returned 0x0
> 06/01/2006 09:28:15:662 NetpValidateName: name 'ourdomain' is valid for
> type 3
> 06/01/2006 09:28:15:663 NetpDsGetDcName: trying to find DC in domain
> 'ourdomain', flags: 0x100000
> 06/01/2006 09:28:15:766 NetpDsGetDcName: found DC '\\oneofourourdc' in the
> specified domain
> 06/01/2006 09:28:15:767 NetUseAdd to \\oneofourourdc\IPC$ returned 53
> 06/01/2006 09:28:15:767 NetpJoinDomain: status of connecting to dc
> '\\oneofourourdc': 0x35
> 06/01/2006 09:28:15:767 NetpDoDomainJoin: status: 0x35
>
>
> "Prashanth Prahalad [MSFT]" wrote:
>
>>
>> Can you try pinging the machine to check if it is accessible ?
>> Are the other Beta2 running the same Business Sku ?
>> Can you get a network capture ?
>>
>> "Chrisksu" <Chrisksu@discussions.microsoft.com> wrote in message
>> news:77134978-FC25-4C34-A9D2-8658F843647A@microsoft.com...
>> > I've disabled the firewall, set the network to private, added the
>> > domain
>> > controllers as dns servers, enabled netbios over tcp/ip . Still I get
>> > network
>> > path not found. This is on a production, working Win2000 domain, and
>> > other
>> > Beta2's have joined ok.
>> >
>> > Tried different nics as well. Machine is a Latitude D810. Vista
>> > Business
>> > Beta 2.
>> >
>> > Any thoughts ?

>>
>>
>>



  Reply With Quote
Old 15-06-2006, 02:12 PM   #7
=?Utf-8?B?THVjYQ==?=
Guest
 
Posts: n/a
Default RE: Unable to Join Windows 2000 Domain

Chrisksu I have the same problem!

Or better, I joined the domain from the My Computer Properties...Vista asked
me the domain, asked me an user that could confirm the join and finally
answered back with a nice "Welcome to the BPR domain" ..and made me restart.

After restart, from the "classic" log on I get the CTRL-ALT-CANC logon (as
in XP) and under the field userid and password it reported as standard domain
"BPR" (that's good).

I tryed to insert userid a password and the answer back is always:
The Network Path was not found

So I switch to the Local User, and tryed again to join the menu' from the My
computer, etc.. and all workd fine...Vista can find the domain "BPR" and
"welcomed" me ...but after restart always the same answer.

I tryed different users other mine.

My user is an Administrator User...I tryed with a "normal user" but nothing
change.

Of course when I'm in as a Local user and try to connect to the other PC
that are in the domain, and vista ask me for a user id a psw, I put my
credential (stored in BPR) and I can access all the PC in the network...

Any ideas?
Luca

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off