Search found 17 matches

by techds
15 Feb 2023, 03:05
Forum: Cobian Reflector
Topic: An error occurred while compressing the file
Replies: 30
Views: 7873

Re: An error occurred while compressing the file

Hello Sir Luis, I got this error in Event Viewer when running the task: Cobian Reflector VSC Requester An error occurred while deleting the snapshot 1e377134-5eda-41dd-8cff-23312c5cec59: Deletion of snapshot failed. See inner exception for details. . May I ask on what directory this snapshot is crea...
by techds
13 Feb 2023, 06:26
Forum: Cobian Reflector
Topic: An error occurred while compressing the file
Replies: 30
Views: 7873

Re: An error occurred while compressing the file

Noted! Hello! Sir Luis, This is what i observed: I even tried disabling Windows Security and adding Administrator Permissions on both windows PC and this is what I observed: Windows -> Windows: Zip method \\someWinPC\somedatabase.gdb --> D:\cobiantest\my.zip ERROR (32) The process cannot access... \...
by techds
11 Feb 2023, 08:40
Forum: Cobian Reflector
Topic: An error occurred while compressing the file
Replies: 30
Views: 7873

Re: An error occurred while compressing the file

Tried Version 2.3.7 same error.
by techds
08 Feb 2023, 02:30
Forum: Cobian Reflector
Topic: An error occurred while compressing the file
Replies: 30
Views: 7873

Re: An error occurred while compressing the file

Only Windows Security no other antivirus as I mention on post 1, I tried this on both fresh install windows 10 22H2 64 bit and Windows 11 Pro 21H2 64 bit. I even tried to disable windows security real-time protection and firewall. WinSec.jpg So far this is the one I've tried that works, either the w...
by techds
07 Feb 2023, 03:24
Forum: Cobian Reflector
Topic: An error occurred while compressing the file
Replies: 30
Views: 7873

Re: An error occurred while compressing the file

I see! I think that's why I always get this error when using zip extension even in monolithic: An error occurred while compressing the file "\\someWin11PC\somedatabase.gdb" into the archive: (32) The process cannot access the file because it is being used by another process: I also tried SharpZipLib...
by techds
06 Feb 2023, 11:34
Forum: Cobian Reflector
Topic: An error occurred while compressing the file
Replies: 30
Views: 7873

Re: An error occurred while compressing the file

Hello Sir Luis, Do these settings, copy the files to a temp folder before it will do the zipping? zipcomp.jpg Because I try this code and it works, no error. static void Main(string[] args) { if (!System.IO.Directory.Exists(@"C:\Users\test\Desktop\ziptest\" + "\\TempZipFile\\")) { System.IO.Director...
by techds
02 Feb 2023, 07:30
Forum: Cobian Reflector
Topic: An error occurred while compressing the file
Replies: 30
Views: 7873

Re: An error occurred while compressing the file

OK thank you very much sir Luis I'm looking forward to it.


By the way Sir Lius, what's the name of the third party library you are using if you don't mind? (SharpZipLib, .NET Zip, System.IO.Compression and etc.)
by techds
01 Feb 2023, 07:36
Forum: Cobian Reflector
Topic: An error occurred while compressing the file
Replies: 30
Views: 7873

Re: An error occurred while compressing the file

So is there any permission I can change on the exe's in cobian reflector folder to run as Administrator so the zip will work? By the way Sir Luis, I try this on PowerShell and the backup in zip is ok. Copy-Item -Path "\\someWin11PC\somedatabase.gdb" -Force -PassThru | Get-ChildItem | Compress-Archiv...
by techds
31 Jan 2023, 05:21
Forum: Cobian Reflector
Topic: An error occurred while compressing the file
Replies: 30
Views: 7873

Re: An error occurred while compressing the file

error
error
zip_method.jpg (69.89 KiB) Viewed 2566 times
error
error
global_zip_method.jpg (77.05 KiB) Viewed 2566 times
backup ok
backup ok
m7zip.png (37.3 KiB) Viewed 2566 times
by techds
31 Jan 2023, 04:33
Forum: Cobian Reflector
Topic: An error occurred while compressing the file
Replies: 30
Views: 7873

Re: An error occurred while compressing the file

zip_method.jpg An error occurred while compressing the file "\\someWin11PC\somedatabase.gdb" into the archive: (32) The process cannot access the file because it is being used by another p rocess: global_zip_method.jpg An error occurred while compressing the file "\\someWin11PC\somedatabase.gdb" in...