GUI Bugfixes: BUGFIX: (#17627) Default backup interface is set to 'http', if host name is behind 'http' in lexical order at create taskevent dialog (merge:7f86076) BUGFIX: (#17787) Diff/Incr Backup VM failed due to missing blocks Problem:compare VMDK size with offset can lose last changed block Solution: use internal DiskChanged.length var instead of add blocks after each retrieve of changed blocks bugfix: (#17787) calculate diff blocks of vmdk failed. Problem: retrieve size of vmdk for compare with offset, if end reached failed. Solution: catch InvalidArguement Exception, if calculate blocks with invalid offset and finish calculate blocks BUGFIX: (#17787) VM full backup failed problem: calculate cbt diff cause 'InvalidArguement' exception solution: check, if offset is smaller than disk size add: log, when VMDK fails due to missing changeID Bugfix: (#17787) run CBT does not save all changed blocks Problem: Only the first 2000 blocks of VMDK will be calculated. Solution: run calculate blocks with startoffset again until changed block size is null BUGFIX: Avoid possible NPE due to missing media pool in the start method of the RestoreWizard BUGFIX: (#17581) changed background of the loader content table BUGFIX: Avoid a possible NPE when populating the tree with TaskEvents in the Time Table Frame BUGFIX: (#17490) Create new method to acknowledge notification that updates the current and all previously unacknowledged in one call instead of two. This fixes the "recurring notification" issue. BUGFIX: (#17490) Set acknowledged notifications with action to closed so the confirm-dialog will not appear again for the same type if the notification exists more than once in the database. (merge:0405153) BUGFIX: (#17712) Summary: VM single file restore fails Description: NullpointerException will be thrown, if last page of restore wizard appears. Drive combobox cannot be initialized. Solution: Add nullpointer check to prevent exception SRC Bugfixes: change: Add ESXR001, ESXR064, CXSR001, CXSR064, HYPR001, HYPR064 to obsolete license keys to avoid message 'I008-LICENSE The license entry %s with value %s is not supported on this Sesam version.' in license output BUGFIX: (#17796) Medium is overwritten due to sm_sms_watch does not dismount if post processing takes more than 2 minutes. Now the media is dismounted after the idle dismount is reached and the queue becomes idle. change: Allow to read from file end with '-b -{size}' change: skip building the dedup executables for x86. change: replaced the obsolete DEDUP variable with the NO_DEDUP variable. NEW: (#17786) Check for PostgreSQL 9.1 for Univention 4.0 change: Correct output for long long BUGFIX: (#17795) Restore of file ends with BAD ARCHIVE error. Do only dump the first BAD_ARCHIVE block - except in log level 6 (dump) BUGFIX: (#17795) Restore of file ends with BAD ARCHIVE error. In this case the previous directory block DIRB was not followed by a padding stream SPAD NEW: Option -d (diff) to compare binary files change: New SEP AG code signing certificate change: DEDUP functionality for Windows as default for v4_4_1 BUGFIX: (#17782) DataDomain VTL on AIX failed to read TapeTrailer. Retry MTBSR command (Backward Space Records) after IO error to position to TapeTrailer block for AIX. change: Use GetAlignedBuffer() change: Prototype for void* GetAlignedBuffer(void **pFreePtr, unsigned int uiBufferSize) change: Function size_t stackavail() moved to win32_hal/xutil_base.c size_t x_ulStackAvailable() new: added a function to get the stack available BUGFIX: (#17557) Core dump of sbc during backup of VMware VM. Avoid core dump with STATUS_INVALID_HANDLE: Add trace output change: Build rule for library must not end with netapi32.lib BUGFIX: (#17557) Core dump of sbc during backup of VMware VM. Avoid core dump with STATUS_INVALID_HANDLE: do not call free() for not yet allocated buffer bugfix: (#17737) The license output in the daily protocol must show both the FrontSide and the Storage sizes. Wrong format specifier in license output for Volume Storage license CHANGE: (#17737) The license output in the daily protocol must show both the FrontSide and the Storage sizes BUGFIX: (#17735) sm_alarm.ps1 sends message with too large backup log so mail sending is rejected. Now put the message into the mail body and attach the log file (NOT file). bugfix: only insert interfaces for http and https if they do not exist. BUGFIX: (#17729) Syntax error in Sesam GUI RPM post install script BUGFIX: (#17719) Backup ends with 'Reason: Format logical block size is too small to store descriptor block data.' - the reason must be visible. Add trace messages to return the needed sizes BUGFIX: (#17715) Backup of Hyper-V 'Host Component' must be possible. Since Hyper V3.0 (2012 and later) the component 'Host Component' is used instead of 'Initial Store'