Main Content

Configure Polyspace Access App Services

Specify the path of your license file, and the paths of the folders that Polyspace® Access™ uses for its database and for various working directories. Polyspace Access uses these directories to store and process results that you upload to the database.

On the Cluster Dashboard, click Configure Apps to go to the Cluster Settings. Whenever you change the settings, click Save, return to the Cluster Dashboard, and click Restart Apps for the changes to take effect. Make sure that Validate on Save is enabled before you click Save.

Prerequisites

Polyspace Access Database

SettingDescription
Data volume

Specify the full path to the folder where you store the database.

By default, the database is stored under appdata/polyspace-access in the folder where you extracted the Polyspace Access installation image.

Deleting the Polyspace Access Database service and uninstalling Polyspace Access does not erase the results that you uploaded to the database from the data volume.

To delete a data volume and its content, manually delete the folder where you store the database.

Password

Specify a password to authenticate connections to the database. The different Polyspace Access services use this password when they communicate with the database. Use this password if you are prompted for one while performing a database backup or clean up.

This field is mandatory.

To see the current database password, run this command.

  • Windows

    docker inspect polyspace-access-db-0-main | FIND "POSTGRES_PASSWORD"

  • Linux

    docker inspect polyspace-access-db-0-main | grep POSTGRES_PASSWORD

To change the database password, update the password twice:

  • Enter the new password in this field to change the password in the Polyspace Access settings.

  • Run this command on the machine where you installed Polyspace Access to update the password in the postgres database:

    docker exec -it polyspace-access-db-0-main psql --username postgres --dbname prs_data -c "ALTER ROLE postgres WITH PASSWORD 'yourNewPassword'"

Polyspace Access ETL

SettingDescription
Storage directory

Specify the full path to folders with adequate write permissions. On Windows® systems, the paths must point to local drives. See Storage and Port Configuration.

By default, these folders are stored under appdata/polyspace-access in the folder where you extracted the Polyspace Access installation image.

The Upload directory path must be the same for the Polyspace Access Web Server and Polyspace Access ETL services.

Invalid results directory
Working directory
Upload directory

Polyspace Access Web Server

SettingDescription
Upload directory:

Specify the full path to folders with adequate write permissions. On Windows systems, the paths must point to local drives. See Storage and Port Configuration.

By default, these folders are stored under appdata/polyspace-access in the folder where you extracted the Polyspace Access installation image.

The Upload directory path must be the same for the Polyspace Access Web Server and Polyspace Access ETL services.

Temporary upload directory:
License file:

Specify the full path to the network.lic license file that you created when you configured the Polyspace Access license. See Configure Polyspace Access License. On Windows systems, the paths must point to local drives.

Related Topics