OnDemand Users Group

Support Forums => CMOD for Multiplatforms => Topic started by: nonix on August 01, 2017, 12:31:06 PM

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

<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:

<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, 04:04:23 PM
I have used the first method numerous times without fail..

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