GUI Bugfixes: SRC Bugfixes: bugfix: (#20750) orasbt.dll cannot be loaded anymore. Problem: __declspec(dllexport) is missing for DLL exported sbt... functions. Solution: Add DllExport with __declspec(dllexport) in case of Windows to the function prototypes in sbt_api.h bugfix: (#20115) Overlap of FULL and INC backup results to an incorrect saveset referencing. Problem: Same backup task may be running concurrently with level FULL/DIFF/INCR. Solution: Use global resource job:{task}=1 to run only one FULL/DIFF/INCR at a time (Draft: Activate this behavior with GLBV 'gv_exclusive_FDI_backup'!) change: (#20406) Remember last (full) backup in DB:tasks. Problem: pszconvert_time() not longer necessary change: (#20406) Remember last (full) backup in DB:tasks. Problem: Function GET_INCR_TIME() uses old algo with select recent saveset from table results. Solution: Use tasks.last_full/diff/incr/fdi_backup as reference bugfix: (#20644) passd- and stpd_main-log-files on a sesam client are generated in c:\. Problem: Upgrade from 4.4.2 GUI+Client does not add STPD_INI registry key. Solution: If GUI with Client then call iSetRoot('client') during update to set root (registry) values bugfix: DB_ACCESS() Avoid string overrun in argument cpMsg by using size BUFLEN bugfix: (#20736) License expired but backup still possible. Problem: Since commit 0629edf '(#19811) Reduce license check (output) during backup' the license check was ommited. Solution: Do a full check again and reduce license output for backup. BUGFIX: (#20731) Backing up nsf file which is deleted during backup leads to Domino Server crash. Problem: Mailbox database is removed during backup. Solution: If a database file is removed during backup then treat this missing item as warning bugfix: (#20709) Update to 4.4.3.20 fails because sm_passd.exe is missing. Problem: sm_passd.exe was moved to new installer component but installer only removes sm_passd.exe without extracting new component. Solution: Revert to old component. Attention: Update with in 4.4.3 is broken! BUGFIX: (#19058) sm_qm sho/full {drive} consumes too much answer time. Problem: Since commit b544302 time consuming asynchron communication reimplemented. Solution: Use synchron pipe communication again change: Move trace 'OpenNamedPipe: open pipe ...' to level 1 change: Move trace '--- check_que_and_pending_jobs: alloc mode not allocation_permanent' to level 2 bugfix: (#20721) Queue manager does not release all handles of job on Windows. Problem: The job object handle is not released if OpenProcess() failed. Solution: Avoid OpenProcess() by using process handle bugfix: (#20644) passd- and stpd_main-log-files on a sesam client are generated in c:\. Problem: GUI installation with client does not create stpd.ini change: E007_COPY_CHECKSUM deutsch: 'Prüfsumme der Saveset Kopie stimmt nicht überein' change: Log levels reduced from level 4 to level 5 due to commit a8b848a 'bugfix: (#19879) Lis-file contains a lot of slashes at the end of the file names. Problem: Extra Logs on log level 4. Solution: Revise logs levels bugfix: (#20652) Do not use 'systemd' to start Sesam during client installation