cancel
Showing results for 
Search instead for 
Did you mean: 

Issues in arching/processing a zip file

Former Member
0 Kudos

On my sender side i process the zip(contains around20k files) and backitup and send it to the target side.I have a unzip program which unzips the file on my receiver side in command line.

When i see the archive directory i see multiple zip files with diff timestamps where as in i kept only one zip file?

Why is it producing many zip files ?

Accepted Solutions (0)

Answers (1)

Answers (1)

Shabarish_Nair
Active Contributor
0 Kudos

thats odd.

Can you delete all the archive files and try again?

Also can you check and post the communication channel log for the sender adapter?

Former Member
0 Kudos

Hi,

I have been analysing this. My scripts is to unzip the file and then delete the zip after unzipping.

The script was working fine in the folder for some time. If we keep on testing the script. It's not deleting the zip after unzipping it.Which is causing PI to process the file multiple times so there are multiple files in backup folder.

Any suggestion on this?

prasanthi_chavala
Active Contributor
0 Kudos

Hi Prabhas,

Try to give temparary name for unzipped file then rename it to original after deleting the zip file.

Also check if there is any permission issue which might have caused error in deleting ur zip file....

Thanks,

Prasanthi.