cancel
Showing results for 
Search instead for 
Did you mean: 

PayloadZipBean - with file sender adpater

Former Member
0 Kudos

Hi,

I would like to use a standard adapter module "PayloadZipBean" in my sender file adapter for UNZIPPING of payload. I have followed the steps required but no action is performed. so it will be really helpful if some can show me the same with sender adpater with screens. Looking forward for your quick reply.

Pls share any blog details like I have for receiver file adapter for zipping of files: /people/gabrielsagayaselvam.panneerselvam/blog/2009/12/07/standard-adapter-framework-modules-afmodules-in-pi-71-150part-1

-Surender

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

1. Check the version of the winzip. It should be 9.0 and above.

2. Follow the steps in the blog by Stefan Grube.

/people/stefan.grube/blog/2007/02/20/working-with-the-payloadzipbean-module-of-the-xi-adapter-framework

stefan_grube
Active Contributor
0 Kudos

The config is almost the same as for zipping. Just set zip.mode to unzip instead.

Check the message monitor for adapter and go to detail view to access the auditlog.

Is your module called?

Former Member
0 Kudos

Stefan,

I have used the same as use are showing but i think my module is not called.

Pls help how can it happen.

my scenario is that we will get zipped payload then first we need to UNZIP it then we need to do some content conversion (with file to file scnario) then in 2nd file to IDOC scenario we need to use the converted files mapping then post those to SAP.

-Surender

stefan_grube
Active Contributor
0 Kudos

If you want to use FCC, you better add an OS command to your adapter to unzip the file.

The FCC comes first, then all other modules.

btw: Why does the provider of the file zip this?

Former Member
0 Kudos

Hi,

Are you calling your module before teh standard CallSapAdapter module.

As suggested earlier zip.mode = unzip shoudl work.

Regards,

Pragati

Former Member
0 Kudos

Hi Pragati,

Now it's pcking up my zip file from the folder I have mentioned in the " File Access Parameters".

I am missing the step where we need to mention where it will perform unzip action and place all .txt files. Once thisi sender file adapter will place all .txt files to a specified folder we will go to the next step for content conversion and send the files for mapping.

pls help me in getting those parameters to define.

-SS

Former Member
0 Kudos

Stefan,

thanks for your quick reply. as per your reply FCC comes first then other adapter modules will perform.

so in that scenario pls suggest what would be the OS commands we can use and how?

it's something important to complete, so waiting for your quick solution.

-SS

shweta_walaskar2
Contributor
0 Kudos

Hi Surender,

Which XI version you are working on?

PayloadZipBean is available from XI3.0 SP19 onwards.

Thanks.

Regards,

Shweta

Former Member
0 Kudos

Sweta,

we are using PI 7.1.

-SS