SOA Composites in Parallel - How to Configure and Monitor

We have couple of SOA Composites that customers are making calls to. How can I configure these composites / Web Service that can be handled parallely.
Customer is calling each composite 10/20 times (because of the load) in every 10 seconds and based on their testing it is queuing up and performance is slow. But when I look at CUBE_INSTANCE table for start and end of composite instances, it is doing good.. with in 1 second.
I am guessing I need to configure to handle parallel calls to these SOA Composites.
Any clue or help

Hi,
It depends on what you have in that composite? For BPEL you should go through this...
http://docs.oracle.com/cd/E23943_01/core.1111/e10108/bpel.htm#BABGBFII
The master document is this...
http://docs.oracle.com/cd/E23943_01/core.1111/e10108/part_soa.htm#ASPER99595
Cheers,
Vlad

Similar Messages

  • How to configure and start the BI-Scheduler?

    hi experts,
    as i am new to OBIEE, plz let me know how to configure and start (schedule the reports).
    if any docs plz send to me..
    Thank u.............

    Hi,
    please go the the oracle by example tutorials : Sending Alerts Using Oracle Business Intelligence Delivers
    link : http://www.oracle.com/technology/obe/obe_bi/bi_ee_1013/delivers/delivers.htm
    There is a step by step guide to configure the scheduler. This is a good starting point.
    However there is also some advanced cofigurations that you will get in the Oracle® Business Intelligence
    Infrastructure Installation and Configuration Guide-Chapter 10.
    Hope this helps you.

  • How to configure and use jboss cache

    Hi,
    I need to use Jboss Cache in our application,
    But i don't know anything about Jboss Cache...
    can u tell me requirements and configuration for this?
    and i am using jboss application server 3.2.3..
    and apache-ant-1.7.1, jdk1.6.0_06, jbosscache 2.2.0
    can u tell me how to configure and use jboss cache?
    Thanks & Regards
    Thilkumar

    Go to the JBoss web site and read up on the documentation there.
    And if you still have any questions you'll probably get better answers at the JBoss forums than in these forums.
    - Roy

  • How to Configure and Use Oracle's JMS Connector with Tibco EMS

    Jeff,
    I am getting the below exception while try to do the deployment of the sample provided on 'How to Configure and Use Oracle's JMS Connector with Tibco Enterprise for JMS'
    While deployment not able to get the 'TibcoJMSReference',
    As I understand in the 'orion-application.xml for the below, unable to get the instance. Could you adivce how I can enable the trace more?
    <resource-provider class="com.evermind.server.deployment.ContextScanningResourceProvider" name="TibcoJMSReference">
    could you help to resolve the issue?
    Error
    Operation failed with error: No resource named 'TibcoJMSReference/TibcoXACF'found

    Hi,
    I'm also looking for the same 'Configure and Use Oracle's JMS Connector with Tibco JMS to consume message'. If you have already implemented and working fine, please let me know the steps and some documents.

  • How to configure and use KM

    Hi Experts,
    Iam new to KM.We need to configure KM for our client. When I surfed internet ,I can see only explanation on KM but I need steps for configuration and details about how well KM can be used. Share me the documents,procedures and steps to configure and use KM.
    Currently Iam working on KM Navigation Iview and I have following doubts
    1) Is there a way to allot some space in KM automatically when users are newly created.Under Userhome link of KM , for the newly created users a seperate link is automatically created .Do I have to assign that to user for using KM.
    2)Can we restrict space for each user in KM.
    3)How to configure and customize context menu in KM navigation iview.
    Regards
    Karthiheyan Murugesan

    Hi Karthiheyan,
    Still I have further requirement like How to transfer all datas of KM from one server to a new server for all the users (also how to create back up?   
      Through KM Tranport you can transport  the contents from server to server
    For KM content transport go through the below help document
    http://help.sap.com/saphelp_nw70/helpdata/en/46/7649426fd759dbe10000000a1553f6/frameset.htm
    How to customize the various options like view , actions ,settings present under Details option?
    For the context menu of folder New->Forms->...How to restrict this forms visibility?   
            This can be done using the Layout set,there you will be having collection render,resource render,details setting through which the options can be customized and  the customized layout should be used in field layout set in the KM Navigation Iview.For further understanding go through the below document.
    http://help.sap.com/saphelp_nw70/helpdata/en/30/504a1e7f0e354bbf9adedf1a29f3ec/frameset.htm
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/504e31fc-f46f-2910-98b4-dd94478c22f8?QuickLink=index&overridelayout=true
    Naga

  • VPNC - How to configure and run?

    Hello,
    I've installed the vpnc PKGBUILD, but I don't know how to configure and initialize it.
    I am supposed to enter values in vpnc.conf, but I'm not sure which each means. Here is the default vpnc.conf file:
    #Interface name tun0
    #Perfect Forward Secrecy aa1
    #IPSec gateway 131.246.118.240
    #IPSec ID unikl
    #IPSec secret unikl
    #Xauth username abcdef
    #Xauth password ghijkl
    After I configure it, should I add vpnc to the DAEMONS list in rc.conf? And then, what do I do when I'm ready to start a VPN connection?
    Thanks all

    hi here is my vpnc.conf
    IPSec gateway 144.41.19.24 // vpn-Gateway
    IPSec ID Hohenheim-radius //Name of Group
    IPSec secret Kartoffel //Password of Group
    Xauth username USER //Personal username
    Xauth password PW //Personal password
    then add "tun" to modules array in rc.conf
    and add "vpnc /etc/vpnc.conf" to rc.local to start vpnc automatically on startup.

  • How to configure and deploy OAM 11g with DB setup using silent mode

    Hello all,
    I am trying to create automation process to install and configure OAM 11g on WLS. This task involves three stages
    1. Install WLS
    2. Install OAM 11g
    3. Create DB schema using RCU
    4. Configure and deploy OAM 11g
    I have done first 3 stages in silent mode using scripts and response files. I am stuck at 4th stage. I know how to configure and deploy OAM 11g using config.sh via GUI installer as well as console mode. But I would like to run config.sh in silent mode something like
    ./config.sh -mode=silent -silent_script=<script_location>
    I have searched a lot, but could not find any resource on how to do it? I tried passing the parameters via a text file. But that has not worked. I have also explored WLST, but it also does not work. Given that first 3 things are relatively very simple, the 4th step is becoming complex. I would be very thankful if someone can please point me in the right direction.
    Thanks!

    Have a look at your software directory : <sofware directory>/Disk1/stage/Response
    Here you will find 2 rsp files which you can use to install and then configure it all.
    Good luck.
    Filip

  • PO 7.4 - Testing payload from "Configuration and Monitoring Home"

    Hello,
    I am working on PO 7.4. I want to test a payload from "Configuration and Monitoring Home". However, in the "Testing" tab, the option to test the payload is not available. Is this option not available in PO 7.4? Only cache connectivity test exists. I have attached a screenshot for reference.
    Regards,
    Mateen

    Go to Monitoring --> Adapter Engine
                                       --> Message Monitor
                                                  --> Select the message
                                                            --> open message ( Make sure pop-ups are allowed).
    You can also Resend & test the message/payload.
    Regards,
    Dipen.

  • How do you use a SOA Composite after you have deployed it and tested it?

    I have created a SOA Composite application, deployed it with no problems, and tested and it works. However I am having trouble finding info on what to do next. I really would like to know how to use this SOA Composite application in a web application. I am trying to create an interface that would use the SOA composite. Any links to help would be greatly appreciated.
    This is the only help I have found so far, http://docs.oracle.com/cd/E28271_01/fusionapps.1111/e15524/uc_bpel_bc.htm

    Hi,
    It's a web service call, you go to EM get the WSDL and with it you generate the webservice client for your web application... By calling the web service you will be starting the composite...
    Cheers,
    Vlad

  • How to configure and use StartTLS on Windows AD server (2008 R2 or 2012) ?

    I would like to use port 389 with secure ldap using StartTLS, i.e ldap over TLS. I could not find documentation to configure and use ldap over tls using port 389 with the implementation of StartTLS command. Though I could find documentation on secure ldap
    on port 636. Please help.

    Hello,
    see about self-signed certificates in
    http://support.microsoft.com/kb/321051/en-us and how to enable them in AD.
    Please see if steps in
    https://kb.meraki.com/knowledge_base/certificate-requirements-for-tls will help you.
    Best regards
    Meinolf Weber
    MVP, MCP, MCTS
    Microsoft MVP - Directory Services
    My Blog: http://blogs.msmvps.com/MWeber
    Disclaimer: This posting is provided AS IS with no warranties or guarantees and confers no rights.
    Twitter:  

  • How to Configure and Integrate EP with CRM

    Hi Everybody,
    I want to integrate EP with CRM.
    I am using SAP WAS Server.I have installed Portal.
    I downloaded CRM Business packages.
    1)How to integrate and configure in the EP with SAP R/3(CRM Module).
    2)What are the prerequisities.
    Plaese prove the exact help and documents.

    Hello,
    I think this <a href="http://help.sap.com/bp_epv260/EP_EN/documentation/EP/N12_Scen_InstallGuide_EN_US.doc">Scenario Installation Guide</a> from the <a href="http://help.sap.com/bp_epv260/EP_EN/index.htm">SAP Best Practices for Enterprise Portal V2.60</a> can help you.
    Regards
    Gregor

  • How to configure and use labview using java

    I want to configure and use labview in my application using java, please help me out with a solution how i can configure it (like providing input to labview and getting output from labview in java ).
    Thanks,
    ATF

    Did you try a search?
    Or: How Do I Integrate Java with National Instruments Software Products?

  • How to configure and save presets for custom scanning?

    There are 5 presets in Acrobat XI for scanning files: "Autodetect...", "Black &White...", "Grayscale...", "Color Doc...",  and "Color Image".
    There is also an option to to do a "Custom Scan..." and "Configure Presets" (modify the 5 above).
    However, I could not find any way to create my own custom presets.. is that not possible?
    I was hoping to at least save my configuration(and/or possibly create a few different custom scan templates) in the Custom Scan for future scans but that was also not an option.
    I would gladly use the  5 presets and configure them to how I want them but its unfortunate there are no output options there to automatically append a scan to an existing file or create multiple files from a continuous scan.
    So... 1) Can you create custom presets for scanning? 2) Is there a way to configure output options in the existing scan presets? Thanks!

    Pavanmeet,
    you have to set all activities in the workflow to "general task" as well, not only for WS12300111 itself (doubleclick on each symbol with the "triangle").
    check the status of the sent leave request in transaction PTARQ (Display Documents). Here the "next agent" & the "pers. no" of the next agent is of interest.
    logon with the user, that is saved in infotype 0105 of the above mentioned pers.no. there should be the approve request.
    you can check the status of the workitems with SWI1 (i assume your system is prepared for workflows , check SWU3)
    Message was edited by: Achim Hauck

  • How to configure and test Profibus network using NI part number 780161-01 Master/Slave interface

    I have purchased this board from NI. I have been in touch with Comsoft who it appears is the developer of this board. I have used the configurator II to try and build the network. The GSD file for my slave board is entered. I also can see the GSD file for the master. There appears to be no obvious way to test the bus from the configuration tool. I have tried the Express VI provided by Comsoft. Nothing happens. I have a purchased profibus cable with terminations installed. I know the cable works as another division has another Profibus master that does work using this cable How do I configure correctly for sure? How do I test?
    Thanks
    Rick
    Solved!
    Go to Solution.

    Hi Rick, 
    First, ensure that you have the correct drivers installed on your system: 
    Make sure NI-VISA 4.2 or later is installed on your system.
    First install 1.3x.x COMSOFT driver
    Second install a DF PROFI II Slave and Master board in your PC-System.  
    Reboot your computer System.  
    Install the NI-PROFIBUS driver, instructions can be found here. 
    However, it sounds to me like you may have an issue with your bus configuration or with the GSD file. First, did you obtain the GSD file from the manufacturer or from profibus.com? 
    Also, common issues with the configuration include specifying an improper baud rate (supported baud rates can be found here), or an incorrect PROFIBUS address. Were you able to successfully save the bus configuration and generate the configuration database? Were you able to load the configuration database into the master device successfully as well?  
    If you are unable to resolve this issue, can you provide me with some more information about your system setup and error? What PXI chassis are you using, version of LabVIEW, operating system? What devices are you testing on the bus? 
    Julianne K
    Systems Engineer, Embedded Systems
    Certified LabVIEW Architect, Certified LabVIEW Embedded Systems Developer
    National Instruments

  • How to configure and use verity search peoplesoft?

    Hi All,
    I have installed Veirty on pshome..Now how to configure it to use for searching in peoplesoft environment.
    Our environment is,
    Peopletools 852(app server) and Oracle 10g on Solaris Sparc10
    HCM 9.1FP2 application
    Thanks in advance.

    There is an entire chapter in PeopleBooks devoted to Verity Search
    PeopleBooks > PeopleTools 8.52: System and Server Administration > Configuring Verity Search and Building Verity Search Indexes
    PeopleBooks > PeopleTools 8.52: PeopleCode API Reference > Verity Search Classes
    I would strongly advise you to have a look at Secure Enterprise Search that was introduced in PeopleTools 8.52. More powerful, out of the box integration with PeopleSoft for global search and search pages and full declaratie from PeopleSoft pages.
    PeopleBooks > PeopleTools 8.52: PeopleSoft Search Technology > Understanding PeopleSoft Search Framework

Maybe you are looking for

  • How can i load a swf AND connect to a network location?

    I'm working on a fairly large framework application that consists of a large number of seperate files (swfs, stylesheets, xml etc etc) all being loaded in and then connecting to a remote server. My problem is that when i compile all my library swfs w

  • Problem with hp wi-fi mobile mouse

    can i use Hp wi-fi mobile mouse with ubuntu? thank you

  • How do I sign on to the Youtube apps?

    I'm trying to upload a video from my Droid to Youtube.  My youtube account works fine from a PC, even from the browser on the Droid, but it will not login from the Gallery.  My youtube account is synced with my google/gmail account that I use on the

  • Video looks horrible

    Ok, Thi is my 1st time using FC: Express and had a question. I would like to know how I can keep the original quality video I am done editing it in FC. Ususally when I am done and export it, the quality looks horrible. The original file I had was an

  • Photostream - error occurred while joining the Photo Stream

    I have read/tried out the suggestions from other users with the same issue but I am unable to resolve my issue. I originally was able to join the Photostream on all my devices. On the Mac, suddenly I was no longer connected to iCloud. I eventually ma