Migrating Cognos Powerplay models.

<p>Are there any tools available to aid in converting CognosPowerplay models to Essbase?</p><p>I'm also interested in any other info on migration - methods /best practices /white papers/case histories/limitations, etc.</p>

I am not aware of a tool that directly converts Cognos reports into BIRT reports.
However, I am not overly familiar with Cognos reports.
If there is an API or a system available with Cognos reports to programmatically read their contents, you could then use the BIRT Design Engine API (DEAPI) to programmatically build report designs based on what is read from the Cognos designs.
Alternatively, each report can always be rebuilt individually using the BIRT Report designer as needed.

Similar Messages

  • Using or migrating Cognos Powerplay Cubes in/to Oracle OBIEE V 11.1.1

    Hello,
    is it possible somehow to use cognos cubes (used in Cognos Powerplay) in OBIEE out of the box? Or with some tricks?
    If not, is it possible somehow to do a elegant migration, without starting from the scratch?
    Any ideas or good links, informations about this topic?
    thanks ahead?
    Eric
    Edited by: user8824510 on 21.03.2012 09:30

    Hi Tina,
    I unzipped the install file to the root drive i.e. (C:\bishiphome in my case or D:\bishiphome in your case). Some of the folder structure for SampleAppLite goes pretty deep, and I'm wondering since you've got the install folder nested in some folders, it might start hitting Windows file path limit.
    I know for a fact, when I installed 11g to C:\app\oracle\product\obiee11\<obiee11>, when it came time to uninstall, I couldn't delete the SampleAppLite files because their file path's were so long. From then on, I just installed it to the root directory to avoid problems.
    Hope this helps!
    -Joe

  • Migration cognos to HFM / Hyperion Planning

    Hi,
    Does anyone know the steps to migrate Cognos cubes to HFM 11/Hyperion Planning 11? I've no idea where to start from other than doing it manually from scratch, like building the outline & loading data.
    Can we export metadata & data from Cognos in a format which can be loaded to HFM/planning w/o much tedious manual task?
    Please give me suggestions?
    Thanks in advance.

    Hi S.P.,
    i read your post. How looks your migration concept from Cognos to OHP 11?
    Pls write me a mail [ noahface[at]gmx.de ] or give a post.
    Thxs in advance.

  • Migrate cognos cubes to essbase

    Hi,
    Does anyone know the steps to migrate Cognos cubes to Essbase 11? I've no idea where to start from other than doing it manually from scratch, like building the outline & loading data.
    Can we export metadata & data from Cognos in a format which can be loaded to Essbase w/o much tedious manual task?
    Any suggestions?
    Thanks

    Hi Srinivas,
    Thank you for quick reply.
    could you explain me process little bit clearly.
    can you explain how to extract the data from cognos cubes to the relational layer?are there any third party tools for doing the same?
    How do you compute complex calculation in cognos.can we do scripting in cognos as we do it is essbase using calculation scripts.
    for eg :do you incorparate if else st in cognos(thinking in terms of reusability).
    How can a security be migrated from cognos to essbase.
    Have you used any third party tools for migration.
    What is "report matrix " I don't have idea about cognos.
    and some more things you followed
    Thanks!

  • Oracle AW OLAP or Cognos PowerPlay for cube building

    Starting a Pilot project for BI reporting. We have two options we are exploring and testing OLAP in Oracle 10G AW and Cognos PowerPlay. Our intent is to use Cognos ReportNet for our reporting tool.
    I tend to lean toward building Dimensions/Cubes in the Oracle Analytical Workspace rather then Cognos PowerPlay.
    I need to know the pros and cons of Cube design in Cognos vs Oracle AW from the experts out there, not enough experience under my belt.
    Also if I head down the path of utilizing the Oracle AW, can I efficiently use Cognos ReportNet to access the AW? Is this via SQL or the Oracle OLAP API?
    Thanks All

    Hi, can't comment on your first question.
    Yes, you can use Cognos ReportNet with OLAP cubes. You can use any SQL emitting query tool to access the views that you create over OLAP 10g. note, these views are created dynamically in Oracle OLAP 11g which makes it very easy.
    You/ tools write SQL against the cube views, and leverage the aggregated data, and calcs in the cube, as well as having the capabilities of Cognos ReportNet. There may be a few tricks you need to do to have Cognos ReportNet write efficient SQL.. maybe someone else out there has some more input?

  • Migrating Cognos Reports to Birt

    Hi,
    I am relatively less familiar with Cognos.
    What is the best way to migrate a bunch of Cognos Reports to Birt.
    I have the Cognos Report files and the query definition file from Cognos.
    Any help will be greatly appreciated.

    I am not aware of a tool that directly converts Cognos reports into BIRT reports.
    However, I am not overly familiar with Cognos reports.
    If there is an API or a system available with Cognos reports to programmatically read their contents, you could then use the BIRT Design Engine API (DEAPI) to programmatically build report designs based on what is read from the Cognos designs.
    Alternatively, each report can always be rebuilt individually using the BIRT Report designer as needed.

  • Migration from Cognos to OBIEE

    Hi,
    We are in the process of migrating cognos components to OBIEE.
    Need ur inputs for building cubes in OBIEE...
    How Essbase can be integrated and how a model can be built????
    Would like to know the performance issues and other common problems in OBIEE...
    Some one please help which would be of great help....
    Regards,
    Pathy

    hi Pathy,
    How about these links?
    http://www.biblogs.com/2007/11/26/essbase-integration-with-obiee-101331/
    OBIEE with Essbase as datasource-what I need to know
    thanks,
    saichand.v

  • Migrating Relational Model to Object-Relational Model

    Hi,
    Can someone direct me to appropriate tutorial/examples in migrating spatial relational model to object-relatonal model.
    I have the following tables in the relational model:
    ROADS
    ROADS_SDODIM
    ROADS_SDOGEOM
    ROADS_SDOINDEX
    ROADS_SDOLAYER
    What tables would I need to create in the object-relational model?
    Can someone advice me on how to use this function sdo_migrate.to_current?
    Thanks in advance!

    There are a number of Object Oriented databases out there, with Gemstone perhaps the best known. Also, Oracle, and other RDBMS vendors are adding more object oriented features all the time.
    However, there are some downsides to OO databases. One of the biggest is that it is often really difficult to query the data directly. All interaction with the database needs some sort of mapping layer to instantiate the objects and get their attributes. It is also difficult, and sometimes impossible, to generate ad hoc queries that try to look at the data in a way that does not match the object model, something that is relatively easy in a well designed relational model.
    Finally, object oriented databases represent a more or less one to one mapping to a currently popular programming paradigm. What happens to the data when the next great programming paradigm (foo perspective) comes along? Will the foo prgrammer be able to easily read the objects in the OO database? Probably not. Will the foo programmer be able to easily read the relational data? Almost certainly.
    John

  • Cognos 7 to OBIEE 11 migration

    Hi,
    I need to migrate Cognos Impromptu 7.3 catalog to OBIEE 11.
    Could you let me know what is the process of migration?
    Thanks and Regards,
    Pnreddy

    dissimilar BI technologies cannot be migrated automatically using any tool. I have done Cognos to OBIEE earlier. Everything is manually done. You will have to build the Rpd based on Framework and Catalog from Cognos BI content store . Cognos cubes cannot be used also, You will have to re-create this cube from Oracle.

  • Cognos Upfront Powerplay interaction from r-mouse options no longer working

    Cognos Powerplay via Upfront - firefox has always had a problem with drag and drop, but it used to allow right mouse click options (ie sort, delete, insert calculation etc) and now it does not, so I assume some kind of security has been added in the past 2 weeks that is now blocking this functionality. Internet Explorer is fine with all this of course, but some users like firefox. All ideas welcome.
    == This happened ==
    Every time Firefox opened
    == 2 weeks ago

    Hello Heleos!
    3. -> You can see here some example for you, some of them contain dzen related lines, hope this helps:
    http://www.haskell.org/haskellwiki/Xmon … ig_archive
    If it doesn't help for you, what're the exact scripts you would like to implement?

  • Migrating from OLAP to relational

    Hi,
    I am supposed to work on an assignment that needs to migrate the data model from OLAP to relational. Generally the industry is moving the other way, i.e. from Relational to OLAP.
    In my current assignment I have to re-rengineer an existing reporting that is carried out of Oracle Sales Analyzer on top of Oracle Express Server.
    In the modified environment we are supposed to use Oracle 10g Standard Edition licenses from the customer, which (as far as I know) do not have the OLAP option.
    So we have to come up with a Datamart that has to be in relational (star schema) form.Please correct me if there is any other possible solution also.
    I believe some of you here would have certainly got a solution to my problem, that is,1) how to efficiently migrate the OES data into relational model. We have to report on Oracle Discoverer 10g, and ETL would be Oracle Warehouse Builder.
    2) Is there a way to reuse the metadata for ETL or reporting purposes. I have a vague idea about the whole exercise, in which, I'll manually dig out physical table level details from OES setup and then pull those attributes into the star schema kind of model tables. But maintaining hierarchies and so many levels will be another problem in relational structures.
    Please suggest.
    Thanks
    Goga

    Unfortunately, OWB cannot use an Express database as a source. However, there is some good news. If you are using Warehouse Builder 10gR2 there is an new Expert available from download from the OWB OTN website that uses all the old OSA metadata files to create a completely new project with source and target modules. The source modules are the original dimension and variable flat files.
    Because the model that is generated is a logical model you can implement it as either a relational or multi-dimensional schema (assuming you have not tried to use any features specific to a multi-dimensional model such as value based hierarchies or non-additive measures).
    Goto to the OWB Exchange:
    http://www.oracle.com/technology/products/warehouse/htdocs/OWBexchange.html?cat=EXP&submit=Search
    Search for "Experts"
    and the list one listed is:
    OSA Migration Expert: Uses the OSA Global metadata files to allow an initial migration example of an OSA system.
    Obviously this is not a supported utility so you are on your own, but hopefully this will at least provide you with a good starting point for creating your relational schema.
    Hope this helps
    Keith

  • Can we Report BW Cube using Cognos Fornt End tools

    Hello, Experts.
    We need some inputs on how to Report BW cubes using COGNOS front end tools.  
    is this possible?
    do we need to develop new cubes out in cognos again for making reports?
    and in BW cube some attributes of material are not navigational if we go to cognos  can we use this attributs for drill down or filtering?
    Thanks in Advance.
    Bharath.

    i am currently working on bi 7 with cognos 8.2 and go live very soon
    - best approach is to use query as datasource for cognos (cognos consultants agree)
    .......without query as datasource, cognos cannot see any reusable objects.
    - If i recall, cognos can leverage attributes as navigational even if bw does not have them set that way.
    - one downside is that you need to make sure all your rkf descriptions are locked down 100% because cognos uses the description in their xml definitions.
    - Make sure you have an experience cognos framework modeler that knows ins and out and does not use simple wizards.  same happened to us and lots of settings occured very late and slowed project.
    reach out to me via my profile and i can give you pointers.

  • How to configure/implement stateful r3 connection in Arfc2 model?

    Hi,
    After migration to Arfc2 model rfc function executed in different r/3 session.
    How to configure/implement stateful behavior as arfc1 for using abap enqueue, transaction, shared between fm global variables from function group?
    Wbr, Ivan

    Hi,
    thanks for your reply, but I'm afraid your post does not answer my question.
    I don't have an issue concerning the state of the Web Dynpro Application - my problem is, that if I use ARFC2 (and not its predecessor ARFC1) to call an ABAP backend, every call to a function in this backend results in an independent session and this way doesn't share the same space in memory.
    Indeed, you need less RFC connections this way, and this is an important advantage, but in some cases you have to redesign and rewrite substantial parts of an application if it was designed under aspects of ARFC1.
    And I'm now looking for a way to have ARFC1-like behaviour with ARFC2.
    Greets
    Bernd

  • Safari slow after migration

    Been having problems with load times and rendering after I migrated to same model laptop.
    Symptoms usually occur when loading multiple tabs and include:
    - Tabs not loading
    - Tabs not rendering
    - Safari hanging
    - Tabs / pages crashing
    - Force reload dialogs
    - Images not loading or caching issues
    Attempted fixes:
    - Resetting Safari
    - Fixing permissions
    Specs:
    MacBook Pro    Retina, Mid 2012
    Processor          2.6 GHz Intel Core i7
    Memory             16 GB 1600 MHz DDR3
    Graphics            Intel HD Graphics 4000 512 MB
    Software            OS X 10.8.2 (12C3012)
    Safari                Version 6.0.2 (8536.26.17)
    Plugins              clea.nr Videos
                              better IMDB
                              MacRumors Minimal
                              Evernote Web Clip
                              Readability
                              RedditMinimal
                              AdBlock
    Reason for migration: Retina ghosting issue

    Mike...
    Norton on a Mac? Worst possible scenario for the Mac OS X. Just disabling the software doesn't help.
    If you feel the need to have anti virus software installed on a Mac use either Sohphos or ClamXav, both free.
    Thomas' Corner : Mac Virus Guide
    Free Antivirus for Mac - Sophos Anti-Virus for Mac  Edition
    ClamXav

  • Xcelssius 4.5 migration to Xcelsius 2008 - problems

    Hi,
    I am trying to migrate some Xcelsius models from 4.5 to 2008 and found a number of issues - please can anyone else confirm if they have experienced the same things or if there are fixes for them:
    - on bubble charts you can no longer edit the data labels as the options screen for them (appearance>text>data labels) is broken.
    - Flashvars no longer work and need to be rebuilt.
    I have seen other people mention that formatting issues are to be expected when converting models to Xcelsius 2008 but have seen no mentions of these specific errors before.
    thanks
    Keith

    re-posted in Xcelsius forum

