How to migrate Oracle Report from one environment to other environment

Hi all,
I registered a report and deployed in devr environment, now i want to migrate the report from devr to other environment.
I dont want to undergo with same registering and deploying the report in other environment.
Please let me know how should i go ahead and i come up with using of FNDLOAD, please can any one explain the process.
Thanks,
Vishal

Sandeep,
Yes, I think your command format is not correct.
Try the one that Rod posted.
About the note on metalink. It seems that it is under review.
Here is the basics of the note:
1. Determine the owner of the workbook. Say UserA.
2. Open an sqlplus session to the database.
3. Run the following sql:
SQL> set heading off
SQL> set feedback off
SQL> set echo off
4. Now spool the result of the following sql to a file.
SQL> spool c:\exp.bat
5. Run the sql statement
NOTE: CHANGE DISCOE_HOME
SQL>select '<Disco_Home>\discvr4\dis4adm /connect
EUL_owner_name/passwd@connect_string /export c:\'||rownum||'.eex /workbook "'||
doc_created_by||'.'||doc_name||'"' from
SELECT EUL4_DOCUMENTS.DOC_NAME, doc_created_by, NVL(EUL4_EUL_USERS.EU_USERNAME,
'Document Not Shared') shared_with
FROM EUL4_ACCESS_PRIVS EUL4_ACCESS_PRIVS, EUL4_DOCUMENTS EUL4_DOCUMENTS,
EUL4_EUL_USERS EUL4_EUL_USERS
WHERE ( EUL4_DOCUMENTS.DOC_ID = EUL4_ACCESS_PRIVS.GD_DOC_ID(+) ) AND (
EUL4_EUL_USERS.EU_ID(+) = EUL4_ACCESS_PRIVS.AP_EU_ID )
where doc_created_by='UserA'
where,
Disco_Home is the Location or Discoverer 4 Home.
4. SQL> spool off
5. SQL> set feedback on
6. Now run the batch command file (exp.bat)
Regards
Roelie Viviers

