Are there ways to interface OBIEE with customer application?

Our OBIEE version is 10.3.4 on Redhat, OBIEE connect to a Oracle 11.2.0.2 database running on the same box of Redhat as OBIEE. Our application is java based web application using Tomcat, it point to OLTP database of Oracle 11.2.0.2 on an dedicated Redhat server.
One of the original requirements for the application was to process OLTP data with complecated logic and create reports in text files. Now the customer wants to use OBI to display, print and distribute the reports. The best way to meet this requirement change at the late stage of development appear to be interfacing the application with OBIEE, if possible at all. That way, on clicking a button in the application GUI, a stream of formated data is sent to OBI pressentation service as a response to a request. An OBI client page will then be displayed to shpw the reports, and allow user to print and distribute.
Now are there some OBI APIs allowing an application to call to interface with OBIEE?
Thanks.

Hi,
I do not gave further experience with this subject, but I guess this is what you are looking for;
http://download.oracle.com/docs/cd/E12096_01/books/AnyWebServ/AnyWebServ_Overview3.html
You will probably have to do some further research.
Maybe Venkat could be of any help.
http://oraclebizint.wordpress.com/2007/07/31/customizing-obi-ee-soap-api/
Good Luck,
Daan Bakboord
http://obibb.wordpress.com

Similar Messages

  • HT4927 Are there ways to only upload certain photos from my iphoto backup? It is really big and I don't want all the photos on my new computer.

    Are there ways to only upload certain photos from my iphoto backup? It is really big and I don't want all the photos on my new computer.

    There is a way to find and recover individual photos from a Time Machine backup. 
    1 - dowload and launch  Find Any File.
    2 - select the Time Machine hard drive in FAF's Find Items menu.
    3 - enter the full file name of the photo you want to recover into FAF and use the Find button.
    NOTE: it will take a while for FAF to retrieve and display the results of the search due to the nature of how TM makes its backups. 30 seconds or so is normal.
    4 - select the file in the Masters folder and use the Space bar to verify it's the one you want with Quickview.
    5 - drag the file from the FAF window to your Desktop.
    6 - repeat for each photo you need to restore.
    OT

  • I just changed over from Safari, and Firefox is incredibly slow! Are there ways to fix this?

    It's taking 30 to 60 seconds for Firefox to open any page. I just changed over from Safari, and this is about 10 times slower than Safari. Are there ways to speed up opening pages? I can't keep Firefox as my browser if it continues to be this slow. I have a Mac Mini, with Mac OS X as my operating system.

    You can try to disable IPv6.
    See http://kb.mozillazine.org/Error_loading_websites#IPv6

  • Our apologies but there was an unexpected error with the application. This problem has been noted, and an email has been sent to the administrators. Please check back in a few hours to try the download again. What is

    What is going on here. I've waited 4 weeks for my ipad which will not do anything untill I've downloaded the latest version of itunes which I can't do because this message keeps appearing,
    Our apologies but there was an unexpected error with the application.
    This problem has been noted, and an email has been sent to the administrators.
    Please check back in a few hours to try the download again.
    Reading another post, someone is still trying after two days!
    Anyone got a solution to this please, or, if not, does anyone know how to email itunes.
    Thanks, Allan

    Found this
    http://www.v3.co.uk/v3-uk/download-review/1955243/apple-itunes-1011
    Hope it helps

  • Are there ways to stream audio or does everything have to be under 10 MB?

    As a DJ with lots of long audio mixes (anywhere from 50 to 80 minutes), I'd like to post on my site using iWeb, anything over three minutes needs to be condensed down via iMovie (according to the iWeb program) .... but even if I choose "email" in the export step of iMovie, I can't get my long audio files anywhere close to 10 MB!
    Am I gonna be stuck with crappy audio quality? Are there other ways to get audio on there or other other ways to compress large files? Or can I just keep the files huge with great quality and hope people can listen to them?
    Also, will people be able to control click on them to save them to their desktops? Or can they just "listen" to them on my site?
    Oh - OR ......... when they're podcasts, are they transferred from somewhere else as long as I submit them to iTunes?? Would that keep the quality good as well as minimizing any bandwidth it takes to download them? Am I answering my own question here????

    i've seen comments about this. try searching "streaming" in this forum.

  • Are there any new 17 " MBPs with matte display out which run properly?

    Hallo,
    I am about to buy one 17 MBP with matte display. But now I ve read all these posts and
    I hesitate to order one. I don't want to have all the trouble to send it back and then wait
    again. So, are there any guys who can not report these graphic issues?
    Yours
    Matthias

    CD = Core Duo, the 1st generation of 17" MBP from way back in 2006. It was flawless when I got it. It's still running perfectly 3 years later. Only issue was a bad battery, and that was a known manufacturing problem at Sony that affected Macs as well as PC laptops. Apple extended the warranty to cover the issue, and replaced mine for free ~3 months after my one-year warranty expired. Two colleagues have the new 17" unibody MBP, one with glossy and one with matte, both are flawless.

  • Is there an option to import with custom groups in PSE 9's organizer?

    With the Organizer included with PSE7 (and earlier, as I recall), I always used the option Custom Groups (Advanced) in Create Subfolders. This allowed me to easily save imported photos into different folders and naming the files accordingly.
    For example, on one media card I might have some family activities, some Kiwanis activities, and skiing activities. With Custom Groups, I could import them in small groups, with different base names, and so on.
    How do I accomplish those same things in PSE9. It was such a useful feature, Please tell me they did not remove it.
    Thanks!

    As far as adding java script to the generated form you can add a pl/sql code having java script in it for eg below is a sample function
    which has javaScript in it.
    CREATE OR REPLACE FUNCTION sample_javaScript
    RETURN varchar2 IS
    l_string varchar2(1000);
    l_char_en varchar2(1) := chr(38);
    begin
    l_string := '<script language="JavaScript1.1">'||chr(10)
    ||'<!--'||chr(10)
    ||'function getField(form,fieldName,theElement)'||chr(10)
    ||'{ '||chr(10)
    ||'var objName = "";'||chr(10)
    ||'var tmp = ""; '||chr(10)
    ||'var recnummer = 0;'||chr(10)
    ||'var dAction = ""; '||chr(10)
    ||'var sel_idx = 0; '||chr(10)
    ||'var cnt = 0; '||chr(10)
    ||'var instance = 0; '||chr(10)
    ||'var slicedName; '||chr(10)
    ||'var slicedButton; '||chr(10)
    ||'var fillData = new Array(); '||chr(10)
    ||'slicedButton = theElement.name.split("."); '||chr(10)
    ||'recnummer = parseInt(slicedButton[3],10); '||chr(10)
    ||'for (var i = 0; i < form.length; i++) '||chr(10)
    ||'{ '||chr(10)
    ||'slicedName = form.elements.name.split("."); '||chr(10)
    ||'tmp = slicedName[2]; '||chr(10)
    ||'instance = parseInt(slicedName[3],10);'||chr(10)
    ||'if (!tmp) '||chr(10)
    ||'continue; '||chr(10)
    ||'objName = tmp; '||chr(10)
    ||'if (objName == fieldName '
    ||l_char_en||l_char_en||' instance == recnummer) '||chr(10)
    ||'{'||chr(10)
    ||'return form.elements[i].value; '||chr(10)
    ||'} '||chr(10)
    ||'} '||chr(10)
    ||'} '||chr(10)
    ||'//-->'||chr(10)
    ||'</script>'||chr(10);
    return l_string;
    end sample_javaScript;
    Grant this to the schema of the form if they are in different schemas.
    In the last sql section (Before Display of the form) you can simply call this function like this.
    htp.p(schemaName.sample_javaScript);This will place java script at the form level.
    You can similarly write what all javascripting you wish to do at the form level instead of
    element level.For firing of Lovs also you can write code in the java script that will do the required action.

  • Are there any training seminars included with a creative cloud subscription?

    Hello,
    I am looking for training with the creative cloud. Are there any seminars that go along with my subscription? I'm not talking about simple training videos - I need full training for my employees. Perhaps an online seminar?
    Thanks!

    You will probably get more information by asking in the forum for the programs you use
    If you will start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll
    If you use Premiere Pro, go to http://forums.adobe.com/thread/1448923

  • Are there any Lenovo X220 owners with IPS that don't notice ghosting?

    I need to pull the trigger soon and have been watching all the posts about fan noise, throttling and IPS ghosting. 
    Are there any users with an IPS screen who do not notice, or are not bothered by, ghosting on their IPS screen?
    I would prefer IPS for the better viewing angles and color reproduction.

    As far as I can tell, the two units I got all exhibit ghosting if I just let the screen idle for too long (assuming idle at max brightness for more than 15 minutes), I think it's an issue that will be addressed by Lenovo later and for the time being, it doesn't hinder productivity unless your use of the company requires the image to stay stationary for an extended period of time.

  • Hello, are there many others having problems with creating Genius Playlists from their iPhone 5's

    Hello People,
    are there many others experiencing problems creating Genius Playlists from their iPhone 5's???
    I have a 64GB Black iPhone 5 and a 32GB White iPhone 5, I have recently performed a fresh install (wiped phone memory and installed Apps individually again) yet even after this and no less then several calls to Apple I am still unable to create a genius playlist on either phone. The message I receive after hitting the Genius "star" is "The operation couldn't be completed. Operation timed out" Operation timed out."
    I have tried this also on 3G and receive the same message........

    Lawrence Finch
    ShadowDancer1000 wrote:
    I wish Apple would have provided more detail on how it worked. I wouldn't have posted this if I new that SMS & Mac Calling had nothing to do with Bluetooth pairing.
    You mean like this? Get help using Continuity with iOS 8 and OS X Yosemite
    Please note how Apple articulates this though.
    Check your settings
    Check the following settings on your iPhone, iPad, or iPod touch:
    Go to Settings > Wi-Fi and turn on Wi-Fi if necessary.
    Make sure your iOS devices are connected to the same Wi-Fi network by going to Settings > Wi-Fi and comparing the name of the network each is on.
    Go to Settings > Bluetooth and turn on Bluetooth if necessary.
    Go to Settings > General > Handoff & Suggested Apps and make sure Handoff is on.
    Go to Settings > Phone. If you see Wi-Fi Calling, turn it off.
    Sometimes things have to be explained in more detail for the general consumer who has been conditioned for decades to think about wireless  cellphone audio / light data to [anything other device else] connectivity in a certain fashion. That is to say Bluetooth dependent ...
    For the non-technical person, which overwhelmingly many Apple users are, they would see that bulleted point and think if Bluetooth is not paired and active, then they would not received the full scope of their Continuity features.
    It would have been better for the copywriter who wrote this to (*) footnote this entry and explain that while Bluetooth recognition may be necessary between Yosemite and iPhone, SMS Push to iMessage and Mac Calling does not require an actively paired connection as these functions are dependent on iCloud and both devices being registered on the same WiFi network.
    Thank you to all who helped me get my mind around and figure this out.
    It has also opened my eyes to how iCloud has become a critical link in Apple's overall walled garden  and business strategy.

  • Are there any refurbished i5 airs with 8gb ram?

    When looking at the refurbished macbook airs, I noticed that there are only either the base models with standard i5, 4gb of ram or a few i7 with 8gb.
    I wonder why apple isn't selling any refurbished base i5 models with an upgraded 8bg ram.

    Apple makes the platinum level of refurbished products in the industry, they are not simply MacBook Airs that get a nice polish. Because of that, they are popular. It's a matter of supply of refurbish-able Macs and how fast they sell. You really have to check the website frequently to get what you want, and jump on it fast, especially anything popular.
    The problem with the i5 plus 8GB is that it was a configured option, which means it's rare. They may not get one that can be refurbished to Apple's standards.

  • Are there any Language Translators Libraries with Java API

    I have a single xml document that contains all the text displayed in my application. I now want to translate the text into other languages and I thought I could do it my using the SAX to parse the individual elements, translate the text and then write out the resulting file. Are there any open source/java libraries that can translate text into other languages.
    For now I am just interested in the most popular European languages, French,Spanish,German and Italian

    I hear what you are saying, but if it could just make start that would be great. I have a program that I have been very careful to ensure all text is localized but I dont have the time/expertise to translate it myself or the funds to get it done professionally. I also have my help manual in docbook xml format so would like to translate that as well.
    I thought AltaVistas BabelFish might have a Java API but have been unable to find one.
    Also even if the translation was to be done by humans it is very difficult for a translater to edit the file in xml format,so I think I still need a process to extract the text from the file, allow it to be translated, and then read it back in.

  • Packaging WLPI jars with custom application

    Hi,
    We are deploying our application as an .ear file in weblogic 7.0. Also we are
    using WLPI to handle the workflows. As per WLPI documentation to create a business
    operation for an ejb's method the corresponding ejb should be deployed as part
    of the WLI application. Since we are deploying our own .ear so I packed all the
    required wli ejb components with our application and created a single application.
    Now when I start the server all the ejb components (both WLI and our custom ejb)
    are getting deployed properly. I'm able to create the required business operations
    and play with workflow. Everything seems to be working fine however I get following
    error messages on the weblogic console during startup:
    <Aug 23, 2003 3:20:39 PM IST> <Error> <AI> <000000> <MessageDestinationManager
    on myserver failed to add MessageDestinat
    ion (798217097) ID=WLIBusinessProcessManagerEventQueue, JMS Queue JNDI 'com.bea.wli.bpm.EventQueue',
    JMS ConnectionFacto
    ry JNDI 'com.bea.wlai.JMSConnectionFactory', transacted? false', properties (WLPIContentType=IEvent,WLPIPlugin=WLAIPlugi
    n,) due to javax.management.MBeanException
    javax.management.InstanceNotFoundException: bpmdomain:Type=AIDestination
    at com.sun.management.jmx.MBeanServerImpl.getMBean(MBeanServerImpl.java:1680)
    at com.sun.management.jmx.MBeanServerImpl.getMBeanInfo(MBeanServerImpl.java:1880)
    at weblogic.management.internal.RemoteMBeanServerImpl.getMBeanInfo(RemoteMBeanServerImpl.java:176)
    at weblogic.management.commo.CommoProxy.<init>(CommoProxy.java:70)
    at weblogic.management.commo.CommoProxy.getCommoProxy(CommoProxy.java:187)
    at weblogic.management.commo.CustomMBeanServerProxy.getMBean(CustomMBeanServerProxy.java:770)
    at com.bea.wlai.message.MessageDestinationManager.addDestination(Unknown
    Source)
    at com.bea.wlaiplugin.common.ejb.WLAIPluginBean.setEventForwarding(Unknown
    Source)
    at com.bea.wlaiplugin.common.ejb.WLAIPluginBean.load(Unknown Source)
    at com.bea.wlaiplugin.common.ejb.WLAIPluginBean_3tkwnk_EOImpl.load(WLAIPluginBean_3tkwnk_EOImpl.java:312)
    at com.bea.wlpi.server.plugin.PluginManagerCfgImpl.loadPlugin(Unknown
    Source)
    at com.bea.wlpi.server.plugin.PluginManagerCfgImpl.init(Unknown Source)
    at com.bea.wlpi.server.init.BPMInitBean.ejbCreate(Unknown Source)
    at com.bea.wlpi.server.init.BPMInitBean_ddwui7_Impl.ejbCreate(BPMInitBean_ddwui7_Impl.java:122)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.ejb20.pool.StatelessSessionPool.createBean(StatelessSessionPool.java:151)
    at weblogic.ejb20.pool.Pool.createInitialBeans(Pool.java:188)
    at weblogic.ejb20.manager.StatelessManager.initializePool(StatelessManager.java:375)
    at weblogic.ejb20.deployer.EJBDeployer.initializePools(EJBDeployer.java:1507)
    at weblogic.ejb20.deployer.EJBDeployer.start(EJBDeployer.java:1392)
    at weblogic.ejb20.deployer.EJBModule.start(EJBModule.java:391)
    at weblogic.j2ee.J2EEApplicationContainer.start(J2EEApplicationContainer.java:1039)
    at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:1025)
    at weblogic.management.deploy.slave.SlaveDeployer.setActivationStateForAllApplications(SlaveDeployer.java:617)
    at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:376)
    at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.j
    ava:235)
    at weblogic.t3.srvr.ServerLifeCycleList.resume(ServerLifeCycleList.java:65)
    at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:832)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:300)
    at weblogic.Server.main(Server.java:32)
    --------------- nested within: ------------------
    javax.management.MBeanException
    at weblogic.management.commo.CommoProxy.<init>(CommoProxy.java:75)
    at weblogic.management.commo.CommoProxy.getCommoProxy(CommoProxy.java:187)
    at weblogic.management.commo.CustomMBeanServerProxy.getMBean(CustomMBeanServerProxy.java:770)
    at com.bea.wlai.message.MessageDestinationManager.addDestination(Unknown
    Source)
    at com.bea.wlaiplugin.common.ejb.WLAIPluginBean.setEventForwarding(Unknown
    Source)
    at com.bea.wlaiplugin.common.ejb.WLAIPluginBean.load(Unknown Source)
    at com.bea.wlaiplugin.common.ejb.WLAIPluginBean_3tkwnk_EOImpl.load(WLAIPluginBean_3tkwnk_EOImpl.java:312)
    at com.bea.wlpi.server.plugin.PluginManagerCfgImpl.loadPlugin(Unknown
    Source)
    at com.bea.wlpi.server.plugin.PluginManagerCfgImpl.init(Unknown Source)
    at com.bea.wlpi.server.init.BPMInitBean.ejbCreate(Unknown Source)
    at com.bea.wlpi.server.init.BPMInitBean_ddwui7_Impl.ejbCreate(BPMInitBean_ddwui7_Impl.java:122)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.ejb20.pool.StatelessSessionPool.createBean(StatelessSessionPool.java:151)
    at weblogic.ejb20.pool.Pool.createInitialBeans(Pool.java:188)
    at weblogic.ejb20.manager.StatelessManager.initializePool(StatelessManager.java:375)
    at weblogic.ejb20.deployer.EJBDeployer.initializePools(EJBDeployer.java:1507)
    at weblogic.ejb20.deployer.EJBDeployer.start(EJBDeployer.java:1392)
    at weblogic.ejb20.deployer.EJBModule.start(EJBModule.java:391)
    at weblogic.j2ee.J2EEApplicationContainer.start(J2EEApplicationContainer.java:1039)
    at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:1025)
    at weblogic.management.deploy.slave.SlaveDeployer.setActivationStateForAllApplications(SlaveDeployer.java:617)
    at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:376)
    at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.j
    ava:235)
    at weblogic.t3.srvr.ServerLifeCycleList.resume(ServerLifeCycleList.java:65)
    at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:832)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:300)
    at weblogic.Server.main(Server.java:32)
    >
    Can anyone tell me why these messages are coming???

    Ok, I was able to resolve this error by myself.
    I found out, that the installation from InDesign write a log file to %temp% which gives you very useful informations.
    My mistake was to not include all the directorys that were created from the Application Manager.
    Kind regards

  • Are there ANY firewire interfaces that work with 24" imac 2.16 Core 2 duo?

    This is really getting frustrating. I have now tried and failed at getting both an m-audio profire lightbridge and a TC electronic studio konnekt 48 to work on this computer. Both interfaces were tested with Leopard and Tiger, no success.
    My computer is NOT the aluminum imac, it's the earlier whiteface version, so it's supposed to have the TI chipset(I've been told that the aluminum imacs don't work because they have a agrere chipset....) The firewire port works fine with an external hard drive, but no one seems to be able to write software drivers that work.
    If anyone is successfully running a firewire interface with this model computer please let me know what OS you are running, the interface, and what software you are using.
    I'm starting to think that the problem is on apple's end, it shouldn't be this hard for third party manufacturers to write reliable drivers. both m-audio and tc electronic's forums are littered with complaints about bad drivers for the last year or so.
    Message was edited by: MNMinstrel

    Yildox - I've been doing a little more research... Your imac has a known problem, it's the particular firewire chipset it uses, made by Agere. The older white versions have a Texas instruments chipset, which is supposed to be better, though I haven't had any success with mine so far in the audio interface department.
    I really think that the problem is bigger than that though. Everyone having a problem with a firewire audio interface seems to have one similarity, a mac made in the last 2 years running OS 10.4.9 or later.

  • So, there are no way to enable tethering with mobile carrier,

    not entered in a list of autorized mobile operators? I'm using iPhone 3Gs, which is never being locked and I don't want to use any cracks, hacks.

    It so happened that my carrier doesn't has a special data plan for iPhone, and they doesn't has a profile for it. AFAIK there should be a special, encrypted file, provided by carrier, with all needed settings (APN, SMS, MMS ets.). Without this file my phone will not be able to activate tethering, isn't it?

