Transport from development server to production server in BW

I need step by step procedure to transport contents from bw-development to bw-production server.
please forward me if you have one .
thanks
ajit

Hi Ajit
Post this to BI form. I think that will be the right place for this query.
BI Form
BW transports
Thanks
Gaurav

Similar Messages

  • Migrating Endeca Application and Data from development to a production server

    We need to move an Endeca app (including data domain) to a production server from a development server
    I installed EID 3.1 in the prod server successfully and this is what I did after the install:
    1. Created a new application in Studio (name: JULY2014POC)
    2. Manage Pages - Import the .lar file
    3. Copy JULY2014POC.worddat file and JULY2014POC_indexes folder to new server, location: domains/endeca_server_domain/EndecaServer/data with all the servers down. Then restarted endeca server, ps server, and studio server.
    4. When I try to create an Endeca Server connection it gives me error (Connection definition format is valid but unable to connect.)
    5. This is my entry:
      "contextPath": "/endeca-server",
      "currentFunctions": [],
      "dataDomainName": "JULY2014POC",
      "name": "JULY2014POC",
      "port": 7001,
      "restrictedToRoles": ["Administrator"],
      "server": "10.2.192.171"
    6. When I run any endeca-cmd at OS level I get the following Warning (4 times):
    $./endeca-cmd.sh list-dd-profiles
    <Oct 29, 2014 4:51:33 PM EDT> <Warning> <oracle.wsm.resources.policyaccess> <WSM-06210> <An instance of the interface oracle.wsm.policymanager.IUsageTracker bean for the local repository at path "" was not available for configuring the oracle.wsm.policymanager.accessor.BeanAccessor repository accessor for context "ResourcePattern [pattern=DOMAIN/weblogic/endeca_server_domain, subjectType=MANAGED_DOMAIN, terms={PLATFORM=weblogic, SUBJECT_TYPE=MANAGED_DOMAIN, DOMAIN=endeca_server_domain}]".>
    default
    What am I doing wrong?  Can someone please help me?  thank you

    Hi Sergio,
    How the data import and export works is what you have to look into. Whenever you export your content it gets exported to a particular directory. If the same directory should be referenced by the code base as well which would be mentioned in the properties file for fetching the configurations.
    If they are not aligned they won't pick it up. Also you will have to create pages like endeca-server and make it the default page in your properties file.
    Hope u cross this hurdle soon.
    Thanks
    Karthik V

  • Transports from development to Test/Production

    Hi there,
    While transporting objects from development to QA or Production, is there any way we can change the the name of the target staging database. For example, if TableA is the target table going to stageA database and when i move this object from development to QA or Production where staging database has a different name. So how can i handle this..should i have same database names in all the environments Dev, QA and Prod? i know we can do it manually changing staging database name one by one for each object but  how can we handle it if we have hundreds or thousands of objects?

    You should setup and use multiple configurations on a single datastore. The whole point (well, almost the whole point) of the ability to setup multiple configurations, pointing (typically) at different databases, inside a single datastore is to be able to re-point a dataflow at a different database without recoding.  To "transport" from dev to QA, for instance, is as simple as either changing the default configuration of a datastore (from the dev database to the QA database), or making use of system configurations, which are just named sets of datastore configurations, which are, then, picked at runtime (or when scheduling a job). Of course, your schemas need to be essentially the same between environments.
    Best wishes,
    Jeff Prenevost

  • Transporting requests from development server to production server

    Hi gurus,
    can anyone tell me how to transport requests from development server to production server.

    You can use SAPGUI now instead of calling tp at OS level.
    Serious: Totally wrong forum!

  • Transporting from DEV server to Production Server

    Dear Experts,
    Like in ABAP and other SAP modules we are having Transport Requests to transport from Dev server to Production server In XI how can we transport all the configuration done by me from Dev server to Production server.

    Hi,
    In XI we can transport in two ways :
    1) File Transport
    2) Using CMS which needs configuration to be done
    Using the File Transport you can easily the Export the Objects and Import the Objects in the Target system.
    Select the Object in the Design or Configuration ->right Click you will find Export option.
    When you select the It creates the .tpz file which can be imported in the Target System
    Using file transfer or CMS we transport xi objects.
    Transporting XI from DEV to QA
    Look into this blog for how to export / improt IR and ID objects,
    XI Software Logistics II: Overview
    XI Software Logistics 1: SLD Preparation
    Transporting IR,ID Objects using File System
    http://help.sap.com/saphelp_nw2004s/helpdata/en/93/a3a74046033913e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/a8/5e56006c17e748a68bb3843ed5aab8/frameset.htm
    Regards
    Ganga

  • How to export tables from development server to production server

    HI,
    Any body plz let me know how to export tables from development server to production server. what are the user names and password i need to ask my manager to do that. what are the requirements i need to ask him.
    Plz reply me ASAP.
    Thanks in advance.

    hi buddy
    first of all you should let us know the environment of production and development servers
    database versions
    and you need to have userid which has privilege to export tables of other schema. userid(owner) of the tables you want to export.
    Traditional way
    export tables in development server and then ftp to production and then import
    in the above case you should have similar database structure(tablespace etc) to avoid errors...
    if there are few tables only , you can use dblink instead of export and import...

  • SharePoint 2013 : Migration of customization from development server to production server

    Dear all,
    I have the following scenario and servers:
    1. Development Server; (Server where our developers would develop our dms and/or enhancement based on change request)
    2. Test Server; (Test server where our users will test the system (dms) and/or enhancement requested)
    3. Production Server (Our production server where only our end users will have access , developers wont have access to this env.)
    My question is how to migrate our changes from development server to test server and finally to production server?
    Is there a mechanism/ guide /best practice approach for this?
    Any help/guide would be greatly appreciated.
    Many Thanks & regards
    Vinay

    Hi Vinay, 
    Thanks for posting your issue, Moving stuff from environment to environment will depending on your stuff;
    Content, like list items and documents, can't be easily moved. They can be moved with 3rd party solutions, or custom code. You can do it with a C# solution or even using PowerShell.
    Stuff like lists, libraries, master pages, CSS, etc. should be packaged in a solution file, either sand box or farm solution. This solution file can contain all of the assets you require, and then it can be deployed into a new environment, which then provisions
    all the stuff you need (it could also load up test/sample data if needed)
    Another nice solution, if you're working with a brand new site, is to back it up and restore it into another environment. That helps get the bulk of the stuff copied over, and then you can use one of the above methods for continuing updates.
    Also, check out below mentioned URL to move content from on environment to another environment
    http://www.sbrickey.com/Tech/Blog/Post/SharePoint_environments_-_dev_test_and_prod
    I hope this is helpful to you, mark it as Helpful.
    If this works, Please mark it as Answered.
    Regards,
    Dharmendra Singh (MCPD-EA | MCTS)
    Blog : http://sharepoint-community.net/profile/DharmendraSingh

  • Deploy Browsable Infopath form from Development server to Production server

    Hi All,
    I have designed and published an 'Infopath 2010' browser enabled form 
    as site content type to a sub site names SITENEW.
    Form security level is 'Domain' level.
    The form contains following types of data connections and one SPD worklfow attached to form library..
    1. Send multiple Emails of current/active view
    2. Submit data to form library
    3. Get Details from SharePoint lists.
    4. WEB sercice calling GetUserProfileByAccountname ( Same site collection).
    Form library, lists in point number 3 are located in same site i.e SITENEW
    I need proper steps to deploy this to production sub site.
    Is  saving the 'SITENEW' as site template and upload to production  good idea?
    How should I take care of data conncetions?. Please advise.
    Thanks to all
    Murali Krishna Dittakavi *********************** If my answer/post resolved your query could you mark the post as answered. If it is helpful then vote as Helpful. Thanks

    hi All,
    Can any one help me for the following issue.
    Issue:-
    i am able to see the promoted column name "Test2" , but not able to see the data(Value) of the "Test2" in production server "TestFormLib" Library when i did second time promoted in second time imported subsite cmp.
    I have a issue with info path form  promotion fields in production server.
    Scenario:-
    I have a site ,ex:- http://host/sitecollection/subsite1 in dev. machine, the subsite1 have
    a form library "TestFormLib".
    published infopath form wtih some promotional fields (ex:- Test1) to "TestFormLib" library.
    i am able to see all promoted 'Test1' field data  in the library.
    taken  back up form the dev upto sitecollection and restored in the production.
    created subsite1 in prodiction server and taken subsite1 cmp from dev , imported into production server and published form which have promoted columns to "TestFormLib" library.
    able to see the promoted (Test1) field data in "TestFormLib" library in production subsite1.
     re-activated info path form to "TestFormLib" library in dev machine with additional (Test2) field promotion.
    i am able to see the "Test2" promotion field data(Value) in dev machine "TestFormLib" library.
    then , taken cmp for "SubSite1"  from the dev. machine, imported into production server on "SubSite1" .
    re-activated the latest form which is promoted "Test2" field to production server.
    i am able to see the promoted column name "Test2" , but not able to see the data(Value) of the "Test2" in production
    server "TestFormLib" Library.
    Any Suggestions to solve the above issue and i dont want to recreate the library in production . Because the data has been deleted.
    Help please..
    Thanks & Regards,
    Raghava Reddy S

  • Transferrring Objects from my Workstation to Production Server

    Hi Guys,
    I should really thank all you guys for the your help.
    I need to know detail steps invloved in Transferrring the Objects from my Workstation to Production Server or testing server.
    Thanks
    Sid

    Hi,
    When u create a object and save it, it will ask for the package name to save, then assign one package and then it will ask for the request .
    Create the new request. and this request can be released before transporting.
    Go to se09 or se10 and then select ur request number and click the release button. then object will  be released and is ready to transport to quality.
    After that goto <b>STMS</b> and then transport it to qwuality server.
    However it will be the work of the basis guy to transport to quality after u have released...
    Hope it is needful..
    Cheers,
    Simha.

  • Hierarchy transport from developement to Quality?

    Dear SDN,
    Hierarchy transport from developement to Quality.
    I have created one balance sheet Hierarchy on 0Account infoobject.
    Could you please tell me how to transport hierarchy from development to Quality.
    Waiting for response.
    Thanks & Regards,
    Kiran

    Hi Kiran,
    Kiran Hierarchy data can be loade from source system, flat file or manually maintained in system.
    since you have done manulally you can do the same in other  systems also, but you need authrizations to maintain manually
    I have manually created my balance sheet hierarchy using RSH1 transaction code.
    you have do the same in quality also, since all required infoobjects are available in quality system, manulally create balance sheet hierarchy using RSH1 transaction code in Quality system.
    check whether you have authorization to manually create in Quality system. you have to do the same procedure in production also i guess.
    Regards
    Daya Sagar

  • Moving a transport from Q/A to Production

    I have imported a transport from Development to Q/A.  How do I now import it into production? Thanks

    Niten
    After testing objects in QA and if you feel every thing is OK then transport into Production system. This transport also will go directly from Dev to Production but not from QA to Production.
    Same Transport number which you moved to QA. You don't have to create other one.
    Hope this helps
    Thnaks
    Sat

  • Web Template Changes not visible after transport from Development to Test

    Weu2019ve run into a problem doing web development in BI 7.0 that I suspect someone has seen before and may quickly be able to point us in the correct direction.  Changes that are made to web templates in the Web Application Designer are correctly transported from development to the test environment, but we are still seeing the old version of the template when the report is executed.  We are able to see the web template changes in the Web Application Designer in the test environment.  We believe this is a caching issue and have cleared the query cache and the HTTP cache in SMICM.  Unfortunately, this has not resolved the issue.  Can you suggest another approach to resolve this issue?

    Not sure what you mean by browser cache.  We have deleted history, cookies, and all temporary Internet files.  The issue isn't limited to a single user, but exists for all users.  Through extensive testing we have established that you are able to see the web template changes in test in the WAD(Web Application Designer) after they have been transported from development, but can only view the changes when the web template is run for the first time.  Changes to existing templates can be seen in the WAD in test, but are not seen when the report is run.  The old version of the template appears to held in cache somewhere, but we haven't been able to find it and clear it.

  • Can Attribute lists be transported from development to QA system?

    Hi,
    We want to test the attribute lists with some data, Can Attribute lists be transported from development to QA system?
    Regards
    Monica

    Hello Monica
    How are you doing?
    Can you help me out how i can transport the Attribute List which i have created in DEV with BI query. Hope you have resolved this by now. Could you help me out
    regards
    shankar

  • 2.DMS uploading from Development server to Production server[GO LIVE]

    Hi All
    Is it all document type [dms] which r created in development server, these will transefer from development to production server by [uploading]transport request.
    Or is It needs Basiss Help.
    Rgds
    Ben.

    hi,
    I think for moving customization request to production, u dont need help of basis, if u have authorization then u can transport the request.
    Before moving first identify which are the request number u want to transport and release them using t code SE10 in development server.
    Go to production server, execute STMS t code for importing the request from devp server.
    Once ur request moved to production successfully then all customization will be available in production system except number ranges and class and characterstics.
    If ur using classification system, then create class and characterstics in production system it self.
    award points if useful
    regards
    Sham

  • DMS uploading from Development server to Production server[GO LIVE].

    Hi, All,
    I have configured DMS at client palce. Here they don't have quality server.
    What we configured will be tested in development it self. So in the unit test there is no errors at all and
    uploaded some documents in the development also.
    So i want to know how i could tranfer request and full DMS configuration to production server[Go Live].
    1.Wheather I could need Basiss Help.
    2.What are all precautions i could take before and after 'go live'
    3.What are all requirement needs to 'go live'.
    plz give procedure i details
    Rgds
    Ben

    hi,
    there no mandatory of quality server to test , if ur confident, u can directly transport to production
    For request transporattion its better to have basis person, if u know the procedure, u can also import from production server.
    Before that release all transport request in devp server.
    After transporting to prod server check wheather all customising setting imported or not, wherever necessary u create master data in production system it self(Class and characterstics, and number ranges).
    For going live u need to create all roles and autorization and need to assign to respective user ids.
    award points if useful
    regards
    sham

Maybe you are looking for

  • My MF will not open and I get a report:- Platform v.9 is not compatible with min version 7 max version 7

    I have used MF for years, and have done nothing to the application directly to stop it opening. Have I messed up by deleting something on my PC, please?

  • SSO to SAP using workstation password (GUI/Web)

    Hello All - I am very new to this area and I am analyzing a SSO solution to implement in our company where in the User's workstation password will be the only authentication to logon to SAP.  We are looking into SSO using Kerberos but we are still no

  • Links within portfolio not working for me

    Acrobat 9; Word2007;XP I gave up trying to have links correctly transfer from msword to pdfs.  So I am manually creating each one in the portfolio i'm building. Problem:   The links are not preserved after I save the portfolio and re-open it. Setup: 

  • How to prevent summation only for some kf?

    Hi all! I have a question concerning a problem we have in a query. I have a query that show, depending for project revision (witch refer to 0calmonth), trend of various key figures in the quarters I've planned in a specific project revision. For exam

  • Kanban with MRP

    Hi, We are operating on Kanban for in house manufactured items.We run monthly MRP by which all our production requirements are getting planned. For In house manufactured kanban materials we use replenishment strategy 0005 by which a planned order is