OnDemand User Group

Support Forums => MP Server => Topic started by: Norbert Novotny on August 01, 2017, 05:31:06 AM

Title: ARSXML failed to create user with UID>49774
Post by: Norbert Novotny on August 01, 2017, 05:31:06 AM
Guys, anyone noticed problem with creating (adding) a new user using arsxml when the last existing uid=49774 ?

Code: [Select]
<user password="XXXXXX" name="USER1234" description="A new user" fullName="USER1234" >
Failed with Err:

ARS7709I Adding user, USER1234
ARS7743E A user object named 'USER1234' already exists.
ARS7761I Add of user, USER1234 failed.


Forcing UID<49774 by finding a number range gap:

Code: [Select]
<user password="XXXXXX" uid="1001" name="USER1234" description="A new user" fullName="USER1234" >
Have worked well.

Any idea or known limitation?

Title: Re: ARSXML failed to create user with UID>49774
Post by: jsquizz on August 01, 2017, 09:04:23 AM
I have used the first method numerous times without fail..

Try switching password and name, see if that works..just curious