Discussion:
Cannot create a "user" in ADAM (Active Directory Application Mode)
(too old to reply)
James Scott
2003-12-15 19:36:10 UTC
Permalink
Hi,

I am evaluating the "scaled down" version of Active Directory (ADAM), and I am having a tremendous amount of trouble trying to create a new "user".

I have installed ADAM on Windows XP Pro (connected to a workgroup not domain), imported the user classes from MS-User.ldf using ldifde, and I am stuck.

My thoughts are that I am stuck because I cannot create a user without having a DC entry, but I do not know how to create the DC= entry. I have also tried creating a new ADAM partition using ldp.exe, and have followed the instructions on how to do so from the ADAM help, but to no avail... It gives me an error as indicated below:

ldap_add_s(ld, "CN=TEST", [2] attrs)
Error: Add: No Such Attribute. <16>
Server error: 00002074: AtrErr: DSID-03120521, #1:
0: 00002074: DSID-03120521, problem 1001 (NO_ATTRIBUTE_OR_VAL), data 0, Att 90171 (fSMORoleOwner)

Error 0x2074 None of the requested attributes were found on the objects.

Can somebody please point me in the correct direction here?

Thanks!
Dmitri Gavrilov [MSFT]
2003-12-16 06:28:52 UTC
Permalink
Why don't you create a partition at install time. There's a page in the
wizard that lets you specify a partition name.
--
Dmitri Gavrilov
SDE, Active Directory Core

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Post by James Scott
Hi,
I am evaluating the "scaled down" version of Active Directory (ADAM), and
I am having a tremendous amount of trouble trying to create a new "user".
Post by James Scott
I have installed ADAM on Windows XP Pro (connected to a workgroup not
domain), imported the user classes from MS-User.ldf using ldifde, and I am
stuck.
Post by James Scott
My thoughts are that I am stuck because I cannot create a user without
having a DC entry, but I do not know how to create the DC= entry. I have
also tried creating a new ADAM partition using ldp.exe, and have followed
the instructions on how to do so from the ADAM help, but to no avail... It
Post by James Scott
ldap_add_s(ld, "CN=TEST", [2] attrs)
Error: Add: No Such Attribute. <16>
0: 00002074: DSID-03120521, problem 1001 (NO_ATTRIBUTE_OR_VAL), data 0,
Att 90171 (fSMORoleOwner)
Post by James Scott
Error 0x2074 None of the requested attributes were found on the objects.
Can somebody please point me in the correct direction here?
Thanks!
Wade Guidry
2003-12-16 17:30:37 UTC
Permalink
Just FYI, You can also create partitions using the "dsmgmt" command line
tool.

Start \ ADAM \ ADAM Tools Command prompt

c:\windows\adam>dsmgmt

dsmgmt: ?

You can also look at the "dsmgmt" topic in ADAM help.
--
Wade Guidry [MSFT]
***@online.microsoft.com
Microsoft Server Content Group - Directory Services

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Please do not send e-mail directly to this alias. This alias is for
newsgroup purposes only.
Post by Dmitri Gavrilov [MSFT]
Why don't you create a partition at install time. There's a page in the
wizard that lets you specify a partition name.
--
Dmitri Gavrilov
SDE, Active Directory Core
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Post by James Scott
Hi,
I am evaluating the "scaled down" version of Active Directory (ADAM), and
I am having a tremendous amount of trouble trying to create a new "user".
Post by James Scott
I have installed ADAM on Windows XP Pro (connected to a workgroup not
domain), imported the user classes from MS-User.ldf using ldifde, and I am
stuck.
Post by James Scott
My thoughts are that I am stuck because I cannot create a user without
having a DC entry, but I do not know how to create the DC= entry. I have
also tried creating a new ADAM partition using ldp.exe, and have followed
the instructions on how to do so from the ADAM help, but to no avail...
It
Post by Dmitri Gavrilov [MSFT]
Post by James Scott
ldap_add_s(ld, "CN=TEST", [2] attrs)
Error: Add: No Such Attribute. <16>
0: 00002074: DSID-03120521, problem 1001 (NO_ATTRIBUTE_OR_VAL), data 0,
Att 90171 (fSMORoleOwner)
Post by James Scott
Error 0x2074 None of the requested attributes were found on the objects.
Can somebody please point me in the correct direction here?
Thanks!
Loading...