Project

General

Profile

Actions

Task #1249

closed

Retry provisioning operations for no-more-read-only system

Added by Alena Peterová over 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Radek Tomiška
Category:
Provisioning
Target version:
Start date:
09/12/2018
Due date:
% Done:

100%

Estimated time:
Owner:

Description

Please add some option to retry all provisioning operations (on the backend).
I have thousands of provisioning operations, which are in the state Not executed - PROVISIONING_SYSTEM_READONLY. The system is no longer read-only and I would like to retry them all.
This feature would be helpful when connecting a new system to production.


Related issues

Related to IdStory Identity Manager - Task #277: Show warning, when system is activated and some provisioning operations are in queueNewRadek Tomiška01/25/2017

Actions
Related to IdStory Identity Manager - Task #1561: Provisioning table - rewrite FE bulk action to BEClosedOndřej Kopr03/18/2019

Actions
Is duplicate of IdStory Identity Manager - Feature #1381: Provide a way to retry all operation items in a provisioning queueRejectedVladimír Kotýnek11/15/2018

Actions
Actions #1

Updated by Alena Peterová over 5 years ago

Workaround:
Run following SQL query and then RetryProvisioningTaskExecutor task.

update sys_provisioning_batch set next_attempt = '2018-09-12 07:40:00' where id in (select provisioning_batch_id from sys_provisioning_operation);

(the date is in GMT, so use Now() - 2 hours)

Actions #2

Updated by Radek Tomiška over 5 years ago

  • Related to Task #277: Show warning, when system is activated and some provisioning operations are in queue added
Actions #3

Updated by Radek Tomiška over 5 years ago

  • Assignee changed from Vít Švanda to Radek Tomiška
Actions #4

Updated by Radek Tomiška over 5 years ago

  • Is duplicate of Feature #1381: Provide a way to retry all operation items in a provisioning queue added
Actions #5

Updated by Radek Tomiška about 5 years ago

  • Related to Task #1561: Provisioning table - rewrite FE bulk action to BE added
Actions #6

Updated by Radek Tomiška almost 5 years ago

  • Status changed from New to Closed
  • Target version set to Quartz (9.6.0)
  • % Done changed from 0 to 100

Implemented in #1561.

Actions

Also available in: Atom PDF