ARSXML failed to create user with UID>49774

Previous topic - Next topic

nonix

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?


jsquizz

I have used the first method numerous times without fail..

Try switching password and name, see if that works..just curious
#CMOD #DB2 #AFP2PDF #TSM #AIX #RHEL #AWS #AZURE #GCP #EVERYTHING