Bug ID Number |
BUG-000111693 |
Submitted | February 15, 2018 |
Last Modified | June 22, 2025 |
Applies to | ArcGIS for Desktop |
Version found | 10.8.1 |
Operating System | Windows OS |
Operating System Version | 10.0 |
Version Fixed | Near-term |
Status | Fixed
The bug has been fixed. See the Version Fixed and Additional Information, if applicable, for more information.
|
Workaround
Use the Change Privileges geoprocessing tool to grant the permissions desired to users.
Option 1:
Use the Change Privileges geoprocessing tool instead.
- Open ArcMap 10.8.1.
- Open Catalog.
- Expand Folder Connections > select Connect to Folder > choose a folder with a raster, such as a .tif.
- Navigate to the .tif > Add the .tif into the map.
- Right click Folder > New > select File Geodatabase.
- Right click File Geodatabase> New > 'Raster Catalog'.
- In the Create Raster Catalog geoprocessing tool, enter the following required parameters (Note. Leave the remaining parameters to the default)> :
- Output location: Browse to file path of File Geodatabase created in Step 5.
- Raster Catalog Name: Input text.
- In the Catalog window, expand the file geodatabase > right-click the Raster Catalog > Load > Load Raster Datasets...>
- In the Raster to Geodatabase (multiple) geoprocessing tool, enter the following required parameters (Note. Leave the remaining parameters to the default):
- Input Rasters: Browse to the .tif from Step 4.
- Output Geodatabase: Browse to the File Path in Step 6 (For example, C:\Users\mat10009\Documents\ArcGIS\New File Geodatabase.gdb\rastercatalog)
- In the Catalog window, expand the file geodatabase > right-click Create Referenced Mosaic Dataset... >
- In the Create Referenced Mosaic Dataset geoprocessing tool, enter the following parameters if not automatically populated:
- Input Raster Catalog or Mosaic Dataset: Browse to the Raster Catalog created in Step 6.
- Output Mosaic Dataset: Browser to the File Geodatabase and enter in a name for the Referenced Mosaic Dataset (For example. C:\Users\mat10009\Documents\ArcGIS\Default.gdb\rastercatalog_Ref).
- Coordinate System (Optional): Select the Coordinate system of the .tif.
- Use the Create Enterprise Geodatabase tool to create an Oracle, PostgreSQL or SQL Server Enterprise geodatabase if one has not been created beforehand.
- Use the Create Database User geoprocessing tool to create two database users. One database user is the data owner of the Referenced Mosiac dataset and the other database user assigns privileges tool.
- Create two database connections for both database users.
- Expand the file geodatabase> right-click the referenced mosaic dataset, and select 'Copy'.
- Open Catalog > expand Database Connections > connect to the both database connections created in Step 14.
- Right-click one database connection > Paste.
- In the Data Transfer dialog box, leave the defaults.
- WORKAROUND! Open the Change Privileges geoprocessing tool and Enter in the following parameters:
- Input Dataset: The Feature Class within the database connection created in Step 16.
- User: the name of the user that is not the data owner.
- View (Select): Choose "Grant".
- Edit (Update/Insert/Delete): Choose Grant or "As_IS".
Option 2:
In ArcGIS Pro 2.8.3, use the Change Privileges geoprocessing tool to assign privileges to a database user for referenced mosaic dataset that originates from a mosaic dataset.
Steps to Reproduce