Hello! I am in the process of building a new domain for my district and I'm trying to import bulk users using csvde (which is new to me). I keep getting a DN syntax error but I can't find what's wrong. I did a dsquery to look up the DN of users I've created manually and followed that. Below is the csv I'm trying to use, the csvde error log, and a line from dsquery. I'm about to pull my hair out! Thanks in advance!
csv:
DN,gn,sn,sAMAcount,displayName,password,userPrincipalName,homeFolder,description,objectclass
"CN=Bulk Test,OU=Test,DC=eastguernsey,DC=eguernsey,DC=k12,DC=oh,DC=us",Bulk,Test,bulk.test,Bulk Test,12345,
[email protected],\\eg2008dc1\bulk.test\;h:,test,user
error log:
Connecting to "(null)"
Logging in as current user using SSPI
Importing directory from file "testuploadbulk.csv"
Loading entries
2: "CN=Bulk Test,OU=Test,DC=eastguernsey,DC=eguernsey,DC=k12,DC=oh,DC=us"
Attribute 0) gn: Bulk
Attribute 1) sn: Test
Attribute 2) sAMAcount: bulk.test
Attribute 3) displayName: Bulk Test
Attribute 4) password: 12345
Attribute 5) userPrincipalName:
[email protected]
Attribute 6) homeFolder: \eg2008dc1bulk.test;h:
Attribute 7) description: test
Attribute 8) objectclass: user
Add error on line 2: Invalid DN Syntax
The server side error is "The parameter is incorrect."
0 entries modified successfully.
An error has occurred in the program
dsquery line:
"CN=test,OU=Test,DC=eastguernsey,DC=eguernsey,DC=k12,DC=oh,DC=us"