I'm attempting to add additional users through the pacsone user administration interface.
I select all the privileges for my single instance and hit modify. I receive this error.
Failed to add username: user: Error running query: [insert into HVPACS01.privilege (username,firstname,lastname,email,viewprivate,modifydata,forward,query,move,download,print,export,import,upload,monitor,mark,admin,expire) values('tsutcliffe',NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,DATE_ADD(NOW(), INTERVAL 90 DAY))], Column 'firstname' cannot be null
User administration errors
Re: User administration errors
You need to enter a valid First and Last Names for the new user, as PacsOne does not allow empty/NULL names.
Re: User administration errors
I certainly DID NOT forget to enter a first name and a last name.