Similar Messages

  • How to Migrate VO Extension from One Instance to Other

    Hi,
    How to Migrate VO Extension from One Instance to Other.
    Thanks
    Vishnu

    Move the VO.xml and Class files as usual to other Environment.
    Also move the .jpx of the Project and run the jpx importer.
    Thanks
    --Anil                                                                                                                                                                                                                                                                                               

  • How to migrate "Access Restrictions"  from One Environment to another Env

    Hi ,
    Can anyone suggest regarding the "Access Restrictions" , we need to move the "Access Restrictions"  from one environement to another environment .
    Thanks & Regards
    Venkat.

    hi,
    When using Import wizard,
    while importing Universe, Please check the below option to migrate Access Restrictions.
    "Keep Universe Overloads for imported Users and Groups"
    Regards,
    Vamsee

  • How can we copy report from one portal to other portal

    hi,
    I have to copy one report from 1 portal to other portal so how we can do that .If anybody knows pls tell me

    Hi,
    Can you tel us the type of Report you are using ?
    Regards,
    Sandeep

  • How to copy specific reports from one environment to another?

    I need to release a few answers, prompts and dashboards from one test environment to a production environment. I do want to move just specific things, not the whole RPD and catalog as I do have a lot of reports in testing.
    How that can be easily done?

    Hi,
    I am doing as follows.
    for Answers: Assume you are copying from Dev to Prod.
    1)open the two environments.
    2) in the target environment take any answer and save it as sample1.
    3)From Dev environment open the answer which you want to copy to target environment.
    go to Advanced tab---> copy the xml from the window of Request XML
    4) open the sample 1 report in target environment and go to Advanced tab.
    Paste the copied xml in to Request xml window--->> click on set xml
    5) save it.
    you should be able to see the report in new environment.
    I hope this helps.
    for Dashboard i am using catalog manager as others explained.
    Thanks,
    samsmagi

  • Print Layourt Designer how to migrate a report from one SBO to another

    I have written a report on my Test version of SBO and need to migrate it to the customers site but cant see a method of exporting/Importing a User Report
    (I am probably missing something obvious though.....) but would appreciate a prod in the right direction.  thanks

    Hi George,
    There is two ways, you can either copy it over......but sometimes all the alignment goes off.
    Or you can use the query SAP have given in a note. I do not remember the note number. But here is an extract of the note. I use this query often and have kept this extract one side. It only copies the layouts that do not exist in the destination company. Here is the extract.
    An SQL query can be used to copy documents from one database to another, however the following conditions must be met:
    1. Only edited documents with a doccode (the template primery key), which does not exist in the destination database, will be copied.
    2. It is necessary to backup source and destination databases before running the query!!!
    3. Both databases must share the same localization and the same version!!!
    4. Select "Start" -> "Programs" -> "Microsoft SQL Server" -> "Query Analyzer" and run the following query:
    Replace SOURCE with the source database name.
    Replace DEST with the destination database name.
    insert into [DEST].[dbo].[RDOC]
    select [SOURCE].[dbo].[RDOC].*
    from
    [SOURCE].[dbo].[RDOC],[DEST].[dbo].[cinf],[SOURCE].[dbo].[cinf]
    where [DEST].[dbo].[cinf].[lawsset]=[SOURCE].[dbo].[cinf].[lawsset]and [DEST].[dbo].[cinf].[version]=[SOURCE].[dbo].[cinf].[version] and [SOURCE].[dbo].[RDOC].[Doccode]NOT IN (SELECT Doccode from [DEST].[dbo].[RDOC])
    insert into [DEST].[dbo].[RITM]
    select [SOURCE].[dbo].[RITM].*
    from [SOURCE].[dbo].[RITM],[DEST].[dbo].[cinf],[SOURCE].[dbo].[cinf] where [SOURCE].[dbo].[RITM].[Doccode] NOT IN (select Doccode from [DEST].[dbo].[RITM])AND [SOURCE].[dbo].[RITM].[Doccode]IN (SELECT Doccode from [DEST].[dbo].[RDOC])
    The query is also attached to this note!
    Hope this helps.

  • How to migrate Text data from one application to other

    Hi All,
    We've a old planning ASO application and users entered text data in data forms (Text cell) and also entered comments for the same cell
    Is there any way that we can import the Text data & comments from the old application to new application (few Dimensions are different between the 2 applications)
    Thanks,
    PVR

    Have you looked into using LCM as that can extract the relational data.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to deploy reports from one environment to another in CoD

    Hi Experts,
    I'm actually in training with an Oracle partner in order to learn how to create reports in CoD.
    It seems quite easy.
    But the trainer here told us to develop directly the new reports on the Prod environment.
    I've asked why, cause we also have Dev and Test environment.
    And he answerer me that there's no way to deploy reports from one environment to another, the only way is to redevelop it on each environment.
    As for me it seems impossible not to be able to deploy reports from dev to test and then test to prod, I'm directly asking experts.
    So could you please confirm this or not, and maybe provide me an example of what you're doing on your side to copy from one environment to another.
    Thank you in advance.
    Brice

    H,
    reports cannot be migrated at this time, indeed.

  • Migrating a webi report from one environment to another using import wizard

    Hi Everyone,
    Can anyone please tell me what all access should I have on my ID to be able to migrate a webi report from one environment to another environment(e.g. from development to quality).
    Regards,
    Neeraj Sharma

    Hi,
    To use the Import Wizard utility, you basically need Administrator, Full Control to Top-level folder, and "Add objects to the folder" and "Edit objects" for this user on the root folder.
    You need the least restrictive role, because you require absolute control for content promotion between 2 entitlement systems.
    the webi document is the cherry on-top,  you;ll have universes, connections, folders to bring over too. 
    Regards,
    H
    p.s. check Note 1450708 - How to restrict access to the Import Wizard from a Business Objects Enterprise system
    and
    Note 1297121 - What rights needed to use Biar File Extraction for a normal user while using Import Wizard ?

  • How to transfer reports from one environment to another

    Pls. is there a way to transfer reports from one environment to another (CTE to production f.example) ?
    I know that OBIEE has query export in XML, etc. I don´t think it exists in OD but I decided to try a question...
    Txs. for any help.
    ANtonio

    Hi Antonio,
    This is not possible, there is no such XML view for CRM On Demand.. I miss it dearly! I advise clients to prototype reports on their staging/CTE environment but actually fully develop these directly on production. Reports can be developed and changed in personal folders with no impact on the live environment, if a report is currently live it can be copied to a personal folder on tweaked in that personal folder.
    There is a whisper that R17 could bring us the ability to copy configuration/reports between environments but the Oracle guys would be better placed to update you on this one.
    Thanks
    Oli @ Innoveer

  • How to migrate webanalysis reports from System 9.2 to System 11

    how to migrate webnalysis reports from 9.2 to Hyperion System 11. I know the migartion utility only works for Pre system 9 products. We have new env of sytem 11 and succesfully migrated planning and HFM from 9.2 to system 11. How to migarte webanalysis reports.

    Have you been able to resolve this ?
    There are various approaches possible, depending on the amount and the folder structure of your reports.
    One is to use life cycle management (not sure how stable it is in 9.2), the other is the import/export tool within web Analysis
    Hope this helps,
    Jeremie

  • Migrating ODI objects from one environment to another

    Hi,
    This is for the first time that i am trying to migrate odi objects from one environment to another. I am facing issue and requesting help.
    The odi installation is the part of ASCP module of JDEdwards where some standard objects (interfaces/packages) are already created. I have developed some custom interfaces and want to migrate the same to QA environment.
    I exported the specific folder (including children) to an xml file and then trying to import the same in the QA environment.
    When i choose "Synonym Insert_Update" option to import is prompts error :
    You are importing an object from another repository with same identifier. This is forbidden
    This is completely new folder which do not exist on target. If I import using Duplication option, it successfully import and assigns new internal ID to object (which is as expected). But how will I update the newly created object in future ?
    What should be followed to migrate objects ?

    user8628169 wrote:
    Hi,
    This is for the first time that i am trying to migrate odi objects from one environment to another. I am facing issue and requesting help.
    The odi installation is the part of ASCP module of JDEdwards where some standard objects (interfaces/packages) are already created. I have developed some custom interfaces and want to migrate the same to QA environment.
    I exported the specific folder (including children) to an xml file and then trying to import the same in the QA environment.
    When i choose "Synonym Insert_Update" option to import is prompts error :
    You are importing an object from another repository with same identifier. This is forbidden
    recreate your OA repository with repository id different from your DEV repository.
    Then you should not get this problem.
    This is completely new folder which do not exist on target. If I import using Duplication option, it successfully import and assigns new internal ID to object (which is as expected). But how will I update the newly created object in future ?
    What should be followed to migrate objects ?

  • How to move a report from one account to another account

    Dear all ,
    How to move a reports from one account to another account.
    These are reports sent automatically. Unfortunately, I do not know where to find them and how to export to another account.
    Puru

    Hi,
    You can use the Transaction SCC1 to move the data from One Client to Another Client for a Client dependent table.
    The data should be present in a Transport and you can import to Transport to any client using SCC1.
    Contact the Basis team to know how to use SCC1.
    Regards,
    Aj

  • Using i-setup, how to migrate EBS configuration from one Business Group to the other within the instance?

    Using i-setup, how to migrate EBS configuration from one Business Group to the other within the instance?

    Sandeep,
    Yes, I think your command format is not correct.
    Try the one that Rod posted.
    About the note on metalink. It seems that it is under review.
    Here is the basics of the note:
    1. Determine the owner of the workbook. Say UserA.
    2. Open an sqlplus session to the database.
    3. Run the following sql:
    SQL> set heading off
    SQL> set feedback off
    SQL> set echo off
    4. Now spool the result of the following sql to a file.
    SQL> spool c:\exp.bat
    5. Run the sql statement
    NOTE: CHANGE DISCOE_HOME
    SQL>select '<Disco_Home>\discvr4\dis4adm /connect
    EUL_owner_name/passwd@connect_string /export c:\'||rownum||'.eex /workbook "'||
    doc_created_by||'.'||doc_name||'"' from
    SELECT EUL4_DOCUMENTS.DOC_NAME, doc_created_by, NVL(EUL4_EUL_USERS.EU_USERNAME,
    'Document Not Shared') shared_with
    FROM EUL4_ACCESS_PRIVS EUL4_ACCESS_PRIVS, EUL4_DOCUMENTS EUL4_DOCUMENTS,
    EUL4_EUL_USERS EUL4_EUL_USERS
    WHERE ( EUL4_DOCUMENTS.DOC_ID = EUL4_ACCESS_PRIVS.GD_DOC_ID(+) ) AND (
    EUL4_EUL_USERS.EU_ID(+) = EUL4_ACCESS_PRIVS.AP_EU_ID )
    where doc_created_by='UserA'
    where,
    Disco_Home is the Location or Discoverer 4 Home.
    4. SQL> spool off
    5. SQL> set feedback on
    6. Now run the batch command file (exp.bat)
    Regards
    Roelie Viviers

  • How to move BCS data from one box to other

    Hello Expert,
    Dose any one know how to move BCS data from one box to other box ?
    Thanks & Regards,

    1) The best is to do the test. In my case, my customer was just doing this transfer (in full) to perform tests on the BEX reportings. Actually, they never raised any issue regarding document number when they did additional postings in test system... I would also say that during the transfer, the number counter in Qual gets not synchronized with the one in Prod. So, I think the system will just take the next number available in Qual. Should not be an issue.
    2)  As explained in answer 1), in my case, the purpose was not to perform data migration from one system to the other one. Thus, my customer never performed a subsequent consolidation in the target system. But, basically, the transfer copies all data : posting levels 00 to 30, for all periods you have selected + Additional financial data and sequence of activities. Thus, for me, everyhting is available in the target system, including COI documents. In other words, the "picture" regarding the data should be exactly the same between both system. The only thing you need to pay attention to is the customizing : it must be the same in Qual and Prod (example : date of acquisition and divestiture, structure of the group, etc...).
    Another very important thing, is that your export data source must not be enriched due to the BCS Delta load scenario. If it is the case, the system will write the consolidation logic (i-e the consolidation group + reporting mode) when transferring the data from the source Real Time Infocube to the Target Real time infocube, which will lead to inconsistent data in the target system.

