Zipping multiple Payloads to single Zipfile using payLoadZipBean

Dear Friends,
Can you help me in doing this sceanrios:
I'm trying to send multiple payloads from source (selection
of multiple payloads is done by checking Advance selection for
Source file)  to PI, that inturn Zip all Payloads in to a single Zip FIle.
(note: payLoadZipBean is giving individual zip file for every single payload but I want it all in single Zip file)
And also can I zip, Additional Files sent through File Adapter,
as these are not considered as payloads. Plz correct me If I'm wrong.
I request you plz dont paste any links to blogs or forums.
I'm trying to create a module to perform this scenario,plz suggest me better answers, in case module develpment is not required.
Dear Stefen, I hope I will get a good answer from you soon.
And thanks for suggesting me to post a thread for this issue.
Thanks in advance
Praveen K Kurni

Dear Sameer,
I did studied the SAP note;
By using these parameters
Module Key: zip
Parameter name: zip.mode
Parameter value: zipAll
Module Key: zip
Parameter name: zip.filenameKey
Parameter value: contentType
Module zips all payloads as individual zipfiles
for ex:
my files are:
1. abc1.xml
2. abc2.xml
3. abc3.xml
module payLoadZipBean zips these payloads as
1. abc1.zip
2. abc2.zip
3. abc3.zip
But I want all the files to be zipped in to single zipped file:
let say abc_all.zip
Thanks any way
Praveen K Kurni

