Discoverer Report - Multiple instance migration

Hi
We are using Discoverer 4i reports. We are using 5 Test instances. Say
DEV,DEV1,CRP1,CRP2,CRP3.
We are doing development in DEV instance and we want to migrate the same report to DEV1 instance. We needs to recreate the same report in DEV1 Instance. It is time taking and double efforts need.
We have tried below ways, but we have failed in some cases
1. Taking *.dis file and save in different database
2. Taking the export of BA and import in another instances.
Is there any software available in the market to migrate discoverer report between instances. ( Ex like Kintana for Ebusiness suite migration).
It will be helpful for me, if you have any ideas/comments/suggestion to overthis instance report migration problem.
Thanks in advance.
Navas

Hey Navas.
This seems to be something many companies wrestle with. A recent client I was at had a similar situation but absolutely, didn't want any exports / imports of the BA and all had to be manually coded in each.
Reason for this was that you had to write up detailed explanations on what you did so it could be manually copied into PROD by the DBAs and therefore, no export / import (with the exception of you didn't recreate the file system saved report obviously).
Also, I can attest (and have commented on this before), Disco 4 has seemed 'challenged' to me in the past and an export / import from one v4 EUL to another v4 EUL sometimes doesn't work exactly the same (ie: a file system saved workbook in one EUL doesn't work in a newly exported / imported BA in the other EUL. With different EULs it appears that when people make changes to each, and delete their changes, it can cause problems (ie: ids being renamed to _1, etc.) which just makes life difficult.
This is why for non-PROD instances, more times than not you just refresh the entire EUL to either your PROD instance (and apply changes you're working on again) or harmonize all test instances.
Russ

Similar Messages

  • How to migrate the discoverer reports using the PPM tool

    Hi,
    Did Any One Migrate the Discoverer Reports Using The PPM (Kintana Tool) From One Oracle Instance To The Other?
    Please Help Me If Any One Knows?
    Thanks,
    Ankit

    Hi User,
    Create a new shared folder.
    Provide access to all the users.
    Now, ask the user who created the report in 'My Folders' to save the report in this new shared folder.
    And, Delete those reports in 'My Folders'.
    Now, as the report is saved in New shared folder you can access - this one.
    Else--- Ask the user who created the report in my folder to make sure that it is available to all users. (Permissions - Permission should need to be provided for Administrator group)
    Thank you.

  • Discoverer reports failing after import from another instance

    I've migrated Discoverer reports using export/import option.After opening reports in new instance,I'm getting the following error for some reports :
    Can not join tables used in the work book Item dependency not found in the EUL,Attempt to open workbook failed?
    I checked disco administrator for these reports and all these reports are based on custom folders.These custom folders are based on query and they are not joined with any other folders.
    Thanks,
    Kiran.

    Hi Kiran
    Try re-importing and matching on Names and see if that helps.
    Having End User Layer metadata out of sync and maintained in more than one place is a recipe for disaster. The best way to develop Discoverer metadata is to have a three-stage environment using Development, Test and Production.
    You should never add new Production metadata without migrating from Test which in turn is migrated from Development. Adding new metadata in Production will cause the unique IDs to be updated. The next time you migrate from Test, checking the box to match on identifiers will cause problems. Of course if you also take the time to make sure than even identifiers are unique then you will not have any issues.
    Best wishes
    Michael

  • Discoverer reports migrated into OBIEE

    HI,
    One of my client is having some discoverer reports and he wants to migrate it from Discoverer to OBIEE. Can any one give me some info that how to migrate those into OBIEE.
    Is that we need to develop a new rpd ?
    Regards,
    Mall
    Edited by: user10675696 on Feb 3, 2013 9:06 PM

    Hi,
    check this link for more info:
    https://blogs.oracle.com/robreynolds/entry/discoverer_migration_to_obiee
    For the steps,
    http://www.bgoug.org/upload/events_files/37_Migrating_Disco2BIEE_FinOUG.pdf
    Thanks,
    Vineeth
    Edited by: Vineeth. K.M on Feb 3, 2013 9:11 PM

  • Multiple instances of Crystal Reports Viewer possible in WPF?

    Hi, I've dragged and dropped three Crystal Reports Viewer controls on my WPF application. The goal is to be able to select up to 3 reports from a listbox and click run to generate the reports simultaneously. When I select just one report, it works fine. However when I select multiple reports it throws errors (object not found, etc). It seems there is a problem with multiple threads. Is it possible to have multiple instances of the Crystal Report Viewer display reports simultaneously? I am using version 13.0.9.1312 from the link below along with VS2013 C# WPF.
    SAP Crystal Reports, developer version for Microsoft Visual Studio: Updates & Runtime Downloads
    Thanks,
    Syed

    I was able to quickly cobble together a two viewer app that looks like this:
    The code is like this:
    Public Sub New()
            ' This call is required by the designer.
            InitializeComponent()
            ' Add any initialization after the InitializeComponent() call.
            Dim crReportDocument As New CrystalDecisions.CrystalReports.Engine.ReportDocument
            crReportDocument.Load("C:\tests\formulas.rpt")
            CrystalReportsViewer1.ViewerCore.ReportSource = crReportDocument
            Dim crReportDocument2 As New CrystalDecisions.CrystalReports.Engine.ReportDocument
            crReportDocument2.Load("C:\tests\report1.rpt")
            CrystalReportsViewer2.ViewerCore.ReportSource = crReportDocument2
        End Sub
    For more details see the document WPF Project Using the Crystal Reports WPF Viewer in 8 Easy Steps
    Now a couple of things to keep in mind;
    1) The report engine is based on 3 Concurrent Processor License (CPL) model. Meaning you can process at most three reports at the same time. In my test, doing the above code for four reports worked, but the reports are very, very simple - and with saved data. What a "real" world reports will do, I am not sure. I do know that in a web app, the reports are queued up until one report is done and thus a CPL is freed up. You will also need to keep in mind any database connection limits, etc.
    2) There is also a Print Job limit. This by default is set to 75. In a nutshell, almost anything done with a report is a Print Job. E.g.; paging, zooming, drilling, searching, etc., etc. In addition subreports are considered to be Print Jobs. Thus a report with one subreport in a detail section that returns a thousand rows of data and therefore running 1000 subreports will error out.
    You can read more about Print Job limits here:
    Crystal Reports Maximum Report Processing Jobs ... | SCN
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Multiple instances of a table & join supported in OBIEE SQLQuery report

    Hello All,
    I am creating a report in BIP based on the RPD created in OBIEE.
    I have to use multiple instances of same table in this case. But when I do that, I am getting "'The query contains a self join/This is a non-supported operation" error.
    Have anybody got his error before? Could anybody help me solving this?
    Thanks
    Narasimha Rao

    Hello All,
    I am creating a report in BIP based on the RPD created in OBIEE.
    I have to use multiple instances of same table in this case. But when I do that, I am getting "'The query contains a self join/This is a non-supported operation" error.
    Have anybody got his error before? Could anybody help me solving this?
    Thanks
    Narasimha Rao

  • Discoverer Reporting Solution for Multiple Databases

    I have to build oracle discoverer reports (single point of access) for four different applications. Each application is having separate databases. So whether i should create separate EULs for each applications (in respective databases) or Should i create a single EUL in any one of the databases and then use db links to connect rermaining databases (for reports from the other applications).
    Can u suggest me which method will work good if you see the performace?. I need a dingle point of access for all the discoverer reports.
    The worksheets need to be deployed with oracle portal for access of reports in a single click. Is there any way to pre configure the db credentila for each worksheet...?

    Hi
    My replies below make the assumption that you are not allowed to do any ETL and therefore the data from each database has to be pulled as is. If you do have ETL capability the situation changes dramatically.
    In addition to what Sharon has said the cost based optimiizer will have a difficult job rewriting your query efficiently if you use database links, and if you attempt to have queries with some tables from one database and some from another the optimizer will not work at all. I mean. How could it? How could the optimzier in database A know anything about the statistics in databases B, C or D? Wherever the EUL is, that is where the driving optimizer will be so choose wisely obi-wan :-)
    For me it's more about user needs than IT needs. If the business has a need to combine data from multiple databases then having a single EUL with database links would be a necessity. However, if they really are disparate systems with nothing in common such as say having Peoplesoft HR in one and E-Busines Suite Inventory in another with perhaps an in-house tracking system in another then I would look at having separate EULs, one in each.
    Having one EUL across non-related systems means you have to mix users and roles and can be hard to manage. It actually becomes messy when just two databases are involved never mind four. So even though you might think it is more difficult to maintain 4 EULs, if the objects really are different and you have differing roles and usernames it actually will probably be simpler. They will be simpler to backup, simpler for exporting and importing and it will be faster for Discoverer to maintain workbooks as there will be fewer of them. Plus your system will have access to its local optimzier thereby ensuring the SQL is efficient.
    If you are going to use one EUL you need to start out on a sound foundation. This means using libraries to control access too business areas and workbooks. You'll need to adopt some simple naming standards to keep things separate and manageable. I wrote a paper about libraries a few years ago and it is available free of change here on my website: http://ascbi.com/downloads.htm. The paper is called Discoverer Libraries - a Concept.
    Best wiishes
    Michael

  • Remove Save as option in R12 instance - discoverer reports

    Hi,
    IN R12 instance discoverer reports we find following option at top-left side of the screen
    - Rerun query
    - Save as
    - Revert to saved
    - Export
    ....etc
    Is it possible to remove 'Save as' option? If yes, please suggest how can it be done.
    Thanks,
    Kamath.

    Hi Kamath
    The whole of the Viewer interface is customizable, meaning you turn off / on the features you want to see made available to your users. Thus, if you don't want your users to be able to Export you can turn it off.
    Rod has commented that the only way you can stop a user from saving a workbook is to turn off that privilege in the Admin edition. This is absolutely correct. Just turning off or disabling the Save and Save As buttons inside Viewer will stop stop a user from saving. What it will stop is the casual saving but if a report has been modified when the user goes to exit they will be asked if they want to save, even with the Save and Save As button disabled. Thus, you do need to remove the privilege.
    As for altering the look and feel of Viewer, not only can you decide which buttons to activate / deactivate, but you can also change the base fonts, color scheme and even add your corporate logo. I have been to many organizations who have changed Viewer to have the look and feel of their corporate website.
    I hope this information helps
    Best wishes
    Michael

  • Missing Discoverer reports after migrating the EUL to new Database.

    Our Environment is Discoverer Relational- OLTP
    We have recently migrated the source database from Oracle 9.2.0.6 to 10.2.00.0 RAC, this made us to migrate the Discoverer to new database in production.
    Below are the database objects we migrated to new database.
    1. EUL schema
    2. Schemas referred by the Objects in the EUL (schemas containing functions, tables, views etc)
    3. Based on trigger we created to filter active discoverer database accounts, migrated only active database users to new database.
    Note: we had almost 4000 Discoverer users from 2005, since many of these users moved out of company or not using discoverer permanently, and there are users who used discoverer once in year or once in 6 months.
    Finally we come up with 300 Active Discoverer users to be migrated to new database.
    Issues: After migration
    Some of the migrated users did not get their reports migrated which are shared by other users? [Since we didn’t migrate these users schemas as they are not active].
    We have queried the EUL5_DOCUMENTS table in new database for a particular inactive users account (account which is not migrated) is not showing any reports owned by him.
    Since we have migrated EUL schema and active users new database, is this will effect the EUL, [Information related to non active users gets deleted from the EUL in New Database]
    Some users who are not figured in the active migrated list are requesting to get access to discoverer on new database. Can you please suggest the correct way to migrate these accounts.
    Exporting the accounts will work?
    Thanks in advance.
    Sunil

    Kanchana Devasurendra wrote:
    Hi ARS,
    Please check the following item in your new database.
    1. log_archive_max_processes Most properbly value set for this parameter is low ( may be it's set to 1.) Please increase up ( 4)I am curious to know what makes you think 4 is the right magic number for log_archive_max_processes - after all, he's only got one archive destination.
    Regards
    Jonathan Lewis
    http://jonathanlewis.wordpress.com
    http://www.jlcomp.demon.co.uk
    A general reminder about "Forum Etiquette / Reward Points": http://forums.oracle.com/forums/ann.jspa?annID=718
    If you never mark your questions as answered people will eventually decide that it's not worth trying to answer you because they will never know whether or not their answer has been of any use, or whether you even bothered to read it.
    It is also important to mark answers that you thought helpful - again it lets other people know that you appreciate their help, but it also acts as a pointer for other people when they are researching the same question, moreover it means that when you mark a bad or wrong answer as helpful someone may be prompted to tell you (and the rest of the forum) what's so bad or wrong about the answer you found helpful.

  • Multiple Reporting Services Instances

    Hello,
    I'm fairly new to SSRS. I have been working with SQL for a while, however I never have had a need to get into SSRS until now. We are trying to set up a dedicated SSRS server that will be used by multiple different applications within the organization. So
    instead of installing SSRS all over the place we'd just have one server dedicated to it. My question is regarding security. Do I need to set up multiple instances of SSRS on the server, one for each application that will be using it? Or, can I handle
    all security within SSRS and roles so that I can ensure access is not given to another applications data?

    My question is regarding security. Do I need to set up multiple instances of SSRS on the server, one for each application that will be using it? Or, can I handle all security within SSRS and roles so that I can ensure access is not given to another
    applications data?
    It is not necessary to set up multiple instances of SSRS. A single instance will work however you need to provide role and permissions to different users accessing the SSRS.
    Authorization is based on roles that you assign to a principle. Each role consists of a set of related tasks, which are in turn composed of related operations. For example, the
    Manage reports task grants access to the following report server operations: view reports, add report, update report, delete report, schedule report, and update report properties.
    Refer http://technet.microsoft.com/en-us/library/bb522824.aspx
    Regards, RSingh

  • Database migrated from Oracle 10g to 11g Discoverer report performance issu

    Hi All,
    We are now getting issue in Discoverer Report performance as the report is keep on running when database got upgrade from 10g to 11g.
    In database 10g the report is working fine but the same report is not working fine in 11g.
    The query i have changed as I have passed the date format TO_CHAR("DD-MON-YYYY" and removed the NVL & TRUNC function from the existing query.
    The report is now working fine in Database 11g backhand but when I am using the same query in Discoverer it is not working and report is keep on running.
    Please advise.
    Regards,

    Pl post exact OS, database and Discoverer versions. After the upgrade, have statistics been updated ? Have you traced the Discoverer query to determine where the performance issue is ?
    How To Find Oracle Discoverer Diagnostic and Tracing Guides [ID 290658.1]
    How To Enable SQL Tracing For Discoverer Sessions [ID 133055.1]
    Discoverer 11g: Performance degradation after Upgrade to Database 11g [ID 1514929.1]
    HTH
    Srini

  • Discoverer report not working on R12 !

    We have just migrated to R12 from 11i and some of the discoverer query is not working, but the same is working fine when we ran thru SQL Developer or TOAD.
    Is there any context (mo_global.set_policy_context) needs to be set in Discoverer report to get the data?
    Thanks

    Thanks Srini,
    There is no any specific error message, the strange thing is if I run the Discoverer report is not returning any data, but if I set the mo_global.set_policy_context ('S',111) in SQL Developer or TOAD and then run the discoverer report it return data...
    Any pointers?

  • Discoverer report with PO_RELEASES in R12

    Hi all,
    I'm migrating a Discoverer report from 11i to R12. The query of the folder uses the po_releases and this join condition "and rcv_transactions.po_release_id = po_releases.po_release_id(+)". When I run the report I get the error "invalid number" but when I tried the same query but using the po_releases_all it seems to work. Is this ok? I saw that in R12 po_releases is just a synonym, is this correct? I would appreciate your comments.
    Thanks in advance.
    Gabriela

    Thanks Hussein. Yes, I've checked the document you recomend, but the problem seems to be when I try to use po_releases, the synomy) and I don't know why it work with the _all table but not work with the synonym.                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Discoverer report - Output from Discoverer plus is not the same as Discoverer desktop

    As a part of Upgrade project we are migrating the discoverer reports from 11i (11.5.10.2) to R12 (12.1.3) .After migrating to R12, for a custom discoverer report the output given by discoverer desktop is correct (24 rows for a scenario). But the report output from Discoverer plus does not show the credit transactions (2 rows). The output from Discoverer plus shows only 22 rows (24 - 2), which is incorrect. The query is the same in Discoverer desktop and Discoverer plus.
    Please let me know why these transactions that are appearing when the report is run from discoverer desktop are not appearing in discoverer plus. Is there any setup in discoverer plus for this?
    Regards,
    Brajesh

    Pretty hard to answer a question like this.  Best bet would be to copy the existing discoverer plus book and start removing conditions, fields, etc until those two rows from desktop show up and see if you can work it out. 

  • User is getting Error while opening a Discoverer report::Model Manipulation

    Hi,
    I am stuck with a peculaiar error as reported:
    While opening a Discoverer Report its giving Error:
    Model manipulation via state object.Server writes and pass through reads can only be made on objects attached to the model
    instance of
    oracle.disco.model.corbaserver.ScheduleRunWorkbookInfoImpl made state from:removed from
    oracle.disco.model.corbaserver.schedule.ScheduleRunWorkbookInfoImpl
    Kindly any help will be benefitial for me.
    Thanks and Regards

    Pl post details of OS, database and Discoverer versions. Pl detail the steps to replicate this error. This MOS Doc may be helpful
    734850.1- Error "Failed to Find Workbook ParameterValue.." When Trying to Edit Scheduled Discoverer Workbooks
    HTH
    Srini

Maybe you are looking for

  • How do I change permissions on a USB drive?

    Hi I have a thumb drive that is MS-DOS (FAT12).  It only gives me permission to read. Is it possible to change the permission to read write? I don't mind if I have to reformat the drive. AS

  • Foundation/NSString.h: No such file or directory.

    So I'm trying to start learning iphone development, I have written a very simple app and it doesn't work for some weird reason. When I pressed the red button at the bottom right corner of the screen, xcode told me this: Foundation/NSString.h: No such

  • How to run the dynamic jnlp generate by jsp, but cache one is not dynamic?

    Hi Web Start expert, I need some urgent help on this issue. I want to pass some session info from my protal web app to my java app through web start. I have tried to use a servlet or jsp to generate a dynamic JNLP which will include all the necessary

  • Find production plan daywise

    Dear experts, I would be grateful i someone has encountered and solved this issue before and could help me out here. We had MRP module recently implemented and been asked to calculate plan qty datewise for given matnr. Having looked at table plaf,i w

  • Dates incorrect when importing from Eudora

    When importing mailboxes from Eudora, it seems that the emails I have received all have their dates correct in Mail, but all the emails that I sent have their dates set to the date the import was done. Is there any way to avoid this? Thanks, John Lin