Defect #2613
closedTree node synchronization with parent which does not exist is not not shown in synchronization log
90%
Description
Use case:
I have tree node synchronization from some source DB. When I run synchronization and some tree node has parent which does not exist, this information is not shown in GUI.
This can cause issues when you connecting HR systems, so you need to know this behavior otherwise you can stuck on this and trying to figure it out why the node is not handled by synchronization, but you can see the node in System entities tab.
It would be nice to show in synchronization log something like "Not created" - with some information it was not created because parent doesn't exist.
Updated by Tomáš Doischer over 3 years ago
- Priority changed from Normal to High
I just had the same issue, this is quite difficult to debug so some more information would be useful.
Updated by Radek Tomiška about 3 years ago
- Target version changed from 12.0.0 to 12.1.0
Updated by Roman Kučera about 3 years ago
- Tracker changed from Feature to Defect
- Affected versions 11.2.3, 12.0.1, 10.8.4 added
Updated by Roman Kučera about 3 years ago
- Target version changed from 12.1.0 to 12.2.0
Updated by Roman Kučera almost 3 years ago
- Sprint set to Sprint 12.2-2 (Mar 02 - Mar 16)
Updated by Roman Kučera almost 3 years ago
- Assignee changed from Vít Švanda to Roman Kučera
Updated by Roman Kučera almost 3 years ago
- Status changed from New to In Progress
Updated by Roman Kučera almost 3 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Roman Kučera to Tomáš Doischer
- % Done changed from 0 to 90
Fix implemented. Now it's logged as unknown state. You can also see text message in text log which is available on detail.
https://github.com/bcvsolutions/CzechIdMng/pull/184
@doischert Can you give me feedback, please?
Updated by Tomáš Doischer almost 3 years ago
- Status changed from Needs feedback to In Progress
- Assignee changed from Tomáš Doischer to Roman Kučera
During the presentation, we discussed a minor change if possible - during the update, try to prevent the account whose parent was not found to be marked as account missing which is misleading and can lead to problems.
Updated by Roman Kučera almost 3 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Roman Kučera to Tomáš Doischer
@doischert I changed the behavior so now, the state is correct.
Instead of missing account, there is update error.
Same for create, instead of unknown state, there is create error.
MR from above commend is still valid. I also updated the changelog
Can you give me a feedback, please?
Updated by Tomáš Doischer over 2 years ago
- Status changed from Needs feedback to In Progress
- Assignee changed from Tomáš Doischer to Roman Kučera
Works great, this is a huge improvement, thank you. There is just one minor comment in the review. After fixing it, feel free to merge this to develop.
Updated by Roman Kučera over 2 years ago
- Status changed from In Progress to Resolved
thx, fixed, merged into develop
Updated by Roman Kučera over 2 years ago
- Status changed from Resolved to Closed