GUI Bugfixes: 3678b74 (since 06a80d9 tag: v_5_1_0_14_sp2) NEW: (#33623) - Sub backup type selection for Proxmox BUGFIX: (#33608) - eDirectory backup fails with "Invalid argument [EXCL=REGEXP_SPLIT] for switch -" BUGFIX: (#33610) - Flag "HPE StoreOnce Bandwidth Optimized Data Transfer" is not set in task event for HPE data stores BUGFIX: (#33581) - Restart of all Backups is not possible, only one (the first backup in the row) backup starts again. BUGFIX: (#33578) - Exception is thrown when using 'cancel all activities' in the GUI BUGFIX: (#30894) - The GUI must recognize the files correctly when downloading the log archive BUGFIX: (#33508) - Immediate Start of Task Group only shows COPY as backup level BUGFIX: (#33505) - Cannot accept or deny the SCE notification anymore from within the Java UI BUGFIX: (#33402) - NPE when adding a new Si3NG BUGFIX: (#33398) - XEN VM tags not shown by 'dir' command CHANGE: (#33394) - Disable action "Uninstall SEP sesam" for sesam server in GUI CHANGE: (#32952) - Remove creation of SEP Si3 (V1) deduplication store from UI. BUGFIX: (#33361) - The NTFS reparse point RSS feed is shown over and over again BUGIFX: (#33319) - Change of source interface for migration using mouse BUGFIX: (#33327) - Exception occurs when creating a schedule monthly with "one first..." setting Web-UI Bugfixes: 512676b (since 8606716 tag: v_5_1_0_14_sp2) BUGFIX: (#33089) - Incorrect display of virtual disks to restore in Web Restore Assistant Web-UI NG Bugfixes: 6886e38 (since 5be2ba8 tag: v_5_1_0_14_sp2) CHANGE: (#33372) - Write correct Sesam date into DB during start of migration/replication via WebUI Kernel/SBC Bugfixes: 874a836 (since e8cc821 tag: v_5_1_0_15) BUGFIX: (#33661) 'sm_client drop' accidentally removes empty directories younger than threshold NEW: (#33338) Support for HCL Domino 14. New: Enhanced error handling: Check error cases Status 0x1F3 and 0x110 BUGFIX: (#33425) Si3-NG freezes after some time. Solution: Fix LoggerContext usage so change logback.xml in runtime will not switch off logging to /events/current.log and si3 server will not hang. Add "neverBlock"=true for AsyncAppender. BUGFIX: (#33660) Restore fails from backup where drive from 'DB:results.drive_num' doesn't exist any more bugfix: (#33547) SEP sesam Unit License. Do not add enabled features to line with mailboxes, e.g. '- Automatic Media Read Check is enabled' BUGFIX: (#33659) sbc reports error even '-o ignore_finderr' option set. Problem: smfind does not check ignore_finderr value. Solution: If ignore_finderr is set print info not error message. BUGFIX: (#33547) SEP sesam Unit License - do not count clients with inactive L2 tasks or no execution (permit) BUGFIX: (#33645) Generation restore restores oldest file instead of newest. BUGFIX: (#33293) EOM state isn't left, if data connection between sbc and stpd handling EOM is lost. Solution: Close device handle if EOM handling was aborted. BUGFIX: (#33281) KVM restore fails with "str object has no attribute decode": fall back to regular string if used xml is not bytes object BUGFIX: (#33644) Scheduled restore doesn't work with media pool filter set. Use pool from 'DB:result_lbls' instead of (old) 'DB:results' BUGFIX: (#33648) Restore opens and closes VMDK for every CBT block, if VM name includes space. Problem: URI encoded disk name compared to decoded name. Solution: Compare disk name in decoded format only CHANGE: (#33604) Remove community license file from Sesam packages bugfix: (#31537) Adapt Java memory parameter and Si3 index size automatically on SIS store. Increase default Si3 index size during SiS configuration. Remove duplicated 'maxPages' entry from INI files change: (#33425) Si3-NG freezes after some time. Adjust template file: add =true, change to 20% in logback.xml to avoid blocking threads when blockingQueue is full NEW: (#33538) Update DB:clients by additional call of alive test, if Sesam version number is 'NULL' or '0'. This is done before before DB:tasks select, which uses Sesam version NEW: Add LTO-9 to list of known tape devices in SLU BUGFIX: (#33632) Start of saved MySQL restore task doesn't set recover options BUGFIX: (#33597) SMS does not recognize disk devices correctly anymore. Problem: If sms.ini contains device name with line longer than 64 chars then device type cannot be read BUGFIX: (#33643) Fixed Nutanix Inc/Diff backup to save only changed disk regions. CBT file of all disk regions was used to write BDA file instead of CBT file of changed regions bugfix: (#33625) SBC core dump during SFR of a mounted VMware backup. Problem: while string copy source is longer then destination. Solution: Truncate source string if it longer then destination one BUGFIX: (#33596) To ensure that the sm_stop is done completely before the sm_main start is executed after switching sqlite to postgresql a sleep of 30 seconds is introduced.