Automated export/import of objects

We have an installation of Tarantella Enterprise Edition 3.42. We would
now like to "upgrade" to Enterprise Edition 4.0. For specific reasons we
do not want to do a normal upgrade. Instead we would like to setup a new
server, prepare the new environment and then switch our users from the old
server to the new one.
As it would be very dry and error prone work to create all the required
objects on the new server, i'm now searching for a way to "move" most of
the objects (users and so on) to the new server.
Is there any way to achieve that? I've checked all the documentation and
haven't found a thing like that. All hints would be welcome.
Thanks for your help.
Regards,
Klaus

Klaus,
Some suggestions:
1. Install 3.42 on the new server
2. Replicate the ENS datastore by joining the servers in an array, and then
detach them shortly afterwards.
3. Upgrade to 4.0
This would be a supported procedure.
As an alternative to step (2), you could carefully copy the
/opt/tarantella/var/ens/ directory from the existing machine to the new one
before doing the upgrade.
The 3.42 -> 4.0 upgrade logic does modify some ENS object settings. If
you're lucky, you might find that these don't apply to your database and
simply copying the directory onto your 4.0 installation is sufficient.
Regards,
Steve.
Steve Taylor
Senior Solutions Architect, Tarantella, Inc.
[email protected]
"KM" <[email protected]> wrote in message
news:d0s722$285$[email protected]..
We have an installation of Tarantella Enterprise Edition 3.42. We would
now like to "upgrade" to Enterprise Edition 4.0. For specific reasons we
do not want to do a normal upgrade. Instead we would like to setup a new
server, prepare the new environment and then switch our users from the old
server to the new one.
As it would be very dry and error prone work to create all the required
objects on the new server, i'm now searching for a way to "move" most of
the objects (users and so on) to the new server.
Is there any way to achieve that? I've checked all the documentation and
haven't found a thing like that. All hints would be welcome.
Thanks for your help.
Regards,
Klaus

