How many parallel BPEL child processes can be invoked on single BPEL server

Hi,
Can anyone pls let me know
1. How many parallel BPEL child processes can be invoked on single BPEL server at same time?
2. How number of Invoker threads, Worker threads and DB connection pools are affecting the BPEL server's listener thread spawning capacity?
Thanks in advance.
-S

Hi James
Here is my problem. I need to do this for load balancing. I have two instances of SOA Suite running on single machine, i.e. two different BPEL servers. Now i need 2 BPEL instances on each server, i.e. two SOA Suite and four BPEL instances (Two BPEL servers on each SOA Suite)
I tried to create a new OC4J instance on my app server and named it as OC4J_new. By default OC4J instance would have these application installed:
ascontrol
ccore
coreman
datatags
default
esb-dt
esb-rt
gateway
hw_services
javasso
orabpel
orainfra
policymanager
ruleauthor
rulehelp
But when i create new OC4J instance, i can see only these applications:
ascontrol
datatags
default
javasso
How do i get rest of the applications in my new OC4J Instance??
I tried deploying .EAR files but it failed all the time. What are possible fixes?
Many thanks in advance

Similar Messages

  • Report to show me how many invoices are being processed by users

    Hi, 
    I am currently working as a Accounts Payable Supervisor and I would like to run a report to show me how many invoices are being processed by users in my team. 
    Currently I am using Transaction F.98  (Posted Docs by user report), but this report includes posting from intercompany so all users will have duplicate invoices showing on this report. 
    Is there any other report I could run to get the result I am after?
    Many thanks
    Alex

    Hello Alex,
    You can also use the GL line item report (FBL3N) with the offsetting accounts (for example GR/IR A/c) which would be posted while posting the invoice. You can display the results with User Name and also can create a layout of your own which can be used time and again.
    Kind Regards // Shaubhik
    Edited by: Shaubhikg on Nov 10, 2010 6:02 AM

  • BPEL child process issue

    Problem Description:
    Parent process invoking more than 10 concurrent child processes with non-blocking invoke = true. All the child processes are not invoked at
    the same time. Some of the child processes are waiting for others to complete and then invoked. Sometimes all the child processes(tested till
    100 child processes) are invoked at same time and when tested immediately for the next time it executes in different timings. Say for
    example, if I invoke 90 child processes then executes like 83+7.
    Parent process time – 3 mins(set)
    Child process execution time – 2 mins
    So the parent will be alive for 3 mins and the first set of child processes gets created and dies after 2 mins and then the next set of child processes starts(i.e. in the 2nd min of parent) and does not execute completely as the parent dies after 1 min from the time of second set of child creation.
    The parent process “Times Out” while waiting for response from the child processes.
    We have similar environment which does not behave in this way, all the processes are executed in 1 single batch.
    BPEL version: 10.1.3.3.0
    BPEL server is on top of WAS 6.1.
    "Maximum batch size" is 1.
    Thread pool size of webcontainer is min-10, max-50.
    Please let me know how to fix this issue.
    Thanks,

    http://download.oracle.com/docs/cd/B31017_01/integrate.1013/b28980/bpel_install.htm
    look at section 2.11.1

  • How many partitions and operating systems can you line up in BootCamp?

    A quick question, hopefully with a quick answer.
    How many partitions and operating systems can you line up in BootCamp?
    Are we limited to just 2, or can we have more?
    Say, for example, Mac, Win XP, Win Vista and Linux maybe?
    Thanks in advance.

    VPC does not run on Intel Macs. If you wish to use virtualization on an Intel Mac see this:
    Windows on Intel Macs
    There are presently several alternatives for running Windows on Intel Macs.
    1. Install the Apple Boot Camp software. Purchase Windows XP w/Service Pak 2 or Vista. Follow instructions in the Boot Camp documentation on installation of Boot Camp, creating Driver CD, and installing Windows. Boot Camp enables you to boot the computer into OS X or Windows.
    2. Parallels Desktop for Mac and Windows XP, Vista Business, or Vista Ultimate. Parallels is software virtualization that enables running Windows concurrently with OS X.
    3. VM Fusionand Windows XP, Vista Business, or Vista Ultimate. VM Fusion is software virtualization that enables running Windows concurrently with OS X.
    4. CrossOver which enables running many Windows applications without having to install Windows. The Windows applications can run concurrently with OS X.
    5. VirtualBox is a new Open Source freeware virtual machine such as VM Fusion and Parallels that was developed by Solaris. It is not yet fully developed for the Mac - some features are not yet implemented - but it does work otherwise.
    6. Last is Q. Q is a freeware emulator that is compatible with Intel Macs. It is much slower than the virtualization software, Parallels and VM Fusion.
    Note that Parallels and VM Fusion can also run other operating systems such as Linux, Unix, OS/2, Solaris, etc. There are performance differences between dual-boot systems and virtualization. The latter tend to be a little slower (not much) and do not provide the video performance of the dual-boot system.
    See MacTech.com's Virtualization Benchmarking for comparisons of Boot Camp, Parallels, and VM Fusion.
    Boot Camp is only available with Leopard. The Boot Camp Beta that was used with Tiger has expired and is no longer available for use. So contrary to the other poster's comment, Boot Camp isn't truly "free." You must purchase Leopard to get it.
    You can upgrade XP to Vista without having to make any changes to the Boot Camp partition. Vista can either perform an upgrade install or erase the Windows volume before installing Vista. You don't need to do anything to change the partition via Boot Camp. However, if you need to enlarge the partition, then the only way that can be done is to first use Boot Camp to remove the partition. Then use Boot Camp to make a new, larger partition. All data from the Windows partition will be lost.

  • How many parallel servers should I use?

    Hello All,
    I am in 10g and would like to create table as select. I am using NOLOGGING and PARALLEL. I notice, as I go on increasing the number of parallel servers, I cost of my statement reduces.
    create table tmp_xyz NOLOGGING PARALLEL 12 as
    SELECT ...
    from ...
    value of PARALLEL_min_SERVERS and PARALLEL_MAX_SERVERS parallel servers is 0 and 240 respectively.
    I am doing this for a large data table migration; no user be working at the time.
    I wonder how many parallel processes I should use?
    Regards

    Mosaq wrote:
    I wonder how many parallel processes I should use? Each parallel process is used for doing I/O - the I/O load is what is parallelised. Each PX slave gets an I/O load (usually a rowid range that describes a range of physical row-on-disk addresses) to process.
    So your question boils down to what the I/O capacity is of the I/O subsystem on that server. And this is pretty unique to a server and depends on just how the I/O layer looks like.

  • How many parallel threads

    Can any of you point to a query to show how many parallel threads are being used by a specific OSUSER. A load runner test is being done and the application server issues a set of dmls to an Oracle database. The v$session table shows all the sessions associated with the (application server) osuser have status 'INACTIVE'. Does it mean that none of the dmls are being executing? Which other data dictionary tables/views do I need to join to v$session to get a correct picture of the parallel threads being used.
    Thanks in advance.

    Yuri_IL
    You need to download the 488.2 driver. Make sure that you include the support for .NET framework. You specify this during the installation.  
    NI-488.2 3.1.1
    http://www.ni.com/download/ni-488.2-3.1.1/3786/en/
    In the following readme file you can find .NET framework compatibility, GPIB interface compatibility and other details that might be of your interest. You can also find where the .NET examples are going to be located.
    NI-488.2 for Windows, Version 3.1.1 Readme
    http://ftp.ni.com/support/softlib/gpib/Windows/3.1​.1/ReadMe.html
    The following manual explains all of the functions that are included in the driver API
    www.ni.com/pdf/manuals/370428f.pdf
    http://www.ni.com/pdf/manuals/370428f.pdf
    Warm Regards,
    William Fernandez
    Applications Engineering
    National Instruments

  • How Many Parallel Slaves used in past for a module

    11.1.0.7 on RHEL 5.4
    Is there any way to check with how many parallel slaves a module ran in past (3 days prior) ? It was a MERGE statement.
    I am not sure ASH can be of any help or not ?

    Means, you want to get the history of parallel slaves used in last 3 days right ?
    If think you may get little information from this link.
    It will open page No. 471. Just read from page 471 to 473. It will provide some light on your question.
    Regards
    Girish Sharma

  • Is there a limit to how many MS personalized domains you can have under one live account?

    Microsoft personalized domain names for anywhere access
    I have setup two separate essentials servers “anywhere Access” using my own Live ID account.
     Server1.remotewebaccess.com and server2.remotewebaccess.com Both work perfectly.
    Is there a limit to how many MS personalized domains you can have under one live account?
    Staple Bench Computers

    I think it is five
    Grey

  • How many sets of wireless headphones can I connect to my iPad at one time?

    How many sets of wireless headphones can I connect to my iPad at one time?

    Did you mean Bluetooth? One. Did you mean FM or infrared, driven from the 3.5mm output jack? Any number of them, assuming you use the same frequency to receive the stream.

  • How many different binary search trees can store the keys {1,2,3}

    I am having a hard time answering this question:
    How many different binary search trees can store the keys {1,2,3} or how about {1,2,3,4} and how did u figure this out?
    Any responses helpful
    Thanks!

    the.maltese.falcon wrote:
    practissum, shame on you for doing this chap's homework for him. @ the OP, this is a Java forum, not a basic data structures forum.
    Also, you forgot the cases
    3
    1
    2and
    1
    3
    2
    the.maltese.falcon, I was just trying to help him get started with the base case. Notice that I didn't enumerate all of the possibilities, but was trying to help the OP get on the right track. You, however, have done this. So shame to you, sir!

  • How many types of inbound process r there

    how many types of inbound process r there for a inbound idoc?

    Hi,
    Creating an Inbound Process Code
    The inbound process code, that is, its attributes, indicates how an inbound IDoc is processed. A process code has the following attributes:
    ·        Processing type (for example, should the inbound function module be called immediately, or should a workflow or work item be started?);
    Standard: "ALE, function module called directly"
    ·        Name of inbound function module;
    ·        Error processing attributes (objects and events; see the section on objects, and so on, for error handling);
    ·        Application object type used for ALE links;
    ¡        the object type created or changed by the inbound function module. Example: An inbound ORDERS IDoc, containing a customeru2019s purchase order, creates a customer order in the receiving SAP System. Here the application object type is BUS2032, the object type for customer orders in the BOR (Business Object Repository).
    ·        The application event to be triggered (dealt with in the section on advanced techniques) is not generally used.
    For an example, have a look at the process code MATM used for material master data.
    Reward If Helpfull,
    Naresh

  • How many types of reports we can see in BI..?

    Hi
    I am new to BI
    How many types of reports we can see in BI..?
    I got some here like
    1) COPA reports
    2) Costbased reports
    3) Artist p& L
    4) HMF test...export active sheet....export shole wb..
                          Upload
    PABEL
    NPS...
    i wanted to know what is PABEL
    NPS...etc..? how many are there...?
    please help me guys..
    thanks for any information,,
    praveen.

    Hello,
    Not sure what all of those are so you likely need to post your question to one of the classic SAP Forums:
    http://forums.sdn.sap.com/index.jspa?categoryID=1#16
    Or
    http://forums.sdn.sap.com/index.jspa?categoryID=1#44
    Thank you
    Don

  • How many non-leading ledgera we can assign to the one leading leder?

    hi,
       how many non-leading ledgers we can assign for one leading ledger..?

    Hi Vijaya,
    1)The number of iViews that you add to a Page depends on the Page Layout that you use and your requirement. Adding too many iViews to a page will make the Page look too filled up.
    You can arrange the iViews in a Page by selecting an appropriate Page Layout and then adding iViews to it.
    2)Normally, we create iViews and assign them to a Page, page to a Workset, workset to a Role and that role to a User.
    Yes, u can assign an iview directly to a workset but then a page can contain all related iviews together and then that page can be added to a workset. Adding each ivew to a workset is not recommended.
    By adding iviews to a page you can determine the arrangement of the content by selecting a layout from among different predefined layouts. You dont have this option in workset though.
    Please reward points if foung useful.
    Regards,
    Becky.

  • How many BW 7.3 systems can be connected to one HANA database?

    Hello Gurus,
    For Development,Test and sandbox environments customer likes to share one HANA database for multiple SAP BW systems.
    So how many BW 7.3 systems can be connected one HANA database (ofcourse on single HANA appliance)?
    Can i install multiple HANA Databases on single HANA hardware?
    Can someone help me on these questions.
    Thanks.
    Srikar

    Hello,
    i would suggest reading this blog:
    How BW-on-HANA Combines With Native HANA
    sap_user_union_001 wrote:
    Today, HANA 1.0 SP3 was released.
    I was not able to find it in downloads - are you sure it is already released?
    sap_user_union_001 wrote:
    You can connect as many systems as you want with the HANA (also 3 BWs).....The problem is, that you only have 1 system, which is able to put the data real-time into the HANA via SLT...the other systems will load their data via ETL into HANA...
    I am not aware about any such restriction. It should be possible to have as many SLT systems replicated as you like. Can you explain why only one SLT is possible?
    Tomas

  • How many parallel queries?

    We are planing to install Ultra Search on Linux SUSE 8.1 with
    Oracle Webserver : APACHE
    ca.30 GB , gigabit ethernet ,
    3GB RAM
    searchengine: ORACLE ULTRA SEARCH
    we have ca 10.000 users, who are interested to search on our webserver
    9iAs , the index-database and the crawler will be installed on the same machine.
    Ist it possible to answer in general :
    How many parallel queries Ultra Search enables?

    We are planing to install Ultra Search on Linux SUSE 8.1 with
    Oracle Webserver : APACHE
    ca.30 GB , gigabit ethernet ,
    3GB RAM
    searchengine: ORACLE ULTRA SEARCH
    we have ca 10.000 users, who are interested to search on our webserver
    9iAs , the index-database and the crawler will be installed on the same machine.
    Ist it possible to answer in general :
    How many parallel queries Ultra Search enables?

