GUI Bugfixes: 2103d213c9 BUGFIX: (#26114) - If you change the source of an existing task, the name should not be changed change: Task dialog is not correctly filled when re-opening change: Do not allow to change backup task name while a backup is currently running change: When the name of a backup task changes, next backup should run as FULL bugfix: Fix ClassCastException in Restore Wizard bugfix: (#25971) vSphere sessions are not closed when session is not needed anymore. bugfix: (#25755) connection to vserver get lost during access. Problem: One external process do logout action (guiserver). Solution: create own connection for each server request (merge:1c69c47) bugfix: (#25755) VADP operation must not start at all, if one unknown option is specified. Problem: cancel relocation will be done, when first one is invalid in the list. Solution: add precheck, which iterate through all given relocation to find invalid ones, before handle relocation steps. bugfix: (#25755) check recover steps, before handle it. Cancel operation immediately, when one recover step is unknown. (merge:a0b1a45) change: (#25818) create only one connection to VM server for communication. Created service instances use only this connection instead of create new one with same server. bugfix: (#25818) Heavy load on ESXi caused by GUI during refresh of vSphere buffer. bugfix: (#25882) Wrong window title "Cancel Restore" when canceling a migration change: Task dialog is not correctly filled when re-opening bugfix: (#26057) - Backup task name should change when the task type changes bugfix: (#26055) - NPE appears, when I try to install a new license and no sm_lic.ini exists in sesam\var\ini bugfix: (#26054) - NPE comes up, when 'Note' in a backup will be filled with more than 1030 characters change: Show correct title in media action properties dialog change: Fix not all error conditions are marked red in the data stores view bugfix: "Results by Task" behaves inconsistent when number of results is larger than > 300 change: Fix NullPointer when opening the VM recover option dialog if no second data store is available bugfix: (#25971) when browse vsphere client, vm server connection will not be closed. change: Use correct parameter "-u" to pass URL to sm_update_client bugfix: (#26013) VMware restore fails with "Datastore '.....' does not exist". Problem: wrong regex ''\\[.*\\]' for datastore. Solution: use matching regex condition '\\[.*\\].*' bugfix: (#26006) VMware restore does not use correct disks when exclude is set. Problem: wrong vmdk unit number handling. Solution: get VMDK list of VM and skip given exclude position (-x VMDK0[first drive]) change: NPE when saving a tree table based view layout bugfix: (#25238) - Change LWM handling in the GUI for field LWM bugfix: (#25991) - Error message when linking credentials to Si3 because of not matching credentials type bugfix: (#26005) VMware restore does not use correct disks when exclude and filter is set. Problem: when both filters exclude/include are set, the include filter will be overwritten with "", after initilize restoreVM class. Solution: allow include/exclude filter at same time. SRC Bugfixes: c9da087f1b BUGFIX: (#26094) IBM Domino FULL backup with source all ends with 'The specified transaction log file is not in the list of files to be archived.' Problem: The transaction Log number and ID must be stored into the list of items and excluded items must not be removed from list. Additional: Allow to set the maximum number of threads with -a threads=1..10 (default: 10) BUGFIX: (#26113) LDAP/AD authentication does not work anymore after updating from 4.4.3.64 to 4.4.3.70 change: (#25331) Remove login flag for task type 'MySQL' in release version NEW: (#26111) Detect Java version strings like 'openjdk version 11-ea' issued by Oracle JDK 11 bugfix: important feature - verify disks chain before actual Hyper-V backup operation. bugfix: Hyper-V writer existence check before start backup operation. bugfix: (#25822) - Adjust Hyper-V browsing during backup for disk exclude. Use "hidden" attribute for difference virtual disks. bugfix: SAP Hana test suite: Filter out trace logs from 'sbc_com_interface' bugfix: (#26072) - Hyper-V original restore - wrong logic around import opration. Could be cause of the merge images of another VMs (not involved into restore process) bugfix: (#25796) - Hyper-V restore to other server fails with "_Vss_Backup_Component_.xml with error WIN32 API error: 2 - The system cannot find the file specified". Improved the informative message. bugfix: (#23785) - VM restore does not stop immediately after it is recognized that the VM already exists. BUGFIX: (#26091) SAP Hana recover: Fix exception during inquire of Hana backup made to Sesam server BUGFIX: (#26080) Wrong port written in 'sm.ini' on a new Windows Sesam client installation. Solution: Write 'CTRLD_Port_Default=11301' into sm.ini BUGFIX: (#26084) Migration from HPE StoreOnce Catalyst Store may fail with E007-COPY Checksum of saveset copy does not match. Problem: In the case of a backup with a size that exactly matches the SMS block size (a multiple of 65472 bytes), the buffer size is returned when attempting to read after EOD. Solution: In this case, 0 bytes must be returned. BUGFIX: (#26065) Sesam RPM client package for newer systems using 'systemd' has no 'conflict' tag defined BUGFIX: (#25811) Browsing of KVM returns no data. Change task type prefix from 'KVM' to 'KVM:' BUGFIX: (#25785) Drive variable is undefined during 'sm_gui_request sm_arch hash_key' new: (#25788/#25789) sm_notify: Send reports using given mail user and adopt report for used media or last backup day BUGFIX: (#24865) BSR Pro restore from multiple tapes fails with '553 RETR Failed. 1027: Skipping tapemarks on tape failed.'. Solution: BSR uses RETR command with old format: TapeID instead of TapeLabel and TapeLabel within 'Reserved' field bugfix: (#25773) - sm_vfs displays correct content if switch -o preparecache=1 is used bugfix: (#25796) - Hyper-V restore to other server fails with " DB Module: [ [ CHyperVManagementShell::ImportVM: IHyperVManagemenentShell:_ImportVM - System.Exception: The operation is not supported.Unable to import virtual machine due to configuration errors"