cancel
Showing results for 
Search instead for 
Did you mean: 

Unzip fixed length file

0 Kudos
229

Hello All,

Scenario is to unzip fixed length file and further send to target system. File extension is .gz

With pass through scenario unzip is working properly and file is processed to target directory.

When i add FCC parameters and try to process i get error as : error occured during processing: java.util.zip.ZipException: Not in GZIP format

Below are the configured parameters in sender file channel :

Number : 1

Module name : AF_Modules/PayloadZipBean

Module Key : zip

Parameter Name : zip.mode

Parameter value : gunzip

Need help in resolving this issue.

version : SAP PO 7.5, SP15

Regards

Ankyy

Accepted Solutions (1)

Accepted Solutions (1)

former_member190293
Active Contributor

Hi Ankita!

1. Make sure that your PayloadZipBean module stays first in the modules table.

2. If it still doesn't work - try to use MessageTransformBean as the following module instead of using built-in FCC functionality.

Regards, Evgeniy.

JaySchwendemann
Active Contributor
0 Kudos

And to add to evgeniy.kolmakov 's answer: If it will work with MessageTransformBean and will not work with FCC, consider raising and incident. Especially since you have a very current release, chances are, this is a bug 🙂

0 Kudos

Thanks Evgeniy.

MessageTransformBean worked for us.

Regards

Ankyy

Answers (1)

Answers (1)

former_member202642
Participant
0 Kudos

Hi Ankita,


Provide "Parameter value" as "unzip".

Thanks,

Aamir