GUI Bugfixes: 11ff4089b7 CHANGE: (#24533) exclude spare media pools with regex rule '^SPARE_.*'. (case sensitive) BUGFIX: (#24533) wrong pools with spare will be offered. Problem: no case sensitive check and exclude 'spare' at media pool name. Solution: add case insensitive check for name and use contains instead of starts with 'SPARE' BUGFIX: (#24533) SPARE pool can be selected as target pool for migration. Problem: pool with invalid name 'SPARE' will be offered. Solution: filter pools, which name starts with "SPARE" BUGFIX: (#24573) - Backup fails with "STOR Failed" when exclude has been specified via exclude list editor separated by newline BUGFIX: (#24158) RHEV task type isn't shown by client source browser any more. Problem: parse with type 'D' (directory), but rhev items use type 'fv'. Solution: add new syntax to browser row generator. change: (#24252) inscription of the label is now adapted to the label displayed under slot BUGFIX: (#23918) - Savesets are duplicated in Restore wizard task table BUGFIX: (#24050) - If you change the task name during a run backup and immediately perform an immediate start, then you get an NPE BUGFIX: (#24038) - Executing "Show Events" for a media pool does not filter the events table by selected media pool BUGFIX: (#24037) - Creating a new mediapool with existing mediapoolname creates a NPE BUGFIX: (#23738) - Note text and locked state of an active backup job cannot be changed BUGFIX: (#23539) - Sometimes the newly opened window is larger than the screen BUGFIX: (#24296) SIR offers complete filesystem for restore selection, Problem: root path will not be used for mode "mount saveset" at browser. Solution: set correct root path at browser. BUGFIX: (#24159) - Remove tab for 'Micro Focus Access' in client configuration CHANGE: (#...) Since Grolar the VMware backup of a VM with the character '#' in the name failed. Solution: Accept VM name containing '#'. BUGFIX: (#23459) - User defined schedule gets executed immediately, if schedule settings are saved BUGFIX: (#24534) - GUI does allow all FDI types in some cases for task types where 'fdi' is not allowed change: Fix NPE in HwDrivesDaoImpl when deleting a drive BUGFIX: generate VM tasks with rythm template '{{SOURCE_LAST_ITEM}}' failed. Problem: token 'SOURCE_LAST_ITEM' will not be changed to rythm compatible token '@(task.getLastSource())'. Solution: apply name of parent task to all generated VM tasks. bugfix: Fix report is generated in German even with -l en specified, if the UI server is running in German language mode change: Fix @(dateRange:...) can be used only once in a query change: Rework handling of presentation of backups available on multiple media in "Job Status -> Backups" view bugfix: Label in Job Status -> Backups not filed with data BUGFIX: (#24384) Changing saveset EOL of the source of a migrated saveset doesn't work correctly. Problem: after change saveset eol at saveset table, the changed value will be applied to field 'backup eol'. When apply change eol a second time, adjust eol will be executed again (backup eol) and overwrite first change. Solution: Do not transfer changed 'saveset eol' to 'backup eol'. BUGFIX: (#24384) Changing saveset EOL of the source of a migrated saveset doesn't work right. Problem: when I change the saveset-EOL of the migrated saveset, the saveset-EOL of the original saveset will also be changed. Solution: remove update for table 'Results_lbls', when update table 'Results' BUGFIX: (#24168) When change EOL via saveset table, no confirm dialog appears. Problem: wrong column for get selected EOL will be used. (merge:909beb6) BUGFIX: (#24365) - Correct handling of comma (,) in backup source BUGFIX: (#24091) - Simple check of backup source and restore target including special characters causing trouble BUGFIX: (#24316) change device of drive at multiple drive dialog failed. Problem: stop cell editing mode cause NPE. Solution: check, if table has still focus. BUGFIX: (#24315) - Second media pool is missing in archive adjustment dialog for loaders using multiple drive groups BUGFIX: (#24316) multiple drive dialog: changes of "device" entries not saved in sesam database. Problem: value of column 'device' will not be transferred to drive object for update. Solution: add missing field 'device' for update. Take table cell value, when click 'apply' and table cell has still focus. (merge:899f349) BUGFIX: (#24259) - Do not show "matching records: 0" in result views BUGFIX: (#24262) - Duplicate entrys in the Job state backup list BUGFIX: (#17008) - Restart of failed migrations BUGFIX: (#24359) - When deleting a drive from a data store via the drive properties dialog, then the drive is not removed from the drives table SRC Bugfixes: 30e8e5a23e new: changed version number from 4.4.3.63 to 4.4.3.64. BUGFIX: (#24576) Backup of Citrix XEN host can fail with "HTTP error detected in response header - HTTP-x00". Problem: check_header process all strings where HTTP found. Solution: check_header should be used only to specific strings which starts with HTTP and got HTTP version BUGFIX: (#24592) Do not change task specific file names (LIS, NOT, SGM), if backup runs over Sesam newday. Instead of 'gv_daylbl', which is changed by newday, 'DB:results.sesam_date' is used BUGFIX: (#24443) Restore fails if no data from first tape is read. Problem: The following tape flag (-o next) is not set due to check of media pool. Solution: Do not check if media pool is set BUGFIX: (#24586) Problem: GUI package on Windows 32 Bit system fails due to Java 64 Bit check. Solution: On a Windows 32 Bit system Java 32 Bit is now accepted. BUGFIX: (#24580) - CBT restore of Citrix XEN host stucks in queue when stream limit is set to 1 change: Do not update media read check state for data store pools bugfix: Reset S3 snapshot count loop BUGFIX: (#19267) - XEN: restore does not work if original VM exists and is renamed BUGFIX: (#19889) Backup of Citrix XEN can fail, but is reported as successful. Problem: Issue still reproducible on Windows. Solution: Add check_header call for Windows also BUGFIX: (#24552) Si3 data hasn't been purged any more, if S3 connection was active. change: Use 'sesam-ssl-101' as default library path BUGFIX: (#24434) Positioning the tape takes too long to restore timed out after 1 hour. Problem: Since commit c35f6e9 '(#22918) BSR Pro restore from multi-tape fails' the next flag was always set and therefor the tape is read from beginning. Solution: Call mountTape() only if other tape label is requested. Otherwise move fast forward to given file mark Fix merge conflict bugfix: Remove S3 clone media, which have no EOL set bugfix: Browsing of MS SQLServer Cluster failed with DB_InitOperation: Can't get machine name or SQL Server cluster name. Problem: Wrong return value in iGetMSSQLServerClusterName() change: (#24388) Micro Focus restore of a migrated DIFF backup could fail with 'System detected error, operation aborted'. Add git ID to BUILD ID instead of old SBC_BUILD BUGFIX: (#24388) Micro Focus restore of a migrated DIFF backup could fail with 'System detected error, operation aborted'. Problem: After last item the BSAGetData() is called again and returns BSA_RC_ABORT_SYSTEM_ERROR. Solution: If previous BSAGetData() returned 0 bytes (EOD) then ignore BSA_RC_ABORT_SYSTEM_ERROR. BUGFIX: (#24396) Backup of CIFS shares which name ends with '$' does not work any more. Solution: Do not strip first '/' from backup source if 'path://' prefix is used change: (#24091, #24365) - Correct handling of comma (,) in backup source BUGFIX: (#23416) Selective Restore from migrated NDMP saveset failed with 'Cannot find matching LIS line for item'. Problem: The DAR index and the META information are only stored in {original_saveset}.lis/.meta. Solution: Use always the original LIS and META files in case of NDMP. In case of migration the COPY_FILES_FOR_SEL() and the NDMP specific META file processing will create smslis {saveset}.lis and {saveset}.meta files bugfix: (#24342) Restore may fail complaining about memory allocation. Problem: Memory size calculation broken which cause less memory allocate then expected. Solution: Revise memory size calculation new: Add 'DB:result_lbls.eol/pool' to VIEW:count_results BUGFIX: (#24367) The BSR PRO backup-log is partially decoded incorrectly. Problem: Since version 3.3.185 (12.3.185) the output is not longer UTF16 encoded. Solution: Check self.main_version >=2 and (self.main_version <= 3 and self.minor_version < 3) new: changed version number from 4.4.3.62 to 4.4.3.63.