Restrict configuration profiles

By default, PLA 3.0 users can select any of the configuration profiles available for a Data Acquisition Module. You can change this default behavior and make only a subset of profiles available.

Important: This configuration does not prevent users from changing the available profiles.

Before you begin

You set up a restriction on folder and database level. You need the Universally Unique Identifier (UUID) of the PLA 3.0 database and the key of the folder for which you want to set up the restriction. Make sure you have these entries available.

  • To access the UUID in PLA 3.0: On the System menu, select Database policies. Go to the Advanced tab. The UUID is displayed under Database. Example: '0a24579e-4985-4c63-86e4-a2cf038e47e2'
  • To access the folder key in PLA 3.0: In the Navigator, right-click the folder. From the context menu, select Folder properties. The folder key is displayed as the document key under General. Example: 'Folder-4'

About this task

Use this configuration option, for example, to separate data acquired with profiles in development from data acquired with profiles in production, or to set up a 'sandbox ' folder for testing purposes in which users can use all configuration profiles.

Note: Subfolders automatically inherit the configuration from their parent folder. However, you can configure a different set of configuration profiles to be available on the subfolder level.

Procedure

To configure the available configuration profiles:
  1. Open the properties file.
  2. Add the following key:
    com.stegmannsystems.edp.dataacquisition.text.restrictions.<DB-UUID>.profile.<Folder-Key>
  3. Replace <DB-UUID> with the UUID of your database.
  4. Replace <Folder-Key> with the key of your folder.
  5. As the value, add the configuration profile that should be available for the folder.
    Tip: To configure multiple configuration profiles, separate them by the pipe symbol (|).
  6. Save and close the file.

Example

In the following example, the 'Text Profile1' and 'Text Profile2' configuration profiles are available for 'Folder-1': com.stegmannsystems.edp.dataacquisition.excel.restrictions.6c868b23-d386-45f8-833b-15e8014b424f.profile.Folder-1=Text Profile1|Text Profile2