R
Rafael M. Santos
Hello!
I am trying to recreate CN=Domain System Volume object with LDIFDE, but I am having some problems on import.
I used the following command to export:
LDIFDE –f output.txt –d "CN=Domain System Volume,CN=DFSR-LocalSettings,CN=AnotherDC,OU=Domain Controllers,DC=dom,DC=com" –p base
No problems occurs on exporting.
I got problems when I try to import using the following command:
Ldifde -i -f import.txt
Login as current user using SSPI
Importing directory from "output.txt" file
Loading entries.
Add input error starting at line 1: Unable to execute
The server error is: 0x20e7 Modification was not allowed for security reasons.
The extended server error is:
000020E7: SvcErr: DSID-03152D4B, problem 5003 (WILL_NOT_PERFORM), date 0
I also tried with .ldf extension and the error is the same.
Continue reading...
I am trying to recreate CN=Domain System Volume object with LDIFDE, but I am having some problems on import.
I used the following command to export:
LDIFDE –f output.txt –d "CN=Domain System Volume,CN=DFSR-LocalSettings,CN=AnotherDC,OU=Domain Controllers,DC=dom,DC=com" –p base
No problems occurs on exporting.
I got problems when I try to import using the following command:
Ldifde -i -f import.txt
Login as current user using SSPI
Importing directory from "output.txt" file
Loading entries.
Add input error starting at line 1: Unable to execute
The server error is: 0x20e7 Modification was not allowed for security reasons.
The extended server error is:
000020E7: SvcErr: DSID-03152D4B, problem 5003 (WILL_NOT_PERFORM), date 0
I also tried with .ldf extension and the error is the same.
Continue reading...