OBI EE integration with flex

How easy it would be to integrate OBI EE with Flex? Please let me know as soon as possible.
Thanks in advance,

I have the same question. I have developers creating applications in Flex and am trying to find out if a web application can be embedded in the OBIEE web interface - or can we only put links to the application in OBIEE? We are trying to find out if we can integrate our data entry programs with the BI portal so reporting and data entry are seamless. Probably not enough information for a detailed answer - but pointing me to any resource is appreciated.

Similar Messages

  • Webdynpro ABAP integration with Flex

    Dear All ,
    We are trying to integrate the Flex with ABAP WebDynpro. On the front end there are a set of check-boxes and whenever the user selects one or more check box , we need to make a note of this selection and save this to the database. Data in FlexBuilder is getting stored as ArrayCollection with two columns label and selected.
    We need to integrate the same into SAP using WebDynpro ABAP. We have created a datasource to read the values. Even after giving the identical names in webDynpro the data is not getting populated.
    If any of you has worked on a similar requirement earlier, please revert back .
    Regards,
    Amit Saini

    Hi Banarji
    Ple try this.
    In Flex Part
            [Bindable] 
            [Embed(source=".jpg")]
           <mx:Image x="" y=" " width=" " id="loader1" autoLoad="true" source=".JPG" height=" "/>
    Webdynpro Part
          Goto MIME - > add .swf file
    I hope.It will work fine.
    Regards
    Laxmikanth Karunamoorthy

  • Ofbiz Integration with Flex

    Hi
    I configure the Flex into ofbiz frame work, but It could not load the generated ShockWaveFlash (swf)
    file into my jsp page.
    After examing the source code, we found that the javascript partially
    loaded while missing some code in between generating output to the
    browser.
    the following error has occurred blocking the application.
    "DetectFlashVer is not defined
    if anyone configured the flex into ofbiz , please let me know how to fix
    the above issue.
    Thanks & Regards
    Lakshman

    I have the same question. I have developers creating applications in Flex and am trying to find out if a web application can be embedded in the OBIEE web interface - or can we only put links to the application in OBIEE? We are trying to find out if we can integrate our data entry programs with the BI portal so reporting and data entry are seamless. Probably not enough information for a detailed answer - but pointing me to any resource is appreciated.

  • Outlook integration with flex

    Hi ,
    I have a scenario in which I have to open an Outlook email window (of a specified size) on a button click,
    and the previously selected PDF file has to be automatically attached to that mail.
    can anybody help in this case ?

    you can automatically open an email client like so:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
        <mx:Script>
            <![CDATA[
                import flash.net.navigateToURL;
                private function newBrowserWindow(url:String):void
                    var urlRequest:URLRequest = new URLRequest(url);
                    navigateToURL(urlRequest, "_blank");
            ]]>
        </mx:Script>
        <mx:Button click="newBrowserWindow('mailto:[email protected]')"/>
    </mx:Application>
    automatic attachment..
    maybe
    http://forums.devshed.com/beginner-programming-16/using-mailto-with-an-attachment-66699.ht ml
    will help

  • Best integration for Flex

    I have a doubt, what is  the best language for an application beckend RIA? I am wanting to create an  application and was thinking of using java integrating with Flex  (BlazeDS or WebOrb) but i dont know if is the best choice.

    Ok, I'm more familiar  with. NET, but in case I'll use that tool? Can I use Visual C #  Express only without having to purchase Visual Studio to integrate with  flex? Using WebORB in the case.

  • Charting with Flex Builder

    Hello,
    I am a newbie and am looking to develop some graphs and
    charts using Flex Builder, could someone provide some insight on
    how to build using Flex Builder?
    Thanks

    This issue was resolved with help from Ryan at Adobe tech
    support. For anyone else who's suffering from this problem, the
    resolution is that you need a valid Flex 2 w/Charting serial number
    to place in the file "<Flex 3 Builder
    Root>\sdks\2.0.1\frameworks\license.properties" on the line
    "charting=<serial #>".
    To answer my own previously asked questions:
    Yes, Flex Builder 3 is supposed to entitle me to use the Flex
    Charting component (which is integrated with Flex 3, but was an
    addon in Flex 2).
    No, the Flex Builder 3 serial does NOT work with Flex 2
    Charting. You need a Flex 2 w/Charting serial.
    To anyone in this position, I would recommend opening tech
    support case via the web support portal and politely explaining
    your situation. It took a few days, but when I finally got through
    to someone who could help, the resolution was prompt.
    Regards,
    Dave

  • Are there any recent tutorials or information for integrating Adobe Flex with Ruby on Rails 4?

    I've combed and searched extensively and most of the documentation is anywhere from 4 to 7 years old.  A lot of it focuses on outdated gems or libraries.  I've even seen Rails 2.0 as a focus for a lot of this information.
    I would just like to know if anyone has any valid resources for the latest Adobe Flex integrating with a Rails 4.x application.  And, if so, where is this hidden information listed or located?
    Thanks.

    I've combed and searched extensively and most of the documentation is anywhere from 4 to 7 years old.  A lot of it focuses on outdated gems or libraries.  I've even seen Rails 2.0 as a focus for a lot of this information.
    I would just like to know if anyone has any valid resources for the latest Adobe Flex integrating with a Rails 4.x application.  And, if so, where is this hidden information listed or located?
    Thanks.

  • Integration of Flex with Aprimo Lead Management

    Has anybody worked on integrating Adobe Flex with Aprimo Lead Management? If so,how can it be done?

    "jonpor" <[email protected]> wrote in
    message
    news:gbj914$ct$[email protected]..
    > If you do any asp.net you've probably seen and used an
    updatepanel. You
    > are
    > right, it is AJAX. An "updatepanel" is an asp.net
    control that
    > encapsulates the
    > AJAX functionality to do partial page postbacks in
    Asp.net. With an
    > updatepanel, you can trigger ajax postbacks on parts of
    a page (whatever
    > is in
    > the updatepanel). Problem I'm having is when I trigger
    an update on the
    > client
    > side, it is triggering 'the whole page' to update,
    rather than only
    > posting
    > back what is in the panel. This is probably a better
    question for an
    > asp.net
    > site, but figured someone in the flex/flash camp might
    have figured out
    > how to
    > do it.
    >
    > Since I'm putting Flex in Asp.net, figured I'd try to
    look for an answer
    > here
    > rather then getting flamed on a Microsoft board for
    using Flex.
    I'd look at using ExternalInterface to fire of the js methods
    that run the
    AJAX.
    HTH;
    Amy

  • Not able to start presentation services during EBS integration with OBI

    Hi All,
    I ran through an issue while trying to integrate OBIEE 11.1.1.5 with EBS R12. I followed the steps mentioned in the below link
    http://docs.oracle.com/cd/E14571_01/bi.1111/e16364/ebs_actions.htm
    I restarted all the services but i was routed to OBIEE login screen through EBS. Later on i made some changes in connection pool of the repository and started the services but now presentation services are not coming up. i tried restarting all the services from EM and opmnctl but to no avail. i went through sawlog5 and console~coreapplication_obips1~1.log file but not able to find any specific error. Below is the error description from both the files
    sawlog5.log : [2012-06-29T07:24:45.000+02:00] [OBIPS] [ERROR:16] [] [saw.dms.conext.unwrap] [ecid: 000001U8AG25Ahd5pf_AiY01402c000001,0:29] [tid: 4884] Failed to restore ctx from reference[[
    File:executioncontext.cpp
    Line:286
    Location:
    saw.dms.conext.unwrap
    saw.threadpool
    saw.threads
    ecid: 000001U8AG25Ahd5pf_AiY01402c000001,0:29
    ThreadID: 4884
    console~coreapplication_obips1~1.log : 12/06/29 08:08:29 Start process
    12/06/29 08:08:51 Start process
    12/06/29 08:19:41 Start process
    12/06/29 08:20:00 Start process
    12/06/29 09:09:53 Start process
    12/06/29 09:10:15 Start process
    i am relatively new to OBIEE 11g platform. Please let me know if i need to look in some other log files.
    Regards,
    Sandeep

    Hi,
    i did make changes to connection pool but those changes are inevitable. I pointed those connection pools to the new EBS database.
    @DPKA : i did make changes to instanceconfig. As a part of OBIEE integration with EBS, i changed instanceconfig.xml and started the services. I didn't bring down the services while making the changes. Did that have any impact on services.
    Regards,
    Sandeep

  • Can OBI EE be integrated with Oracle Coherence

    Can we have Oracle Coherence as one of the data sources?
    Regards,
    Vikram R

    Hi Srinivas ,
    Yes , ECM can be integrated with Oracle EBS (enterprise business suite) and other Oracle Apps as well like Peoplesoft , Siebel etc .
    Details can be read from the following link : http://docs.oracle.com/cd/E23943_01/doc.1111/e17953/toc.htm
    Thanks
    Srinath

  • Integration with OBI

    Hi,
    I need to know the physical query generated by the BI server when integrated with endeca 3.0. ( I believe the QueryStatement.sql file in data-in folder is the logical query).
    The BI URL shows lot of data but the Endeca URL after loading data shows just 7 records! I need to understand how data is being loaded into data domain. Appreciate your help.
    Thanks,
    Anusha

    Bwise,
    I tried different options as you suggested. I gave the Presentation Services URL and Port, but I still don't see any Answers requests. I get the following error at the command prompt where OCJ services started.
    [060107_020256390][][STATEMENT] Global context initialized
    [060107_020256406][][STATEMENT] SawFolderNavigationService: getFolderChildren ca
    lled...
    [060107_020257265][][EXCEPTION] Got exception: (404)Not Found
    07/06/01 14:02:57 AxisFault
    faultCode: {http://xml.apache.org/axis/}HTTP
    faultSubcode:
    faultString: (404)Not Found
    faultActor:
    faultNode:
    faultDetail:
    {}:return code: 404
    &lt;HTML&gt;&lt;HEAD&gt;&lt;TITLE&gt;404 Not Found&lt;/TITLE&gt;&lt;/HEAD&gt;&lt
    ;BODY&gt;&lt;H1&gt;404 Not Found&lt;/H1&gt;Resource /analytics/saw.dll not found
    on this server&lt;/BODY&gt;&lt;/HTML&gt;
    {http://xml.apache.org/axis/}HttpErrorCode:404
    07/06/01 14:02:57 (404)Not Found
    Do you have any other suggestions?
    Thank you,
    Krishna

  • Integration of ATG with Flex

    Hi
    I'm new to ATG but have experience with Adobe Flex. I'm thinking about a website with Flex as UI and ATG as the back end. Please suggest the various methods to integrate ATG with Adobe Flex.
    Suggestions at the earliest will be really helpful.
    Thanx
    Bala

    same thread:
    ATG and SAP integration

  • What is prereq for reading above, and for start develop/reading with flex and cf(level?) ?

    http://www.adobe.com/devnet/flex/pdfs/getting_started_with_Flex3.pdf
    what is prereq for reading above, and for start develop/reading with flex and cf(level?) ?

    The Flex Quickstarts will be a place for starters, if you want to know 
    about Flex/CF integration the first to know would be some basics of CF.
    Sincerely,
    Michael
    Sent from my iPhone

  • OBIEE 10g integration with mapviewer

    hello all,
    i am trying integrate mapviewer map in obiee dashboard. and i am able to show maps which do not use bi answers data for any kind of interaction (i.e,no "nsdp" section in the map file). this works fine. if i am using any dashboard prompt to filter the map ( for example if want to see a particular county from a statewide map using dashboard prompt as filter) it is giving error as below:
    *[MVThemeBasedFOIControl.foiLoaded] MAPVIEWER-05523: Cannot process response from MapViewer server. (MAPVIEWER-06009: Error processing an FOI request.*
    Root cause:FOIServlet:Missing IN or OUT parameter at index:: 1)
    there are two databases with same set of data. one is poc which was created by some one else. so we had to setup new schema to properly define all the data.
    so problem occurs when using new schema as datasource. all the html datasource configurations are properly defined on mapviewer for new data.
    followed these steps in setting up new schema:
    ->initially did not run any scripts nor created mvdemo , started clean and loaded the required tables using map builder from GIS shape files with geometry projected to world_mercator(54004). on the contrary POC schema two geometry columns in each table where one is actual coordinate system from GIS file and then it is projected to world_mercator system and loaded into second column using sql. all the geometry indexes looked similar.
    ->created all the mapping metadata exactly same as the POC. where all the themes uses world_mercator geometry.
    both schemas are on same database. i have no idea of what causing the error when i use dashboard prompts. i am not sure if there are additional steps to be followed in creating database or if something else is missing some where. i have no prior experience with mapviewer and oracle spatial. this is kind of learning curve for me.
    please let me know any suggestions or solutions .
    regards,
    mallik
    Edited by: 863261 on Jun 2, 2011 12:33 PM
    Edited by: 863261 on Jun 8, 2011 5:49 AM

    Hello,
    Is your environment similar to this in http://obiee-bip.blogspot.com/2010/10/obiee-integration-with-oracle-access.html or something different like diid you have create groups in OAM .?
    Also assuming your repository groups and presentation catalog groups are already setup. In the different authorization init block you have created enable the ‘Required for Authentication’ check box.
    NOTE: According to Oracle Access Manager (OAM) and Oracle Business Intelligence (OBI) Integration [ID 1217103.1]
    Creation of group should be done by loging as Administrator user to rpd and webcat. This should be done on different machine that does not have OAM integration. With OAM integration only OAM user can log into presentation services and they don’t have Administrator user privileges.
    Hope this helps. Pls mark if it does.
    Thanks,
    SVS

  • OBIEE 11.1.1.3.0 integrated with Oracle EBS R12

    Hi,
    I have Oracle EBS Vision Instance v R12.1 installed on Redhat 5 and wanted to install OBIEE latest version. Can some please point to system architecture diagram as i am conflicted with installation. I do not have complete idea but writing here what i actually know.
    Oracle EBS R12 on Linux
    OBIEE V 11.X on Linux
    Now install prepackeged analystical function on windows machine and using BI tool deploy/use them with Oracle EBS.
    Please point me to a note which describes the components and what does it take to make up and running in conjuction with Oracle.
    Thanks in advance
    Prashant

    Please see these docs.
    Integrating Oracle Business Intelligence Applications with Oracle E-Business Suite [ID 555254.1]
    What documentation do I need to review when installing and configuring a OBI Apps 7.9.6.x environment with EBS? [ID 1221764.1]
    Master Note for OBIEE Integration issues with EBS, Siebel, SSO, Portal Server [ID 1248939.1]
    Oracle SSO E-Business Suite Applications Integration with Oracle Business Intelligence [ID 553423.1]
    Oracle EBS integration with OBIEE [ID 733137.1]
    Document for implementing security OBIEE Apps with EBS and Siebel CRM as sources [ID 756851.1]
    What Application must be chosen for Responsibility within EBS when integrating with OBIEE [ID 1246464.1]
    Also, search Steven Chan's Blog and you should get couple of hits -- http://blogs.oracle.com/stevenChan/
    Thanks,
    Hussein

Maybe you are looking for

  • WRT546 Wireless Adapter not picking up signal

    We have 2 computers, one hard wired and the other wireless for the internet. The system has been working perfectly until we switched out the wireless computer for a new computer. Spent several hours on this and hours on the phone with Linksys. We had

  • Internal Orders with AUC ( Assets under construction) Config steps

    Dear Experts, Can you send me the step by step configuration for Internal order with Asset Under Construction Thanks Sanjai

  • Set focus in tabular form

    apex 4.2 I trigger javascript on a page with a tabular form. after the javascript fires the page reloads. I tired setting a dynamic action on page load that set focus jquery selector [name=f02]:last which should set focus to the f02 field of the last

  • How do i change aspect ratio in iMovie?

    I was sent a video whose aspect ratio is messed up-squished vertically. I imported it into iMovie anyway thinking I could correct it. I thought it would happen i the Export dialog where I input a custom size. But it hasn't worked.

  • Loss of MSVCR80.dll after iTunes update

    After latest iTunes update loss MSVCR80.dll file Cannot install iTunes even after uninstalling it