Error during Archiving Process

PietroCu

New Member
Hi everyone,
I was trying to archive de database because the log is full of data and I get this error message.

Blue Prism Error.jpg
 
Hi @PietroCu

To archive a folder in windows, I have an alternate. If you like you can use it.

In command prompt type following command:

C:\>cd C:\Windows\System32\WindowsPowerShell\v1.0\

C:\Windows\System32\WindowsPowerShell\v1.0>powershell.exe Compress-Archive -Path C:\BP-DestinationPath C:\Bpzip\zipFile
 
Top