This section describes ways to create Axidian CertiFlow data stores in:
The database used as data storage is created manually. To populate the database, use the Storage.sql script included in the Axidian CertiFlow installation package (\IndeedCM.Server\Misc).CHANGE
1. Create a database in SQL Management Studio environment with an arbitrary name:
2. Use a local SQL account (for example, cfServiceSQL) or Windows domain account and define permissions for your database. This account will be used to perform read and write operations to the database. You can connect this account to the database in Axidian CertiFlow Setup Wizard.
3. Select the created database in Object Explorer and execute the Storage.sql script:
To enable the Axidian CertiFlow system to operate with the database, create a service account and grant it the required permissions:
1. Open pgAdmin, enter master password and connect to server.
2. In Browser section right-click on Login/Group Roles menu item.
3. Select Create→Login/Group Role.
4. Go to General tab and enter the role name in the Name field.
5. Go to Definition tab and enter your password in the Password field. Account expires field should be set to No Expiry.
When creating a service account, disable password expiration. |
6. Go to Privileges tab and turn on the Can Login? parameter.
7. Leave the rest of the fields with default values and click Save.
The database used as data storage is created manually. To populate the database, use the Storage-Postgre.sql script included in Axidian CertiFlow installation package (\IndeedCM.Server\Misc).CHANGE
1. Create a database in pgAdmin environment with an arbitrary name:
2. Select the database in Browser section and execute the Storage-Postgre.sql script:
3. Grant privileges to service account for the database tables:
|
Example: |
|
Open the PostgreSQL configuration file pg_hba.conf.
pb_hba.conf file location: For Windows OS: C:\Program Files\PostgreSQL\<version number>\data For *nix OS: /etc/postgresql/<version number>/main |
Add a line with the following format:
|
Where values are referred to as:
Example: |
|