Hi all
I have been given the task of importing a .ldf file into my existing Active Directory. The command in order to do this was given to me by SAP
Version 1
#
# Usage: ldifde -i -s <servername> -f <filename> -k -v
# -c "ROOT_SCHEMA" <schemacontext>
# Example: ldifde -i -s ads1 -f test.ldf -k -v
# -c "ROOT_SCHEMA" "cn=Schema, cn=Configuration, dc=company, dc=de"
#
The above works but I recieve the following error
D:\>ldifde -i -s riagsrv0 -f LDIF.ldf -k -v -c "ROOT_SCHEMA" "cn=Schema, cn=conf
iguration, dc=company, dc=ch
Connecting to "riagsrv0"
Logging in as current user using SSPI
Importing directory from file "LDIF.ldf"
Loading entries
1: cn=roomNumber, cn=Schema, cn=configuration, dc=company, dc=ch
Add error on line 28: Referral
The server side error is "A referral was returned from the server."
0 entries modified successfully.
An error has occurred in the program
I believe the error lies here:
1: cn=roomNumber, cn=Schema, cn=configuration, dc=company, dc=ch
But I only can fill in the details for dc=company dc=ch
I would really apreciate any info regarding my problem.
Thank you
I have been given the task of importing a .ldf file into my existing Active Directory. The command in order to do this was given to me by SAP
Version 1
#
# Usage: ldifde -i -s <servername> -f <filename> -k -v
# -c "ROOT_SCHEMA" <schemacontext>
# Example: ldifde -i -s ads1 -f test.ldf -k -v
# -c "ROOT_SCHEMA" "cn=Schema, cn=Configuration, dc=company, dc=de"
#
The above works but I recieve the following error
D:\>ldifde -i -s riagsrv0 -f LDIF.ldf -k -v -c "ROOT_SCHEMA" "cn=Schema, cn=conf
iguration, dc=company, dc=ch
Connecting to "riagsrv0"
Logging in as current user using SSPI
Importing directory from file "LDIF.ldf"
Loading entries
1: cn=roomNumber, cn=Schema, cn=configuration, dc=company, dc=ch
Add error on line 28: Referral
The server side error is "A referral was returned from the server."
0 entries modified successfully.
An error has occurred in the program
I believe the error lies here:
1: cn=roomNumber, cn=Schema, cn=configuration, dc=company, dc=ch
But I only can fill in the details for dc=company dc=ch
I would really apreciate any info regarding my problem.
Thank you