Max Number of CC-BPM Instances

HI all,
We have a scenario where we have customer master record scattered  many lines of one file so we have decided to
use CC-BPM .But our requirment is like we have to keep alive 20,000 to 30,000 or more CC-BPM instances at a time . Can anybody tell me how it will affect in the stability of XI server(In terms of Memory and Load on server)
Thanks for your time.
Regards,
Tuhin

If possible, try to use branching within a single ccBPM instance, instead of independent ccBPM instances. 
Each BPM process internally is an SAP Workflow instance, and there could be performance problems due to the WF-BATCH service user logging in for each workflow instance. You could do some XI tuning, but it is recommended to start with a better design, than tune a bad design.
Please share your problem and experience in this forum, would like to know how you fare. thanks.

Similar Messages

  • HT204053 Max number of devices on one iTunes account?

    Max number of Devices on a single iTunes account

    Devices or Computers? The former there is no limit. For the latter there is a limit of 5.

  • Is there a max number of names that can be put into Contacts

    is there a max number of names that can be put into Contacts and still have the app work well?

    Yes, there is. It's how many contacts your hard drive can take. So you can fill up the entire computer with nothing but contacts until your HDD/Flash has no space left. So if you have 250GB, it'd be less than if you had 500GB and you'd have more on 750GB.

  • ** Is it possible to create new BPM instance for each record (Multiline)

    Hi friends,
    In my scenario, JDBC adapter (sender) polls the open purchase order items from the table at the specified interval and send to BPM. In BPM, we used transformation step to split the messages to process each PO . The scenario is working fine. The problem is assume that if we process 10 PO, the error is in  4th PO while process, the BPM will be stopped in 4th PO. Once we correct the error, we are able to restart.
    In this case, we are not able to skip the 4th PO and process from 5th PO onwards. ie. the processing is sequential. Instead, we want to start new BPM instance for every PO. Advantage is that if 4th PO is error, only that BPM instance (work item) will be stopped. Remaining 9 POs will be completed.
    So, how do we start new BPM instance for every PO ?
    Kindly tell me, friends.
    Thank you.
    Kind Regards,
    Jeg P.

    Hi,
    There are two ways to achieve this.  In BPM and before BPM.
    Before BPM:
    Use 1 to unbounded mapping and 1 to unbounded interface mapping.
    In your mapping, make sure you create a seperate message for each PO.
    In BPM:
    Create a multiline container with you POs using a 1 to n mapping.
    Now add a ForEach block to loop through the multiline container and send each PO.
    Important:  Add an exception branch to catch any exception for each send so that the exception does not make the BPM fail.
    Regards,
    Yaghya

  • OracleJSP error while integrating BPM Instance Details Task Flow

    Guys,
              I'm using 11.1.1.6 jdeveloper and BPM.
    I have a requirement to show BPM 'Process Instance Details'  (which contains 'Details', 'Open Activities', 'Audit Trail' etc.. for a BPM Instance).
    I followed the following Link to implement this ....
    http://soadev.blogspot.com/2011/07/adf-uishell-application-with-oracle-bpm.html
    Everything was working fine.
    But when i click on 'Graphical View' in 'Audit Trail', i dont get the graphical view. Instead i get the following error message...
    OracleJSP error: oracle.jsp.parse.JavaCodeException: Line # 1, oracle.jsp.parse.JspParseTagScriptlet@16b871b3
    Error: Java code in jsp source files is not allowed in ojsp.next mode.
    Any pointer to solved this problem?
    Thanks in advance
    Dev

    Did you check these post ?
    https://forums.oracle.com/thread/993257
    https://forums.oracle.com/thread/1097866
    http://middiu.blogspot.com/2012/02/oracle-webcenter-spaces-and-webxml.html

  • Max number of chars in process message MSEL?

    Hi, what is the max number of characteristics can be used in process message category's MSEL table? Right now, I am using more than 99 characteristics and I get a short dump DYNPRO_FIELD_CONVERSION. Is it really limited to 99 characteristics and if it is true, is there an OSS note to change it to allow more than 99?
    Thanks and points available

    Please make sure that you build a
    multithreaded program first (check with ldd).
    If anyone can tell me the maximum number of threads per process I would
    really appreicate it.
    Also the maximum number of open files per process. It depends on the architecture (x86/SPARC), OS version,
    64 or 32-bit, /etc/system, shell limitations (/usr/bin/ulimit) ...
    Search for "rlim_fd_max / rlim_fd_cur" on docs.sun.com too.
    HTH,
    -vladimir

  • What is the max number of hyperlinks supported in a PDF docment?

    What is the max number of hyperlinks supported in a PDF docment?
    How do I find out how many hyperlinks there are in a PDF document?

    I don't think there's a limit to the number of links you can add to a file...
    This code (taken from the reference files) will report the number of links in your file:
    var numLinks=0;
    for ( var p = 0; p < this.numPages; p++)
    var b = this.getPageBox("Crop", p);
    var l = this.getLinks(p, b);
    console.println("Number of Links on page " + p +" is " + l.length);
    numLinks += l.length;
    console.println("Number of Links in Document is " + numLinks);

  • Data persistence for the different BPM instance

    Hi,
    My scenario is
    I am sending the data from IDOC to IDOC.
    I have run one instance of the interface and successfully processed. I want to use the BPM container values to be persistant for the next instance of the BPM run.
    Is there any way to save the container values available for multiple instances of the interface?
    Thanks
    Mohan

    Hi Mohan
    Short answer: no. You cannot do this.
    However, BPM has a mechanism specifically designed for associating otherwise separate messages: correlations. Basically, by defining a suitable correlation, separate messages are sent to <i>the same BPM instance</i>, thus allowing you to do whatever it is you need to do related to multiple messages.
    If this isn't the type of thing you are looking to do, post some more details of your usage scenario so we can give a more qualified answer.
    Best regards,
    Thorsten

  • Max number of Hits Account Identification

    Hi all,
    we are currently having the problem in IC that when somebody try to identify an account of an BP with more that 100 related sold to parties, that no account is displayed because of the standard max number of hits 100.
    I have found the path to customize this in the SPRO but this sentence in the SAP help is making me some headache:
    The higher the number you enter here, the more results the system will search for, and in turn, the more performance is affected. The maximum number of hits that the system allows is 100, which is also the default value.
    I understand the point of the performance, but does this mean that the performance is also affected the account identification of the other BP with less than 100 related sold to parties?
    Can anybody help in this issue?
    We are working on CRM 5.0.
    Regards
    Abosi
    Edited by: Abosi_3li2 on Feb 8, 2012 11:08 AM

    Hello
    The bug of nothing displayed if over 100 accounts are found is solved with [SAP note 1467929|https://service.sap.com/sap/support/notes/1467929.]
    The code you are referring to is:
    IF bpident_profile-max_hits IS INITIAL.
    max_hits = 100.
    ELSE.
    max_hits = bpident_profile-max_hits.
    ENDIF.
    It means that, if blank, 100 hits is considered. You can modify the customizing up to 255 results since that is the limit of accounts to be found.
    Regards
    Joaquin

  • "max number of thread"

    We are running a java web app on a Ubuntu Oracle WebLogic server version 10.3.3.
    The java web app performs long polls with open tcp socket to keep the client connection open. The clients are long polling the WebLogic at 30 seconds.
    Currently we are not able to maintain stability for greater than 24 hours with approximately 200 simultaneous sessions on WebLogic server. Session to me is active client/server tcp connection. We have re-written our application to use continuations, but we are seeing ConcurrentModificationException errors in performance testing.
    Is there any setting in WebLogic for “max number of thread” that can handle?
    Edited by: user9316392 on Jul 8, 2010 11:07 AM

    First, WebLogic since 9.0 has a self-tuning thread pool where WLS will automatically grow and shrink the number of threads based on some internal algorithms. I'm not aware of a hard limit so theoretically there is no max thread count as long as the JVM has memory and WLS thinks more threads will help. You can read up on it here:
    http://www.oracle.com/technology/pub/articles/dev2arch/2006/01/workload-management.html
    Practically, I wouldn't expect more than several hundred threads to be helpful.
    As for your situation, how does WLS become unstable? Out of memory, out of file descriptors, errors on new requests, etc. I think you're going to have to use some JVM tools to see what happens to your JVM over time. Is there a memory leak somewhere, is it non-heap memory, etc. JRockit Mission Control is helpful if running on JRockit. If you're on Sun Hotspot, them presumably you can use some of the Hotspot tools. You'll want to compare the state of the JVM towards the beginning of your load test, but after a slight warm-up period with a snapshot after the load test has been running for a long period of time.

  • Max number of buffers

    For fast image grabbing I wand to store images in the memory of the PC. To do this I use LL ring buffering. The max number of buffers is limited by Labview to 50. I tried to increase this by MAX >>Tools >> IMAQ (like suggested on the site) but Labview keeps setting it back to 50, also after rebooting. How can I get this to a higher value?

    Hi,
    Take a look at this document:
    http://digital.ni.com/public.nsf/websearch/FCA602CDBC4EDCEA86256BB1005AB1F2?OpenDocument
    This limit is no longer a issue in NI-IMAQ 3.0.1, (except for the NI-1408)
    Met vriendelijke groet / Kind regards,
    Karsten
    Applications Engineer
    National Instruments

  • Max number of orders

    Hi,
    I am working on ECC 6.0.
    I have been trying to use the Max number of orders for a Z condition type .
    The Max number of orders it is not working even after reaching the max order even after reaching the max order. If anyone has faced such an issue before kindly help.
    I had set the limits for pricing in the VK11  - additional data- Max number of order But of no use.
    Thanks
    Manoj

    hi,
    pl check if the conditin update field in the condition type definition is ticked or not at V/06.
    regards
    sadhu kishore

  • Max number of simultaneous connections?

    Hi everyone!
    how is possible to determine in advance the max number of simultaneous connection for my FMS?
    thanks!

    Hi,
    Like Jay had mentioned the limitation on the number of connection to server depends on the capability of your server.
    You can get the maximum number of connections made to the server, number of active clients... etc details through Administration APIs.
    'getServerStats' gives you the "total_connects", which is the maximum number of connections made to the server. "connected" property will return the number of active clients to your server at one point. It also has many more statistics for your reference. This api returns the overall information of the server. If you want to get the details for specific vhost, you can use getVHostStats or getActiveVHostStats. To get more details on Administration API, refer your pdf documentation on "Administration API", that gets installed in your system under "$Root\Flash Media Server\documentation\flashmediaserver_3.5_administrationAPI.pdf".
    Regards,
    Janaki L

  • Max number of dataproviders in the same workbook

    Hi,
    Do you know please what is the max number of dataproviders (recommanded by SAP) we can use in the same workbook / Bex analyzer?
    For information, we are in BI 7 based on excel 2003.
    Thx.
    Radj.
    Edited by: Radjech Radjech on Dec 3, 2010 12:24 PM

    One suggestion is:
    Each tab (copy of the query) would have distinct filter value(s).   In workbook settings,  Uncheck "Allow Refresh of Individual Queries".   Also in WB settings, Do Not Refresh at Opening.    For the entire 50-tab workbook, the filter is limited to a minimum:  company code and the date range because the other filters are hardcoded in each tab.    When you refresh and change variable values at opening the file, all you enter is the company code value and the date
    You might also want to change the Grid Properties:  Uncheck Apply Formatting (for performance); and Uncheck Allow Navigation.  You can add these back later.   Might as well uncheck Sort.
    I have my own question about the DPs.  Can you rename them from the generic Data Provider 1 or copy of Data Provider 1?
    Susan McLeod

  • Max number of persons in contact groups - Nokia Lu...

    The max number of persons allowed in a contact group is (as far as I know) restricted to 20 persons. This seems very low and I wonder why this restriction is applied. A limitation of 20 persons in a group is not practical. Any explanation or any idea if this can be changed in the future?

    As you've discovered the maximum number of contacts you can have in a contact group is 20.  If you'd like this limit to be changed to a higher number you really should post a request or add your votes to a similar request on Microsoft's user voice fo....  This is the place that Microsoft created to field user requests for enhanced options for windows phone.
    Microsoft MVP Windows Phone

Maybe you are looking for

  • Problem to register my macbook pro on my apple id

    I'm trying to register my macbook pro on my apple id account and it cites this error message " According to our records, this serial number is registered to another Apple ID. If you have more than one Apple ID, log in to My Support Profile with that

  • Combo chart in WAD

    Hi All, I have two queries one is displaying Current week Sales and the other one is displaying Previous week sales.I have assigned the column Chart for Current week query in WAD,i want to display the last week data also in the same chart as a Line g

  • GR output determination - More copies

    Hi all,          Can you pls let us know whether the number of copies to be taken for GR/GI is hardcoded. Can any one pls let us know, how to configure / modify this.         Even though we have given more copies (3) in the condition record, we are o

  • Recovery not happening...

    log are not applying, SQL> select process,sequence#,status from v$managed_standby; PROCESS    SEQUENCE# STATUS ARCH               0 CONNECTED ARCH               0 CONNECTED ARCH               0 CONNECTED ARCH               0 CONNECTED RFS           

  • Zen Micro Photo not working with new XP SP2 install

    Okay so my Zen Micro Photo stopped being recognised on my computer about ten months ago when I upgraded to WMP (for BBC iPlayer - it's compulsory to have it). Anyway I li'ved with this and have now got thoroughly sick of the same songs and nothing ne