Unable to make changes to an RSA Identity Governance and Lifecycle collector
Originally Published: 2017-08-04
Article Number
Applies To
RSA Version/Condition: 6.9, 7.0+
Issue
There is a collection in progress for this collector. Changes are not allowed to be submitted until the collection completes.
Cause
Resolution
Workaround
Please check if there are any collections pending or in progress status on the Admin > Monitoring tab. Once you confirm there are no such runs follow the below steps.
- Run the following query to check if there are runs marked with the IN PROGRESS state in the T_DATA_RUN_TASKS table.
SELECT * FROM t_data_run_tasks WHERE status = 'InProgress';
- You will see an output similar to what is shown here. This indicates there is an Identity Data Collection run in an "in progress" state from 4 July 2017. If you are getting the error while editing the collector, then it is probably because of this particular run which is in the in progress state.
- Run the following query by replacing the source with the source from the above output.
SELECT * FROM t_data_run_tasks WHERE source = 5 AND status = 'InProgress' AND TYPE IN ('DataCollection', 'DataProcessing', 'DataPreProcessing', 'DataObjectProcessing', 'DataRelationshipProcessing'); - Take note of the Run IDs and see the tasks in that collection run.
- Navigate to Admin > Monitoring.
- Select the Run ID.
- Scroll down to Tasks.
- Use query below to mark them as Aborted (be sure to use correct source) and commit changes. The collector should be editable after that.
UPDATE t_data_run_tasks SET status = 'Aborted' WHERE source = 5 AND status = 'InProgress' AND TYPE IN ('DataCollection', 'DataProcessing', 'DataPreProcessing', 'DataObjectProcessing', 'DataRelationshipProcessing'); commit;
Related Articles
How to make RSA DLP detect encrypted files 23Number of Views View history of review definition changes and what changes were made in RSA Identity Governance & Lifecycle 41Number of Views Unable to make a successful Web Service API createChangeRequest call from a Workflow in RSA Identity Governance & Lifecycle 161Number of Views Publishing RSA SecurID Access changes for the first time fails after making initial configuration 70Number of Views How to make reserved user attributes RSA Access Manager User Properties 61Number of Views
Trending Articles
RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA Authentication Manager 8.9 Release Notes (January 2026) RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide RSA Release Notes for RSA Authentication Manager 8.8 Authentication Manager Supported Hardware and Upgrade Paths
Don't see what you're looking for?