Images in RTF migration through DEV till PROD

Hi All,
we have an image in the RTF templates mapped as
url:{'http://server_name:7877/xmlpserver/custImages/logo_542x169.jpg'}
Is there any way to autochange the sever_name during the migration between environments?
with regards,
Eldar A.

Hi,
additional point,
If I use the ALT option of the images in the header of out RTF template.
It is necessary if customer will decide to change the logo image.
in ALT text I have the following:
url:{'http://server_name:7877/xmlpserver/custImages/logo_542x169test.jpg'}
Currently I have no luck with:
url:{'<?$CURRENT_SERVER_URL?>custImages/Tsv_logo_542x169test.jpg'}
url:{'xdoxslt:get_variable($_XDOCTX,’CURRENT_SERVER_URL’)custImages/Tsv_logo_542x169test.jpg'}
Can someone drop an example here?
Thanks!
with regards,
Eldar Ametov

Similar Messages

  • Catalog Migration from Dev to Prod

    Hello,
    Certain users of our system are unable to login to OBIEE after we migrate to Prod. Getting the below error
    access denied for user to path /users/*USERNAME*/_portal/dashboard layout
    USERNAME is the userid used to login to obiee
    In our Prod, Users have access to Answers and hence they save their reports under My Folders.
    While we migrate the new set of dashboards and reports from Dev to prod, we overwrite the System, System.atr, Shared, Shared.atr files of Prod with the corresponding files from Dev. Thus retaining the Users and Users.atr files of Prod.
    Security: All are users/pwd are stored in the RPD
    Is there something wrong with the migration procedure or is it a bug?
    Any help would be appreciated.
    Thanks,
    Joe

    +2) Why did you migrate the "System, System.atr" ? Try without this one, but just the "shared" folders and files.+
    System, System.atr are migrated since this folder stores the Privileges and data formatting etc. These configurations need to be migrated to prod as well.
    However I tried what you suggested and USERNAME is able to login and see the dashboards. But the Privileges and data formatting changes in Dev didnt get into Prod
    There is a Security folder under System. Do you know what it is used for. Should I try to retain this folder in Prod?I don't really know.
    The object permissions (like report permissions) are supposed to be in ATR file (i think so...), but there are other permissions and security things everywhere.
    But i appears to be a clue to solve your problem.
    +3) Do you have a backup of the previous Prod webcatalog ? If so, try to copy the USERNAME/_portal content into the new one.+
    This might work, but I really need to identify what is the root cause for this since we have migrations bi-weekly and this issue might pop-up again for a different userOf course. I just suggested that to see if if the /username/_portal were really different, despite you didn't upgrade them.

  • Was this database migrated from dev or prod?

    We have several environments (e.g., development, staging, test, training, production).  When migrating a production database to a new version of SQL, we also migrate the related environments. Sometimes the developers want a refresh from production in
    development. Sometimes they want the old development database.  A question came up about the source of a development database - was it from dev or production?  If I'm lucky, the information I want is listed in the following query. 
    SELECT rh.[restore_date], rh.[destination_database_name], bs.server_name, bs.database_name
    FROM [msdb].[dbo].[restorehistory] rh
    LEFT JOIN [msdb].[dbo].[backupset] bs ON rh.backup_set_id = bs.backup_set_id
    WHERE bs.server_name <> @@SERVERNAME OR rh.destination_database_name <> bs.database_name
    If I'm not lucky, the history is no longer present.  This is often the case because we don't keep a lot of history.  Is there any other metadata that will help me identify where a database came from?  Should I insure that the most recent
    restore record for an existing db is not cleaned out, no matter how old it is?  Thanks. 
    Randy in Marin

    I was hoping that the source would have been hidden in a system table some place - reliable and no extra work/politics.  I think the answer is looking like, "The information is gone - it can't be done."  Yes, a new business process
    would certainly provide the information.  However, changing organizational behavior is not for the faint of heart. 
    I think it would be easier to update the history cleanup.  This would mean that I can't use msdb.dbo.sp_delete_history as it currently exists.  It has very simple logic.  I might create a version of my own that keeps the records I want. 
    https://connect.microsoft.com/SQLServer/feedbackdetail/view/967074/sp-delete-backuphistory-option-to-exclude-special-old-records
    Not a bad idea.  They could put a "keep" flag on the row and let you set it.
    Or you can copy out the rows you like and maintain your own table with your own logic.
    It would certainly be nice if every backup kept a record of its own source and wrote that to some read-only location in the restored database, but this does not seem to be the case.  Maybe I should file a connect suggestion on that - only my perception
    and experience with connect is to not waste my time, most suggestions are misunderstood and rejected out of hand.
    But what I was suggesting about the business process contents is that it is already there - any dev source database has developer IDs in it that never occur in production, and production databases have only production IDs that you might see are newer than
    anything currently in dev.  So no change in business process would be required, just some knowledge of what's already there and a couple of queries to count some differentiating factors.
    Josh

  • How to use the repository; uploading reports from DEV to PROD...

    Hello...
    I'm fairly new to CR-XIr2 (SP3) but have worked with Crystal Reports since v6.0.  I'm trying to figure out how to create a dynamic parameter list that someone can select an item from, which will get sent as an input parameter to the SQL Server 2005 stored proc that populates the report.  I'm also trying to figure out if there's an easy way to copy reports from a DEV environment into PROD.  We have BOE.
    Basically, I would like to find out resources online or in books on how to use the BOE repository for dynamic and/or cascading parameters (i.e. pulling a list of text values & their associated IDs from a lookup table that won't be used in the report), images (i.e. corporate logo), etc..  What complicates things for us is that IT is now requiring us to use a DEV environmentit was really easy when we had unlimited access in PROD!  We also need to put together a process where reports & other repository objects that are copied from DEV to PROD access the correct db, etc.  (Crystal Report in DEV accesses DEV db/repository/etc.when copied to PROD it accesses PROD db/repository/etc.)
    Anyway, I'm just looking for info on where to begin--whether it be a book, a BO/SAP knowledge base article, in-class training from a specific company, etc.  Thanks!

    Hey Markian,
    Can you let me know the process you have followed to migrate from Dev to Prod.
    We can migrate all the reports and objects and database fields through migrate wizard where you can import all the objects, reports and database fields and users to production enterprise.
    Just follow the above scenario and let us know if you are facing any error.
    Try  publish the reports using import wizard and run it in the crystal designer.
    Regards,
    Naveen.

  • Transporting standard table from DEV to PROD

    Hi All,
    I have updated a table called T166K and T166P for Purchase Order Printouts.
    I have entered few values in the above mentioned tables in DEV server.
    Now, i would like to move these tables to Production, since i can not create values to these tables in Production server.
    How to move tables from DEV till PROD...??
    NOTE: While updating these tables, system didnt prompt for saving under Transport Request Numbers in DEV server. 
    Regards
    Pavan

    Hi,
    You can use scatt tool to upload the data in the developement server. Prepare a file with data. Do it in developement environment only. then in SCATT you have remote logon facility using which you can run the scatt in developement environment and the result will be placed in the production server.
    Let me know if you what more information on this.
    Pls reward points if helpful
    rgds,
    Harikrishna

  • Move code from DEV to PROD

    Hi,
    I need to move my code dev to production.
    Please let me know how.
    I have seen the posts on exporing scenario and then importing them.
    However what about the dependencies like logical schema, models etc???? How do i move them?
    Also, what about contexts?
    I have a csv to db table scenario, which i need to move.
    For DB JNDI can be used, but what about file paths??
    Please let me know.
    Thanks,
    Rosh

    Hi RoseParab,
    We have two way to migrate from Dev to Prod.
    First Way:
    Using ODI import and export option.
    Login to Dev instance,
    Goto Topology> File Menu>Export>Export Master Repository in ZIP format
    File Menu>Export>Export Logical Schema in ZIP format
    In Designer, go to File menu>Export>Export Work Repository in ZIP format
    Quit from Dev instance
    Login to Production instance
    Goto Topology> Import>Import Master Repository in ZIP format (please select INSERT and UPDATE option from dropdown list)
    Import>Import Logical Schema in ZIP format (please select INSERT and UPDATE option from dropdown list)
    In Designer Import>Import Work Repository in ZIP format (please select INSERT and UPDATE option from dropdown list)
    Second Way:
    Using Oracle DB Export/Import command (Data pum)
    Hope it will helps you
    Note: Make sure that you should change Work Repository ID after moving Dev stuff to Production
    Regards,
    Phanikanth

  • Tool to migrate configurations from Dev to Prod

    Is there a tool to migrate configurations from one Oracle environment to another? For instance, to move a flexfield setup I created in Development environment to our Production environment. Both systems are the same version. I just didn't want to re-create configurations we have done in Dev into Prod by hand again.
    Thanks.

    We use Mercury Deliver for our migrations. It used to be called Chainlink, then Kintana and now Mercury. Its been purchased by HP so it is probably due for another name change.
    We use it for all types of migrations that can be done with FNDLOAD and WFLOAD. It is also used to migrate packages, forms, reports, 'C' code, etc. It is completely customizable so when it didn't have a migration object for OA Framework extensions, we built one.
    It is very powerfull (also expensive). Takes a bit to setup but once it is configured it is very usefull. I would not recommend it for a small installation with only a few migrations but in envionments where there is a great deal of change it does pay for itself rather quickly.

  • OBIEE 11g - Application role migration from DEV to UAT or to PROD

    Hello All,
    there are blogs which mentioned about application role migration from dev to UAT or Prod..
    Kindly provide the correct path of below two files which we use for application Role migration
    1. system-jazn-data.xml
    2. jps-config.xml
    I have searched these files but noticed there are 3 or 4 files with same name under different paths.
    Kindly help. TIA
    Regards

    if you mess up these files, your system will get corrupted.
    You need to take proper back up and then get it done.
    another way where you can avoid this risk is to manually enter the roles. Creating roles is one time effort unless you keep deleting and creating new roles. If you manually do it you will have more control on migration and you can fix if there an issue easily. Note, the migration of roles does not map the groups to roles . You still have to manually map them.
    OBIEEHOME\user_projects\domains\bifoundation_domain\config\fmwconfig
    1. system-jazn-data.xml
    2. jps-config.xml

  • How to migrate document hierarchy from DEV to PROD?

    Need some suggestions as to migration of the document hierarchy. The migration wizard is great for migration objects such as portlets, but it's cumbersome to migrate the entire document hierarchy from DEV to PROD as we will have to select all the leaves in the hierarchy to retain the tree. Does any one have the similar experience and have some suggestions? Thanks!

    This is wrong forum for such question, you might want to post it here
    General EBS Discussion

  • BPEL, Easy or Automated Way to Migrate between dev, prod?

    Hi, I haven't seen any forum posts or blogs addressing how to create bpel processes in a way that they can be deployed on different envrionments such as dev, qa, production, etc... without the developer needing to update the references to other bpel processes, db adapters, and java web services.
    This is resulting in a lot of extra work, because when I import a bpel subprocess into a bpel process, it pulls in the exact end point rather then a generic end point. Then when I want to for example, move a process from dev to prod, I will need to deploy the subprocess and then manually update the partnerlink in the process. We have a lot of interdependencies, so this isn't scalable.
    There has to be a better way, or even a recommended approach for moving between environments. If we can use dynamically generated endpoints, how would we do that?
    Suggestions as to how to do this would be appreciated. We do have the esb if it is possible to leverage it.
    Thanks

    This might help http://www.oracle.com/technology/products/ias/bpel/pdf/bpel-admin-webinar.pdf esp wrt changing things like polling freqencies etc in the adaptors. For database adaptors JNDI name should be used to vary the database details - setup in data-sources.xml and oc4j-ra.xml.
    It sure would help if all this stuff were in the admin guide !

  • Transporting SLD objects from DEV to PROD

    Hi,
       I need to move My SLD objects from DEV to PROD. There is no QA. Also SLD is not common across DEV and PROD.
    Thanks!!
    Regards,
    Miten.

    Hi,
    How to handle SLD for Tranporting Dev to Quality ser
    https://service.sap.com/~sapdownload/011000358700001684302005E/HowToSLDandXI.pdf
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/0fa2c490-0201-0010-61b4-df12869c4753
    Transporting XI from DEV to QA
    Transporting XI from DEV to QA
    using CMS system. in XI
    1. /people/sap.india5/blog/2005/11/03/xi-software-logistics-1-sld-preparation
    2. /people/sap.india5/blog/2005/11/09/xi-software-logistics-ii-overview
    3. /people/sap.india5/blog/2005/11/28/xi-software-logistics-solution-iii-cms
    4. /people/sravya.talanki2/blog/2005/11/02/overview-of-transition-from-dev-to-qa-in-xi --> Overview of Transition from Dev to QA in XI
    5. /people/sravya.talanki2/blog/2005/12/20/inconsistencies-while-transporting-rfc-objects-from-dev-to-qa-150-sp12
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9e76e511-0d01-0010-5c9d-9f768d644808
    http://help.sap.com/saphelp_nw2004s/helpdata/en/93/a3a74046033913e10000000a155106/content.htm --> Transporting XI Objects
    http://help.sap.com/saphelp_nw04/helpdata/en/ef/a21e3e0987760be10000000a114084/content  .htm --> Configuring Groups and Transport Targets
    Look into this blog for how to export / improt IR and ID objects,
    /people/sap.india5/blog/2005/11/09/xi-software-logistics-ii-overview
    /people/sap.india5/blog/2005/11/03/xi-software-logistics-1-sld-preparation
    Please go through these links which actualy show you how to configure CMS and also gives you all information regarding it.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/43f5d790-0201-0010-2984-ff72d822b109
    http://help.sap.com/saphelp_nw04/helpdata/en/de/a4214174abef23e10000000a155106/content.htm
    /people/daniel.wirbser/blog/2005/10/27/tcsfilecreateexception--error-while-assembly-of-software-components-in-nwdi
    http://help.sap.com/saphelp_nw04/helpdata/en/f6/719a2172f74b67b150612a7cd3b7df/content.htm
    http://www.sap-hefte.de/download/dateien/964/074_lesesprobe.pdf
    Here are some blogs.
    /people/sravya.talanki2/blog/2005/11/02/overview-of-transition-from-dev-to-qa-in-xi
    /people/sap.india5/blog/2005/11/03/xi-software-logistics-1-sld-preparation
    Re: Moving project from Dev to QA
    Error while exporting/transporting the Business system from Dev to Quality
    Transporting the scenario frm Dev Server to PRD Server
    transporting data from Dev to quality  using CMS
    Regards,
    Phani
    Reward points if Helpful

  • Best method to transport changes from DEV to Prod Environment

    Hi SDNers,
    I have a requirement here :
    I have made some changes to the DEV environment, which i want to move to the production Environment.
    Changes mainly include the Structural changes, XSD's, Import maps, Remote systems, Export Maps, Validations etc. Please note that I DO NOT WANT to transport the data from DEV to Prod environment.
    I can see 2 options available :
    1. Export/Import Repository schema - But as far as i know, the import and export maps will not be transported auomatically through Export/Import Schema.
    2. Archive/Unarchiving Without data -
    Here are my questions :
    1. Is the 2nd option feasible looking at the changes I need to transport? If yes, is there any recommended guide available by SAP suggesting the 2nd option for trnasport mechanism.( Please sendme the links)
    2. Will it affect the data in Prodcution in any chance?
    3. Is there anything Archiving/Unarchiving without data cannot handle.
    4. Will it impact any other normal running of Production environment.
    Please respond to my queries.
    Thanks and Regards
    Nitin Jain

    Hi Nitin,
    If you use Archive/UnArchive option without data then you cannot persists the PROD env since you need to UnArchive the entire repository which is empty and then you need to move the PROD data into this repository.
    1. Is the 2nd option feasible looking at the changes I need to transport? If yes, is there any recommended guide available by SAP suggesting the 2nd option for trnasport mechanism.( Please sendme the links)
    Ans. I don't think, 2nd option is feasible as a mentioned earlier. This option should be used when we need the entire repository without data which is not the case you are looking for.
    2. Will it affect the data in Prodcution in any chance?
    Ans. If you are using 2nd option then this question is not related because when you UnArchive, you will get the new repository so this wont affect the existing repository at all.
    3. Is there anything Archiving/Unarchiving without data cannot handle.
    Ans. Workflows
    4. Will it impact any other normal running of Production environment.
    Ans. If you are using 1st option then you need to unload the PROD repository first and then import the changes. For option 2 its not related.
    Regards,
    Jitesh Talreja

  • How to change the name of HFM EPMA Application while migrating from dev to

    We have HFM EPMA application in Dev env on 11.1.2.2. We want to migrate aplication to production environment with different name. We are using Life cycle management to migrate the application. I know life cycle management but do not know how to change the application name during migration.
    As we have EPMA application so copy utility will not work. Please helop.

    Hi ,
    You could use the Copy app utility to migrate the application from Dev to Prod.You could have your desired app name while setting up the copy process.
    The EPMA application from Dev will be converted to an Classic application in Prod after the copy.
    Then you might need to use the "Transform Classic to EPM Architect" and convert it to an EPMA application.
    So your Application with the data from Dev will be moved to Prod.
    To Navigate ,
    Launch Workspace
    Navigate ->Administer->Transform Classic to EPM Architect
    Thanks and regards,
    Gunasekaran rayar
    Edited by: Gunasekaran Rayar on Nov 28, 2012 5:04 AM

  • Easy way to connect to dev vs prod design center?

    Hi all,
    I have a dev design center and a prod design center. Is there an easy way to set up 2 different shortcuts for easier logging in? That is, I would like a shortcut to connect to prod and a seperate shortcut to connect to dev. Is this possible?
    I tried searching the forums for suggestions, but didn't find anything.
    Thanks,
    Sammi

    You will have only one OWB design centre client on your PC, to define whether it is prod,dev or UAT you have locations configured.
    The enviroment is controlled from locations and not through different instances, it is something very similar to oracle sqplus or toad
    you wont have different instances of sqlplus ot toad for dev and prod, everything is controlled from tnsnames and locations is similar to tnsnames. hope this is clear.

  • Better way of deploying the ODI artifacts across Dev,UAT,Prod instances

    Hi All,
    We have a requirement wherein we have to deploy the ODI artifacts from one repository to the other across various instances.
    From what I learned from the export and import operations in ODI documents provided by Oracle, we have Internal Identifiers (IDs) for each and every export and import. And while importing the work repository, we have to delete the old one and then import the new one.Is there a way where we can use the existing identifier and just append the changes?
    Do we have any better way of deploying the ODI artifacts across Dev,UAT,Prod instances that would import the artifacts and also import the changes to the existing artifacts?
    Any kind of information related to deployement is higly appreciated.
    Thanks in advance,

    Not sure you have understood how the object identifiers work in ODI. When you migrate artifacts/objects between repositories (as long as your repository ID's are unique across the environments) you should be able to import using Synonym Insert/Update mode and this will give you desired behaviour you are looking for. The only area that really requires close attention during the process is ensuring that you import the various artifacts/objects in the correct sequence

Maybe you are looking for

  • Update Routine

    Hi community,                       Iam working on Procurement, Here my issue is I have standard Info cubes and they are getting data directly from standard Infosources(According to data flow) . But I want to create DSO between Infocube and Infosourc

  • If PC's display card has a mini display port,could I connect it with iMac?

    My PC has a ATI HD6870 display card,the display card has 2 mini display ports.Could I connect PC to iMac27(new vision) with mini display ports?I just want to use iMac as PC's Monitor in some time.

  • I am unable to get into the search communities box

    I am not able to search the communities. as i can't get into the box ( top right) i have tried the online support but so far no joy

  • Embedded SQL related precompiler

    how to add the precompiler C/C++ tools in Oracle 10g std one edition server as well as client to implement embedded sql queries for creation,deletion , upation and selection of tables?

  • Plz Help me Jump from DAYPR to detailed log

    Hi Experts, Plz help me to slove this issue while running payroll simulation iam getting the error as JUMP from DAYPR to detailed log Incorrect generation of WTS...  it is negative time recording,  the personnel number is assigned to '0' in IT07, but