GUI Bugfixes: BUGFIX: (#21573) - GUI doesn't start on the sesam server - RMI is running BUGFIX: (#19816) - License check to enable the creation of new clients is wrong in the UI BUGFIX: (#21283) Removed redundant line breaks and commented code BUGFIX: (#21283) Excel-Export of EVENTS did not work properly SRC Bugfixes: BUGFIX: (#21743) Si3 Replication / EOL=NULL on target dedup. Problem: Replication of a migrated saveset could not estimate EOL of FULL saveset which was already replicated and original was purged. Solution: In case of replicated saveset check if pool matches with replicated pool. BUGFIX: (#21777) SLU does not recognize tapes in ports. Problem: Last changes in SLU requires accessible flags for IE and MTE elements. Solution: Set accessible flag to 1 for IE and MTE elements. NEW: Merge changes for 'repair' and 'fsck' functions from 'master' change: Do not insert license keys into empty SEP sesam database. Solution: If params_fix is empty then do not insert values BUGFIX: (#21723) Update to Sesam Linux server 4.4.3.28 fails, because of failures during database import. Fix: Do not start RMI server during update, to avoid database updates from it leading to problems during DB import BUGFIX: (#21667 - Backup fails with this error: 2017-03-22 15:47:47: sbc-1146: Error: DB Module: [BaseErrorInfo::GetFailureMessage: IVssComponent::QueryInterface] - No such interface supported]. Some interfaces might not be supported by Windows Server 2008. NEW: Merge changes for 'repair' and 'fsck' functions from 'master' Create target directory fix syntax error Add 'clean' rule Copy 'sm_dedup_interface' to 'bin/sms' new: Add 'makefile.unix' for 'sm_dedup_interface' BUGFIX: (#21764) Restore to UNC path fails with 'The specified path is invalid'. Problem: The program did not recognize the UNC prefix and therefore tried to create '\\server\share'. Solution: Detect UNC prefix and skip share name BUGFIX: (#21744) After migration of FULL backup and purge of original saveset DIFF is changed into FULL. Problem: SQL statement uses original saveset to get the media's label. Solution: Use the replicated saveset instead. bugfix: 'sm_sesam get_saveset_tree -d 1': Print out 1st saveset for a given backup, instead of none new: Improved i_ANALYSE_BACKUP_LOG() to return first retrieved error message. Solution: Remember if message was already set bugfix: (#21725) - ignore drive Access flag; set to status of full flag new: changed version number from 4.4.3.28 to 4.4.3.29. BUGFIX: (#21569) EOL for a tape in a media pool with EOL 1 day doesn't work right coz the minimal EOL of 3 days is not reset. Problem: The default EOL of 3 days is not reset. Solution: If the media_pools.eol is less than default EOL then use the media_pools.eol as default EOL BUGFIX: (#21693) Restore of migrated UNC backup fails with 'Cannot find matching LIS line for item'. Problem: The parent directory did not match with LIS of migrated saveset due to leading '/'. Solution: Skip leading '/' for memorized parent directory too.