Can we Invoke the 'N' no.of webservices at the same time in Oracle ESB

Hi,
Good Day..
This is Ishmayel.Vemuri..
I little bit knowledge in ESB development..but having 3+ exp on webservices and java related technologies
I have the following requirment...
I have 'N' deparmental servers available in 'N' diffrent locations. We want move the data available in diffrent departmental servers(Oracle DB) into one centralized server..for this we developed one web services for each deparmental server to move the data.
** Now my doubt is Is it possible to call 'N' no.of webservices of 'N' departmental Servers in Oracle ESB by using any adpater service..? **
If you have any Idea kindly send me the details to [email protected]
Thanks in Advance..
Regards,
Ishmayel.V

Hi Ishmayel, sorry for my misunderstanding. But the situation you describe is also possible. Just add for each external reference a exposed service interface and wire this to a mediator component. Within this mediator you define only one operation that routes all the requests to one target server.
EDN is described over here: http://download.oracle.com/docs/cd/E12839_01/integration.1111/e10224/obe_intro.htm#SOASE004
Regards,
Melvin

Similar Messages

  • How to limit the max dialog no that one user can use at the same time?

    Hi,
    I meet one performance problem that one user can open 6 sessions in the GUI and he/she can run 6 reports at the same time witch could occupy 6 dialogs in the sap R/3 instance. It makes poor performance for other users.
    Would you pls tell me how to limit the no. of sessions one user can create at the same time or how to limit the no. of dialogs one user can occupy at the same time?
    Thanks a lot!
    I used this parameters in the default profile as blew:
    rdisp/rfc_check 1
    rdisp/rfc_use_quotas 1
    rdisp/rfc_max_own_used_wp 20 (means: 20%)
    It still didn't work.
    Sean

    Hello,
    We can reserve DIA W.P by giving value to the parameter :- rdisp/rfc_min_wait_dia_wp=1(default)
    that have to necessarily remain free for other users.
    This parameter is used to reserve a number of dialog work processes for Dailog mode.
    For eg. If 10 dialog w.p. are configured for the instance(rdsip/wp_no_dia=10) and the parameter rdisp/rfc_min_wait_dia_wp=3 is set,parallel RFC's can occupy a maximum of 7 DIA W.P.3 DAI W.P. always remain free for dialog mode.
    But now the question is how we assign/restrict this free dialog w.p. to the specific user.
    Reply...
    Regards,
    JUNAID

  • Can I use the same Time Capsule to backup two MacBook Pros?

    Basically, I want to know if I can backup my late 2009 MacBook Pro and my new one with retina display using the same time capsule? Maybe should I create different partitions on the time capsule?

    Yes, provided your backup drive is big enough. For a Time Machine backup your backup drive should be at least twice the capacity of the drive it backs up. In the case of two drives sum the capacities of the two drives. Be sure you backup drive is at least twice that capacity.
    You cannot partition a Time Capsule drive.

  • CSM route mode and bridge mode can exist at the same time?

    I'm using CSM on ver 4.x,and I used to the bridge mode for firewall load balance,for a new requset,I have to create a new server/client vlan,but the original firewall load balance was effected when I issued the server vlan command,and I'd like to use route mode for the new server farm,I'm wondering that route mode and brige mode can't exist at the same time,because it seems it doesn't make sense.Any reply will be very appreciated.

    you can use bridge mode and route mode at the same time.
    Traffic with desintation mac address being the CSM will be routed, otherwise it will be bridged.
    Gilles.

  • How do I create a single iPhoto Library on a server that multiple people can use at the same time?

    Currently our architecture office runs iPhoto buddy to manage our iPhoto libraries but we want to be able to have multiple users viewing the same iPhoto Library? Currently it only allows one user to access this library. How do we do this?

    we want to be able to have multiple users viewing the same iPhoto Library?
    Do you need to have the multiple users to be able to edit and otherwise manage the photos or just view them?
    If it's the latter take a look at  Media Pro 1.  It's a multiuser and cross platform digital asset management application.  With it you store your source files on a server along with the catalog file that Media Pro uses to manage the photos.  One user can manage the catalog file while unlimited others can view the file in read only mode with the Media Pro Reader. You can learn more about MP1 at DAM_Forum The DAM Forum
    It's a professional and  more robust system of managing photos than iPhoto is.
    OT

  • MAXLOGMEMBERS: How many people can connect at the same time?

    Hello,
    how many people can connect at Oracle XE?
    When I put 32 to MAXLOGMEMBERS,
    oracle xe refuse!
    I can put 5 into MAXLOGMEMBERS.
    I dont understand
    THOMAS Patrice

    Hello Thomas,
    "MAXLOGMEMBERS" has nothing to do with the number of users that can connect to the instance. It is a parameter to control the number of files that can be assigned to a group of (redo) log files.
    how many people can connect at Oracle XE?Well, that depends on how they connect. There are parameters controlling the number of sessions in the database. But if you have a technical user, e.g. when using APEX, there may be more users than sessions in the database...
    So you need to clarify what kind of user access you mean.
    -Udo
    Edited by: Udo on 14.10.2011 15:19

  • Only 1 VI can run at the same time?

    Hi there, this is for my school project which requires to acquire analog input from 2 sensor circuits(1 with LDR,1 with LM35 for temperature sensing) and generate an output so that a light bulb would light up if the voltage in the LDR circuit is too low and a fan would be turned on if temperature is over a certain limit.
    I managed to come up with the VIs and it worked independently but when i try to integrate it only the LDR circuit worked, and i could not troubleshoot it.
    Attached is the 2 VIs that i come up with and another VI which i tried to integrate but failed to work properly.
    Thanks
    Solved!
    Go to Solution.
    Attachments:
    VaryingFan.vi ‏40 KB
    VaryingLight.vi ‏35 KB
    2VIs.vi ‏58 KB

    You need to create a DAQmx task to be able to read two voltages from two AIs on the same device.  Same for writing two AOs on the same device.  Here is an example of how to create a DAQmx task.  Create one task for AI and another for AO.  You must set the AI Read and AO Write to Multiple Channels - Single Sample - 1D DBL.  The first element in the 1D array will correspond to the first element in the List of AI Channels array shown in my example:
    Here is another tip.  On the loop borders, change the DAQmx task/channel in/out and the error in/out terminals to shift registers.  Using shift registers here is good practice recommended by NI.  The reason being is this.  If there happens to be an error in one loop iteration, the error gets lost with regular terminals because the input terminal will have no error condition.  On the next iteration, the error from the previous iteration is lost.  For the task in/out terminal, if the task changes, you will lose the change.  Shift registers will propogate all errors and changes to the next loop iteration.  Another reason is if the loop runs 0 times (doesn't run at all).  The outputs will be default values.  So if there was an error coming into the loop, it will be lost if the loop does not iterate at least one time.  So use shift registers here.
    One more thing, change your numeric type to DBL inside your case structures.  Notice the coercion dot (small red dot) on the input to the DAQmx Write funtion.  It is expecting a DBL data type.
    OK, just one more.  Your output from AI Read is a DBL data type.  You can't have a DBL input to a case selector.  Notice again the red dot on the case selector question mark.  Labview is converting the DBl to an integer (probably an I32).  You may have rounding off errors.  You should round off and change to an integer before the question mark so you know exactly what the outcome will be.  What if the AI Read outputs 0.5 votls?  Will the 0 case be executed, or will it be the 1,2 case?  What if the voltage is 2.5?  Which case will be exectuted?  You should fix this.
    I think that is enough for now. 
    - tbob
    Inventor of the WORM Global

  • Hi, I want to know how many computers I can work at the same time with a single license?

    I need a total of 4 seats  photoshop+ lightroom , and 2 workstations Adobe Premiere Pro , and have to work all at once. What is the best solution for me? sorry for my english

    6 users = 6 licenses .4 photoshop+lightroom and 2 PPRO .When Adobe speaks about to install 2 times with the same license ,they mean for the same user ( for example on his desktop and laptop ).

  • Can Lightroom invoke the same Photoshop functions as Bridge can?

    Bridge has a tools menu with a Photoshop item sub-menu. It can invoke a number of Photoshop functions such as "Image Processor" and Auto "batch" functions on a selection of images from within Bridge. Does Lightroom also have this capability?

    Lightroom replaces the functions of many Photoshop batch capabilities, with its own Export and Publish and Print to JPG features. The usual expectation for a LR user, would be, that Lightroom carries out the creation of different sized JPG versions etc. It is in some ways more efficient and economical at this than Photioshop is.
    The specific batch tools you mention, are in effect scripted extensions of PS which I don't believe LR can access. In any case, the images that LR itself manipulates may include entities that Photoshop tools could never access, for example Virtual Copies.
    That said, it is possible to reference a Photoshop Action in a "droplet" file, add this droplet to a list where Lightroom can see it, and then invoke this as a postprocessing step as part of a batch Export initiated by Lightroom. So, if you are creating a set of JPG (TIFF, whatever) images which need standard treatment as far as resizing, colourspace etc but also that need some kind of a standardised Photoshop operation to happen, this is a way to do it.
    The PS postprocessing in this scheme, happens only to a brand-new, separate,  exported file. If you want PS to modify the master image as viewed in LR, then you are getting more into LR's standard external editing function instead - which is done image by image (and which similarly spins off a new image version and new file saved on disk). Any file-changing editing of the type that Photoshop does, it completely at odds with the nondestructive approach of Lightroom - like chalk and cheese, and this is reflected in the quite compartmented workflow under which these happen.
    RP

  • How many parameters can function at the same time?

    Post Author: leongcy23
    CA Forum: General
    Dear all,
    I have a situation where I need to use about 6 parameters in a report. In the Record Selection Formula Editor of the main report, I put "OR" for every parameters, which mean I can select either one of the parameter.
    ({DocumentHeaders.ShipVia} in ucase({?CustCode}) to ucase({?CustCode2})) or
    ({DocumentHeaders.SalesRep} in ucase({?Salesperson}) to ucase({?Salesperson2})) or ....(so on)
    In the report itself, there are 11 subreports. But when I preview the report, its only show the correct data if I use maximum 2 parameters. If I use more than 2 parameters, the report result will be incorrect.
    Here I just want to know is there any limitation for the usage of parameters in a single report?
    I am using Crystal Report version 8.
    Appreciate for help.
    Best Regards,
    Anson

    Post Author: leongcy23
    CA Forum: General
    Hi, thanks for the reply.
    The solution that you given is sounds like I need to select / fill in every parameters in order to get the reports because you use AND in between each parameter. Does it means miss out a single parameter will cause an empty report?
    Can I make a selection, for example: I fill in parameter 1, 3 & 5 in order to sort out my report information based on the parameter 1, 3 & 5 rather than fill in every parameters? My objective is to make sorting to my report based on the parameters that I'm using.
    For your information, the defaut value of the parameters will be empty (" ") all the time.
    Appreciate for help

  • Unable to start 2 instances at the same time in Oracle RAC 11g

    Hi all,
    My first instance is running. I can't start second instance successful and get "ORA-00304: requested INSTANCE_NUMBER is busy"
    Please help!
    Thank you!
    Dan.

    Thanks Shivananda Rao
    I set instance_number as below and my db can mount but ... (please see below)
    SQL> alter system set instance_number=2 scope=spfile sid='RAC1';
    SQL> alter system set thread=2 sid='RAC1';
    System altered.
    SQL> select status from v$instance;
    STATUS
    STARTED
    SQL> alter database mount;
    Database altered.
    SQL> alter database open;
    alter database open
    ERROR at line 1:
    ORA-01092: ORACLE instance terminated. Disconnection forced
    ORA-30013: undo tablespace 'UNDOTBS1' is currently in use
    Process ID: 24535
    Session ID: 1 Serial number: 3
    SQL>

  • TS2972 how many IOS (iPads) can be used at the same time, and as a maximum, with home sharing?

    I would like to use multiple iPads at my residence and use home sharing for guests to watch content from my i-tunes, all on the the same network.
    what is the maximum number of IOS devices that can used at the same time, and be authorised on the "home sharing" at the same time?

    Thanks for a quick response!
    Under "Network adapters", here's what I found:
    - Broadcom 802.11g Network Adapter
    - 1394 Net Adapter
    - Marvell Yukon 88E8036 PCI-E Fast Ethernet Controler
    Two other wireless USB adapters are the same:
    - BLANC Mini Wireless USB adapter

  • Can psc2510 work connected and wireless at the same time?

    My PSC2510 all-in-one is connected to my desktop the old-fashioned way.  Can I get my laptop to print wirelessly from the same printer?

    I'm pretty sure that USB and wireless connections can work at the same time on this printer. Just make sure the same PC is not connected by both USB and wireless. The software will get "confused" as to which way to communicate with the printer.
    Make it easier for other people to find solutions, by marking my answer with \'Accept as Solution\' if it solves your problem.
    Click on the BLUE KUDOS button on the left to say "Thanks"
    I am an ex-HP Employee.

  • Can you run the Import Wizard more than once at the same time?

    We're going to run the Import Wizard to import content from one BO environment to another.  Can we, at the same time, run the Import Wizard to import different content between those two environments (using the same source and destination both times)?  Obviously we'd have to run the wizard on different workstations.
    Would this cause any issues?  If so, what kind of issues would you expect?
    Thanks,
    Laura

    Yes, this is possible.  The source and destination CMSs treat the requests from the Import Wizard like any other -- increasing the number of active Import Wizard sessions just increases the load on these CMSs.  Before running multiple Import Wizard sessions, be sure there is ample processing power (CPU / memory) to handle the increased load.    and of course, avoid 'touching' the same content in the two sessions in order to avoid unpredictable results.
    -Mike

  • Could threads of a same process run on different CPU in the same time ?

    Hello,
    probably stupid question..., but I would like to understand if several threads inside a same process can run in the same time on separate CPU.
    If the response is positive, how can I bind a thread on differant CPU using C API ?
    Also what is the algorithm implemented by Solaris for the laod balancing ?
    Is there any white paper on this subject ?
    Thanks for any tips

    Threads in the same process can run at the same time on separate CPUs.
    You can bind a thread to a CPU using the processor_bind(2) API.
    That algorithm is not public. You will have to wait for OpenSolaris so that you can look at the implementation at that time.
    There is much public documentation on Solaris threading support on the web. Use google. The following document provides a good historical context of Solaris thread support.
    http://www.sun.com/software/whitepapers/solaris9/multithread.pdf
    Gary

Maybe you are looking for

  • My iPhone shows a padlock in the upper right corner and photos won't switch to a sideways view.

    Recently my iPhone has displayed a padlock with an arrow surrounding it in the upper right corner and it seems that I can't view photos or text messages sideways.  When you turn the phone sideways it does not change to view it in that setting.  Any t

  • Will third party software called "Bug me" and "YAPS" work on the Centro?

    I am currently a Tungsten E2 user. I am considering buying a Palm Centro and want to know if the third party programs "Bugme" and "YAPS" work on the new Centro that is offered by Verizon? Secondly does the Centro have the ability to "tap" in letters

  • Notification created on date ERDAT

    Hello, When I check table QMEL for ERDAT (Created on), the newer notification shows older dates than the older notification. e.g. Notification ...... ERDAT (created on) 200000131 ..... 12.07.2009 200000134 ..... 14.07.2009 200000138 ..... 14.07.2009

  • Crypto map mymap command I am not familiar with

    I have the following commands in a new pix I am taking over and I am not sure what they do? crypto map mymap client configuration address initiate crypto map mymap client configuration address respond any help would be appreciated

  • Test value in advanced recordset

    HI In the binding recordset I have a filter looking for a date matching the URL parameter. In the simple panel, a valid test value returns normal data. Unfortunately, testing my web page does not returns any data. In the advanced panel of the records