Similar Messages

  • How to uploade multiple flatfiles for single transaction using BDC?

    How to uploade multiple flatfiles for single transaction using BDC?

    Hi,
    You need to upload all data files into an internal table first either using OPEN DATASET (application server files) or GUI_UPLOAD (PC files).
    Then loop at the internal table and call BDC transaction to process the data.
    Regards,
    Ferry Lianto

  • How To Export Windows Forms Multiple DataGridViews in single PDF using iTextSharp, C#

    Hi,
    I am using VS2010 For my windows application dash board is required for that i am using 6 datagridview to display in form and i want to export all datagridviews to one single pdf please help me out.
    How To Export Windows Forms Multiple DataGridViews in single PDF using iTextSharp, C#
    Thanks in advance

    Hi friend,
    Actually iText is a third party library to create PDF originally written for java. iTextSharp is the C# adaptation of that library.
    Question regarding iText are better asked on the iText forum, but this is Microsoft Forum:
    http://itextpdf.com/support
    But I am found a similar thread, it may help you.
    http://www.codeproject.com/Questions/442171/How-to-convert-datagridview-to-pdf-in-csharp
    Have a nice day!
    Kristin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Multiple attachments in single mail using XML publisher bursting

    Hi all
    I am sending the PDF generated to a particular mail recipient using the bursting options.
    There is requirement in which I have to attach two different PDF's to the mail. These multiple attachments should go in a single mail. Please let me know how we can achieve this.
    Thanks in adv,
    Srini
    Edited by: 796646 on Mar 4, 2011 2:35 PM

    Suresh,
    just copy your question and paste it in search box.. press enter
    there are too many posts already on this.
    still a little help for you, with explanation:
    [code snipet with documentation|http://wiki.sdn.sap.com/wiki/display/Snippets/MultipleAttachmentsExplanation]

  • How to find multiple keys in single cell using Numbers?

    I'm trying to add functionality to one of my Numbers tables where want to check a single cell for multiple keywords from a list. The hole thing works perfectly fine in Excel but it behaves differently in Numbers.
    The formula I am using is:
    =IF(ISERROR(LOOKUP(2^15;FIND($E$2:$E$11;A2)));"not found";"found")
    The following screenshots show that it correctly finds the keys in the cell when using Excel but not in Numbers. Although, it seems to work if the key is in the same row as the input cell.
    Excel table using the formula I posted in the C column:
    Numbers table using the formula I posted in the C column:
    Would be really happy if somebody knows how I could accomplish that!
    Cheers,
    Maik

    If you are working in Numbers you can do this efficiently with a small AppleScript without going back to Excel or clone. One click and you get the following result:
    This script works with Numbers 2.3, which your screenshot suggests you are using. If you are using Numbers 3 it needs a very small adjustment.
    This is the script:
    --https://discussions.apple.com/thread/6315365?tstart=30
    property inputCol : 1 --> col A, as in example
    property resultCol : 3 --> col C, as in example
    property keysCol : 5 --> col E, as in example
    property targDoc : 1 --> 1 is front document; can change to "MyDocName"
    property targSheet : 1 --> 1 is first sheet; can change to "MySheetName"
    property targTable : 1 --> 1 is first table; can change to "MyTableName"
    tell application "Numbers"
              set t to document targDoc's sheet targSheet's table targTable
              set keysList to t's column keysCol's cells's value
              repeat with i from 2 to t's row count -- assumes 1 Header Row
                        set inputVal to t's row i's cell inputCol's value
                        if inputVal is not 0 then --skip blank cells; Numbers 2 reads blanks as 0
                                  --check if Input matches a key:
                                  if inputVal is in keysList then
                                            set t's row i's cell resultCol's value to "found"
                                  else
                                            set t's row i's cell resultCol's value to "not found"
                                  end if
                                  --check if Input contains a key:
                                  repeat with aKey in keysList
                                            if inputVal contains aKey then set t's row i's cell resultCol's value to "found"
                                  end repeat
                        end if
              end repeat
    end tell
    --end of script
    To run, copy into AppleScript Editor, change the properties if needed, and click the green triangle 'Run' botton.
    SG

  • Multiple address for single vendor using business partner

    Hello folks,
              I have a issue,it's all about picking the right address in the payment posting.The Vendors have more than 7 addresses depending on the situation.Vendor Master(XK01) can be given 2 address and we are using Business Partner(BP) for storing other addresses.We are able to link the Vendor Master to BP from T-Code FLBPC1.Now when there is payment Posting it has to pick the address from BP if required.It is possible using MM module But we dont have MM for this.Plz suggest me.Thanks in advance.
    Cheers,
    Kumar

    Hi Sushil,
    The customers and vendors can only have a single address, but the Business partner can have multiple address.
    You can set up a synchronization from business partner -> customer/ vendor such that all the common data is synchronised between these objects. The standard address of the BP is copied into the address of the customer or vendor.
    You can set up this sync using
    Transaction SPRO -> SAP Reference IMG-> Cross-Application Components ->Master Data Synchronization-> Customer/Vendor Integration
    Do go through the doucmentaion provided in the path too, it explains the functionality well.
    Customers/vendors donot have the capacity to maintain multiple addresses.
    Hope this helps you.
    Regards,
    Rishu.

  • Multiple vs. Single Database (Using BDB)

    We have all our data in memory right now and are looking to move to disk in order to scale better. I am trying to see if BDB JE would help us with this. Obviously we want to store the data in such a way that it causes least possible IO at query time. Our query pattern is such that some properties of an object end up being accessed a lot more than others. Also some meta information about objects gets accessed very infrequently. I was thinking of separating out all information about objects and keep them in separate databases. For example Map<Property,Database> where Database is id->value. This obviously has the overhead of repeating the B-tree structure in each database but has the advantage of caching more frequently used properties and leaving out the infrequent ones. Possibly a better management of our memory space. Also not having to de-serialize all properties to just access a few can be a big advantage. If we keep all properties of the object together than some queries can potentially load most of the database in-memory. One other advantage I thought of keeping a database for each property is when we lookup a property for a set of objects the number of IOs would be less as they will be co-located on the same physical page. Sadly I realized that this is not true for log structure storage.
    My main question is what is the overhead of having several databases and does caching only certain properties outweigh the overhead of repeating the B+-tree for each property.

    Hello,
    There is no way to answer that question accurately, since it depends completely on the query pattern and other resource usage. A realistic performance test is the only way to find out for sure. Also, whether de-serialization is a factor depends on whether the app is CPU bound.
    But my general opinion is that a record per property will be very wasteful in terms of memory and disk, because the per-record overhead in JE is fairly high, and that will probably outweigh other possible advantages.
    On another topic, if you don't need durability (you just want to overflow from memory onto disk) then I strongly suggest using temporary databases. See setTemporary in DatabaseConfig (if you're using the base API) or StoreConfig (if you're using the DPL).
    --mark                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Error while using PayloadZipBean module

    hi,
    For sending the data in zipped format in JDBC Adapter i used "PayloadZipBean" module.
    While Communication channel Monitoring at Receiver end I am getting this Error:--
    "Message processing failed. Cause: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at loacalejbs, the whole lookup name is localejbs/loacalejbs/AF_Modules/PayloadZipbean."**
    Is there any need to write this module in adapter engine?

    Hi,
    Have a Look at these
    Working with the PayloadZipBean module of the XI Adapter Framework
    Zip-Transfer-Unzip: Increase the performance of your Java-ABAP applications
    Regards
    Seshagiri

  • Zip Payload using PayloadZipBean Module Processor

    Hi,
    I'm using AF_Modules/PayloadZipBean in module processor of Receiver SOAP adapter to compress/zip the message payload. I've used the following module key parameters :
    Parameter Name      Parameter Value
    zip.Mode                  zipAll
    zip.filenameKey        contentType
    In the adapter engine monitoring from RWB I can see the following warning message :
    Warning Zip: message is empty or has no payload
    But I can see the msg payload from the RWB message monitor as expected.
    Can anyone please throw any light on this issue?
    Thanks in advance,
    Dipankar

    Hi Stefan,
    Can you please explain what you meant by transfer-encoding gzip?
    Actually the requirement is to receive xml message in compressed zipped  format along with digital signature. As I understand using the ModuleProcessor which you mentioned in your blog I can send zipped message (using File Adapter I've actually achieved the result as mentioned in your blog. So thanks a lot for that!). But in file adapter I can't use digital signature. So how to satisfy both the requirements using a single adapter (and maybe using some module processors over it)?
    Thanks for your help!
    Dipankar

  • Multiples payloads in a single message

    Hi everybody,
    I have a scenario where I will receive multiples payloads in a single message (several email attachments) and I have to call a WebService for each different payload, or email attachment in this case.
    Scenario: Mail Sender (multiples attachments/payloads) -> XI -> SOAP Receiver
    These attachments in the email are XML files with the same structure (WSDL) that  must map it to the WebService.
    I'm thinking in receive these payloads using Java Mapping to merge all these XML files in a single fat XML structure and after that use a BPM to do a Loop in order to call the WebService for each part of this fat XML. But I'm not sure if it is the best option and I don't really know how to do this BPM.
    Anyone has a suggestion how should I do this?
    Regards,
    Rogério

    You need to write an adapter module for merging all the XML attachements in to one. Then you should use 1..n mapping in the BPM for splitting them in to multiple payloads.
    BPM - Receive -> Transform (1..N) ->Block -> for each (message) ->send ->close block
    VJ

  • Collect Multiple IDOC(Single IDOC type) to single file using BPM

    Hi All,
    When i am generating multiple IDOC for the same message type, i am getting multiple payload for the same as a result i used to get multiple files generated in application server.
    Now if i use BPM only to collect multiple IDOC to a file then what all the steps that i need to follow for the same.
    Ex: I want to post 10 IDOC for a single IDOC type,, Now using BPM in XI i want to collect all the 10 IDOCs with multiple payload into one single message and then want to process this in XI to generate the file.
    It would be glad if anyone refer me a good step by step blog for the same.
    Thanks in advance,
    Jay

    Thanks a lot Abhisek.
      I have also got a blog explaining the exact thing. But in the blog the ID part was missing which is present in the link you have provided.
    I will be glad if you can through some light on the ID part,, however the IR part and the BPM part is now mostly okay to me.
    I will configure this today only,, and may seek your help for any huddle.
    Thanks a lot once again.
    Regards,
    Jay.

  • Multiple payload mapping in zip file..

    Hi,
    is it possible to map multiple Payloads in one XI Message?
    My Source File is a zip (xml files) I unziped it in Sender CC
    I have message structure as this in my integration server
    XI Message
    - payload 1
    - payload 2
    As there are multiple structure(different structure) in zip file, I can't create Message structure.
    I want to map every file in zip seperately and send it to different location.
    I used 2 Interface Mapping and also in interface determination try to select the Interface Mapping based on the file name in zip file. But I m getting error Unable to find the Inbound structure at Interface determination.
    If I won't give any condition in interface determination. the first payload is getting mapped.
    So, is it possible in general to get multi payloads mapped without BPM?
    My Questions are:--
    +How to create a structure for Input message (All the files in zip have different structure).?+
       +Why am I getting error "Unable to find the Inbound structure" at Interface determination even though I m giving the correct file name for both.+
      +Is it possible using java mapping...? If yes then please throw some light....+
    Thanks and best regards
    Ankita

    hi prateek
      thnaks for urs quick response.
    I have different structure at the receiver end also. for every file in zip folder there will be different mapping.
    you may unzip the files at a temporary location.
    Is there any way I can hold the files(in one zip folder) in PI after unzipping and process ony by one..
    Please help.
    Thanks
    Ankita

  • How to generate a single report  using multiple Databases

    Hi All
    Is it possible to create a single report using multiple databases
    I am working on Database A to generate reports usually,, but now i have a second database for which the data is coming from flat files now i have to use few tables from
    Database B to generate a single report,,,,, can any one help with the process

    Hi,
    i didn't see this properly in your post:
    but now i have a second database for which the data is coming from flat files if you have ETL then make flat files as source then create target tables in db:B itself.. .Now, import them in the rpd..
    If not, import both those tables into rpd with different connections..
    Create physical joins by selecting those tables and perform joins operations over db's in physical layer..

  • How To Use Multiple Currencies in single payroll ........

    Dear All
    Can you help me How To Use Multiple Currencies in single payroll?
    with regards
    User600722

    I am not a functional expert. but ML Note 150173.1 (which is quite old) states that this is not possible.
    Srini

  • How do I create a single image using PSE12 from multiple originals where each original is still separate?

    How do I create a single image using PSE12 from multiple originals in which the originals are still separate (i.e. side by side or arranged in a square)? I could do this in PSE2, but can't find how to get PSE12 to do it.
    Grecophile55

    In PSE2 there was a single photo-merge. I browsed all my images and I could then click and drag each to its new position before saving. There doesn’t seem to be a similar facility in PSE12.

Maybe you are looking for

  • Is there a way to fix the Remote Desktop Connection Manager memory usage crashes?

    I'm using RDCMan and it has been using a lot of memory and crashing.  With 12 connections it uses 1,548,976 K of memory and crashes with an "Unhandled exception" "Not enough storage is available to process this command. (Exception from HRESULT: 0x800

  • Is there a compatible driver for canon  lide 500f scanner os 10.8.4 or Mavericks?

    Hi, I have an old ut reliable Canon Scaner, Canonscan LiDE 500f, and was wondering if it is no longer compatible with OS X 10.8.4 or Mavericks? I trid locating a driver or any downloadabl softwear online and was unable to find anything. The Canon sit

  • Should I buy a Macbook Pro Retina 13" now?

    Hello, I need to buy Macbook Pro retina 13" to school start. I have already bought a macbook pro retina because I got discount by my county, but I havent received it yet.  So, I chose the macbook pro retina, but I know it will come a better Retina so

  • Premiere pro 2.0 のDVDマーカー

    DVDマーカーを一括で移動する方法はあるのでしょうか? 映像部分を変更.修正する際にマーカーがずれて困っています. どなたかご教授お願いします. 以上 よろしくお願いします.

  • Conditions in Sales Order

    Dear gurus I have one question about the conditions in the Sales Order screen. the sceneario goes this way :- i created 2 Sales order both sales order using same material ABC First Sales Order to the country SG Second Sales Order to the contry MY The