OSB or ALSB direct call to DB

How can we establish direct connection from ALSB/ OSB layer to database, without using any service class/ orchestration layer? It should use TCP/IP.
Pls suggest for both old version (9.x - ALSB) and latest version (OSB)
thanks in adv.
-V

You could use the Xquery function - fn-bea:execute-sql() from OSB/ALSB:
fn-bea:execute-sql(
'ds.myJDBCDataSource',
xs:QName('customer'),
'SELECT targetService FROM DISPATCH_MAPPING WHERE customer_priority=?',
xs:string($body/m:Request/m:customer_pri/text())
More examples here:
http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/userguide/xquery.html#wp1104590
http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/userguide/xquery.html#wp1103024
Hope this helps,
regards,
Shanmu
http://www.prshanmu.com/articles/

Similar Messages

  • MOH not working in Directed call park

    Hello All,
    After upgrading the voice gateway from 15.1(2)T2 to15.1(3)T4 im facing this issue.
    MOH is not working in Directed call park. We have 10 Directed call park numbers 100-109, users are parking the calls by pressing trasfer key (transfer key-->dial 100-->transfer key). The Music is stopped playing after the user presses the transfer key for the 2nd time. MOH is working fine in hold and call  park. I can see the MOH session in Show ccm-manager music-on-hold and the same MOH session is continuing after pressing the transfer for the 2nd time, only the music is stopping. There are some sites in the same cluster which MOH working in all conditons but the router is rnning with
    Using: 2900 series voice gateway with H.323, Centralized cluster.
    Assistace will be musch appricidated
    Thanks,
    Murali

    This issue has been identified as new BUG. Cisco is working on this.
    -M

  • Directed call park number recommendations

    Hi,
    This is more of a design question about numbering plans, but here it goes.  I have configured our sites to use 4 digit internal numbers, and I have matched the call park numbers to the prefix of the internal numbers for each location.  eg.
    location A: 30xx
    location B: 32xx
    location C: 40xx
    location D: 44xx
    etc...
    Directed call park numbers:
    location A: 301, 302
    location B: 321
    location C: 401,402
    location D: 441,442
    This has worked fine up until people wanted to start parking calls on phones that do not have the blf directed call park button.  The interdigit timeout now conflicts with my numbering plan, because 441, could be 4410 in location D.  So people are trying to park calls by just transfering the call to 441, but they have to wait for the 10 second timout to occur before they can complete the transfer.  I was thinking of just changing the call park numbers, but I would have to use a 4 digit number instead of a 3 digit number.
    Dan.

    I am having the same issue. The media resource group that is assigned to the gateway DOES include the Media Resource Group that includes the MoH server.
    Anyone have any idea why else the external callers would here ringing?
    Thanks.

  • Directed call park MOH

    We have installed a multi-tenant solution. Two of the tenants use their own separate MOH audio sources for their devices. Both tenants would like directed call park numbers that need to be separate from each other. They would like their directed call parks to play their own music on hold audio source.
    1. I can't seem to find a way to change the directed call park MOH without changing the default MOH settings in the service parameters. Is there another way to do this?
    2. Is there a way to specify different MOH audio sources for different directed call park DNs?
    3. The callmanagers are version 6.1.3. If there is no way to have different MOH for directed call parks in callmanager version 6 is there a way to do it in callmanager version 7?
    Any help on this would be greatly appreciated.

    This issue has been identified as new BUG. Cisco is working on this.
    -M

  • Difference between invokeMethod vs direct call

    I'm working in a company where there seem to be two ways that the developers called AM functions:
    Direct Calling:
    CompanyTakeoffAMImpl thisAM =
        (CompanyTakeoffAMImpl)pageContext.getApplicationModule(webBean);
    thisAM.runSalesFunction(pageContext.getSalesId());invokeMethod calling
    CompanyTakeoffAMImpl thisAM =
        (CompanyTakeoffAMImpl)pageContext.getApplicationModule(webBean);
    Serializable[] userParam = { new Integer(pageContext.getSalesId()) };
    Class[] userParamType = {Integer.class};
    am.invokeMethod("runSalesFunction", userParam, userParamType);Is there any advantage / disadvantage to why we're doing this basic task in two different ways?
    Which way is recommended?
    Thanks

    From the developer's guide:
    +"If you need the server code to do some work for you, always route your calls through the root application module using the generic "remoteable" invokeMethod() method on the oracle.apps.fnd.framework.OAApplicationModule interface, or create an interface for your application modules so you can call typed methods, whose invocation can be checked at compile time. The application module can delegate or implement the logic as required."+
    +"Note: The OAApplicationModule interface is in the oracle.apps.fnd.framework package and therefore, does not violate the rule stated in the first sentence of this bullet-point. All classes, interfaces, and exceptions in the oracle.apps.fnd.framework package can safely be used in both client and server code. If you opt to create an interface for your application module instead of using invokeMethod(), create this interface in the package directory immediately above your implementation. For example, the EmployeeAM interface for the oracle.apps.fnd.framework.toolbox.labsolutions.server.EmployeeAMImpl application module should be created in the oracle.apps.fnd.framework.toolbox.labsolutions package."+
    Although I can't seem to find it at the moment, the developer's guide give the reason why you should not use AMImpl's from the controller. If I remember correctly, it has something to do with that it can't be assumed that the controller code will executed on the same tier at the AM.
    The easiest thing to do it to create an interface as mentioned in the dev guide excerpts. This is quite easy to do. Double click your AM, then go to Client Methods, and shuttle over the ones you want to call from your controller. If your AM is custom.oracle.apps.fnd.server.MyAppModAMImpl, your interface will be custom.oracle.apps.fnd.MyAppModAM.
    Just import custom.oracle.apps.fnd.MyAppModAM in your controller, and do:
    MyAppModAM am = ( MyAppModAM ) pageContext.getApplicationModule( webBean );
    This will also allow you to have compile time type checking.

  • FSCM Biller Direct Call Center Payment Log

    Hi,
    We are using Biller Direct and Biller Direct Call Center for our dealers/customer AR processing.
    Biller Direct is used by our Dealers to see their account balance and post payment online through Biller Direct web portal.
    Biller Direct Call Center is used by our Account Receivable team to see our dealers account balance and to post payment with authorization from our dealers.
    The main question is:
    How can we see the deatilpayment log/detail on transaction posted through Biller Direct Call Center? Our AR team needs to identify which user from AR team that perform a specific payment. Please advise.
    Is this something that can be setup through XCM or R/3 configuration?
    We need to get the detail of "User ID" and "Date & Time" that a payment is done through Biller Direct Call Center.
    I tried to look from the document changes on AR line item detail of the billing document that got paid. But, the document changes is only showing that user BD_POOL made the payment posting. The user id is setup in XCM for posting any transaction into R/3.
    Appreciate your help in advance.
    Thanks,
    Markus

    Mohit,
    Let me try to answer your questions:
    u2022 What accounting entries are passed from SAP perspective and at what points in time?
    A) SAP will post a CREDIT to the Customer AR item and a DEBIT to a Credit Card Receivable account when the payment is posted in FI.  The DEBIT to the Credit Card Receivable account is included in the nightly Settlement run to be sent to the Processor for a deposit request.
    u2022 How are charges levied by banks / financial institutions handled or can be handled?
    A) There are Processor charges for authorizations and other services such as Fraud checking as well as the INTERCHANGE fee that is a percentage of the Settlement amount.  This could be anywhere from 1.5% to 4% of the Invoice amount depending on the type of transaction and the agreement with the Processor.
    u2022 How any fees / charges imposed by network processors / clearing houses handled on a transactional basis?
    A) The processor will assess and collect these fees, typically on a monthly or daily basis and provide reporting to the Merchant regarding the fees charged.
    u2022 Is this something which Standard SAP Config can accommodate and if yes where exactly? If not what custom development route is appropriate?
    A) Standard SAP does not have the ability to assist with Settlement reconciliation or recognition/assignment of processing fees.  This must be accomplished through Manual postings.
    u2022 Does addition of third party providers like pay metric for interface plug-in help in segregating and processing of credit card charges any better?
    A) Yes, ISVs such as Paymetric which provide integration between SAP and the processors do provide additional SAP and external reporting and functionality to assist with the reconciliation process and in determining the processing fees.
    Regards,
    Eric Bushman
    VP, Solution Engineering

  • FBVB error msg "Transaction not defined for direct call-up"

    Dear Gurus,
    Pls help me on issues below:-
    1.)What is the diff between FBV0 and FBVB?
    2.)When i try to initialize FBVB. I received an error "Transaction FBVB not defined for direct call-up. Can u teach me how to fix it up coz one of my end-user requested this T-code.
    Thanks.

    Nothing needs to be fixed - the transaction is called behind the scenes when the user uses FBV0 to post a parked document.  Users should never call FBVB directly.
    Andrew

  • Direct calls within the oracle application server to the IIS using reverse

    trying to direct calls within the oracle application server to the IIS using reverse proxy. I am having problems...
    What is trying to be achieved is a call to the 3rd party web server (IIS with Oracle SSO plug-in) that will be invoked from the OAS.
    Any suggestions

    First you might get more response if you move your question to following forum:
    Oracle Application Server - General
    Second, I didn't quite understand your question. Can you pl. clarify it bit more? What exactly do you mean by invoking IIS from OAS (I am assuming by OAS you mean OC4J here)?
    Thanks
    Shail

  • Directed call pickup

    does anyone know how to configure a key on an ip phone for a directed call pickup? i am looking for a one button operation that will do directed call pickup ext XXX.

    Check out these resources:
    https://supportforums.cisco.com/docs/DOC-9591#What_does_the_Gpickup_softkey_do_
    Thanks,
    Marcos

  • OSB to ALSB migration

    I have created sbconfig jar using OSB console. Can i import the same sbconfig jar in alsb 2.6 env? Does it support backward compatibility?
    Please help..

    Not sure there is any pathway to migrate OSB to ALSB. Moreover latest release of ALSB is 3.0 so definitely there would be problems in importing an OSB jar into LSB 2.6
    Does it support backward compatibility?Yes, it is backward compatible but it means that ALSB 2.6 configuration can be upgraded to OSB and not vice-versa. Please refer -
    http://download-llnw.oracle.com/docs/cd/E13159_01/osb/docs10gr3/upgrade/index.html
    Regards,
    Anuj

  • FBVB not defined for direct call-up error

    Hi All,
    user are getting the message 'Transaction FBVB not defined for direct call-up' while running transaction FBVB .What does this mean.Even i am also getting the same error while running FBVB . Can somebody tell what does this error mean .
    Thanks.
    Chitta

    Hey,
    I hope you have got a reason for the message from sapfans & ittoolbox aswell.
    Br,
    sri

  • Direct call to BSP and Transaction iViews

    Gentlemen,
    I hope you are all very busy and happy with the projects you are currently working on.
    My question is simple, although, I cannot find answer for it anywhere... I've been searching for but only found "side shots".
    I am building an HTML page to ease the Portal Content testing on the approaching Test phase. Basically, the page will contain a list of all the options that will be delivered through the Portal (built Portal content) that are no more than Transaction iViews and BSP iViews.
    My questions are:
       How can I make a direct call to the Portal Content iViews to have then displayed in a new window (only the iView and not the whole portal interface environment)? How is the URL built?
       Can I pass on the URL parameters for the user authentication so the authentication screen? Which parameters?
    Much Appreciated,
    Joao Isidoro.

    the following is the URL i use to directly get into transaction iview.
    http://<server>.xxxx.com/irj/servlet/prt/portal/prtroot/<pcd location of iview (ID)>?System=<system alias>
    for example your iview is in
    portal content->my folder->iviews->mysaptraniview
    (in pcd click on the folder to get the id and use it in the url)
    http://<server>.xxxx.com/irj/servlet/prt/portal/prtroot/<contentforlderid>!2f<my folder id>!2f<iviews folder id>!2f<mysaptraniview id>?System=<system alias>
    Hope this helps.
    Regards
    Raja

  • Stop direct calls to a jsp

    Hi,
    Is it possible to stop users from directly calling a jsp file by typing the address in browser. I just want to include this jsp file in other jsp files.
    Thanks a lot,
    Chamal.

    Put the JSP under your WEB-INF directory:
    <APP-BASE>/publiclyAvailable.jsp
               WEB-INF/jsps/onlyIncludeMe.jspThen when you want to include it, use
    <jsp:include page="/WEB-INF/jsps/onlyInvludeMe.jsp"/>Users will be unable to access the page directly because the WEB-INF is not visible to them. But it is available to your JSPs (or servlets) to do an include/forward to...

  • BPEL to OSB invocation using direct bindings

    Hi,
    Can we communicate from BPEL to OSB using direct bindings ?
    As per my understand in the document i have read it is given that from OSB to BPEL it can be communicated using SOA DIRECT protocol
    is my understand correct ?
    And can we achieve the same from BPEL to OSB call ?
    How can we achieve this ?
    regards
    Shankari

    In soa 11g,both ways are possible using direct binding:
    follow below blogs for both ways(soa to osb and osb to soa)
    http://www.xenta.nl/blog/2010/06/02/oracle-service-bus-11g-communication-with-oracle-soa-suite-11g-directbindings-part1/
    http://www.xenta.nl/blog/2010/06/06/oracle-service-bus-11g-communication-with-oracle-soa-suite-11g-directbindings-and-soa-direct-part2/

  • Problem with OSB 11g - Unable to call non-static java methods

    I have a problem in OSB. Unable to see any java methods when loading java callout. I have checked the java classes in the .jar file and they are all non-static java methods.
    Is there any way where OSB is able to see this non-static java methods?
    Need help urgently!
    Thanks!

    Technical standpoint: Do you know why OSB is not able to call non-static methods?
    This is by design. Ability to call non-static methods require Object creation which adds additional complexity. eg How to pass variables in constructor?. How/where to store created object for use across across pipeline instance?. Object life cycle (when and how to create object) etc. To avoid above complexites static methods are only supported.
    "a lot of non-static method to call" just for my understanding what are the number involved?. If number is too high you can always request for a enhancement.
    Thanks
    Manoj

Maybe you are looking for

  • Office 2013 small business version is missing UPDATE NOW

    Hi I'm  currently running office 2013 version 15.0.4433.1508 and trying to update, however it doesn't seem to auto update even though option is selected to auto update. The option to update manually is missing  i.e. "File-> Office Account-> Update Op

  • Role of Developers in ECC 6.0

    Hi Gurus, Our company have recently moved from 4.7 to 6.0. 1. What are the steps/points to be taken into considerations after the implementation, taking developer view into consideration... 2. In terms of tools, what 6.0 has offered us, apart from tr

  • Why is the top part of my computer black

    How do i undo the first four out of five top lines from being from black ,up around the top of the sreen.

  • I need to re download a program

    I purchase Photoshop Elements 10 & Premier Elements 10 in Feb, 2012. According to policy, I can re download the programs, which I need to do for a new computer, but cannot find where to do this. In "My Account', I have the SNs of all my products, but

  • Unknown Job BI_PROCESS_LOADING

    Greetings All; My PC runs sucessfully, but in the log, I get Unknown Job BI_PROCESS_LOADING and in SM37 I see BI_PROCESS_LOADING with status of cancelled. The infopackage being run in the PC shows successful completion. I've seen a few other topics r