Maybe you are looking for

  • How do I sync a "troublesome" voicememo to my mac?

    I have a memo that wont go over to my mac. A later recorded memo is send over to iTunes on the mac, but one is still there. I changed the name of the memo on the iphone. Maybe thats the problem..It playes fine on the phone.

  • Ipod won't sync certain songs after update to 5.1.1

    I updated my ipod touch to version 5.1.1.  This included the addition of icloud to my system.  Since I have updated it, my ipod won't add certain songs from my itunes.  It's really weird how it just randomly selected songs to download.  I have songs

  • Exists:  EXIT_SAPLEBND_002  for ME21N

    I am using the Function module EXIT_SAPLEBND_002, I have to write the code into INCLUDE ZXM06U22.  There i am fetching release group and release strategy, after that I have to  populate those fields while creating a PO. Here in EXIT_SAPLEBND_002 ther

  • Calling an Account CRM iView from a URL

    Is there anyway i can send Account Id Parameter as a part of URL and bring the result back. I was able to use the URL http://hostname:8001/sap/bc/bsp/sap/crm_bsp_frame/maindh.do?APPL=CRMM_ACCOUNT to bring up the Account iView. But I would like to pas

  • How to do a drill down whit 'REUSE_ALV_GRID_DISPLAY'

    Hi Guru, i must do a drill down with 2 field of a 'REUSE_ALV_GRID_DISPLAY' this is the program: CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'    EXPORTING     I_INTERFACE_CHECK                 = ' '     I_BYPASSING_BUFFER                = ' '     I_BUFFER_A