Creating a Worksoft Portal Database

The Worksoft Portal database maintains configuration information used by Worksoft applications and services. Regardless of how many Certify databases exist, you need one Worksoft Portal database.

Before creating the Worksoft Portal database, you must generate the Authentication service database. For more information, see Creating the Authentication Service Database.

To create databases, the user must have SQL Server dbcreator permissions.

Database Connection Configuration Options

When you configure your Portal database, you can select how you want to set up your database security configuration. You need to be a superuser to configure both connections:

  • User Based Configuration
  • Managed Service Identity Configuration

To create a Worksoft Portal database with a user-based configuration connection:

  1. Open the Worksoft Portal on your web server by navigating to the following address:

    https://<portalservername>/portal

    Example: https://servername.worksoft.com/portal

    When you sign into the Portal for the first time, a message opens stating that the database needs to be configured.

  2. Click the link to open the Configuration page.

    The Database Connection Setup page opens.

  3. Select the User Based Configuration option.

  4. In the Database Server field, enter the server name.
  5. In the Database Name field, enter the database name.
  6. If you want to use Windows authentication, select the Use Trusted Connection (Windows) option.

    For more information about configuring Windows authentication, see Chapter 2 in the Worksoft Infrastructure Services Installation Guide.

  7. If you want to use SQL Server authentication, enter the SQL Server user name and password in the respective fields.

  8. Select the Trust Server Certificate option.

  9. Click Test to test your database connection.

    A message opens stating if the connection was successful or failed. If the test fails, troubleshoot the database connection.

  10. Click OK to close the message.
  11. Click Save to save your database.

    A message opens stating the connection was successful.

To create a Worksoft Portal database with a Managed Service Identity configuration connection:

  1. Open the Worksoft Portal on your web server by navigating to the following address:

    https://<portalservername>/portal

    Example: https://servername.worksoft.com/portal

    When you sign into the Portal for the first time, a message opens stating that the database needs to be configured.

  2. Click the link to open the Configuration page.

    The Database Connection Setup page opens.

  3. Select the Managed Service Identity Configuration option.

  4. In the Database Server field, enter the server name.
  5. In the Database Name field, enter the database name.
  6. In the Managed Identity ID field, enter the ID.
  7. Click Test to test your database connection.

    A message opens stating if the connection was successful or failed. If the test fails, troubleshoot the database connection.

  8. Click OK to close the message.
  9. Click Save to save your database.

    A message opens stating the connection was successful.

 

Related Topics Link IconRelated Topics