Similar Messages

  • Export/import with objects in another schema

    In 9.2
    I created two users: `live` and `world`
    `live`> create type nam as object (txt varchar2) not final;
    `system`> grant under any type to world;
    `world`> create type nam_world under live.nam (txt2 varchar2);
    and
    create table nams of nam_world;
    and new row
    insert into nams values ('qwerty', 'ytrewq');
    I build dump file:
    exp system/manager FILE=live_world.dmp OWNER=live,world
    All this successfully!!!
    At another server (also 9.2) this export session terminated with errors:
    imp SYSTEM/manager FILE=live_world.dmp FROMUSER=live,world TOUSER=live,world
    Not help parameter IGNORE=Y
    Not help parameter TOID_NOVALIDATE=(live.nam)
    In any case: "Skipping table "WORLD"."NAMS" because object type "LIVE"."NAM" cannot be created or has different identifier"
    General effect, what import simply not visible type live.nam
    How import tables with objects in another users schema?
    Please, help me.

    Hi Vishwanath,
    You can export the objects as TPZ's
    go to Tools---> Export configuration objects, to export them, and import configuration objects to reimport them.
    cheers
    Prashanth

  • Exporting & Importing Class Objects

    Hi.
    I want to migrate Class Objects from a CMSDK's instance to another. Maybe I can use CAT and PUT cmdline commands to do the job. I make some tests using CAT but I dont know how to redirect the data displayed on the screen to a xml file.
    Any ideas?
    Thanks in advance.

    Post Author: amr_foci
    CA Forum: WebIntelligence Reporting
    i'm not sure what you are talking about,,
    but try to import the universe and SAVE AS it to a new one and rename the title of the universe to a new name,, export it,, and reimport it again,, and try to delete that class from the universe,,
    if that didnt work,, you can hide this class from the universe by right click this class and then click Hide Itme(S)
    hope this helps
    Amr

  • Is it possible to export/import schedule+objects separately from the background?

    Hi all,
    I work on a tutorial for software that is being developped. the functionalities are definitely ok but the design is being modified.
    I would like to prepare the tutorial with the temporary design and definitive schedule and objects (buttons, texts...), and as a final step modify the design only. Is it possible?
    Thanks in advance for reply.

    Hello,
    One tip: you can have as many master slides as you want, and even apply a master slide to a group. So in your case you could have the background for the normal calculator and for the scientific calculator on two different master slides. But all need to have the same resolution (width/height in pixel) if you want them in the same file.
    But: you can duplicate slides, only every object will have a new ID on the duplicate.
    Perhaps I understand wrong. If you have two files: copy the first file to a file with another name and change the master slide. Are you starting with images, not with a capture? Then even easier: import the images to the Library. Copy them to all the slides?
    The Filmstrip itself is not very interactive, you cannot do a lot in it. But a duplicate file should have exactly the same branchings.
    Wondering if you use advanced actions? Can  you confirm that?
    FYI: once I blogged about the simulation of a keypad:
    Create a keypad simulation
    BTW: you can print the branching panel, did you ever consider that? It has a lot more information than the simple Filmstrip
    Lilybiri

  • How to Export/Import Composite Objects(CLOB,Nested Table)

    I am trying to export the database containing BLOB, Nested Tables etc. and wants to import the same. But i am getting an error. Pleease help as to how i will proceed with it. This is something very urgent. please reply . i will be very thankful to you

    The only solution I've found so far as a workaround is rather convoluted.
    1. I took an export using datapump's expdp of SCHEMA1 (in 10g it will skip the table with the xmltype).
    2. I imported the data to my empty schema (SCHEMA2) using impdp. To avoid the error that the type already exists with another OID, I used the TRANSFORM=oid:n parameter e.g.
    impdp user/pwd dumpfile=noxmltable.dmp logfile=importallbutxmltable.log remap_schema=SCHEMA1:SCHEMA2 TRANSFORM=oid:n directory=MYDUMPDIR
    3. I then manually created my xmltype table in the SCHEMA2 and did a select into to load it (make sure you have the select privileges to do so):
    INSERT INTO SCHEMA2.XMLTABLE2 SELECT * FROM SCHEMA1.XMLTABLE1;
    4. I am still taking an export with exp of the xmltable as well even though I'm not sure I can do anything with it.
    Thanks!
    Edited by: stacyz on Jul 28, 2009 9:49 AM

  • Automating Export/Import of CSV Files

    Thought I would ask here for any advice or suggestions because my knowledge is lacking in this area a bit.
    What I need:
    An automated process, whether it be 3rd party s/w or a cron job, that can export a few tables to csv's and then xfer the file to another server.
    At this point i will need a process that can take that csv and automatically load it into a different oracle DB.
    Any suggestions on good software to use or scripts to run would be a great start to my research. thanks

    Hello,
    You can simply write some sql scripts to generate csv file and you can connect from remote server to run this sql scripts and it will generate csv file on target server. What you need to do is configure your tnsnames.ora to connect to your source server from target server. Meaning from target server you should be able to sqlplus in.
    #target server
    $> sqlplus username/password@source_db
    sqlplus > test.sqlNow you can write shell script and here is a function which you can extend and call different sql script to generate csv file.
    function exesqlfile{
      typeset sqlfile=$1
      if [ ! -f $sqlfile ]
      then
           echo "sql extraction file doesn't exist....";
           echo "Exiting..."
           exit 1;
      fi
      echo "
        set feedback off
        set verify off
        set heading off
        set pagesize 0
        whenever sqlerror exit 1
        whenever oserror exit 2
        @$sqlfile
        exit 0
      " |  sqlplus -s $username/$password@$source_db
        tbl_x_ret_code=$?
        if [ $tbl_x_ret_code -eq 0 ]
        then
             return 0;
        else
             return 1;
        fi
    }Regards
    OrionNet

  • LSMW export/import

    Hi,
    How to export/import single object of a LSMW project and not the entire project.
    Thanks
    Ravi

    hi
    you can copy the required object to some different project first and then Export or import....
    Export and import are done at project level where as you can copy single object from one project to other...
    Santosh

  • Export / import tablespace with all objects (datas, users, roles)

    Hi, i have a problem or question to the topic export / import tablespace.
    On the one hand, i have a database 10g (A) and on the other hand, a database 11g (B).
    On A there is a tablespace called PRO.
    Furthermore 3 Users:
    PRO_Main - contains the datas - Tablespace PRO
    PRO_Users1 with a role PRO_UROLE - Tablespace PRO
    PRO_Users2 with a role PRO_UROLE - Tablespace PRO
    Now, i want to transfer the whole tablespace PRO (included users PRO_MAIN, PRO_USER1, PRO_User2 and the role PRO_UROLE) from A to B.
    On B, I 've created the user PRO_Main and the tablespace PRO.
    On A , i execute following statement:
    expdp PRO_Main/XXX TABLESPACES=PRO DIRECTORY=backup_datapump DUMPFILE=TSpro.dmp LOGFILE=TSpro.log
    On B:
    impdp PRO_Main/XXX TABLESPACES=PRO DIRECTORY=backup_datapump DUMPFILE=TSpro.dmp LOGFILE=TSpro.log
    Result:
    The User PRO_Main was imported with all the datas.
    But i 'm missing PRO_USER1, PRO_User2 and the role PRO_UROLE...
    I assume, i 've used wrong parameters in my expd and / or impdp.
    It would be nice, if anybody can give me a hint.
    Thanks in advance.
    Best Regards,
    Frank

    When you do a TABLESPACE mode export by specifying just the tablespaces, then all that gets exported are the tables and their dependent objects. The users, roles, and the tablespace definitions themselves don't get exported.
    When you do a SCHEMA mode export by specifying the schemas, you will get the schema definitions (if the schema running the export is privied) and all of the objects that the schema owns. The schema does not own roles or tablespace definitions.
    In your case, you want to move
    1. schemas - which you already created 1 on your target database
    2. roles
    3. everything in the tablespaces owned by multiple schemas.
    There is no 1 export/import command that will do this. This is how i would do this:
    1 - move the schema definitions
    a. you can either create these manually or
    b1. expdp schemas=<your list of schemas> include=user
    b2 impdp the results from b1.
    2. move the roles
    expdp full=y include=role ...
    remember, this will include all roles. If you want to limit what gets exported, then use:
    include=role:"in ('ROLE1', 'ROLE2', ETC.)
    impdo the roles just exported
    3. move the user information
    a. If you want to move all of the schema's objects like functions, packages, etc, then you need to use a schema mode
    export
    expdp user/password schemas=a,b,c ...
    b. If you want to move only the objects in those tablespaces, then use the tablespace export
    expdp user/password tablespaces=tbs1, tbs2, ...
    c. import the dumpfile generated in step 3
    impdp user/password ...
    Hope this helps.
    Dean

  • How to find out import & export path for object migration between D Q & P?

    Hi guys!
    Is there a way, how to find out export and import path for object transport on XI?
    Thanx!
    Olian

    Hi,
    Have a look at these links.
    When we do an export of the IR or the ID Oblects, a typical path at which it gets exported in the XI Server is as follow:
    For IR Objects:
    “C:\usr\sap\PI1\SYS\global\xi\repository_server\export “
    For ID Objects:
    "C:\usr\sap\PI1\SYS\global\xi\directory_server\export"
    Now in case you need to import the ".tpz" that you have.... You need to place it in the path mentioned below and u will be able to do import it from IR or ID...
    For IR Objects:
    “C:\usr\sap\PI1\SYS\global\xi\repository_server\import “
    For ID Objects:
    "C:\usr\sap\PI1\SYS\global\xi\directory_server\import"
    File Level transport in sap xi
    Every SLD related transport details are explained here
    Regarding transport of SLD objects
    https://service.sap.com/~sapdownload/011000358700001684302005E/HowToSLDandXI.pdf
    Regarding transport of XI objects
    http://help.sap.com/saphelp_nw04/helpdata/en/93/a3a74046033913e10000000a155106/content.htm
    Regards,
    Akshay Jamgaonkar.
    Reward points if find useful.
    Message was edited by:
            Akshay Jamgaonkar
    Message was edited by:
            Akshay Jamgaonkar

  • Import/ export of an object or item in portal 10g

    Good Morning!
    </p>
    can anyone tell what is the format of import / export of an object or item in portal 10g?
    <br>this is in the context of updating or rolling into production server an item whose earlier version might be sitting in the production server before. and it is based on the premise that the environment/ system is composed of more than one servers and production is only one of them.
    <br> apologies ... if i am not even phrasing the question right. by format, what i mean to know is does it first delete the older component and then generate the new one or it renegades and keeps the older version and bring on the newer version, or what.
    </p><p>
    any hints will be appreciated.
    </p>
    syed

    Kasia,
    There are a number of guides on the documentation tab for Oracle9iAS Portal that can answer your questions. Be sure to check out the FAQ!
    Rich

  • Automatic export/import of ESR object

    HI.
    I want to automate export/import of ESR object.
    How can I do?
    1)export the ESR object on development system
    (automatic import to QA sysytem)
    2)activate the chang list on QAS
    regards,

    U may perform the transport to QA using CMS. Or u may simply export the ESR objects as tpz file and import it in QA system.
    Regards,
    Prateek

  • Exporting and importing Configuration objects in PCK

    Hi all,
    Anyone have a idea of exporting and importing configuration objects in PCK .
    please give me step by step guide if you have any related document.
    Thanks
    Ashwin

    Hi ashwin
    Welcome to SDN forums
    Check out the following thread  for more info
    PCK Configuration Export and import
    <i>reward points if helpful</i>
    Regards
    krishna

  • How to export & import interface type data object to memory

    Hi experts,
    My greetings to all.
    we have came across a situation where we need to pass interface type data object to memory
    and import same from memory.
    DATA context TYPE REF TO if_timecontext.
    its not possible with regular export statement.
    is their any other way to do it?
    Thanks in advanced,
    Sudhir

    Thank you saurabhmani & sandra.
    @ saurabhmani : i tried assigning object context to memory (field-symbol) and exporting it to memory, but got runtime error.
    @sandra : XML serialization & shared object concept sounds intresting but as you already checked that interface IF_TIMECONTEXT is missing the required IF_SERIALIZABLE_OBJECT interface.
    Istead of exporting context data object to memory we tried different approch and it worked out for our requirement
    Regards
    Sudhir

  • Export / Import of BI objects

    Sorry, I mistakenly posted this under BI Accelerator:
    Hello. I am trying to move existing BI objects (defined in RSA1) from an internal SAP IDES demo system to an offline, standalone NW 2004s BI system that is on a laptop. Essentially I want to export the objects that already exist in the IDES system and Import these objects onto the laptop 2004s system so that I do not have to re-create them all. Could someone please give me their opinion as to the best way to do this?
    I have tried the Export as XML from the Metadata Repository with mixed results. InfoObjects seem to work but an InfoCube did not due to an error with SAP object 0CALDATE. Also, when you Export as XML from the Metadata Repository you have to know all the Class ID's of the various BI objects (com.sap.bw.cwm.core.InfoObject) - how do I find out what the other class id's are, for example, ODS, InfoPackage, MultiProvider, etc.??
    I have also been told that a transport saved as a file would also work.  I don't believe IDES allows transports to non - demo systems.
    Can anyone help?
    Regards,
    Anthony

    Please use another forum. This is SAP NetWeaver BI Accelerator only ...
    Thanks,
    Alex

  • Export/Import  Object configuration

    hi gurus!
    I have the next landscape, and I´ll want to stop make manually the export of configuration objects:
    XI DEV    -
        XI QAS     -
        XI CORP   
    BS_DSP060          BS_QSP060               BS_SIF060
    The problem is that in each enviroment each Business system has diferent name. so that´s my problem, how could I make
    that this Business systems recognize in automatically at the export/import time?
    Thanks

    Hi,
    Refer this..
    How to handle SLD for XI
    https://websmp108.sap-ag.de/~form/sapnet?_SHORTKEY=01200252310000071155&_SCENARIO=01100035870000000202
    Preparation of SLD for Transports Using CMS in XI
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b01876ac-abbb-2a10-788e-95a7c5a5aeca
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/300e3ca7-31cd-2a10-a6ba-87c7447d5fd7
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9e76e511-0d01-0010-5c9d-9f768d644808
    Might help you..
    Regards,
    vasanth.

