Hi @DEMdev I have tested now three different scenarios with curious results: Golden Image contains c:\TEST\file1.txt 1. scenario: with DirectFlex: (as trigger for import I have taken C:\Program ...
See more...
Hi @DEMdev I have tested now three different scenarios with curious results: Golden Image contains c:\TEST\file1.txt 1. scenario: with DirectFlex: (as trigger for import I have taken C:\Program Files\Windows Photo Viewer\ImagingDevices.exe) Export when last executable exits: everything works like expected - all changes (additional files, changes in files) are saved. 2. scenario: (I have taken the zip-file from szenarion 1 - it now contains 3 files: file1.txt, file2.txt, file3.txt) with DirectFlex: (as trigger for import I have taken C:\Program Files\Windows Photo Viewer\ImagingDevices.exe) Import: it works - test.zip (file1.txt, file2.txt, file3.txt) - all files are getting imported Export at logoff: test.zip contains only file1.txt <-- wrong behavior (missing file2.txt and file3.txt and all other changes like writing in files or additional files) 3. scenario: (DirectFlex disabled) Import at logon: it works - test.zip (file1.txt, file2.txt, file3.txt) - all files are getting imported Export at logoff: test.zip contains all files untouched (file1.txt, file2.txt and file3.txt) even when I have deleted a file, they still remain in the zip-file, additional files are not saved. The zip-file itself get's a new timestamp from export but it's completly the same like before. The log itself doesn't show any errors: Logon: Importing profile archive 'TEST.zip' (\\XXX\XXX\DEMProfiles\XXX\Archives\Applications\TEST.zip) Logoff: 2023-06-29 13:05:46.988 [INFO ] Exporting profile using config file 'TEST.INI' (\\XXX\XXX\DEMConfig\general\Applications\TEST.INI) 2023-06-29 13:05:47.012 [INFO ] Exporting file information 2023-06-29 13:05:47.012 [DEBUG] ExportFiles: Recursively processing folder '<C-Drive>\TEST' 2023-06-29 13:05:47.013 [INFO ] Exported file information successfully 2023-06-29 13:05:47.017 [DEBUG] Stored 1 entry in profile archive (size: 0; compressed: 2) 2023-06-29 13:05:47.017 [DEBUG] Backing up '\\XXX\XXX\DEMProfiles\XXX\Archives\Applications\TEST.zip' to '\\XXX\XXX\DEMProfiles\XXX\Backups\Applications\TEST 2023-06-29 999999.zip'