CSVDE import error

S

Svenb

Hello,

I am having a problem importing the same .csv file that I just
exported, back into the original DC. Comes back with a error
statement:
"Add error on line 2: referral
The server side error is "A referral was returned from the server""

Does it not like being imported into the same AD?
Any help would be great!
Thanks ahead of time,
 
M

Matjaz Ladava [MVP]

Check your DN entry in you csv file. Can you post one of your dn entries and
your DNS domain name.

--
Regards

Matjaz Ladava, MCSE (NT4 & 2000), MVP
(e-mail address removed)
http://ladava.com
 
Joined
Dec 22, 2009
Messages
1
Reaction score
0
TRY THIS::::::::::::::

1>USE FOLLOWING COMMAND FOR EXPORTING USERS JUST CHANGE dc=Your server name,dc=com
csvde -f c:\outusers.csv -d dc=yor domain,dc=com -l DN,objectClass,ou,description,distinguishedName,cn,department,title,mail,telephonenumber,mobile,physicalDeliveryOfficeName -r "(objectClass=user)"

2>FOllowing command to import user just check OU and DC names
CSVDE -i -k -f C:\Users\**\Desktop\outusers.csv

NOTE: WHILE ur importing users u must have same OU's which are present on the server1 which users you have exported.
DC name must be same as ur server name where you are importing users


I have done it with importing 2k3 domain user to 2k8 newly installed server.

get back to for any queries on (e-mail address removed)
 
Last edited:

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top