- Create a blank database.
For a PostgreSQL database:
For a PostgreSQL database:
- Use the standard psql client to connect to the PostgreSQL server using an account with CREATEDB+CREATEROLE or SUPERUSER privileges:
- Create a user account with a predefined password and the right to log in to the PostgreSQL server:
- Create a new database:
- Grant the user the rights to connect to the database and to create temporary tables:
- Prioritize the fc schema over the public schema:
- Connect to the newly created database:
- Create an fc schema and specify the user you have created as its owner:
- Create an ltree extension in the database:
- Disconnect from the PostgreSQL server.
- For an SQL database, run the Description.sql script.
For an Oracle database, run the Description_Oracle.sql script.
For a PostgreSQL database, run the Description_PostgreSQL.sql script.
Note: By default, the scripts are placed into the C:\inetpub\wwwroot\FlexiCapture12\Server folder on the computer where the Application Server is installed. - For an SQL database, run the DBInitFill.sql script.
For an Oracle database, run the DBInitFill_Oracle.sql script.
For a PostgreSQL database, run the DBInitFill_PostgreSQL.sql script.
Note: By default, the scripts are placed into the C:\inetpub\wwwroot\FlexiCapture12\Server folder on the computer where the Application Server is installed. - Provide a unique identifier for the database:
- Add the first user:
- Login is the login that the user will use,
Important! You must specify the login of the Windows user that will be used to open the Administration and Monitoring Console when connecting to the database. - FullName is the full name of the user as displayed in their profile, and
- Email is the user’s e-mail address.
- Specify the system administrator roles for the newly created user:
- Connect to the newly created database using the Administration and Monitoring Console.
