Configuration: Setting Up Permissions for CUIS SQL Server Login Failed
From DocWiki
Configuration: Setting Up Permissions for CUIS SQL Server Login Failed
| Problem Summary | Setting Up Permissions for CUIS SQL Server Login Failed |
|---|---|
| Error Message | Setting Up Permissions for CUIS SQL Server Login Failed |
| Possible Cause | The CUIS Configuration program did not create the SQL login with the necessary permissions. |
| Recommended Action | If you see this message, look at the CuisConfigTool.Log file and make every effort to resolve the error based on the information in that file.
Only if it is not possible to resolve the matter from information in the CuisConfigTool log, manually create a login as follows: 1. Open MS SQL Server. Make sure you are connected as a user who is an administrator in SQL Server and to the master database. 2. Open a New Query window. 3. Type the following: CREATE LOGIN "<domain>\<username>" FROM WINDOWS |
| Releases | Release 7.5(x) |
| Associated CDETS # | None |