Multiple IDOCs pattern not working

Hello, When I tried Multiple IDOC to single file pattern, it is not working as expected. Everytime when a idoc reaches XI, it is going to a seperate BPM queue and not collecting the IDOCs, any idea??

Yes, I have refered. I have done exaclty the same thing as in SAP Pattern for collecting multiple idocs to single file. Everything is working fine in BPM too.  But the problem is whenever the idoc hits XI, it is going to a seperate BPM queue instead of a same queue. So single message for each BPM and BPM waits for 3 minutes (mentioned in BPM) and times out. But my need is all the IDOCs should come to a single BPM queue and BPM needs to collect all the IDOCs and send it as a single file.

Similar Messages

  • Multiple delete is not working.

    Hi,
    Multiple delete is not working. Please find my backend bean code. Please let me know the issue in my code.
    Table:
    <af:table value="#{bindings.CmProcessParamValueView13.collectionModel}"
    var="row"
    rows="#{bindings.CmProcessParamValueView13.rangeSize}"
    emptyText="#{bindings.CmProcessParamValueView13.viewable ? 'No data to display.' : 'Access Denied.'}"
    fetchSize="#{bindings.CmProcessParamValueView13.rangeSize}"
    rowBandingInterval="1"
    selectedRowKeys="#{bindings.CmProcessParamValueView13.collectionModel.selectedRow}"
    selectionListener="#{bindings.CmProcessParamValueView13.collectionModel.makeCurrent}"
    rowSelection="multiple"
    binding="#{backingBeanScope.backing_app_RunCalcPage.t1}"
    id="t1" width="720px" inlineStyle="height:140px;" partialTriggers="cb6 cb3"
    filterVisible="true" filterModel="#{bindings.CmProcessParamValueView13.queryDescriptor}" >
    <af:column sortProperty="ParamValue7"
    sortable="true" width="690"
    headerText="Comm Type"
    rowHeader="unstyled"
    id="c2" align="left" filterable="true">
    <af:outputText value="#{row.ParamValue7}"
    id="ot4"/>
    </af:column>
    </af:table>
    Backing Bean Delete Code:
    RowKeySet rowKeySet = (RowKeySet)this.t1.getSelectedRowKeys();
    CollectionModel cm = (CollectionModel)this.t1.getValue();
    System.out.println("RowKeySet is: "+ rowKeySet.getSize());
    for (Object facesTreeRowKey : rowKeySet) {
    cm.setRowKey(facesTreeRowKey);
    JUCtrlHierNodeBinding rowData =
    (JUCtrlHierNodeBinding)cm.getRowData();
    System.out.println("RowData is : "+rowData.getAttribute("ParamValue7"));
    rowData.getRow().remove();
    Thanks.

    Issue is resolved...
    Solution is,
    Remove selectionListener and selectedKey attributes from the table.
    Delete code is:
    DCBindingContainer dcBindings =
    (DCBindingContainer)getBindings();
    DCIteratorBinding dcIterator =
    dcBindings.findIteratorBinding("Iterator...");
    RowSetIterator rs = dcIterator.getRowSetIterator();
    RowKeySet rks = this.t1.getSelectedRowKeys();
    Iterator rksIter = rks.iterator();
    while (rksIter.hasNext()) {
    List l = (List) rksIter.next();
    Key key = (Key)l.get(0);
    Row row = rs.getRow(key);
    if(row != null)
    row.remove();
    }

  • My apple tv, all of a sudden, is no longer able to connect to my computer.  I have restarted EVERYTHING, multiple times, still not working.

    My apple tv, all of a sudden, is no longer able to connect to my computer.  I have restarted EVERYTHING, multiple times, still not working.

    Welcome to the Apple Community.
    Check your store location is set correctly, if this doesn't help, try restarting the Apple TV by removing ALL the cables for a 30 seconds.

  • IDOC is not working

    Hi,
    We have 2 company codes and for the intercompany trade we are using IDOC to send invoices between the companies - it works perfect. Now we have added a third company code and the IDOC functionality does not work for intercompany trade involving the new company. All about pricing, requirements, PO, delivery etc. works without problems but the IDOC process does not start when we create the invoice - so i don't even have error to trace. I have created OBCA, OBCB, OBCD and OBCE and of course WE20.
    A tip for the missing link will be really appreciated - thanks in advance
    yu

    With reference to this issue, please review note 106142 which has good     
    information on this behaviour.                                             
    Transaction OBCA is not really a customizing function since the table    
    as the partner numbers in the key, and these are master data, at        
    east in case of vendors (partner type LI). Thus, table T076B should not 
    ransport relevant. But there's been a couple of bugs in the lower       
    releases (note 106142) and they're fixed in release 4.70 and higher.     
    Similarly the tables like T076S as well as view V_T076S depend on master  
    data (like vendor master data), the standard settings of these tables     
    do not implicate transport requests.                                      
    Within note 106142 incorrect table settings in lower releases were        
    corrected to avoid the transport of these tables.                         
    If you nevertheless want to transport changes of these tables you have         
    to undo the change of the recording routine in transaction se54.               
    For these tables change it back to Standard Recording Routine and save         
    the changes. Please do NOT generate the view.                                                                               
    But please keep in mind that this setting represents a modification            
    and possible problems due to this setting are not supported by SAP.                                                                               
    tr. SE54 ->                                                                    
    Table/View: T076M                                                              
    select the radio-button 'Generated objects' ->                                 
    select the button 'Create/change' ->                                           
    frame 'Dialog data transport details' ->                                       
    'Recording routing' -> please, select option 'Standard recording               
    routing' and save your settings.                                               
    PLEASE, DO NOT REGENERATE THE VIEW !!!!                                                                               
    Further details which may be helpful:                                          
    You have to change                                                             
    the view T076M for the transaction OBCD                                        
    the view V_T076S for the transaction OBCE,                                     
    the view V_T076K for the transaction OBCC,                                     
    the view V_T076B for the transaction OBCA,                                     
    the view V_T076I for the transaction OBCB.                                                                               
    Please also review the SAP notes.                                         
    356483     Customizing: Current settings in the test system                    
    135028     Transfer IMG activity to current setting      
    106142     EDI: Customizing tables T076B, T076I,...      
    Regards
    Vijayesh V V

  • NAM and "unprotected identity pattern" not working as expected

    Hi,
    I'm trying to test such 802.1x wired environment:
    windows xp sp3 as supplicant
    windows NPS as radius server
    2960 as authenticator
    latest anyconnect (3.1.01065) + nam and standalone profile editor
    I have a question:
    Could someone explain me the difference between protected identity pattern and unprotected identity pattern (set in nam profile editor)? As I understand documentation PEAP-MSCHAPv2 is a tunneled method and it uses unprotected identity pattern to protect user's identity during phase 0. But if I use any fake identity here (anonymous, anonymous@[domain], etc) access is rejected (Access-Reject in switch debugs). I have to use exacly the same pattern in
    unprotected identity pattern as in protected identity pattern ([username] or [username]@[domain]) to gain access, regardless of authenticaton mode (same in machine only, user only authentication)
    I would be grateful for any clues
    Best regards
    Lukasz

    Ok I've solved it... NAM works fine, problem was with NPS config. If you want unprotected identity pattern to work, just configure authentication methods under "connection request policies" not "network policies".

  • Multiple Image Upload not working on macs

    Hello everybody,
    I have searched everywhere for an answer to this issue and I'm not sure if there is a solution yet.
    I am hoping someone reads this and tells me if either I need to use another product or post a fix for this to work.
    I am developing a website for a photographer who needs to upload the pictures he takes for his clients to review on his website.
    So on the backend I have created an application where he logs in and creates a new client and then uploads multiple images to that client's folder.
    I am of course developing the site in ADDT version 1.0.1. in Dreamweaver CS4.
    Everything works as expected except for the image upload part, where he is unable to upload even a single image.
    He is using Mac OS X and Safari 3 to access his site.
    I use a PC and can upload images perfectly, but the whole purpose of the website is for him to be able to upload images without me.
    I read somewhere that ADDT's Multiple Image upload did not work on Macs because of the way that the OS handles image uploads to the server via HTTP. I also know that Flash v.10 had an issue with this behaviour in the past, but that it's been fixed with ADDT's v. 1.0.1, which is true since as I said I am able to upload images from my PC using that Flash version.
    There is a product called MultiPowUpload from Element-IT (http://www.element-it.com/MultiPowUpload.aspx) that seems to do the exact same thing as ADDT's Multiple Image Upload, and I have tested the Demo version both on Mac and PC and works perfectly well.
    I really would like my ADDT behaviour to work, first because I already have the whole site developed in it, plus I am used to the software already, and also because Element-IT's product is a bit pricey for a multiple server license (which I would need for other sites I plan to develop for Mac users).
    Any thoughts or pointers you might have will be greatly appreciated.
    Thank you in advance.
    Luis Herrero.

    Thanks a lot for your replies and helpful ideas.
    It turns out that for some strange reason the problem was with the hosting provider.
    I have moved another site which was not working with Macs either to a new provider and everything works now as it should be, without changing any files at all.
    I have in fact v.1.0.1 in both those sites (those were the first things I checked before posting here) and Flash Player v. 10 both on the Mac and PC, so it will remain a mystery as to why the server behavior did not work with that particular host on Macs.
    Thanks again.
    Best regards.

  • C3 - Multiple Selection is not working with pencil...

    Hello Guys,
    Pencil key is not working for multiple selection while ctrl key is working.
    Can any1 guide me how to do muliple selection......

    There was an issue with messaging in the original software on the C3, so make sure that you are up-to-date. To check your software version try *#0000#
    Latest software release for Nokia C3-00 is 08.63
    Your service provider may not have the latest nokia version available, but make sure you have the most recent you can get.
    Menu > Settings > Phone> Phone Updates > Downl. phone software

  • Hp 6700 option to scan to single file or multiple files does not work-scans to single files only

    Cannot find a way  to scan multiple documents to a single file.  The option on the Scan function does not work!

    Hi @apdamw 
    Have you tried saving the scanned pages as a PDF? When you choose PDF in the format option, you will see the option to choose save all pages to a single file, or create a seperate file for each scanned page. Depending on what option you see, you will need to tick or untick the option.
    Please click the Thumbs up icon below to thank me for responding.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Sunshyn2005 - I work on behalf of HP

  • Tree Multiple Selection does not work ???

    Hello, while migrating my application from Flex 1.5 to Flex
    2, I had the disgreement to discover that multiple selection in
    tree does not work anymore.
    I event tried the basic example found in Flex documentation
    (see below), which does not work
    Please, I need this feature in my application ! How can I do
    ? Is it normal ?
    Thanks

    Multiple selection in the tree was removed for the General
    release.. I am sure they plan to put it back as soon as possible.
    Tracy

  • Multiple headphone sets not working?

    I just recently received a replacement iPod Nano because my last one glitched itself and wouldn't respond to anything a consultant had me do. It's worked great since I got it. The last time I listened to it was Friday [the 6th], and the headphones worked just fine. Today [the 8th] I went to listen to it, and sound only came out of the left speaker. At first, I thought that it was only the headphones, and I just needed a new pair. Well, I went to use another pair I had [for an Mp3 player] and once again, sound came out through just the left speaker. That's two sets that would not work for the right headphone speaker. Could anything be wrong inside this iPod? Is there anything I can do to fix it? I would rather not have to have it replaced, since this IS a replacement iPod.
    Thank you for any help!

    Your headphone jack in the iPod is broken, you will need to get it replaced. You don't wrap your headphone cord around your iPod while it is plugged in, do you?

  • Patterns not working in adobe reader 9?

    Hi all
    I have a numeric field which is limited to 2 decimals.
    When they enter 1000 it's displayed as 1,000 in Adobe 9 and 1000 in Adobe 8.
    My pattern looks like this.
    z9.99
    I want it to be displayed as 1000 in all versions, any ideas why the patterns are working differently and how can I make it only display numbers and . as seperator and 2 decimals.
    ex: 12345.67
    10.50
    Thanks!

    I know this sounds crazy but try changing it to text instead of numeric, worked once for me

  • FI - Interface triggerring multiple idoc is not getting posted

    Hi all,
    I have a scenerio, where I am receving data from SAP PI, which calls standard idoc ACC_DOCUMENT03 and which posts FI Document.
    now, the problem is interface trigger's 2idoc with seperate number with same message type and same idoc type, but both the idoc are not getting posted and show's error like 'No currency line exists for line item 0000000001' and so on.
    But the same idoc, when i proccess indivisually get's process gets posted successfully.
    I have also done implementation in function module IDOC_INPUT_ACC_DOCUMENT.
    As an abaper, I am not able to understand problem to take corrective steps.
    Thanks & Regards
    shashikant

    hi,
    if the IDoc is stuck in a qRFC queue means that the message did not reach the pipeline to be send to R3 so, anything in wrong at PI side.
    please, go to SMQ2 and check whats happening. to know the queue name check the SXMB_MONI, select the proper message and scroll rightto the proper colum.
    let us know.
    Rodrigo P-.

  • WE20 - Pack size not working/IDOC packaging not working - PI 7.1

    Hi all,
    My requirement is to collect idocs and send to PI at one point of time in a day.
    I kept Pack.Size = 100 in partner profile (WE20), in PI 7.1 - Sender Communication channel I assigned the same value 100 to pack size.
    Now the problem is when I create more than 10 idocs and trigger manually by rseout00. for example
    15 idocs are pushed to PI by executing RSEOUT00. In PI when I check IDX5 or SXMB_MONI, 2 message ID's are generated one with 10 idocs and the other with 5 idocs.
    It works fine meaning creates only one message id if the total count of IDOC's are 10 or <10.
    Any ideas/suggestions appreciated.
    Thanks,
    Krishna

    Yes Prateek,
    In Sender Communication channel - IDOC package size is assigned as '100' and only 10 idocs are collecting for one message id.
    I checked the assignment and it was correct. I changed the description, saved and activated Sender agreement & Sender Communication Channel.
    No luck.
    Regards,
    Krishna

  • Multiple Excel Sheet not working

    Hi,
          I have a requirement where I need to split the excel data and send it to my inbox as excel attachment. But the below is not working as expected. Do let me know if there is issue with the below code.
      DATA : lv_start type i value '1',
                p_split type i value '10'.
    DESCRIBE TABLE i_attachment LINES lv_tot.
      DO.
        IF  lv_tot <= 0.
          EXIT.
        ENDIF.
      lv_start = lv_start + p_split.
        w_packing_list-doc_size =
        ( lv_tot ) * 255 + STRLEN( ls_att ).
        w_packing_list-transf_bin = 'X'.
        w_packing_list-head_start = 1.
        w_packing_list-head_num = 0.
        w_packing_list-body_start = lv_start.
        w_packing_list-body_num = p_split.
        w_packing_list-doc_type = 'XLS'.
        w_packing_list-obj_name = 'ATTACHMENT'(009).
        w_packing_list-obj_descr  = 'Excell Attachment2'.
        APPEND w_packing_list TO i_packing_list.
        CLEAR  w_packing_list.
        lv_tot = lv_tot - 10.
        IF  lv_tot <= 0.
          EXIT.
        ENDIF.
      ENDDO.
    Regards,
    Siva.

    Issue is resolved...
    Solution is,
    Remove selectionListener and selectedKey attributes from the table.
    Delete code is:
    DCBindingContainer dcBindings =
    (DCBindingContainer)getBindings();
    DCIteratorBinding dcIterator =
    dcBindings.findIteratorBinding("Iterator...");
    RowSetIterator rs = dcIterator.getRowSetIterator();
    RowKeySet rks = this.t1.getSelectedRowKeys();
    Iterator rksIter = rks.iterator();
    while (rksIter.hasNext()) {
    List l = (List) rksIter.next();
    Key key = (Key)l.get(0);
    Row row = rs.getRow(key);
    if(row != null)
    row.remove();
    }

  • VLOOKUP over multiple sheets is NOT working?

    I have ported a working Excel sheet into the iOS version on numbers and for what ever reason, the formulas are not working.  I have cleared all the cell data and marked with the appropriate field type e.g. number/text.
    The idea is that on SHEET A there is a table listing part numbers, descriptions, list price, discount and product group.  The idea is that the left cell you enter the part number and the descrtipion and price are populated with the return values. 
    For example Sheet 1
    Part no     Description               Group    
    192512     Self Forming Screw     A420     Accessories F 80     1.04     40
    Sheet 2:
    I enter the part number 192512 and expect colum B to be able to match to the data on Sheet 1?
    Any ideas, I just get error after error?

    http://db.tt/h5WE8bNz
    I have put the file in question in my dropbox.  The idea behind this is that if a number is entered in column A on the quotation sheet the return value would be the description in column B on the Gross PL sheet.  I also need to call the price which also matches the part number listed.
    I have tried many attempts.  ok fine in Excel but I really need to have on my iPad as I don't always have access to the Internet?
    Hope you can help!

Maybe you are looking for

  • Background differences in internet explorer

    This only happens in some computers when using internet explorer as browser.  My chosen background color for my pages is white.  Why is my background a light blue in the top half of my page and white in the bottom half.  The particular color that is

  • Adding an extension to a Call Pickup Group

    I am new to call manager 7.0 and just wanted to know if adding an extension to a Call Pickup group was as easy as just going to the directory number configuration page of the extension and selecting a call pickup group within the "Call Forward and Ca

  • Is there any site about Apple`s softwares and interface projects?

    I `d like to know if anyone as links to any site about Apple projects, research etc. For the next development of applications, OSX, etc? Something like Mozilla labs that shows projects and ideas.. Many thanks.

  • Strange procedure behavior

    Hi, I have a problem with a procedure I have this procedure: CREATE OR REPLACE PROCEDURE pcylpqn (cv IN OUT pcyqatp.GenericCurTyp, MACHINE VARCHAR2,SB_UID VARCHAR2 )AS BEGIN if MACHINE='b542018' then insert into test3 values('X'||SB_UID||'X); commit;

  • BT Infiinity Connection drops 10 times in five hou...

    I have spent all Saturday morning reading the forums about OpenRG and LCP Send termination requests while my HH5 repeatedly reboots. The best I have managed so far today is about 43 minutes between reboots. The worst was around 10 minutes.   This all