GUI Bugfixes: 37e78a2b40 BUGFIX: (#26280) - Migration does not find a backup from the same day BUGFIX: Backup status view fails to show new backups after a newday event bugfix: (#25877) When opening the properties of an existing migration task with static date range, the start and end date were set to 'today' although the DB entries were correct, because the min and max dates were set to the ComboBox instead of the DateModel of the ComboBoxes BUGFIX: (#26260) - Client name is missing in 'delete client window' in the headline new: VIEW:all_results and VIEW:all_events: Set different type for migrations ('c') and replications ('r') BUGFIX: (#26095) Task generation with group does not allow to add tasks with same source (parameter '-O source_not_found' not set.). BUGFIX: (#26173) Properties of tape medium only shows savesets, which are starting on selected tape change: Adjust license reports change: Adjust MSP unit license report change: Adjust list of L2 and L3 backup types BUGFIX: (#26237) Restore option "As Path" allows now always the selection of the target node new: (#25672) - Creating a new backup task with type 'system state' does not set source directly BUGFIX: (#26242) Generate VM with gui set starting slash at tasks.source. Problem: wrong format for tasks.source. Solution: generate VM tasks without starting slash BUGFIX: (#26010) Calendar icons for jobs in queue and future jobs are mistakable BUGFIX: (#26099) Migration results are not shown due to wrong query in specific case BUGFIX: (#26233) vSphere RAW volumes are not shown for exclude. Problem: raw vmdks under VM will be filtered at client browser. Solution: show raw vmdks BUGFIX: (#25984) vSphere snapshot just contains "sesam_server=http" when backup is started via HTTP interface. Problem: wrong extraction of server from value: http://:10000. Solution: Use Matcher with pattern '.*:/*(.*):.*' for extraction. BUGFIX: (#26218) Sort order of "Scheduling" -> "Events" is alphabetically, not per date. Problem: sort use the locale date to string. (english gui broken) Solution: sort by date without locale SRC Bugfixes: 798c940a95 BUGFIX: (#26311) If Server is Beefalo and Client is Grolar and the source of a path backup consists of several paths only last path is backed up. Solution: Add prefix 'path://' to first path too BUGFIX: (#26297) Sharepoint backup in 4.4.3.72 does not work because the backup source is trimmed. BUGFIX: (#26312) If copy of jar files fails, still continue and start the GUI server again. BUGFIX: (#26303) Other pool is not used. Problem: Customer has set up pool 'SPARE' instead of 'SPARE_...' to allow to use this pool from other pool the 'accept_other' must be set via UI to 'y' but UI sets it to '1'. Solution: Accept '1' too BUGFIX: (#26311) If multiple pathes should be saved on a Linux client with version 4.4.3.64 and Sesam server >= 4.4.3.70 only first source will be backuped BUGFIX: (#26250) - 'sbc_vss -q metadata' does not generate output bugfix: partial merge from hyperv_cbt_branch, re-enable some functions of the sbc_vss.exe tool (print providers and writers), ASR writer backup adaptation, some string conversion functions are moved into separate module, code optimization BUGFIX: (#26267) 'System state' backup backs up too much data. Solution: Add 'VSS:/DFS Replication service writer' to sm.ini [SBC_EXCLUDE] bugfix: (#20321) Implement retries for rcmd commands. Retry for alive test did not work for sm_ssh returning 255 BUGFIX: (#26295) Sesam Server created during the update (sm_config_drives) on the RDS datastores with a ' at the end. Problem happened if RDS was not yet updated to Beefalo bugfix: (#20321) Implement retries for rcmd commands. Implement retry (set to 2) for Client backup change: New HPE Catalyst library requires Gdi32.lib and has renamed libjansson.lib to jansson.lib BUGFIX: (#26284) Allow ',' in tape server specification for external backups, because Sesam uses ',' to set STDP portrange (-S sesam:11001,11003-1109) bugfix: (#20786) Add sbc_com_interface call in STPD, to ask Sesam server for authorization. Problem: In some cases system unable to detect Client name/IP in normal way. Solution: Use Client name/IP detected in STPD new: (#26271) Use header files from LOCAL_DEV for DB2 module build BUGFIX: (#26255) Si3 service doesn't start, if Java options are set dynamically during startup. Use only 'JAVA_OPTS' line from 'propose jvmconfig' output, which has been extended bugfix: (#26206) Backup can fail sporadically with boost::filesystem::file_size: No such file or directory: race condition with data-store purge. Problem: Race condition between file delete and file stat. Solution: Catch exception and ignore file if its impossible to detect file size BUGFIX: di path status return error if no Log Level found in INI BUGFIX: (#26219) License gets reported as not sufficient for the particular hypervisor though it is of type VM Essential Plus. Solution: Check for backup type now returns unlimited license amount BUGFIX: (#26245) Selective restore from saveset on DISK_HARD or DISK_CHNG medium fails with 'MTF_ERROR_BAD_ARCHIV'. Problem: In case of DISK[_CHANGE] the sm_data_server returned error if getlabel is called with mode 'Auto'. Solution: Turn 'Auto' into 'R' (read tape header) BUGFIX: (#26229) Enhance query of queue status to reduce load of queue manager. Improvement: Use 'sm_qm sho {queue}' instead of 'sm_qm sho/full {queue}' to get the queue state BUGFIX: (#26234) sm_stpd cores when DATA_TIMEOUT is reached. Solution: Avoid calling adler32() in this case. change: merge Citrix Xen server exception handling on browse SRs BUGFIX: (#26226) Restore of files on NSS volume could fail when required data is not stored on first tape. Solution: Reimplement old behavior: If '-o next' is set - following tape flag (FTF) then start restore with loaded media BUGFIX: (#26222) sm_dedup_interface must not calculate disk usage when calculation of DataStore is set to 'disk-stat'. Cherry-pick added extra line BUGFIX: (#26213) Fixed browse dir on Citrix Xen server version 6.x BUGFIX: (#26222) sm_dedup_interface must not calculate disk usage when calculation of DataStore is set to 'disk-stat'. Solution: Avoid calling 'sm_dedup_interface -d # status' if data_stores.calculation is set to 'disk-stat' build on v4_4_3_5 branch