I am trying to clone my w2k server in a lab network so that I can test an upgrade. Once the upgrade works correctly, then I will perform the upgrade on the production server.
To get all the Active Directory accounts cloned as well, I was trying to use LDIFDE. I was successful on running "LDIFDE -f FILENAME.ldf" to export the AD accounts and groups from the production server.
I am having the issue on IMPORTING them onto the lab server. I have tried "LDIFDE -i FILENAME.ldf" and other variations of that syntax, such as "LDIFDE -i FILENAME.ldf -s SERVERNAME" but nothing seems to work.
The error message I get says:
Connecting to "servername.domain_name.com"
Logging in as current user using SSPI
Importing directory from file FILENAME.LDF
Error occured during initialization
File operation failure
0 entries modified successfully
I am logged on with the same username as the one I do on the production server. The only diffrence is that I had to manually create the lab user Active Directory account that I am logged on as during this process, as the lab server didn't have that account already created yet.
Any ideas?
GVN
To get all the Active Directory accounts cloned as well, I was trying to use LDIFDE. I was successful on running "LDIFDE -f FILENAME.ldf" to export the AD accounts and groups from the production server.
I am having the issue on IMPORTING them onto the lab server. I have tried "LDIFDE -i FILENAME.ldf" and other variations of that syntax, such as "LDIFDE -i FILENAME.ldf -s SERVERNAME" but nothing seems to work.
The error message I get says:
Connecting to "servername.domain_name.com"
Logging in as current user using SSPI
Importing directory from file FILENAME.LDF
Error occured during initialization
File operation failure
0 entries modified successfully
I am logged on with the same username as the one I do on the production server. The only diffrence is that I had to manually create the lab user Active Directory account that I am logged on as during this process, as the lab server didn't have that account already created yet.
Any ideas?
GVN