#1 Rollover poLines by chunks failed (Encumbrance should be released before deletion in mod-orders logs)
Error description
Error is connected to order rollover process and incorrect status of encumbrances for closed orders - they should be released or even do not exist in new FY
...
Run fix_encumbrances script (option #4options: 4, 5, 6, 7, 9. #8 should be apply for rolled FY if you did a rollover), after that rollover shouldn't fail with "Encumbrance should be released before deletion" error
...
- If you are on testing env and can restore state before the rollover, fix_encumbrances should be run for current FY before the rollover
- If you did a rollover and it failed, fix_encumbrances should be run for rolled FY (next one), after that order rollover process should be started manually via API (POST /orders/rollover)
#2 duplicate key value violates unique constraint "transaction_pkey"
Error description
duplicate key value violates unique constraint "transaction_pkey"
This error is thrown on DB level when FYRO script tries to create transaction with already existing UUID.
...