User Management
How to incorporate Chinese characters in user name in Analytics Plus?
In Analytics Plus, we have few limitations in supporting Chinese characters while adding a new user in Chinese. Follow the below steps to achieve this. 1. Download the updated XML file using this link. 2. Replace it under ...
Invalid login name while adding a new user via AD import.
Currently, in Analytics Plus we do not support the special character '-' in login name while adding a new user. There will be error message saying 'Invalid Login Name' In order to avoid this, we have to follow the below steps. 1. Download the zip ...
Providing Admin Role
Login to pgsql database using command prompt D:\>cd MEReports\AnalyticsPlus\pgsql\bin> D:\MEReports\AnalyticsPlus\pgsql\bin>psql.exe -h localhost -p 33366 -U postgres psql (9.5.1) WARNING: Console code page (437) differs from Windows code page ...
Not Verified and No Email sent
Execute the below query \AnalyticsPlus\pgsql\bin>psql.exe -h localhost -p 33366 -U postgres \c accountsdb update IAMUserEmail set is_verified=true;