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
RSA Authentication Agent 2.0 for Citrix StoreFront Administrator's Guide (Spanish) 29Number of Views RSA MFA Agent 3.0 for Microsoft AD FS Group Policy Object Template Guide (Italian) 14Number of Views View history of review definition changes and what changes were made in RSA Identity Governance & Lifecycle 40Number of Views RSA MFA Agent 3.0 for Microsoft AD FS Release Notes (Spanish) 10Number of Views RSA Authenticator 6.2 for Windows Quick Start Guide (Italian) 14Number of Views
Trending Articles
Troubleshooting RSA SecurID Access Identity Router to RSA Authentication Manager test connection failures RSA SecurID Software Token 5.0.2 Downloads for Microsoft Windows RSA Authentication Manager 8.9 Release Notes (January 2026) Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory RSA Authentication Manager 8.8 Setup and Configuration Guide
Don't see what you're looking for?