cancel
Showing results for 
Search instead for 
Did you mean: 

unzip zip

Former Member
0 Kudos

Hi all,

I am trying to unzip in sender CC and Zip at Receiver CC.

I am using AF_Modules/PayLoadZipBean at both sender and receiver cc's

I am getting the error below

Attempt to process file failed with com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of PayLoadZipBean

what could be the reason for this error?

Thanks,

Srinivas

Accepted Solutions (1)

Accepted Solutions (1)

former_member194786
Active Contributor
0 Kudos

Hi Potharaju,

You will have to save the source file directly as .zip file. Do not try to create an XML file and then zip it. Directly save your source file as (test.zip) like this. I too faced a similar problem while creating this scenario.

Thanks and Regards,

Sanjeev.

Answers (2)

Answers (2)

former_member187563
Contributor
0 Kudos

hi,

try following things:

1.try to do it in two parts,first zip and then unzip...if its working fine then combine

2.then check whether you have used the parameters correctly and used the module before adapter

3.r u using pi 7.1....then the functionality might change a litlte bit.

4.if it is file adapter then name your output file as .zip file.

5.if using content type then mention it properly in parameters.

reward points if helpful

regards,

ujjwal kumar

former_member556603
Active Contributor
0 Kudos

Hi,

Use adapter module PayloadZipBean to zip/unzip.

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

http://help.sap.com/saphelp_nw04/helpdata/en/45/da9358a1772e97e10000000a155369/frameset.htm

Thanks,

Satya Kumar..