Database Adapter: exposing multiple operations using one PartnerLink

Hi,
I use the Database Adapter for accessing stored procedures in a package.
Using the wizard, I am able to specify a PartnerLink for one procedure in my package. However, the same package (my 'business service') contains multiple procedures I want to expose and call, preferably via the same PartnerLink.
Is this possible?
If so, what is the best strategy, e.g. use the wizard multiple times and merge the resulting wsdl files?
Thanks, Sjoerd

How do you do that?
I specifically want to Poll a table, with the wizard it doesn't give you any options to edit the query, I suppose you go into the generated files and edit the query that way?
As it happens I have actually worked around my specific issue using XSLT functions, I was actaully trying to convert DB2 JD Edwards dates using this table lookup) but once I understood how the date format is stored it was simple enough to do in XSLT.
However I'm still interested to know how this is done as I may have another requirement that requires SQL joining to the same table twice.
Regards
Stuart

Similar Messages

  • Adding data to multiple tables using one form in Access 2010?

    Hi All,
    I have a access database with two tables and I want to create a single form to enter data into that tables.
    How to adding data to multiple tables using one form in Access 2010?
    I don't have to much knowledge of access database?
    Please help me
    Thanks
    Balaji

    You really don't enter identical data into 2 tables.  You enter dat into one single table, and then you have an unique identifier that maps to another table (you have a unique relationship between two tables). 
    Maybe you need to read this.
    http://office.microsoft.com/en-001/access-help/database-design-basics-HA001224247.aspx
    Think about it this way...  What is you update data in 2 tables, and then the data in one of those tables changes, but the data in the other table does NOT change.  WHOOPS!!  Now, you've got a BIG problem.  For instance, you have a customer
    named Bill Gates.  In one Table you update Bill's address to 1835 73rd Ave NE, Medina, WA 98039 and in the other table you accidentally update Bill's address to 183 73rd Ave NE, Medina, WA 98039.  Now you have 2 addresses for Bill.  Why would
    you want that???  Which is right?  No one knows.  If you have one address, you just have to update one address and if there is a mistake, you just have to update one address, but you don't have to waste time trying to figure out which is right
    and which is wong...and then update the one that is wrong.
    Post back with specific questions.
    Knowledge is the only thing that I can give you, and still retain, and we are both better off for it.

  • Upload Multiple Operation using BAPI_ROUTING_CREATE

    Sir,
    I have to upload routing operation using this BAPI_ROUTING_CREATE. I have created a upload program for that.
    I have collect the data in Task, material and Operation table. They have multiple line item against One Material.
    but after executing this bapi gives this type of error.
    E
    Create task list: Consistency check was not successful
    A
    For further processing, the routing entry is missing.
    So Please Guide me how to do this.
    Data :
    Multiple Operation have One Material.
    Thanks!
    Ram

    Well actually that´s almost exactly what my task is as well.
    So what i do is:
    - reading the headdata of the given routing (the one which is to be copied)
    - reading the positiondata of the given routing (the one which is to be copied)
    then calling the BAPI_ROUTING_CREATE while exporting the headdata and the positiondata to the BAPI.
    It works perfect for the routing itself, but the BAPI doesnt create any operations while it displays a sucess message and NO errormessages.

  • TS5223 can I have multiple users use one apple account?

    can I have multiple users use one apple account?

    I interpreted his post to mean that he meant multiple human users, not multiple devices.  Hopefully, he'll clarify.

  • Does the sender SOAP adapter support multiple operations per interface

    Hi guys,
    does the sender SOAP adapter support multiple operations per interface? (interface type of 7.1)?
    Thanks,
    Andrzej

    theoretically Yes.
    Do have a look into this when you get time
    /people/shabarish.vijayakumar/blog/2010/09/08/service-interface-and-multiple-operations--is-it-just-an-hype

  • Define multiple operations in one WebService recommended or bad idea?

    If I have the choice
    1 operation in 1 webService = n WebServices
    or
    n operations in 1 WebService
    which one is preferable?
    What are the pros and cons of putting multiple operations into ONE webservice?
    Peter

    Not sure why you would have a lot of different stylesheets applied to various pages  :-)
    Why not just one stylesheet to cover *all* the styling for *every* page... that makes mroe sense to me.  In this way, you only have stylesheet you need to edit whenever you make *any* changes.
    The more stylesheets you have the more fiddly it becomes in my opinion.
    Saying that, there is no reason why you can't link to multiple stylesheets, just remembering that the last one in the list is the one that takes precedence.
    So if you have a style for a paragraph for example in 2 stylesheets, then the lowest on the ladder will be the one that the paragrah is styled from.
    Nadia
    Adobe® Community Expert : Dreamweaver
    Unique CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    http://csstemplates.com.au/
    http://twitter.com/nadiap

  • How to pass dynamic values to JDBC Database adapter in PureSQL operation?

    I want to fetch the records from the table via JDBC database adapter with the criteria but I should not hardcode the values inside my query. I am using Execute by PureSQL operation. Values might change in future and it is the reason I should not hardcode the values and instead I should pass it dynamically.
    This is my query:
    SELECT FROM Table0 t0, Table1 t1 WHERE t0.Field1= 'ABC' AND t0.Field2= 'DEF' AND t0.Field3 = 'CBA' AND t1.FLAG IS NULL AND t1.Field1 = t0.Field4*
    The values 'ABC', 'DEF', 'CBA', 'NULL' are not fixed and it can be changed. Hence, I need to pass the values for these fields dynamically. What must be passed in the query and where to pass the User Defined Values during the run time.
    Please can anyone suggest how to resolve this. I am using SOA 11g.
    Thanks in advance.

    Hi,
    Ensure that you use the Adapter Configuration Wizard to do the query modification suggested by Arik. This will allow the schema for the DB Adapter getting created automatically. Also revisit this schema to assure that the data types of the bind parameters (parameters with #) have been correctly populated in the schema.
    You can get some help from this too although this doesn't fully match your use-case.
    Regards,
    Neeraj Sehgal

  • Problem initiating process with multiple operations using HTTP/SOAP

    Hi,
    I have defined a process which has multiple operations. My process starts with a pick activity containing onMessage branches for each possible operation. When I initiate this service using the BPEL console, I choose one of the operations and everything works fine.
    However, when I initiate this process using an HTTP/SOAP web service call using JMeter, always the first branch is executed regardless of the message I send.
    My operations are document/literal. Due to some restrictions, I cannot define a SOAPAction for the operations. Could this be the problem? Is there a workaround for this? If this is not the problem, what could be the cause?
    I'm using version 10.1.2.1.
    Any help will be appreciated. Thanks in advance..

    hi i am using 10.1.3 and still i can not initiate a process with multiple operations. Is there anybody to tell if pick activity works fine and if there are some points to consider?
    If there is a problem is there any solution to make a process with multiple operations?

  • Multiple users using one Xserve as primary computer ?

    Hello,
    I don't know if this is possible: use one Xserve, running 10.6 server, and somehow connect 5 displays / keyboards to run their own environment.
    Any suggestions ?
    S.

    In general, servers don't make good end-user systems, as the two have entirely different use and uptime and installed-software models. Clients reboot and can come and go, where servers usually target uptime and stability.
    Apple Mac OS X follows a one-seat, one-keyboard, one-desktop model for the installed software and system operations. With a single or multiple displays.
    Mac boxes aren't set up for (graphics-oriented) multi-user operations.
    Mac boxes can be used as multi-user boxes from the command line; I use that regularly. ssh or telnet into the box, and use the bash shell command line as is common with a traditional Unix box.
    It's also possible to get multiple sessions with remote X Windows displays with the Apple X11 package, but you'll need to have X Windows servers (whether thin client or otherwise) to display the X11 traffic.
    All that written, the Aqua Connect third-party package is analogous to Microsoft Windows Terminal Server, and that's probably close to what you appear to want here.

  • Database Adapter: How to Insert when one column is an identity column

    Hi everyone
    I'm developing a BPEL process who uses a database adapter to insert a row in a table of an SQL Server database. The problem is that the database adapter tries to insert a null value into the field that is the primary key of the table so the process fails. This is because I don't want to specify any value to this field because this field is specified in sql server as an identity column so this field doesn't need to have a value provided.
    I suppose the only solution is to set the database adapter to not insert any value to this field but how can i do that? is there any way to make the database adapter to insert data in only a few fields of a table and not in all fields, trying to insert null in these fields that no data have been provided?
    Thank You Very Much!

    In JDev->Applications Navigator->your project->Application Sources->Toplink->toplink_mappings.
    Upon selecting "toplink_mappings" in the structure window you will see the package. Expand to see your tables. Double click your table and it will open file in main area. Select your field that has identity column. And at the botton you will see "Use Sequencing" check box make sure you uncheck it.
    This will solve your problem.
    Dipal

  • Multiple operation using the same port does not work

    I am trying to have multiple operations on both ports
    here is my wsdl snapshot
         <portType name="CommonAlerter">
              <operation name="initiate">
                   <input message="client:CommonAlerterRequestInitMessage"/>
              </operation>
              <operation name="StartWait">
                   <input message="client:CommonAlerterRequestInitMessage2"/>
              </operation>
              <operation name="StopWait">
                   <input message="client:CommonAlerterRequestInitMessage3"/>
              </operation>
         </portType>
         <portType name="CommonAlerterCallback">
              <operation name="onResult">
                   <input message="client:CommonAlerterResponseMessage"/>
              </operation>
         </portType>
    I just added two new methods "StartWait" and "StopWait" to the default async. template that got generated when I created a new BPEL Project "CommonAlerter"
    Now I call this BPEL process from another BPEL project
    The three methods I call "initiate", "StartWait" and finally "StopWait" are at different stages in my calling BPEL processes. Although "initiate" gets called first.
    When I debug the calling process instance I get an error on the call to "StopWait" which gets called after "StartWait".
    Here is the error message
    Exception not handled by the Collaxa Cube system.
    An unhandled exception has been thrown in the Collaxa Cube system. The exception reported is: "ORABPEL-08010
    Failed get operation definition.
    Failed to get the WSDL operation definition of "StopWait" in portType "{http://xmlns.oracle.com/CommonAlerter}CommonAlerter".
    Please verify that operation "StopWait" is defined in portType "{http://xmlns.oracle.com/CommonAlerter}CommonAlerter".
    Now I do have this method in my WSDL
    Can some one help.
    My Message part XSD is
         <element name="CommonAlerterProcessInitRequest">
              <complexType>
                   <sequence>
                        <element name="initializeparam" type="string"/>
                   </sequence>
              </complexType>
         </element>
         <element name="CommonAlerterProcessResponse">
              <complexType>
                   <sequence>
                        <element name="result" type="string"/>
                   </sequence>
              </complexType>
         </element>
         <element name="CommonAlerterProcessRequest2">
              <complexType>
                   <sequence>
                        <element name="waittime" type="duration"/>
                   </sequence>
              </complexType>
         </element>
         <element name="CommonAlerterProcessRequest3">
              <complexType>
                   <sequence>
                        <element name="stopargument1" type="string"/>
    <element name="stopargument2" type="string"/>
                   </sequence>
              </complexType>
         </element>

    Here are the steps for multi operation synchronous BPEL process :
    1.     Create a new BPEL process and delete request and response activities.
    2.     Now add the porttype/operation in the BPEL process wsdl.
    3.     Start the Process with a Pick activity and click on Create Instance checkbox. Remove the onAlarm branch as we do not need this. In the onMessage branch specify the name of the operation.
    4. Now add onMessage branches to match the number of operations. The flow for each onMessage branch is different. Just make sure that you create a reply activity at the end with the correct operation chosen. So you might end up having multiple return activities.
    Sometimes, a wsdl with multiple operations might not work as expected if the process version is 1.0. So try changing the process version in case you are not getting the expected results.
    Hitesh

  • Multiple iPods using One Computer

    Over the past two years, I have acquired an iPod Mini, iPod Shuffle, and most recently an iPod nano. I have loaded iTunes for the iPod Mini, but don't want to have 3 versions of iTunes on this one computer (my wife wants to use one of the othe iPods). How do I configure iTunes to support multiple iPods? Do I need to load the software for the other iPods for them to work? HELP!!!

    Here's a good link.
    http://discussions.apple.com/thread.jspa?threadID=121830&tstart=125

  • Multiple users using One account and issue making calls to 1-800-###...

    We have 15 volunteers who are using One account we set up for them. They login at the same time and need to make 1-800 calls (same number) concurrently. Right now, when you start pressing 800 all of sudden the display goes blank (cx300) and can't even finish
    entering the number. We have Lync 2010 and 2013 running together and most services moved to Lync 2013. Before we introduced Lync 2013 we did have this problem, but only intermittently. Now with Lync2013 it is consistent issue.
    What settings do I change?
    Do I need to create more accounts and assign Lync #s respectively?

    Hi,                                   
    Would you please tell us what did you do with this scenario?
    Please check if there is any error message from Mediation Server and FE Server when the issue happen.
    Check if it is a performance issue, you can test to login the same Lync account with two users, make call concurrently. If it works work, it may be a performance issue.
    The best way is to create more account and assign to these users.
    Best Regards,
    Eason Huang  
    Eason Huang
    TechNet Community Support

  • Multiple DAC using One Informatica

    I would like to have 2 DAC servers load data into the same datawarehouse. so I can start 2 multiple loads when needed.
    Has anyone setup 2 dac servers pointing to the same informatica?
    Or
    Is there a way to run multiple loads in one dac?

    Depending on your OS platforms, you may be able to do 2 installs of the DAC server and Informatica server..as long as the folders and ports are configured properly. From what I recall, You cannot point one DAC server to 2 informatica server? I assume it issues pmcmd commands to one informatica server. You may want to confirm that but best bet is to separate each DAC to its own INFA server. Also, as suggested, make sure you are not loading he same target and also ensure you have the physical resources (RAM) to account for 2 concurrent ETL runs in case you are running on the same server.

  • Multiple users using one iPhoto library on a server

    I'm working in a design company and we have a huge folder stuffed with reference images on our server. Accessing it is ok using Adobe Bridge but I recently had an idea to create an iPhoto library on the server, this would allow people to quickly find relevant images and by keyword or album. I set it up and all worked fine until I tried opening the library up on a colleagues machine. turns out the folder is 'locked' and completely unaccessable if someone else had it open. Is there a way to make the library more flexible so that more than one person can use it at one time? Thanks

    Welcome to the Apple Discussions. IPhoto is not designed to be used on a network server. iPhoto is not reliable on any drive that isn't formatted OS X Extended. If the library is located on an OS X Extended formatted external HD withownership set to be ignored and connected to a Mac it can be accessed and used by other Macs. Just create a guest account that others can use to get to the external HD.
    If you want multi user compatibility I suggest you look at one of the DAM (digital asset management) applications that offer that - like Media Expression. Other possible DAM applications are described and discussed at The DAM Forum.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier versions) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. There are versions that are compatible with iPhoto 5, 6, 7 and 8 libraries and Tiger and Leopard. Just put the application in the Dock and click on it whenever you want to backup the dB file. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    NOTE: The new rebuild option in iPhoto 09 (v. 8.0.2), Rebuild the iPhoto Library Database from automatic backup" makes this tip obsolete.

Maybe you are looking for

  • How do you use an Adobe Bridge Web gallery in a Flash Website

    How do you embed the output from Adobe Bridge Web Gallery into a Flash Website?

  • Error while deploying .sda file using t-code Sdoe_upload_archive

    Dear all,          After transport all the SWDC to another client, i try to deploy the sca file using the tcode Sdoe_upload_archive and i am getting this error : " DataObject Transid '005056C000081DDD9BA073B0B4974E15' doesnot exist/is inactive in DOE

  • Preloader for a scrollPane?

    hey all, i'm loading a large (250k) movie into a scrollPane, and am having serious issues trying to get a preloader to work in any fashion. i've tried placing the preloader in the root level, but the scrollpane forces the 250k to export on first fram

  • Sent Messages not on POP3 Account

    I have a 700w on Verizon. My exchange server sync relationship is set up with my work email. I would like to add my comcast email as a personal account. One thing I have noticed is that when something is sent from my Treo, it does nto show up in my C

  • Ipod faills to sync the second time.

    Hi there! To begin with: i'm sorry for my language mistakes! Here's my problem: i have an ipod second generation and i have the updated version of itunes. Yesterday, i connected my ipod to my windows xp and it synchronised. Nothing wrong. But then i