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.

Similar Messages

  • 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

  • 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

  • How to migrate Distribution list from one domain to another within same forest

    team,
    we are in the process of migrating all users mailbox, DL and contacts from one domain to another within a same forest.
    can some one please let me know how can we migrate them without loosing the group membership and exchange attributes.
    Kindly help.
    Srinivasa K

    I ran all of them 
    First Command , it works very well and its removed the exchange attribute
    $DomCtrlr = (Dir env:Log*).Value.Replace('\','')
    Get-MailContact -OrganizationalUnit Contacts -DomainController $DomCtrlr | Export-Csv E:\MailContacts.csv
    Get-Contact -OrganizationalUnit Contacts -DomainController $DomCtrlr | Export-Csv E:\UserContacts.csv
    Import-Csv MailContacts.csv | Disable-MailContact -DomainController $DomCtrlr
    Second command
    $DomCtrlr = "DCNAME"
    $MailContacts = Import-Csv E:\MailContacts.csv
    $UserContacts = Import-Csv E:\UserContacts.csv
    after running the above command, I copied below on note pad and saved as .PS1 , as per your advise I make sure that starting with new-mailcontact and below 2 are is same line and Executed the ps1 script.
    Scipt rans but didnt give me any error mesage.
    ForEach ($Contact in $MailContacts) {
        $UserContacts | ? { $_.SamAccountName -eq $Contact.Alias } | % {
            New-MailContact -DomainController $DomCtrlr -LastName $_.LastName -FirstName $_.FirstName -Alias $_.SamAccountName -DisplayName $_.DisplayName -Name $_.Name -ExternalEmailAddress $Contact.ExternalEmailAddress -OrganizationalUnit
    Test_con    }
    By Running
    $MailContacts : it provided the stored value for users
    $UserContacts: it
    provided the stored value for users
    after runing below in  single notepad as .ps1 , not getting error message , but its not giving any
    output nor error.
    suspecting something needs to b checked on for loop
    ForEach ($Contact in $MailContacts)  {
        $UserContacts | ? { $_.SamAccountName -eq $Contact.Alias } | % {
            $_
    Hope this explained clearly.
    Srinivasa K

  • How to migrate ESS job from one instance to another Instance ?

    Hi Experts,
    We have developed some custom ESS jobs in fusion applications. Now we have to migrate newly created ESS jobs to another environment.
    Is there any way like we use to extract ldt in EBS R12.
    Kindly suggest......!
    Thanks,
    Praveen

    Please refer to:
    How to Migrate ESS Job Definitions Using WLST (1941788.1)
    Migrating Ess Job Definitions From One Instance To Another Instance (1442541.1)
    Jani Rautiainen
    Fusion Applications Developer Relations
    https://blogs.oracle.com/fadevrel/

  • How to migrate configurator models from one instance to another in R12

    Hi
    I want to migrate models from one instance to another using the Migrate models Program .For this do we need to create a Database link between the two configurator instances .Can anybody detail the steps to be followed

    Sumit,
    I am trying to figure out how to implement copying a quote line from one quote to another. Could you please let me know waht you found out regarding the usage of package. As of now I am only trying it in R11 but I will also need to know how to do it in R12 for future. So could you please tell me how you accomplished it in both releases with probably some sample code.
    Thanks in advance,
    Vinodh Ramadoss

  • 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 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

  • How to migrate pop3 mailbox from one iphone to another iphone

    Guys, it is urgent for me, recently i have bouht a new 6 plus, and currently i am using 5s, my daily business access are go through pop3 mail server, and setup on 5s. now i got lot of sending mail stored on 5s sending box, and it can not SYNC to my desktop outlook. iTunes dont support mailbox backup and restore, is it anyway to solve it?

    This knowledge base article explains the process: http://support.apple.com/kb/HT2109

  • Migrating KMS server from one computer to another

    Hi,
    I would like to know how to migrate the KMS from one server to another. Thanks in advance

    Steps to migrating the KMS:
    1. Uninstall the KMS host key first by running the following command:
    slmgr -upk
    2. Then, install the default kms key by running the following command:
    slmgr /ipk [KMS Client Setup Key]
    The default KMS client setup keys can be found here:
    http://technet.microsoft.com/en-us/library/cc303280.aspx
    3. Delete the record from the DNS:
    Open DNS console:
    Expand _tcp node under the domain.com. There will be a record _VLMCS. Delete this record.
    4. The KMS server is uninstalled.
    5. To install KMS on a new server, enter:
    cscript C:\windows\system32\slmgr.vbs /ipk <KmsKey>
    then to activate the KMS host, enter:
    cscript C:\windows\system32\slmgr.vbs /ato
    6. After activation is complete, restart the Software Licensing Service.
    7. Verify that the record is created for the new server in the DNS.
    To verify that the KMS host is configured correctly, you can check the KMS count to see if it is increasing. Run slmgr.vbs /dli on the KMS host to obtain the current KMS count. You can also check the Key Management Service log in the Applications and Services Logs folder for 12290 events, which records activation requests from KMS clients. Each event displays the name of the computer and the time-stamp of an individual activation request.

  • Transfer executable report from one server to another

    hi all,
           How to transfer executable report from one server to another?
    please reply fast
    its urgent
    thnx in advance

    Kush,
    To transfer a object from one server to another server it should be assigned to a package ie Dev Class so that a transport request can be created.Once the request is created we will release it using SE09 and then ask the basis consultant to move the request from Dev to Quality and then Dev to Production.
    $TMP objects are called as local objects and can't  be transported.
    K.Kiran.

  • 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

  • How to migrate report from one datasource to another?

    Hi,
    can anyone help me, I want to migrate report from one datasource to another.
    Also what are the prerequisites for this?
    any help help will be deeply appreciated.
    Thanks,
    Saurabh.

    Hello,
    To copy queries you can use TA RSZC.
    http://wiki.sdn.sap.com/wiki/display/BI/CopyingQuerysfromOneTargettoAnother
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/204111a9-0fca-2d10-219c-be20e686cdb5?QuickLink=index&overridelayout=true
    http://help.sap.com/saphelp_sm32/helpdata/en/9f/f57539d6d1c93be10000000a114084/content.htm
    https://cw.sdn.sap.com/cw/docs/DOC-34603
    Thanks.
    With regards,
    Anand Kumar

  • 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 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.

Maybe you are looking for

  • Captivate 7 saved project randomly does not play slide audio in preview project.

    I created a training project with over 100 slides. Each slide has an audio track that I recorded, When I preview each slide it sounds fine. When you preview the entire project, some slides randomly do not play the audio track. Try it again and other

  • Autoconfig failed with ...

    Hi All, os: oulx64 ebs r12 12.1.1 clone from one node to a second node and autoconfig failed with this error AutoConfig Profile Phase Running Profile Process 6 of 9 for AD_TOP Executing script in InstantiateFile: /u01/oracle/PROD/inst/apps/PROD1_epro

  • Adding RAM and making room/trying to upgrade Mac Mini

    I have a 2007 Mac Mini on Tiger and wanted to upgrade to Snow Leopard but even taking the machine down to base with erase and install, it still says the RAM is not enough. Where and how can RAM be added?

  • Removing the entity object commit from transaction handler

    Hi, The business reuirement of the OAFWK page developed by us is as explained below: The basic functionality is of updating the attributes of items attached to the change order. The UI components displayed in the page(Item attribute changes region) a

  • Table name and filed name from a scrren fiels

    I'm using Oracle Forms 10g I have 2 screen fields named :TABLE_NAME & :COLUMN_NAME I wrote a trigger 'SELECT :COLUMN_NAME INTO :F FROM :TABLE_NAME;' and this syntax is not accepted; I'm trying to get the field name and the table name from the screen