[Technical Notice] Using Microsoft SQL Server with ASManager
Posted: September 19th, 2018, 4:50 pm
Article ID: GV-33-09-01-22
Released Date: 2009/1/22
Applied to
GV-ASManager V2.0
Summary
GV-ASManager V2.0 supports Microsoft SQL Server. For installation instructions and system requirements of the SQL Server, please refer to Microsoft website.
Before You Start
To run GV-ASManager V2.0, it is required to install the two programs.
- Download and install DirectX End-User Runtimes (November 2008).
- Download and install Microsoft .NET Framework Version 2.0 or later.
Starting the Database Tools
- If you are the first-time user of GV-ASManager, you will be prompted by the message: Cannot open database. Would you like to set up database? Click Yes. This dialog box appears.
If you upgrade your GV-ASManager to version 2.0, run ASDBManager.exe from the system folder. This dialog box appears. - Select ASManager Database Setting. The ASManager Database Setting dialog box appears. See the following sections to learn how to work with the SQL Server.
Creating a Database
To create a database in the SQL Server:
- Select Create MDB / MSSQL Database for ASManager on the ASManager Database Setting dialog box. This dialog box appears.
- Under the Database Type, select Microsoft SQL Server.
- Under the SQL Database Setting, type IP address or domain name of the SQL Server in the Data Source field, and select the authentication mode.
- Under the Database, name the databases for Configuration files and Log files that will be created on the SQL Server separately.
- Click Test Connection to test the connection to the SQL Server.
- Click OK. The databases are created in the SQL Server.
Connecting to a Database
To connect to any database created in the SQL Server:
- Select Setup the location and name of ASManager database on the ASManager Database Setting dialog box. This dialog box appears.
- Under the Database Type, select Microsoft SQL Server.
- Under the SQL Database Setting, type IP address or domain name of the SQL Server in the Data Source field, and select the authentication mode.
- Under the Database, specify the names of Configuration and Log databases existing in the SQL Server.
- Click Test Connection to test the connection to the SQL Server.
- Click OK. The GV-ASManager is connected to the assigned databases in the SQL Server.
Converting Access Database to SQL Database (Only for GV-ASManager V1.x)
You can convert the Access Database of GV-ASManager V1.x to the SQL Database. By default, the database of GV-ASManager V1.x is saved at :\AS200\ASManager\ASRes.
- Select ASManager Database Upgrade on the ASManager Database Setting dialog box. This dialog box appears.
- Under the Database Type, select Microsoft SQL Server.
- Under the SQL Database Setting, type IP address or domain name of the SQL Server in the Data Source field, and select the authentication mode.
- Under the Database, type the name of Configuration and Log databases in the SQL Server where you want to convert your MDB files to.
- Click Test Connection to test the connection to the SQL Server.
- Select Upgrade ASLog if you want to convert the Log files of MDB to the SQL database. Otherwise only the Configuration files of MDB will be converted.
- Click OK.
Converting SQL Database to Access Database
You can convert the Configuration files in the SQL Server to MDB files:
Note: The Log files in the SQL Server cannot be converted to MDB files.
- Select ASManager Database Backup on the ASManager Database Setting dialog box.
- Specify a location to save the converted files.
- Click OK.
Converting Access Database to SQL Database (Only for GV-ASManager V2.0)
You can convert the Configuration files of GV-ASManager V2.0 in MDB format to the SQL Database.
Note: The Log files of GV-ASManager V2.0 in MDB format cannot be converted to the SQL database.
- Select ASManager Database Recovery on the ASManager Database Setting dialog box. This dialog box appears.
- Under the Database Type, select Microsoft SQL Server.
- Under the SQL Database Setting, type IP address or domain name of the SQL Server in the Data Source field, and select the authentication mode.
- Under the Database, specify the name of Configuration databases in the SQL Server where you want to convert your MDB files to.
- Under the Restore ASConfig File, specify the location where you save the Configuration files of MDB.
- Click OK to start.