Go Back   TechArena Community > Technical Support > Computer Help > Windows Server > Active Directory
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , , , ,

Sponsored Links



Cannot add a user to group using active directory users and computers console

Active Directory


Reply
 
Thread Tools Search this Thread
  #1  
Old 06-06-2007
Rahul
 
Posts: n/a
Cannot add a user to group using active directory users and computers console

Hello All,
On a member server, I am trying to make a user the member of
administrators' group. (I am logged on as administrator). But when I
open user's properties from "Active Directory Users and Computers"
console and go to "Member of" tab and click on "Add" button, I get the
MessageBox saying:
"The program cannot open the required dialog box because no locations
can be found. Close this message and try again."
(And after I click on
"Close", another dialog box opens saying)
"The parameter is incorrect".
A few days ago, there was no problem with this machine, when suddenly,
the machine went offline. (This is a remote machine. I don't know the
problem that occurred).
I also have the access to domain controller and I can do everything
properly from there. (Except to instruct the member server to behave
and do it's job. As I am unsure about what exactly is causing the
problem.)
I can do almost everything else, like creating new user, group, delete
user or group, change password, log in, log out etc. etc.
Can anyone guide me regarding the problem?

Reply With Quote
  #2  
Old 06-06-2007
Paul Bergson [MVP-DS]
 
Posts: n/a
Re: Cannot add a user to group using active directory users and computers console

On the workstation in question from a command prompt try
nltest /sc_verify:YourDomainName

This will check to see if the secure channel is working between the client
and the domain. If not it should rebuild it for you.


For more info on nltest -> nltest /?

--
Paul Bergson
MVP - Directory Services
MCT, MCSE, MCSA, Security+, BS CSci
2003, 2000 (Early Achiever), NT

http://www.pbbergs.com

Please no e-mails, any questions should be posted in the NewsGroup
This posting is provided "AS IS" with no warranties, and confers no rights.

"Rahul" <rahuldj@gmail.com> wrote in message
news:1181119473.744832.205790@o11g2000prd.googlegroups.com...
> Hello All,
> On a member server, I am trying to make a user the member of
> administrators' group. (I am logged on as administrator). But when I
> open user's properties from "Active Directory Users and Computers"
> console and go to "Member of" tab and click on "Add" button, I get the
> MessageBox saying:
> "The program cannot open the required dialog box because no locations
> can be found. Close this message and try again."
> (And after I click on
> "Close", another dialog box opens saying)
> "The parameter is incorrect".
> A few days ago, there was no problem with this machine, when suddenly,
> the machine went offline. (This is a remote machine. I don't know the
> problem that occurred).
> I also have the access to domain controller and I can do everything
> properly from there. (Except to instruct the member server to behave
> and do it's job. As I am unsure about what exactly is causing the
> problem.)
> I can do almost everything else, like creating new user, group, delete
> user or group, change password, log in, log out etc. etc.
> Can anyone guide me regarding the problem?
>



Reply With Quote
  #3  
Old 06-06-2007
Rahul
 
Posts: n/a
Re: Cannot add a user to group using active directory users and computers console

On Jun 6, 5:56 pm, "Paul Bergson [MVP-DS]"
<pbergson@allete_nospam.com> wrote:
> On the workstation in question from a command prompt try
> nltest /sc_verify:YourDomainName
>
> This will check to see if the secure channel is working between the client
> and the domain. If not it should rebuild it for you.
>
> For more info on nltest -> nltest /?
>
> --
> Paul Bergson
> MVP - Directory Services
> MCT, MCSE, MCSA, Security+, BS CSci
> 2003, 2000 (Early Achiever), NT
>
> http://www.pbbergs.com
>
> Please no e-mails, any questions should be posted in the NewsGroup
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> "Rahul" <rahu...@gmail.com> wrote in message
>
> news:1181119473.744832.205790@o11g2000prd.googlegroups.com...
>
> > Hello All,
> > On a member server, I am trying to make a user the member of
> > administrators' group. (I am logged on as administrator). But when I
> > open user's properties from "Active Directory Users and Computers"
> > console and go to "Member of" tab and click on "Add" button, I get the
> > MessageBox saying:
> > "The program cannot open the required dialog box because no locations
> > can be found. Close this message and try again."
> > (And after I click on
> > "Close", another dialog box opens saying)
> > "The parameter is incorrect".
> > A few days ago, there was no problem with this machine, when suddenly,
> > the machine went offline. (This is a remote machine. I don't know the
> > problem that occurred).
> > I also have the access to domain controller and I can do everything
> > properly from there. (Except to instruct the member server to behave
> > and do it's job. As I am unsure about what exactly is causing the
> > problem.)
> > I can do almost everything else, like creating new user, group, delete
> > user or group, change password, log in, log out etc. etc.
> > Can anyone guide me regarding the problem?


Thank you for the information.

I did not have the nltest file and downloaded the NT 4.0 resource kit
which had this exe.
But there is no nltest /sc_verify option in this exe. The closes I
found was nltest /sc_query:servername and after running it I get the
following output:

