{
"detailCode": "400.2 Invalid request in current state",
"trackingId": "953c82fba93949faaa531c66696e2c11",
"messages": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The system cannot \"Create Identity Profile\" while Identity Tasks are in progress."
},
{
"locale": "und",
"localeOrigin": "REQUEST",
"text": "The system cannot \"Create Identity Profile\" while Identity Tasks are in progress."
}
],
"causes": []
}
I am trying to create a new Identity Profile and I keep getting this error. I have cleaned up all the pending work items in the system and also confirmed that there are no tasks running. Any help would be greatly appreciated!
Yes, agree with @kyle1. It generally happens when there is some refresh tasks in the queue for example authoritative account aggregation happens and that is updating the identity data and triggering the attribute sync etc. At that time, ISC does not allow to apply changes on identity profile. So please try it once these pending tasks are cleared from the queue and then it should work.
Can you please check the pending tasks in the queue. You can see them by going to admin view and then click on dashboard then monitor tab to see the active tasks.
Thank you for your assistance. I logged a ticket with SailPoint support and they helped in clearing the pending tasks. I was able to create the Identity Profile after that.
Hi @rallabhandiaparna faced same issue some time back, it is due to some aggregation task pending but it will not show that on UI. If you can go ahead and follow the below steps, certainly you will be able to resolve this issue without sailpoint intervention.
Use this api endpoint to get the pending job in the tenant that has been lost somewhere. https://tenant-sb.api.identitynow.com/beta/task-status/pending-tasks
This will give you the job that did not get completed.
Now look for “Cloud Account Aggregation” and copy the ID so that you can mark it complete.
If you see a lot of jobs being returned search for the “aggregation” and complete that request first.