To resolve this error, set the phone number field to a valid 10 digit phone number or set it to any ten numbers. Users who upgraded their LMI to 6.2.1 version from a version older than 5.5.0 will likely have many users who will encounter this problem. Instead of setting the phone number field for all values individually per profile, it's easier to change these values from database end for all users on the system. This can be achieved using the following steps:
- Login to LMI appliance via SSH session as 'toor' user.
- Execute the command '$ mysql logappconfig' (no quotes). This should drop users into MySQL command line.
- mysql > update admUser set phoneNum='';
That above command will set the phoneNumber field for all users including users that belong to Active Directory to an empty value. As the Phone Number field is not a mandatory field, the above procedure will resolve the issues as described in the Details section of the article. Users who need to have this field populated with a valid value, will have to change it accordingly from the GUI.