Update permissions for the credential store (upgrade from Empirica Signal 8.0 only)

Previous Topic

Next Topic

Book Contents

Update permissions for the credential store (upgrade from Empirica Signal 8.0 only)

You modify and create security grants in the Oracle WebLogic server console to enable the Empirica Signal application to access the credential store. Otherwise, the Empirica Signal application cannot start, users cannot login, and the Topics Web Service is unavailable.

  1. In the Oracle Enterprise Manager, on the left, expand WebLogic Domain, and select empirica.
  2. Expand the WebLogic Domain menu, located below the empirica page title, and select Security > System Policies.

    The System Policies page appears.

  3. Search for the security grant for the Empirica Signal codebase:
    1. From the Name drop-down list, select Includes.
    2. In the field after the Name field, enter Signal or the intended application context root.
    3. Click the search button.

      The existing security grant appears in the table.

  4. Select the below security grant and click Edit:

    file:${oracle.deployed.app.dir}/Signal${oracle.deployed.app.ext}

  5. Edit permission:
    1. Select the permission in the table and click Edit.

      The Edit Permission page appears.

    2. Update Resource Name as below –

      context=SYSTEM,mapName=oracle.hsgbu.empiricasignal,keyName=*

    3. Click OK.

      The System Policies > Edit System Grant page appears.

  6. Click OK.

    The permission is saved. The System Policies page appears.

  7. Search for the security grant for the Empirica Signal WebLogic domain codebase:
    1. From the Name drop-down list, select Includes.
    2. In the field after the Name field, enter Signal or the intended application context root.
    3. Click the search button.

      The existing security grant appears in the table.

  8. Edit permission:
    1. Select the below security grant in the table, and click Edit:

      file:${domain.home}/servers/${weblogic.Name}/stage/Signal/Signal${oracle.deployed.app.ext}

    2. Select the permission in the table and click Edit.

      The Edit Permission page appears.

    3. Update Resource Name as below:

      context=SYSTEM,mapName=oracle.hsgbu.empiricasignal,keyName=*

    4. Click OK.

      The System Policies > Edit System Grant page appears.

  9. Click OK.

    The permission is saved. The System Policies page appears.

  10. Search for the security grant for the WebLogic Server codebase:
    1. From the Name drop-down list, select Includes.
    2. In the field after the Name field, enter wls.home.
    3. Click the Search button.

      The existing security grant appears in the table.

  11. Edit Permission:
    1. Select the below security grant in the table, and Edit:

      file:${wls.home}/../../patch_wls1036/patch_jars/-

    2. Select the permission in the table and click Edit.

      The Edit Permission page appears.

    3. Update Resource Name as below:

      context=SYSTEM,mapName=oracle.hsgbu.empiricasignal,keyName=*

    4. Click OK.

      The System Policies > Edit System Grant page appears.

    5. Click OK.

      The permission is saved. The System Policies page appears.

  12. Search for an existing security grant in order to make a new security grant for the Empirica Topics service codebase:
    1. From the Name drop-down list, select Includes.
    2. In the field after the Name field, enter Signal or the intended application context root.
    3. Click the search button.

      The existing security grant appears in the table.

  13. Create a security grant for the Empirica Topics service codebase based on the existing security grant for the Empirica Signal codebase:
    1. Select the below security grant in the table, and click Create Like.

      file:${oracle.deployed.app.dir}/Signal${oracle.deployed.app.ext}

      The System Policies > Create System Grant Like page appears.

    2. In the Codebase field, enter the case-sensitive codebase, such as the following value:

      file:${oracle.deployed.app.dir}/TopicsService${oracle.deployed.app.ext}

    3. Click OK.

      The security grant is added.

  14. Search for the security grant you just created in order to make a new security grant for the Empirica Topics WebLogic domain codebase:
    1. From the Name drop-down list, select Includes.
    2. In the field after the Name field, enter Topic or the intended application context root.
    3. Click the search button.

    The existing security grant appears in the table.

  15. Create a security grant for the Empirica Topics WebLogic domain codebase based on the existing security grant for the Empirica Topics service codebase:
    1. Select the below policy in the table, and click Create Like:

      file:${oracle.deployed.app.dir}/TopicsService${oracle.deployed.app.ext}

      The System Policies > Create System Grant Like page appears.

    2. In the Codebase field, enter the case-sensitive codebase, such as the following value:

      file:${domain.home}/servers/${weblogic.Name}/stage/TopicsService/TopicsService${oracle.deployed.app.ext}

    3. Click OK.

    The security grant is added.

Send Feedback