Restricitng XI to pick fixed number of files for processing

We get close to 4000 files for XI to process(file to File scenario)
We want XI to pick 500 at a time for processing..
How do can we restrict the number files picked at a time
.I increased the polling time form 60 secs to  5 mts..still it picks all files at a time causing the Java stack to crash
Points will be awarded

Hi
I don't think there is a standard option in the file adapter to control the no of picked files .
Using bpm also won't help.
May be you can use a temperory file name.
Before the file pick run an OS script which will rename only 500 files at a time..so that it can be picked by the file adapter.
run the script using 'Run OS cmd' option before file processing.
rgds
Arun

Similar Messages

  • [svn] 4261: Fix Eclipse project files for BlazeDS/trunk.

    Revision: 4261
    Author: [email protected]
    Date: 2008-12-09 05:51:20 -0800 (Tue, 09 Dec 2008)
    Log Message:
    Fix Eclipse project files for BlazeDS/trunk. There were a number of problems. The classpath for the Java projects still included references to the backport jars which we don't have in the tree any more because we no longer support JDK 1.4. The actionsript projects hadn't been updated to reference the new location of things in the Flex 4 SDK so paths to things like playerglobal.swc, resource bundles and Assets.swf were wrong. All projects are building for me now but please let me know if you have any problems.
    Modified Paths:
    blazeds/trunk/development/eclipse/projects/flex/3.0/framework/.actionScriptProperties
    blazeds/trunk/development/eclipse/projects/flex/3.0/framework/.flexLibProperties
    blazeds/trunk/development/eclipse/projects/flex/3.0/framework/.project
    blazeds/trunk/development/eclipse/projects/flex/3.0/rpc/.actionScriptProperties
    blazeds/trunk/development/eclipse/projects/flex/3.0/rpc/.project
    blazeds/trunk/development/eclipse/projects/java/blazeds-core/.classpath
    blazeds/trunk/development/eclipse/projects/java/blazeds-opt/.classpath

    If you have issues with Eclipse please ask question in Eclipse forums or just check documentation.

  • [svn:fx-trunk] 11193: fix packaged build file for textlayout to accommodate the recent changes made to that project

    Revision: 11193
    Author:   [email protected]
    Date:     2009-10-27 13:08:28 -0700 (Tue, 27 Oct 2009)
    Log Message:
    fix packaged build file for textlayout to accommodate the recent changes made to that project
    QE notes: no
    Doc notes:
    Bugs: sdk-23302
    Reviewer:
    Tests run: checkintests
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/sdk-23302
    Modified Paths:
        flex/sdk/trunk/frameworks/build_framework.xml

    There are two main annoying problems with Flash Builder and swc's:
    1.  Flash Builder doesn't reflect changes made to swc files
    Solution : First of all - keep your swc files inside your project folder, you can also disable global swc cache: change as3api.cpp code,refresh swc in flashBuilder bug!
    2. Flash Builder breakes content inside swc files (and also popular problem "TypeError: Error #1034: Type Coercion failed: cannot convert flash.display::MovieClip@1f21adc1 to...")
    Solution : locate the project .actionScriptProperties file and set useFlashSDK=”false” :  Flash Builder 4.7 – useFlashSDK | In Flagrante Delicto!
    In this case you can also download latest Apache Flex SDK to target new Flash player versions: http://flex.apache.org/
    Hope this helps!
    P.

  • ALV report shows fixed number of columns for a user ?

    Hello,
    I have an issue wherein I have created an ABAP ALV grid display in a WD ABAP application and hosted it onto portal. Now, all the users can see the correct number of columns for the report which are determined dynamically. But just for one user, irrespective of which report she launches it shows her only 4 columns.
    Can anybody suggest why this kind of behavior.
    Appreciate your help.
    Regards,
    Samta.

    Hi,
    Right, click the button "manage layout" or "save layout" and remove any default user settings...
    added: didn't read carefully sorry ;)... better check user settings in SU01 if no ALV parameter is used.
    Kr,
    m.
    Edited by: Manu D'Haeyer on Oct 21, 2011 8:53 PM

  • ICR - Importing File for process 003 + 001

    Hello sap colleagues,
    We have an issue with ICR and I hope someone can give me a hand with it.
    We have included process 001 into process 003.
    Now we are working in the definition of the file structure so that companies from outside the reconciliation system can send us their documents.
    According to what we have read so far, we understand that if ATYPE is C, the account will go to the field RCUST and if ATYPE is V it will go to the field RVEND.
    Our problem is, What do we do with the GL Accounts Open Items coming from process 001? Which account type shall we use so that when we import the file the system knows is a GL Account and not a Vendor or a Customer?
    We have tried to leave it blank and it doesn't do anything.
    We have also tried to enter ATYPE = G and it doesn't do anything either (er read this in a SAP Note).
    We saw another post where it says the GL Accounts go to the field RCUST but it doesn't work.
    Also, does field HKONT or RACCT has to be added to the ICR tables for Process 003?
    Coudl anyone please tell me how to do it? We a bit desperate to make it work...
    Any help will be very much appreciated.
    Thanks in advance
    Regards
    Isabel

    Hello Isabel,
    It really depends on what you want to do with the information "account number"...
    If you want to differentiate between receivables and payables for G/L open items - do you want to do that based on the account number of based on the amount (positive / negative)?
    What object groups do you currently use and how are they set up?
    I'll give you some examples of what you can do - assuming you use the standard setup with object groups "Payables" and "Receivables" with "Payables" defined as RVEND > SPACE and "Receivables" defined as RCUST > SPACE.
    Minimalistic approach:
    Define your upload structure so that the column is uploaded as field RCUST - now the GL account number will be in the field RCUST and all uploaded G/L OIs will be treated as receivables (if you even differentiate between payables and receivables in FBICR3; if you just have one object group "Open Items" then this is not really an issue). If you upload as RVEND, everything will be treated as payables.
    Distinguishing between AP and AR:
    Define your upload structure so that the column is uploaded as field RCUST. Then implement BADI method CHANGE_DATA_TABLE for event '8' to implement whatever logic you would like to use in order to distinguish between AP and AR. You must have note 1475612 implemented for this event to be used. Then fill fields RVEND and RCUST accordingly. Just make sure that in the end you don't have both RCUST and RVEND filled... You could also prefix the account number with a 'G' so you can see that this is not really a customer/vendor account number but the integrated GL account number.
    If you want to have the unmodified GL account number available in ICR process 003 you should add RACCT as a custom field. Then you can also upload the GL account number into that field and then fill RCUST / RVEND according to your requirements and still have RACCT available to display in FBICR3.
    Hope this helps
    Ralph

  • List of files (for processing using UTL_FILE)

    We have an APEX (v2.2) application that needs to load data in from flat files. These files are in a directory on the server that is accessable to code in the UTL_FILE package and are simple csv and fixed format text files.
    The problem is the file names change and the users want to see the filenames on screen in the APEX app so they can select which file to load in.
    How can we get a list of files in a directory on the server to show on screen ? Once we have a filename, it can be processed by the UTL_FILE package code OK, we just need to be able to get the filenames !

    On AskTom there is thread that will answer to you:
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:439619916584

  • Shadow Copy - Fixed number of File Versions

    hello,
    we are planing a big file server, arround 20 TB, many people will work on that.
    we want to enable shadow copy in the file server in order the users can restore themselfs previous versions of their files.
    how i will configure the space that shadow copy will use on the volume in order to provide ony 7 seven copies on their files?(regardless if the total
    size file is small (at the beggining) or not (after couple of months) and how much users will write on files)
    i read an MS article that analyze that and that you must estimate the file usage/file sizes that users will work with, this was not helpfull. should i estimate  regulary  the size that shadow copy will use or is another way for this ?
    thanks

    Hi, 
    When you enable shadow copies on a volume, you can specify the maximum amount of volume space to be used for the shadow copies. The default limit is 10 percent of the source volume (the volume being copied).
    Regardless of the volume space that you allocate for shadow copies, you can have a maximum of 64 shadow copies for any volume.
    As there are only 7 copies on their files, you need not to estimate the size that shadow copy used.
    For more detailed information, please refer to the articles below:
    Designing a Shadow Copy Strategy
    http://technet.microsoft.com/fr-fr/library/cc728305(WS.10).aspx
    Rapid Recovery with the Volume Shadow Copy Service
    http://technet.microsoft.com/en-us/magazine/2006.01.rapidrecovery.aspx
    Regards, 
    Mandy
    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.
    what if i want the users to see only 7 versions of their files and not more like 8 or 10
    in this case the only way is to estimate the files size usage, right?

  • Best way to handle large number video files for a project..

    Hey, I was looking at getting some insight from the community here. Bascially there is a project that is being worked on that requires large amount of footage to be sifted through that only a small percentage will be used. These are mostly HD files and while most of the footage has been watched on Quicktime with notes taken, my question is this.
    What is the best way to take only small portions of each file without having to load everything into final cut and without any loose of quality. Should I just trim and rename from Quicktime or is there an easier way?
    Reason this needs to be done this way is the smaller segments will each be sent to other editors and rather then send huge files we want to split it to smaller amounts for each editor to use.
    Thank you so much for any input regarding this, I look forward to what you have to say

    Open the clip into the viewer. Mark In and Out points on the section you want. Make it a subclip Cmd-U. Drag the subclip into the bin for the editor who needs it. Repeat.
    If you batch export from a clip there is a selection to choose whether to export the whole clip or check box to export the marked I/O.
    This does not sound like a good project on which to being learning FCP.

  • Most elegant way to accept a variable number of files?

    I am writing a program where I would like to accept a variable number of files to process. In my inexperience with LabVIEW I can think of several ways to do this, which aren't as user friendly as I'd like it to be.
    I tried an array of file path controls. This will be the easiest to implement, but what I don't like is that you can't really see all the files you've inputted at once and if you select a file and want to erase it, it will query you for a file.
    I tried a while loop with an empty file path to my Read Characters from File.vi, but I would like it so that the user can just specify which files they'd like to load without having to wait inbetween. Also, as I mentioned before, I would prefer it if the use
    r could see which files they've decided to load and have the option of taking a file out if they should so choose.
    I could try just fixing the number of files and have like 5 or so file path controls and do it like that. That seems like it would be clumsy and obviously has the problem of not being variable.
    I'm just wondering if there is something that I haven't thought of, or if I have and which avenue would be the best. I feel fine about using an array of file path indicators, but wonder how I can remove indicies that are empty.

    Dan, use the special path constant called "Temporary Directory".
    Another problem is the fact that you hardwire the path as a string ("c:\temp\...") instead of a path constant. This will make the code useless on any platform except windows.
    LabVIEW Champion . Do more with less code and in less time .

  • Fixed number of rows in ADF table

    Can we specify fixed number of rows for ADF table so even no rows displayed it will still show 10 empty rows.

    the rangesize property determines how many rows will be displayed and controls paging. If there are no rows to begin with (if I understand the question correctly) rangesize won't have any effect.

  • Number of files in folder changed-.

    I keep track of number of files for some folders. And today, for some unknown reason, the number of files changed….
    There are supposed to be 52,483 files in this folder, but "get info" shows that there are 50,250 files… I entered Time Machine, and those numbers changed too… I even checked back-ups from February of 2014, and that folder also was missing 2233 files according to "get info"… I randomly checked 10 back-ups, and in each back-up this folder was missing exactly 2233 files. I always back-up my Mac when these numbers match.
    Thankfully, I don't seem to see any missing files at all. However, this still bugs me… What kind of sorcery is this?!?! My inner OCD is killing me! How can there be a difference of 2233 files in the folder suddenly? Furthermore, what baffles me the most is the fact that even Time Machine changed those numbers…
    Can someone please tell me what could have cause this?
    Few things to note:
    * I always check the number of files before Time Machine back-up and shutting down. Then I type these numbers on a text file.
    * A couple of days ago, I changed my start-up disk to core volume using this instruction (As many might already know, Yosemite partition becomes core volume…) - http://awesometoast.com/yosemite-cor...artition-woes/
    * That same day, I was asked password whenever I moved files to Trash. So I went to Home Folder, and clicked "apply to enclosed items."
    * Sudden notification told me that my computer is running on UPS battery back-up. However, there was no power interruption that that time
    * My iMac is on 10.8.5

    In my "Profile" folder are the following--
    - Disk folder RecycleBin.ffs_tmp is 1.34Gb and contains 578 files even though I have made multiple attempts to "Compress folders" and typically delete e-mail permanently.
    - Disk folder Inbox.mozmsgs is 82.5 Mb and contains almost 11K files like:
    0.0.0.1DC.1CBC221817A786C.0%40mail6.idgpublishing.com.wdseml
    - Disk folder Trash.mozmsgs is 882Kb and contains 142 files even though my Trash folder has less than 40 files. Example file names:
    0.0.9.BF4.1CFAA6AF4294548.0%40omp.e.tigerdirect.com.wdseml
    3W98B75I.4527022%40roperusa.com.wdseml
    For each of my e-mail folders, there now appears to be a disk folder with the same name as the e-mail folder and a "file extension" of ".mozmsgs". And at least some of these appear in both the "Profile" folder, "...\Application Data\Thunderbird\Profiles\5yx36fcc.default", and in a folder within that one, "..\Application Data\Thunderbird\Profiles\5yx36fcc.default\Mail\Local Folders".

  • Rman backup failure, and is generating a large number of files.

    I would appreciate some pointers on this if possible, as I'm a bit of an rman novice.
    Our rman backup logs indicated a failure and in the directory where it puts its files there appeared a large number of files for the 18th, which was the date of the failure. Previous days backups generated 5 files of moderate size. When it failed it generated between 30 - 40 G of files ( it looks like one for each database file ).
    The full backup is early monday morning, and the rest incremental :
    I have placed the rman log, the script and a the full directory file listing here : http://www.tinshed.plus.com/rman/
    Thanks in advance - George
    -rw-r----- 1 oracle dba 1073750016 Jan 18 00:03 database_f734055071_s244_s1
    -rw-r----- 1 oracle dba 1073750016 Jan 18 00:03 database_f734055096_s245_s1
    -rw-r----- 1 oracle dba 1073750016 Jan 18 00:03 database_f734573008_s281_s1
    -rw-r----- 1 oracle dba 1073750016 Jan 18 00:03 database_f734055045_s243_s1
    -rw-r----- 1 oracle dba 524296192 Jan 18 00:03 database_f734055121_s246_s1
    -rw-r----- 1 oracle dba 1073750016 Jan 18 00:03 database_f734055020_s242_s1
    -rw-r----- 1 oracle dba 4294975488 Jan 18 00:02 database_f734054454_s233_s1
    -rw-r----- 1 oracle dba 4294975488 Jan 18 00:02 database_f734054519_s234_s1
    -rw-r----- 1 oracle dba 4294975488 Jan 18 00:02 database_f734054595_s235_s1
    -rw-r----- 1 oracle dba 4294975488 Jan 18 00:02 database_f734054660_s236_s1
    -rw-r----- 1 oracle dba 4294975488 Jan 18 00:02 database_f734054725_s237_s1
    -rw-r----- 1 oracle dba 4294975488 Jan 18 00:02 database_f734054790_s238_s1
    -rw-r----- 1 oracle dba 209723392 Jan 18 00:02 database_f734055136_s247_s1
    -rw-r----- 1 oracle dba 73408512 Jan 18 00:02 database_f734055143_s248_s1
    -rw-r----- 1 oracle dba 67117056 Jan 18 00:02 database_f734055146_s249_s1
    -rw-r----- 1 oracle dba 4194312192 Jan 18 00:02 database_f734054855_s239_s1
    -rw-r----- 1 oracle dba 2147491840 Jan 18 00:02 database_f734054975_s241_s1
    -rw-r----- 1 oracle dba 3221233664 Jan 18 00:02 database_f734054920_s240_s1
    drwxr-xr-x 2 oracle dba 4096 Jan 18 00:00 logs
    -rw-r----- 1 oracle dba 18710528 Jan 17 00:15 controlfile_c-1911789030-20110117-00
    -rw-r----- 1 oracle dba 1343488 Jan 17 00:15 database_f740621746_s624_s1
    -rw-r----- 1 oracle dba 2958848 Jan 17 00:15 database_f740621745_s623_s1
    -rw-r----- 1 oracle dba 6415990784 Jan 17 00:15 database_f740620829_s622_s1
    -rw-r----- 1 oracle dba 172391424 Jan 17 00:00 database_f740620814_s621_s1

    george3 wrote:
    Ok, perhaps its my understanding of RMAN that is at fault. From the logs :
    Starting recover at 18-JAN-11
    channel m1: starting incremental datafile backup set restore
    channel m1: specifying datafile copies to recover
    recovering datafile copy file number=00001
    name=/exlibris1/rmanbackup/database_f734055020_s242_s1
    recovering datafile copy file number=00002
    name=/exlibris1/rmanbackup/database_f734055045_s243_s1
    it seems to make backup copies of the datafiles every night, so the creation of these large files is normal ?Above results indicate that you have full (incremental level 0) backup(all datafiles copies ) and there happen update/recover (applying incremental level 1) backup.So there was happen applying */exlibris1/rmanbackup/database_f734055045_s243_s1* inremental backup to full(level 1) backup.And size should be normal
    Why is it making copies of the datafiles even on days of incrementals ?
    Because after getting level 1 backup and need applying and every day will apply one incremental backup.

  • Limiting the number of files being picked up by the sender file adapter

    We are running a file adapter to collect xml files from a legacy system in a shared network location.  The files are picked up, information is sorted and mapped, and then sent to a proxy on our CRM system to store the data.  Very simple and not-complex.
    Our initial data load will consist of somewhere in the neighborhood of 900k records, which is killing CRM.
    A co-worker with a bit more experience was telling me that he believes there is a way to limit the number of files that will be pulled per iteration of the file communication channel.  If this is the case, can someone share with me the parameters that need to be set?
    My apologies if this is a duplicate post - I have tried to look for a good answer in the forums and have come up empty.
    We are running PI 7.1, and I believe it is SP 6. 
    Thanks in advance for the help,
    Ben

    Hi Ben,
    There is no standard way to limit the number of files to be processed by the communication channel.
    On the Sender File CC, there is a parameter " Maximum File Size" which restricts the files bigger than the specific size, but this is just a prevention not a solution.
    If you have a single big size file, then somehow you have to create small sized files out of it.
    Thanks,
    Pooja Pandey

  • Create spreadsheet file with a fixed number of rows

    What is the most straight forward way to create a series of spreadsheet files each with a new file name and fixed number of rows.  We have a data acquisition process that creates a new 1D array every 2 seconds.  We'd like to build a series of spreadsheet files each having two hours or 3600 rows of data.  Is there a best way to do this in LV9?
    john

    Use the low-level FileI/O Vis with Write to Text File.vi where you open a new file with every N iteration like this:
    You just have to convert your 1D Array to string before.
    If you would like to have a new file every N hours you should create a FGV which checks the elapsed time using Get Date/Time in Seconds.vi, which is more appropriate for longtime applications.
    Christian

  • Number of files picked up by file adapter

    Hi
       I have a scenario in which - I have a large number of files at the same time - to be picked up by the file adapter - each file is very small in size - like a token file a few k in size.
    If I have - say 1000 files present in the folder meeting the criteria to be picked up , will the comm.channel pick up all of the 1000 - or is there a limit - on the number of files picked up in each polling  ? Where is this limit set - in the comm. channel definition or somewhere on the J2EE engine at a much higher level ?
    Any correct answers will be instantly rewarded.

    you need to sizing our XI server
    SAP XI sizing guide
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/72e2bb90-0301-0010-e883-c390ad8a975a
    Check this -
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/150ac490-0201-0010-0cb3-dee8d5262778
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/72e2bb90-0301-0010-e883-c390ad8a975a

Maybe you are looking for