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
View history of review definition changes and what changes were made in RSA Identity Governance & Lifecycle 41Number of Views When editing a Workflow using Firefox version 75 or higher, the Workflow Save button is enabled when no changes were made … 6Number of Views How to make RSA DLP detect encrypted files 21Number of Views RSA Authentication Agent 2.0 for Citrix StoreFront Administrator's Guide (Spanish) 29Number of Views Unable to make a successful Web Service API createChangeRequest call from a Workflow in RSA Identity Governance & Lifecycle 161Number of Views
Trending Articles
Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory RSA Authentication Manager 8.9 Release Notes (January 2026) Artifacts to gather in RSA Identity Governance & Lifecycle RSA Governance & Lifecycle 8.0.0 Administrators Guide RSA Governance & Lifecycle 8.0.0 Installation Guide
Don't see what you're looking for?