Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

It is necessary to create a database at the SQL server to store system data.

Info

System data is a set of tables that are to store system data.

Creating a database.
  1. Run SQL Server Management Studio and connect to the server, providing required credentials.
  2. Create a new database to store the Indeed

...

  1. AM system data.
    1. Expand your SQL server contents.
    2. Right-click the "

...

    1. Databasesitem.
    2. Select "New

...

    1. Databaseitem.
      Image Modified
  1. Enter the name for the new database and click "Ok".

Image Modified

Creating a user.

You have to create a service account and give it full access to the database in order for the system to work with the data storage.

Note
The account named Admin-DB is created as an example. Screenshots below demonstrate the configuration process for this account.
  1. Expand the "

...

  1. Securitynode at the SQL server. Right-click the "

...

  1. Loginsitem. Select "New Login...” item.
    Image Modified
  2. Perform the following actions at the main page:
    1. Set the new user name.
    2. Select the authentication method with SQL server.
    3. Deactivate mandatory change of password upon next login.
    4. Select your created database in the

...

    1. Default databaseitem.
      Image Modified
  1. Select the "

...

  1. db_ownerrole at the

...

  1. Server rolespage.

...


Backtotop