Hello All,I've tracked my issue back to a change in checks when new users are added. There is now a check to see if the user is a coordinator. The check is in the as_mysql_add_users function.First a check is done to see if the user has admin level privileges and second it checks to see if the user is a coordinator. If the user is not a coordinator of the account they cannot add a user. Once I made them a coordinator of the account, it worked just fine.This did the trick.....sacctmgr add coordinator Name=<username> Account=<account list comma separated.>Kelly