Maybe you are looking for

  • Installing 32-bit  itunes on a 64-bit system

    Apple's web site keeps installing 64-bit 9.0.2 itunes on my system, which uses Windows 7 64-bit. iTunes does not work properly, not adding entire folders to my library. My guess is that the 32-bit version is more stable, as is the case with IE 8.x (6

  • Upgrading to 11.1.0.6

    We're planning upgrading our 10.2.0.4 databases to 11.1.0.6 and then move to latest version later. We've done few testing with our current queries and all the applications. I didn't get any issues so far except one with ACL list, noted this, and foun

  • Regd UWL and Guided Procedure

    Hi All, i am trying to implement one simple work flow in the GP, where two steps are there:- 1>Create Request 2>Approve Request. I haev created collable obect, Action, block and process. I have configure the UWL for the GP fo the 2nd step as approval

  • SFTP FCC module parameters

    Dear Experts, kindly provide the module parameters to convert CSV to xml messages in SFTP adapter. please find the below my falt structure. ENUMBER,ENAME,SAL,LAST_NAME,FIRST_NAME 1234         , srinu    , 10lac , p,srinu 2344        ,   reee   , 2 la

  • Odd and even years with Time Windows?

    Hi All, Does anybody know how to implement a time window for even years / ode years? For example, a script A that needs to be executed every 1st January of even years and a script B that needs to be executed every 1st January of odd years. At last, i