Actions
Task #995
closedContracts synchronization invokes account management twice
Status:
Closed
Priority:
Normal
Assignee:
Vít Švanda
Category:
Account managment
Target version:
Start date:
02/26/2018
Due date:
% Done:
100%
Estimated time:
Owner:
Description
This is an idea for performance improvement.
When I synchronize contracts from source system, it evokes account management and provisioning (to AD) of identities twice or at least I see two similar succeeding operations in provisioning log . This redundancy fills the audit of provisioning as well as it slows down synchronization.
Updated by Vít Švanda almost 7 years ago
- Assignee changed from Vít Švanda to Ondřej Kopr
Updated by Ondřej Kopr almost 7 years ago
- Status changed from New to In Progress
Updated by Vít Švanda over 6 years ago
- I did optimalization: When entity does not supports provisioning (as contract), then none provisioning (save event) in executed. It means none provisioning is evaluated for contract now.
- Ondra discovered, that is wrong in situations where we need executed dependecy provisioning (for example identity ).
- I fixed this, it means contract now throw saving event.
Ondra, please could you try it now?
Updated by Ondřej Kopr over 6 years ago
- Status changed from In Progress to Resolved
- Assignee changed from Ondřej Kopr to Vít Švanda
- % Done changed from 0 to 100
I just already create new task for you fix, but you are faster. Now it works awesome. Projects was save :D Thank you. Account management is executed once.
Actions