Skip to main content

Data storage

You can store the Axidian AirCard Enterprise system data in Microsoft SQL or PostgreSQL.

  1. Create a database in SQL Server Management Studio.
    1. In the Object Explorer pane, right-click Databases and select New Database.
    2. Enter a database name and click OK.
  2. Use a local SQL service account or an Active Directory service account and grant it the required permissions to manage the database. This service account is used to perform read and write operations in the database.
    1. In the Object Explorer pane, expand the Security section.
    2. Right-click the Logins folder and select the service account from the context menu.
    3. Go to the User Mapping tab and configure the account permissions.
    4. In the Database role membership for section, select the check boxes next to the db_owner and public permissions.
  3. Populate the database.
    1. Go to the File menu and click Open.
    2. Select File..., specify the catalog path to the init.sql file (\AxidianACES\Misc) and click Open.
    3. Before running the script, uncomment --USE[<database name>]--GO and specify the name of the database or select it from the list.
    4. Click Execute.