Maybe you are looking for

  • Initialization of parameter values in JSP Custom Tag Handlers

    Hi - I have a tag handler for a custom tag that has no body, but accepts           some parameters.           If the parameters are optional and are passed with the tag in the source jsp           page, then all is fine.           However, for subseq

  • Convert photoshop to PPT with editable text

    I need to convert photoshop to PPT with editable text. Is it possible? How? Thanks

  • ORA-06512: at "DBSNMP.BSLN_INTERNAL" -- After 11g Upgrade

    Hi All, We are getting the following error in alert.log after migration to 11g. We have Oracle 11.2.0 right now. Migration was done from 10.2.0 to 11.2.0 ORA-12012: error on auto execute of job 2473584 ORA-06502: PL/SQL: numeric or value error ORA-06

  • Error in the database check.

    hi all, I am getting following error while doing Database check in my system: BR0976W Database message alert - level: ERROR, line: 7649, time: 2010-08-26 22.56.27, message: ORA-19502: write error on file "/oracle/IRQ/oraarch/IRQarch1_28567_661029934.

  • Why is About:config not saving user changes?

    Ok heres the problem. In about:config searched for keword.url had - chrome://browser-region/locale/region.properties as the setting tried to change to - http://www.google.com/search?hl=&q= works with the changed link, until you restart firefox. then