We are trying to create a standalone instance of AD LDS on a member server, and any help/advice you could give us would be appreciated.
I have followed the instructions as per the Microsoft Technet site and everything seems to work correctly up to the point of running the following command:-
Ldifde –I –f solutions4it.ldf –c –DC=X DC=******,DC=****,DC=****,DC=***,DC=uk –j c:\windows\adam
This returns the following error log file:-
Connecting to "****-***.****.****.****.uk"
Logging in as current user using SSPI
Importing directory from file "solutions4it.ldf"
Loading entries
1: cn=Account-Name-History,cn=Schema,cn=Configuration,DC=******,DC=****,DC=****,DC=***,DC=**
Entry DN: cn=Account-Name-History,cn=Schema,cn=Configuration,DC=******,DC=****,DC=****,DC=***,DC=**
changetype: add
Attribute 0) objectClass:attributeSchema
Attribute 1) attributeId:1.2.840.113556.1.4.1307
Attribute 2) ldapDisplayName:accountNameHistory
Attribute 3) attributeSyntax:2.5.5.12
Attribute 4) adminDescription:Account-Name-History
Attribute 5) adminDisplayName:Account-Name-History
Attribute 6) schemaIDGUID: UNPRINTABLE BINARY(16)
Attribute 7) oMSyntax:64
Attribute 8) systemFlags:16
Attribute 9) systemOnly:FALSE
Add error on entry starting on line 15: No Such Object
The server side error is: 0x208d Directory object not found.
The extended server error is:
0000208D: NameErr: DSID-0310020A, problem 2001 (NO_OBJECT), data 0, best match of:
'DC=****,DC=****,DC=***,DC=**'
0 entries modified successfully.
An error has occurred in the program
Thanks