Cannot add User on CMS

When you cannot add a user in the CMS you will need to find the file: /webservices/userservice.asmx then edit the AddUser function query string. The database will reject the string with the primary key being sent to the database.

 

Remove acctNum from all sQueryString:

“acctNum, ” & _

“‘, ‘” & Replace(acctNum, “‘”, “””) & _

What are your feelings