Maybe you are looking for

  • I have been paying for two edge agreements for the past 3-4 months AND i have not gotten a reimbursment for anything...

      10/11/2013                       Debit Card Transaction VERIZON WRLS 08253-01 800-9220204 CA         10/09 $92.30  On October 11th I started an EDGE agreement for the NOTE 3. I make a $92.30 payment over the phone (which is listed above). The lady

  • Can´t create or modified PDF Files on CIFS shares

    Does anyone know the solution for this: My customer cannot modify PDF files on a CIFS NAS mapped partition, all permissions are configured as full control Doc. files, xls files can be modified without problems in the same share,  this happend only wi

  • [SOLVED] can't access to /dev/ devices without superuser, using udev

    Hello archers Ive recently changed my distro from lubuntu to Arch64. In the way i've read many articles about trying to solve your problems in the wiki and such, the thing is, i made it this far without human help (exept some small talk with a friend

  • Oracle Date function.

    Hi Team, I have a table with date column (16/06/1996 15:03:59) as value in the displayed format. As I have tried with the below query format I could n't able to retrive the records. select * from <table> where DATE_INSERT=SYSDATE; Could you please he

  • Location of dataSourceConfiguration Files

    Hello, I have uploaded a custom dataSourceConfiguration_ads_readonly_multi_db.xml to a NW04s Portal.  Can anyone tell me where is is physically located on the Unix Server? In EP6 it was /usr/sap/<sid>/j2ee/j2ee_00/ume. but I can not find it in NW04s.