| Bug ID Number |
BUG-000141993 |
| Submitted | August 5, 2021 |
| Last Modified | June 5, 2024 |
| Applies to | Portal for ArcGIS |
| Version found | 10.9 |
| Operating System | N/A |
| Operating System Version | N/A |
| Status | Non-Reproducible
This issue was not reproducible when tested by the development team. Issues may be given this status when they cannot be reproduced or are no longer relevant in a development version of the software, but a specific fix was not installed to address the issue. The issue's Additional Information section may contain further explanation.
|
Additional Information
This issue is resolved in ArcGIS Enterprise 10.9.1. Refer to the following link for more information, https://devtopia.esri.com/WebGIS/arcgis-portal-app/issues/35918.
Workaround
Use the following steps to add the raster analysis role in ArcGIS Enterprise 10.9:
- As the ArcGIS Enterprise administrator, create the custom role for Raster Analysis users. The minimum required permissions are listed under the Assign permissions heading.
- Using the browser, navigate to the portal/Sharing/REST page, and sign in as an administrator.
- Once logged in the page updates, click the Home link.
- Click the Portals link and the Self link.
- Scroll to the bottom of the Portal page and browse to Child Resources: for Roles.
- From the displayed list of roles, select the ID with the name that matches the custom role which is intended to add the raster analysis privilege, and click the ID link.
- Under the list of 'Supported Operations:', click the Privileges link. Copy the displayed JSON for the role.
- Click the back button on the browser page.
- Under the list of 'Supported Operations:', click Set Privileges. The privilege that needs to be added in JSON format is premium:publisher:rasteranalysis. The completed JSON to be added based on the resource document from step 1 is as follows:
{"privileges":
[
"portal:publisher:publishFeatures",
"portal:user:createItem",
"premium:publisher:rasteranalysis"
]}
10. Click the Set Role Privileges button to apply the update.
Steps to Reproduce