Note: Requires 14.5R5, or higher.
By default, the Connexion installer will perform the following database operations that require sysadmin access to the database server:
...
Code Block | ||||
---|---|---|---|---|
| ||||
Use [CXN_Connexion] <-- enter the name of the config database you created GRANT EXECUTE TO [NICKWORK-PC\__cxne_user__] <-- enter the name of the Connexion service account Use [CXN_Connexion_Default] <-- enter the name of the message database you created GRANT EXECUTE TO [NICKWORK-PC\__cxne_user__] <-- enter the name of the Connexion service account |
...