|
Home > Archive > alt.certification.mcse > September 2003 > need help with csvde tool please!
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
need help with csvde tool please!
|
|
| Not me 2003-09-15, 9:33 pm |
| Ok first thing first let me tell you the name of my FQDN setup as a windows
2000 domain controller (A.D.)
"dcserver.jeremy.com" *NOTE: dcserver is the Netbios name.
In my active directory and users
I have created a root OU called "Test"
This is an OU just to test imported user accounts from the using the CSVDE
Tool.
This is my "import.csv" file i created
dn,objectClass,samAccountName,
userPrincipleName,displayName
"CN=Jeremy
M,OU=Test,DC=dcserver,DC=jerem
y,DC=com",jeremym,jeremym@jeremy.com,Jeremy M
Now everytime I run:
csvde -i -f import.csv
I get the error:
Add error on line 2: No such attribute
The server side error is "The parameter is incorrect."
looking at the log file created line 2 is:
CN=Jeremy M,OU=Test,DC=dcserver,DC=jerem
y,DC=com
but it looks right to me!!!!
Any help is GREATLY APPRECIATED THANKS!!!
| |
| tenubracon 2003-09-25, 10:28 am |
| "Not me" <themanjerca@yahoo.ca> wrote in message news:<Y%s9b.4062$BT1.155655@news20.bellglobal.com>...
> Ok first thing first let me tell you the name of my FQDN setup as a windows
> 2000 domain controller (A.D.)
>
> "dcserver.jeremy.com" *NOTE: dcserver is the Netbios name.
>
>
> In my active directory and users
>
> I have created a root OU called "Test"
>
> This is an OU just to test imported user accounts from the using the CSVDE
> Tool.
>
>
>
> This is my "import.csv" file i created
>
> dn,objectClass,samAccountName,
userPrincipleName,displayName
> "CN=Jeremy
> M,OU=Test,DC=dcserver,DC=jerem
y,DC=com",jeremym,jeremym@jeremy.com,Jeremy M
>
>
>
>
>
> Now everytime I run:
>
> csvde -i -f import.csv
>
>
>
> I get the error:
>
> Add error on line 2: No such attribute
> The server side error is "The parameter is incorrect."
>
>
> looking at the log file created line 2 is:
>
> CN=Jeremy M,OU=Test,DC=dcserver,DC=jerem
y,DC=com
>
>
> but it looks right to me!!!!
>
>
>
>
> Any help is GREATLY APPRECIATED THANKS!!!
UserPrincipalName not UserPrincipleName
| |
| tenubracon 2003-09-25, 12:26 pm |
| "Not me" <themanjerca@yahoo.ca> wrote in message news:<Y%s9b.4062$BT1.155655@news20.bellglobal.com>...
> Ok first thing first let me tell you the name of my FQDN setup as a windows
> 2000 domain controller (A.D.)
>
> "dcserver.jeremy.com" *NOTE: dcserver is the Netbios name.
>
>
> In my active directory and users
>
> I have created a root OU called "Test"
>
> This is an OU just to test imported user accounts from the using the CSVDE
> Tool.
>
>
>
> This is my "import.csv" file i created
>
> dn,objectClass,samAccountName,
userPrincipleName,displayName
> "CN=Jeremy
> M,OU=Test,DC=dcserver,DC=jerem
y,DC=com",jeremym,jeremym@jeremy.com,Jeremy M
>
>
>
>
>
> Now everytime I run:
>
> csvde -i -f import.csv
>
>
>
> I get the error:
>
> Add error on line 2: No such attribute
> The server side error is "The parameter is incorrect."
>
>
> looking at the log file created line 2 is:
>
> CN=Jeremy M,OU=Test,DC=dcserver,DC=jerem
y,DC=com
>
>
> but it looks right to me!!!!
>
>
>
>
> Any help is GREATLY APPRECIATED THANKS!!!
UserPrincipalName not UserPrincipleName
|
|
|
|
|