Failure in Unzip\Zip activity while in unattended mode

I am experiencing a failure in the Unzip/Zip activity while running the bot in unattended mode. In attended mode, the process runs smoothly—downloading the zip file, extracting it, and retrieving the necessary Excel files. However, when executed in unattended mode, it encounters errors with inconsistent descriptions. At times, it provides the zip file location, while at other times, it displays an exception message. Assistance in diagnosing and resolving this issue would be greatly appreciated.

Hi @gutentag9v

If Unzip activity remains unreliable, consider using Invoke Code or PowerShell

|Path Management|Avoid paths like Downloads or Desktop. Use system-independent or config-defined paths.

|Delays/Retry|Add 2–5 sec delay after download, use retry on Unzip.

@nikhil.girish

I have tried this method also but still its giving same error, process is not working in unattended
Like using invoke method sending parameters

Hi @gutentag9v

what is the error message you are getting

Hi @gutentag9v

What is the exception message that you get?

And is there a pattern for those zip files for which you get an exception.

And if you try to run same zip files from studio, does it run fine?

error message is not coming just its returning empty file and bot is faulted

Error message is not given bot is faulted and ending the process.
But normally when its a studio run everything is perfectly running

When bot is faulted, it also shows the error message for the fault.

Could you please that from orchestrator and share with us?

Clicking on “i” icon of that faulted job can give you error message.