- 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
Authentication
By default, the security settings of the SQL Server are configured to allow access to the server via an existing Windows user account. To enable the setup of the Across databases during the installation of the Across Server, the so-called mixed mode must be activated in the SQL authentication settings. Additionally, you need to activate the sa user. Both are possible with a user-defined installation of the Microsoft SQL Server (Express). If necessary, you can also activate the mixed mode and the sa user retroactively.
For the retroactive adjustment, we recommend using the Microsoft SQL Server Management Studio. You can get it free of charge from Microsoft.
Adjusting the Authentication Mode Retroactively
- If the SQL Server has already been installed without activating the mixed mode, proceed as follows to adjust the authentication settings:
- Open the Microsoft SQL Server Management Studio.
- Connect to the database engine and select the server and, if necessary, the instance.Tip
When installing MS SQL Server Express, an instance called SQLEXPRESS is created by default.
- Select your SQL Server in the tree view.
- From the context menu of the server, select Properties.
- Open the Security section and select the setting SQL Server and Windows Authentication mode under Server authentication.
- Confirm and close the server properties with OK.
Activating the sa User
- Proceed as follows:
- Open the Microsoft SQL Server Management Studio.
- Connect to the respective instance.
- Select your SQL Server in the tree view.
- Under Security > Logins, select the Properties entry from the context menu of the sa user.
- Under General, check whether a password has been set. If not, set a password.Tip
While configuring Across, you will need the data of the sa user.
- Check whether the permission to establish a connection to the database engine has been granted in the Status area and set the option Login to Enabled.
- Confirm and close the login properties with OK.
- Across can now be installed and configured.