|
| CreateResellerOrganizationAdmin error 0x8007202f |
 |
Sat, 29 Mar 2008 00:43:43 +000 |
I am at step RUN.15, I modified the CreateResellerOrganizationAdmin.xml to look
similar to the following:
<request xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<procedure xmlns:xsl='http://www.w3.org/1999/XSL/Transform'>
<execute namespace="Hosted Active Directory"
procedure="CreateUser" impersonate="1">
<executeData>
<preferredDomainController>ad01.adDomain.local</preferredDomainControll
er>
<container>LDAP://OU=Reseller,OU=Hosting,DC=adDomain,DC=local</containe
r>
<userPrincipalName>admin@reseller.net</userPrincipalName>
<displayName>Admin</displayName>
<givenName>Reseller</givenName>
<middleName>System</middleName>
<sn>Admin</sn>
<initials>rsa</initials>
<newPassword
do-not-log="1">Pass1word</newPassword>
<description>user</description>
<isAdmin>1</isAdmin>
</executeData>
<after source="executeData" destination="data"
mode="merge"/>
</execute>
</procedure>
</request>
When I run provtest, I receive the following error:
"Unable to create 'cn=admin@reseller.net'./A contraint violation
occurres./CreateObject"
code="0x8007202f"
executeSeqNo="57"
Has anyone run into this? Can I just manually create this user, or does this
scipt do other things besides just creating a new user account?
|
| Post Reply
|
|
|
|
|
|
|
|
|
|