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 Unable to attach Authenticaiton Manager 8.1 SP1 replica 1.37KNumber of Views RSA MFA Agent 3.0 for Microsoft AD FS Release Notes (Spanish) 10Number of Views How to make reserved user attributes RSA Access Manager User Properties 60Number of Views
Trending Articles
Passwordless Authentication in Windows MFA Agent for Active Directory – Quick Setup Guide RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Authentication Manager Upgrade Process RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide An example of SSO using SAML and ADFS with RSA Identity Management and Governance 6.9.x
Don't see what you're looking for?