Link to home
Start Free TrialLog in
Avatar of Daniel_P67
Daniel_P67

asked on

Import CSVDE problem

Trying to import security groups into AD and am getting this error. Below is the error and the format i am using. I have tried many variations, looking to import name, description, Global, Security Group.

DN	objectClass	instanceType	name	cn	description	sAMAccountName	sAMAccountType	groupType
CN=NAME,OU=Groups,DC=Mydomain,DC=com	group	4	Name	Name	Members who have view-only access 	Name	268435456	-2147483646

Open in new window




c:\>csvde -i -f GroupExed5.csv -k
Connecting to "XXXXX.com"
Logging in as current user using SSPI
Importing directory from file "GroupExed5.csv"
Loading entries.
Add error on line 2: Referral
The server side error is "A referral was returned from the server."
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.

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of jawa29
jawa29
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Daniel_P67
Daniel_P67

ASKER

Thanks, it was not the name in the DN but the excel was adding to many "" to the DN csv. Your comment let me concentrate in the correct place.