I was trying to unzip the file using the ZIP module.
The error message in the communication channel with NFS is "MP: exception caught with cause com.sap.aii.af.lib.mp.module.ModuleException: Zip: error occured during processing: java.io.EOFException"
while using the ZIP module to unzip the file from PI server.
Let me know what this error message suggests and how can this be fixed.
Hi,
Can you check the module parameters which you are specified in you communication channel
Processing Sequence:
u2022 Module Name: localejbs/AF_Modules/PayloadZipBean u2022 Module Type: Local Enterprise Bean u2022 Module Key: Any key name to handle Module Parameters
Module Configuration:
u2022 Parameter Name: zip.Mode u2022 Parameter Value: unzip
regards,
ganesh.
Yes there parameters are correct.
Nope it is zip file. Not zipx
Please, I have the exact same problem. Did you solve this? and How?
Thanks
We solved the problem. It was the authorization on the filefolder. After setting it to 777 (unix) it worked