- Introduction
- Installation
- crossAdmin
- Setting up Across Modes
- Softkeys
- Generating crossGrid Certificates
- Creating Generic Softkeys
- Changing the Across Database User
- Defragmenting Database Files
- Running a Backup
- Auto-Deployment
- Automatic Client Update
- Windows Authentication
- Uninstalling
- Reference: Menus in crossAdmin
- Appendix
Changing the Across Database User
During the configuration of the Across Language Server, an SQL user with the database role db_owner is created automatically. This user is responsible for the authentication and authorization between the Across components and the Across databases. If you do not enter anything else, the user will get the name across and an auto-generated password.
If necessary, you can change this login information after the configuration. However, it is not sufficient to change the SQL user on the database server. For the Across components to continue to be able to communicate with the Across databases, the user's login information must be made known to the Across components.
Depending on whether you merely want to change the password or create an entirely new user, these steps differ slightly.
Changing the Password of the Database User across
- Proceed as follows to change the password:
- Stop all Across services.
- Open a utility such as the MS SQL Server Management Studio and change the password of the user across.
- Start the Across Setup Configuration tool on the Across Server (application server).
- Click RECONFIGURE.
- Follow the instructions of the tool until the Database Configuration page.
- On the SQL Account for Across Services tab, enter the password you just set.
- Click Next and finish the remaining steps of the tool.
- If you use further application servers (crossTank, crossAPI, crossVPN Proxy Server, etc.):
- Start the Across Setup Configuration tool on the respective application server.
- Enter the new login information of the database user on the page Connection to the Across Server.
- Click Next and finish the remaining steps of the tool.
- Check your Across environment for operability.
Creating a New Database User
- Proceed as follows to create a new user:
- Start the Across Setup Configuration tool on the Across Server (application server).
- Click RECONFIGURE and confirm that all Across services are to be stopped.
- Follow the instructions of the tool until the Database Configuration page.
- On the SQL Account for Across Services tab, enter a new user name and a new password in order to create a new SQL user.Attention
Subsequently, you need to manually remove the user across from the SQL instance. The tool will not remove this user.
- Click Next and finish the remaining steps of the tool.
- If you use further application servers (crossTank, crossAPI, crossVPN Proxy Server, etc.):
- Start the Across Setup Configuration tool on the respective application server.
- Enter the new login information of the database user on the page Connection to the Across Server.
- Click Next and finish the remaining steps of the tool.
- Check your Across environment for operability.