I am trying to use the csvde and LDIFDE to export the users from the existing domain on Server 2003 to a new domain name on Windows Server 2008. I am constantly receiving errors when I try to run the import commands. I am not sure how to correct the issue. Anyone seen this before? Thanks! Here is the error below:
------------------------------
C:\Users\Administrator\Desktop>ldifde -i -f users.ldf
Connecting to "Server.Domain.local"
Logging in as current user using SSPI
Importing directory from file "users.ldf"
Loading entries.
Add error on entry starting on line 2: Unwilling To Perform
The server side error is: 0x2079 The specified instance type is not valid.
The extended server error is:
00002079: SvcErr: DSID-03330A1A, problem 5003 (WILL_NOT_PERFORM), data 0
0 entries modified successfully.
An error has occurred in the program
No log files were written. In order to generate a log file, please
specify the log file path via the -j option.
----------------------------