*** Kernel/SBC commit 06a865f (since e8cc821) BUGFIX: (#33465) ReaR backup on SEP sesam RDS failed due to missing java libraries: exlude java symlink from REAR image by default BUGFIX: (#33565) SQL error in Sesam main log 'column stop_time of relation cal_sheets does not exist'. Use correct DB:cal_sheets.end_time column name. Issue has no influence on proper Sesam execution BUGFIX: (#31474) Backup with many sources should not fail if one of the sources does not exist. Problem: In the case of a UNC source, the option '-o ignore_missing_source' was ignored. BUGFIX: (#33548) Remove update statements with ::timestamp from sqlite sesam_insert_start.sql BUGFIX: (33466) Selective Path restore requesting data from first tape failed: 553 RETR Failed. Data Synchronization lost - Restore terminating. Problem: SGM file without 'Total' line in version < 5.0. BUGFIX: (#33533) Syntax error in Sesam Oracle backup script on UNIX BUGFIX: (#33426) In case of several Exchange server databases, only the number of mailboxes in a single database is counted. Solution: Sum up all mailboxe, count DAG databases only once. Add detail information to license report. bugfix: (#33524) Prevent sm_dedup_interface "disk_used" when SI3-NG is offline change: (#33467) Check if 'sm_sdslog2.xml' exists before copy BUGFIX: (#33467) Do not exit update routine if copy of sm_sdslog2.xml fails, since sm_sdslog2.xml is not present on client and therefore cannot be copied. BUGFIX: (#33514) Replication uses wrong source drive because of a race condition between DB update and DB select. Add DB:migration_results.state='W' and set it to 'Q' during update to correct source drive BIGFIX: (#31493) Suppress event with higher prio: Do not use default start time window of 3 days to set 'DB:cal_sheets.end_time_set', which is used for priority calculation, but set it to 'NULL'. So Sesam day will be used. CHANGE: Do not allow update of Sesam client/RDS from version < 4.4.3.84 to 5.1.0.x BUGFIX: (#33381) Reduce number of 'Empty Trash' entries in 'DB:media_results'. Do not write DB entry if no data has been purged NEW: (#33499) Do not allow Sesam startup in 'sm_main' as user 'root' on SiS server CHANGE: (#33497) Re-work update part in SiS creation script BUGFIX: (#33497) SiS Si3 service doesn't start after first configuration.Initialize SiS Si3 after Si3 INI file has been created, so custom UUID will be used BUGFIX: (#33464) Update Sesam REAR during Sesam server update too BUGFIX: (#33467) Windows update does not update sm_sdslog2.xml. Execute copy from 'templates' to 'ini' directory during Sesam update on Windows too CHANGE: (#33395) Do not use '+' for space in URL encoding as default. This fix Xen restore with relocation if VM name contains spaces and 'umlaut' BUGFIX: (#33483) Removed logout from ISCSI target if no new ISCSI device is found after SAN volume snapshot BUGFIX: (#33421) The sm_sms_watch log file of a remote device contains many log lines about non-existent processes33421 - The sm_sms_watch log file of a remote device contains many log lines about non-existent processes. Solution: Remember that the reading performance process/thread is already finished. change: (#33381) Reduce number of 'Empty Trash' entries in 'DB:media_results'. Do not create DB entry, if less than 1 MiB has been removed change: Allow Java 11 for 5.1 release branch again bugfix: (#33438) Avoid unnecessary buffering of written data to DataStore on Linux. Compilation on Windows failed NEW: (#33438) Avoid unnecessary buffering of written data to DataStore on Linux. Solution: Call posix_fadvise64(..., 0, %llu, POSIX_FADV_DONTNEED) after 1024 written blocks BUGFIX: (#33418) CBT backup not possible for newer OVIRT/OLVM Releases: check supported versions by real major number instead of string compare bugfix: (#33416) Increased length of MAX_LIS_ENTRY_PATH to 4094 BUGFIX: (#33417) Immediate deletion after successful migration of an already migrated saveset uses the wrong saveset. Problem: sm_remove_saveset purge is called with backup saveset. Solution: Use source saveset. Additional: Trace list of valid savesets based on result_lbls.backup_id CHANGE: (#32118) Correct dependency for Java 17 on SLES 15: Add 'jre >= 17 or java-17-openjdk' BUGFIX: (#33406) Exclude savesets from migration where migration job already tries to occupy destination drive. Add DB:migration_results.state='A' BUGFIX: (#33229) Kopano backup ends with TypeError: a bytes-like object is required, not 'str'. Solution: Python3 requires to decode byte to string BUGFIX: (#33458) DB:media_results entries for datastore 'readcheck' are created using same session id and shown as group entries in UI. Reset session id before new DB entry is created bugfix: (#33462) Linux exclude with ending \.+ does not exclude content of directory bugfix: (#33463) SBC Windows include file saved with unicode encoding reads BOM as part of pattern new: (#33216) Write additional heap dump file in case of Si3 OOM error NEW: (#33070) Replication jobs marked as failed due to access errors using 'sm_ssh'. Add retry for get savesets from target store function BUGFIX: (#33469) sm_replicate ends with 'str' object has no attribute 'decode' BUGFIX: (#33459) - Maximum capacity check at DataStore properties must be adjusted when using binary format output BUGFIX: (#33434) sbc on Windows cores when using include filter. Solution: Support of multiple include expressions and correct handling of first character in regular expression.