Maybe you are looking for

  • Installing Driver Software (full) for HP 4500 G510n-z

    I have tried to download the software for my HP4500 G510n-z on my Fujitsu laptop running Windows 7 Professional. Each time it comes back with the message "Installation Failed" and then starts removing the partaily installed software pieces, and start

  • 5k iMac i7 3 tera fusion 4 gig video fusion drive won't reformat help

    MMy bto 5k shipped from China sunday night and arrived in Maine this morning.... Amazing when you think about it for a bto iinstallation and set up we're going fine and I started up boot camp assistant to crate a temp boot camp while I wait for my th

  • MSS-Portal link with R/3

    Hi folks, We have a QA environment or the MSS-Portal running, linked to our R/3 QA system. It's working fine. Since we are preparing some tests for an SAP Upgrade phase, we need to link the MSS-Portal to a new R/3 server. The basis guys created a new

  • Oracle text Error

    hi all, i have the Query like this select NAME from ORG_NAME where contains(NAME, 'ward&') > 0; ERROR at line 1: ORA-29902: error in executing ODCIIndexStart() routine ORA-20000: Oracle Text error: While try to execute the Query i got Error .... if i

  • Skype will not allow me to log in with my macbook pro os 10.5.8

    i have macbook pro, trying to log in to skype, I have updated quicktime.  I can not log in to skype.  When the application