Flags: 0
Connection Status = 1787 0x6fb ERROR_NO_TRUST_SAM_ACCOUNT
Trusted DC Name
Trusted DC Connection Status Status = 1787 0x6fb
ERROR_NO_TRUST_SAM_ACCOUNT
The command completed successfully

Then I looked at the properties and tried the nltest /
sc_reset:servername and after running it I got the message

I_NetLogonControl failed: Status = 1787 0x6fb
ERROR_NO_TRUST_SAM_ACCOUNT

I am not able to decipher whatever it means. Is it possible for you to
interpret this for me?

Reply With Quote
  #4  
Old 06-06-2007
Paul Bergson [MVP-DS]
 
Posts: n/a
Re: Cannot add a user to group using active directory users and computers console

If you don't have the tools installed, install them from your server install
disk.
d:\support\tools\setup.exe

You can just remove and add the workstation to the domain and this should
re-establish the secure channel.

--
Paul Bergson
MVP - Directory Services
MCT, MCSE, MCSA, Security+, BS CSci
2003, 2000 (Early Achiever), NT

http://www.pbbergs.com

Please no e-mails, any questions should be posted in the NewsGroup
This posting is provided "AS IS" with no warranties, and confers no rights.

"Rahul" <rahuldj@gmail.com> wrote in message
news:1181138695.145120.44080@o11g2000prd.googlegroups.com...
> On Jun 6, 5:56 pm, "Paul Bergson [MVP-DS]"
> <pbergson@allete_nospam.com> wrote:
>> On the workstation in question from a command prompt try
>> nltest /sc_verify:YourDomainName
>>
>> This will check to see if the secure channel is working between the
>> client
>> and the domain. If not it should rebuild it for you.
>>
>> For more info on nltest -> nltest /?
>>
>> --
>> Paul Bergson
>> MVP - Directory Services
>> MCT, MCSE, MCSA, Security+, BS CSci
>> 2003, 2000 (Early Achiever), NT
>>
>> http://www.pbbergs.com
>>
>> Please no e-mails, any questions should be posted in the NewsGroup
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights.
>>
>> "Rahul" <rahu...@gmail.com> wrote in message
>>
>> news:1181119473.744832.205790@o11g2000prd.googlegroups.com...
>>
>> > Hello All,
>> > On a member server, I am trying to make a user the member of
>> > administrators' group. (I am logged on as administrator). But when I
>> > open user's properties from "Active Directory Users and Computers"
>> > console and go to "Member of" tab and click on "Add" button, I get the
>> > MessageBox saying:
>> > "The program cannot open the required dialog box because no locations
>> > can be found. Close this message and try again."
>> > (And after I click on
>> > "Close", another dialog box opens saying)
>> > "The parameter is incorrect".
>> > A few days ago, there was no problem with this machine, when suddenly,
>> > the machine went offline. (This is a remote machine. I don't know the
>> > problem that occurred).
>> > I also have the access to domain controller and I can do everything
>> > properly from there. (Except to instruct the member server to behave
>> > and do it's job. As I am unsure about what exactly is causing the
>> > problem.)
>> > I can do almost everything else, like creating new user, group, delete
>> > user or group, change password, log in, log out etc. etc.
>> > Can anyone guide me regarding the problem?

>
> Thank you for the information.
>
> I did not have the nltest file and downloaded the NT 4.0 resource kit
> which had this exe.
> But there is no nltest /sc_verify option in this exe. The closes I
> found was nltest /sc_query:servername and after running it I get the
> following output:
>
> Flags: 0
> Connection Status = 1787 0x6fb ERROR_NO_TRUST_SAM_ACCOUNT
> Trusted DC Name
> Trusted DC Connection Status Status = 1787 0x6fb
> ERROR_NO_TRUST_SAM_ACCOUNT
> The command completed successfully
>
> Then I looked at the properties and tried the nltest /
> sc_reset:servername and after running it I got the message
>
> I_NetLogonControl failed: Status = 1787 0x6fb
> ERROR_NO_TRUST_SAM_ACCOUNT
>
> I am not able to decipher whatever it means. Is it possible for you to
> interpret this for me?
>



Reply With Quote
Reply

  TechArena Community > Technical Support > Computer Help > Windows Server > Active Directory


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "Cannot add a user to group using active directory users and computers console"
Thread Thread Starter Forum Replies Last Post
how to find out object type(user,computer,group) in active directory? vivekmohan Software Development 2 06-08-2009 04:19 PM
How to stop a group of users to login to active directory domain TechPK Operating Systems 2 01-05-2009 11:20 PM
Active Directory Users and Computers in 64 bit Vista David Lewis Vista Help 6 29-04-2009 02:50 AM
Delegate Control in Active Directory to allow group to unlock user accounts Nino_1 Active Directory 4 02-11-2007 12:35 AM
Active Directory Users with Group Membership Export to Excel tim.cole@ftnfinancial.com Window 2000 Help 2 18-05-2006 01:31 AM


All times are GMT +5.5. The time now is 10:37 AM.