Setting Up the Genesys Administrator Extension Database (for Microsoft SQL Server)
Use the following procedure to set up the Microsoft SQL Server database that is used by Genesys Administrator Extension.
If you prefer to use Oracle or PostgreSQL, see Setting up the Genesys Administrator database (for Oracle) or
Setting up the Genesys Administrator database (for PostgreSQL).
- Refer to the Microsoft SQL Server documentation to create the Microsoft SQL Server Database for GAX.
- Start SQL Server Management Studio.
- Connect to Microsoft SQL Server as sa.
- Server type: Database Engine
- Server name: Local
- Authentication: SQL Server Authentication
- Create a login and password for the GAX database. For example: gax814admin with the password password.
- Create the GAX database (for example, gax814) by using the login to make this login the owner of the database.
Note: When you create the login, uncheck the Enforce password policy check box.
- Verify that you can connect to the database with the login that you created:
- Server type: Database Engine
- Server name: Local
- Authentication: SQL Server Authentication