Can you run the Import Wizard more than once at the same time?

We're going to run the Import Wizard to import content from one BO environment to another.  Can we, at the same time, run the Import Wizard to import different content between those two environments (using the same source and destination both times)?  Obviously we'd have to run the wizard on different workstations.
Would this cause any issues?  If so, what kind of issues would you expect?
Thanks,
Laura

Yes, this is possible.  The source and destination CMSs treat the requests from the Import Wizard like any other -- increasing the number of active Import Wizard sessions just increases the load on these CMSs.  Before running multiple Import Wizard sessions, be sure there is ample processing power (CPU / memory) to handle the increased load.    and of course, avoid 'touching' the same content in the two sessions in order to avoid unpredictable results.
-Mike

Similar Messages

  • Can you use or have open more than one app at a time on iphone 6 plus?

    Does anyone know if you will be able to open more than on app at a time on the new iphone 6 plus?  I would like to multi-task with the app's in the new operating system.

    Sorry there is no telephone support. You could try the IRC if you want a quick response, ( whilst it is [https://support.mozilla.com/en-US/kb/ask open] )
    Firefox 4 is not supported, but firefox 3.6 is
    * see [[installing a previous version of firefox]]
    There is a change to a preference which may help, post back with more details of your problems please.

  • Run Smart Index Wizard more than once?

    Afternoon all,
    RH8 generating WebHelp.
    Quick question on how the Smart Index Wizard works. I've run it once, made no changes to any topic, ran it again and got many more entries added to the Index.
    So, should one run the Smart Index Wizard multiple times? Until it says no more entries found?
    Is it adding entries the second time based on the existing Index entries it's already created?
    Thanks for any light you can shed...
    Patrick

    Colum,
    Thanks for the reply. I'm rapidly coming to the same conclusion about the Smart Index Wizard. It looks like, if "Find New And Existing Index Keywords" is selected, the wizard will add keywords based on topic content AND existing index entries. This would explain why the wizard finds new words each time it's run.
    My multiple runs of the wizard on my small project resulted in 6448 entries added the first time, 4191 the second, 154 the thrid and 69 entries added the fourth. Seems like it picks up nearly every word and phrase outside of the ignore list.
    A lot of what the wizard puts out is clearly useless. The wizard is also not as useful as it could be since it filters on topic Status and not CBT. Howver, I've saved off the .hhk file as I do like to peruse it for words I've missed and suggested phrases. It's also good to give you a veiw of just how many places a word or phrase is being used - helps me to see how common it is and whehter I want to include it or not.
    Patrick

  • HOW TO IMPORT DATA MORE THAN ONCE FROM THE SAME EXPORT DUMP FILE?

    before asking my question i'd like to mention that i'm a french spoke...
    so my english is a little bit bad. sorry for that.
    my problem is : IMPORT
    how to import data a SECOND TIME from an export dump file within oracle?
    My Export dump file was made successfully (Full Export) and then i
    tried to import datas for the first time.
    I got this following message in my logfile: I ADDED SOME COMMENTS
    Warning: the objects were exported by L1, not by you
    . importing SYSTEM's objects into SYSTEM
    REM ************** CREATING TABLESPACES *****
    REM *********************************************
    IMP-00015: following statement failed because the object already exists:
    "CREATE TABLESPACE "USER_DATA" DATAFILE 'E:\ORANT\DATABASE\USR1ORCL.ORA' SI"
    "ZE 3145728 DEFAULT STORAGE (INITIAL 10240 NEXT 10240 MINEXTENTS 1 MAX"
    "EXTENTS 121 PCTINCREASE 50) ONLINE PERMANENT"
    IMP-00015: following statement failed because the object already exists:
    "CREATE TABLESPACE "ROLLBACK_DATA" DATAFILE 'E:\ORANT\DATABASE\RBS1ORCL.ORA"
    "' SIZE 10485760 DEFAULT STORAGE (INITIAL 10240 NEXT 10240 MINEXTENTS "
    "1 MAXEXTENTS 121 PCTINCREASE 50) ONLINE PERMANENT"
    etc........
    IMP-00017: following statement failed with ORACLE error 1119:
    "CREATE TABLESPACE "L1" DATAFILE 'E:\ORADATA\L1.DBF' SIZE 1048576000 "
    "DEFAULT STORAGE (INITIAL 10240 NEXT 10240 MINEXTENTS 1 MAXEXTENTS 121 PCTIN"
    "CREASE 50) ONLINE PERMANENT"
    IMP-00003: ORACLE error 1119 encountered
    ORA-01119: error in creating database file 'E:\ORADATA\L1.DBF'
    ORA-09200: sfccf: error creating file
    OSD-04002: unable to open file
    O/S-Error: (OS 3) The system cannot find the path specified
    --->etc..........
    the drive E: with the folder E:\ORADATA didn't exist, but after
    all that i created it.
    see below, before my IMPORT statement
    REM ********************* CREATING USER *********
    REM ********************************************
    IMP-00017: following statement failed with ORACLE error 959:
    "CREATE USER "L1" IDENTIFIED BY VALUES 'A6E0DAA6865E7627' DEFAULT TABLESPACE"
    " "L1" TEMPORARY TABLESPACE "TEMPORARY_DATA""
    IMP-00003: ORACLE error 959 encountered
    ORA-00959: tablespace 'L1' does not exist
    IMP-00017: following statement failed with ORACLE error 959:
    "CREATE USER "MLCO" IDENTIFIED BY VALUES '56AC6447B7D50467' DEFAULT TABLESPA"
    "CE "MLCO" TEMPORARY TABLESPACE "TEMPORARY_DATA""
    IMP-00003: ORACLE error 959 encountered
    ORA-00959: tablespace 'MLCO' does not exist
    ETC.......
    REM ********************* GRANTING ROLES ***********
    REM ************************************************
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT ALTER ANY TABLE to "L1" "
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'L1' does not exist
    ETC.........
    IMP-00017: following statement failed with ORACLE error 1918:
    "ALTER USER "L1" DEFAULT ROLE ALL"
    IMP-00003: ORACLE error 1918 encountered
    ORA-01918: user 'L1' does not exist
    -- that is normal, since the creation of the
    tablespace failed !!
    REM******************************
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLLBACK SEGMENT RB_TEMP STORAGE (INITIAL 10240 NEXT 10240 MINEXTENT"
    "S 2 MAXEXTENTS 121) TABLESPACE "SYSTEM""
    IMP-00015: following statement failed because
    . importing SCOTT's objects into SCOTT
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "EVT_PROFILE_SEQ" MINVALUE 1 MAXVALUE 999999999999999999999"
    "999999 INCREMENT BY 1 START WITH 21 CACHE 20 NOORDER NOCYCLE"
    ETC............
    importing L1's objects into L1
    IMP-00017: following statement failed with ORACLE error 1435:
    "ALTER SCHEMA = "L1""
    IMP-00003: ORACLE error 1435 encountered
    ORA-01435: user does not exist
    REM *************** IMPORTING TABLES *******************
    REM ****************************************************
    . importing SYSTEM's objects into SYSTEM
    . . importing table "AN1999_BDAT" 243 rows imported
    . . importing table "BOPD" 112 rows imported
    . . importing table "BOINFO_AP" 49
    ETC................
    . . importing table "BO_WHF" 2 rows imported
    IMP-00015: following statement failed because the object already exists:
    "CREATE TABLE "DEF$_CALL" ("DEFERRED_TRAN_DB" VARCHAR2(128),
    IMP-00015: following statement failed because the object already exists:
    "CREATE SYNONYM "DBA_ROLES" FOR "SYS"."DBA_ROLES""
    IMP-00015: following statement failed because the object already exists:
    "CREATE SYNONYM "DBA_ERRORS" FOR "SYS"."DBA_ERRORS""
    IMP-00008: unrecognized statement in the export file:
    . importing L1's objects into L1
    IMP-00017: following statement failed with ORACLE error 1435:
    "ALTER SCHEMA = "L1""
    IMP-00008: unrecognized statement in the export file:
    J
    Import terminated successfully with warnings.
    -------------------------------------b]
    So after analysing this log file, i created
    the appropriate drives and folders... as the
    import statement doesn't see them.
    E:\ORADATA G:\ORDATA etc...
    And i started to [b]IMPORT ONE MORE TIME. with:
    $ IMP73 sys/pssw Full=Y FILE=c:\temp\FOLD_1\data_1.dmp BUFFER=64000
    COMMIT=Y INDEXFILE=c:\temp\FOLD_1\BOO_idx.sql
    LOG=c:\temp\FOLD_1\BOO_log.LOG DESTROY=Y IGNORE=Y;
    after that i could not see the users nor the
    tables created.
    and the following message appeared in the log file:
    Warning: the objects were exported by L1, not by you
    . . skipping table "AN1999_BDAT"
    . . skipping table "ANPK"
    . . skipping table "BOAP"
    . . skipping table "BOO_D"
    ETC.....skipping all the tables
    . . skipping table "THIN_PER0"
    . . skipping table "UPDATE_TEMP"
    Import terminated successfully without warnings.
    and only 2 new tablespaces (originally 3) were
    created without any data in ( i check that in
    the Oracle Storage manager : the tablespaces exit
    with 0.002 used space; originally 60 M for each !!)
    so,
    How to import data (with full import option) succefully
    MORE THAN ONE TIME from an exported dump file ?
    Even if we have to overwrite tablespaces , tables and users.
    thank you very much

    The Member Feedback forum is for suggestions and feedback for OTN Developer Services. This forum is not monitored by Oracle support or product teams and so Oracle product and technology related questions will not be answered. We recommend that you post this thread to the appropriate Database forum.
    The main URL is:
    http://forums.oracle.com/forums/index.jsp?cat=18

  • Can you download OSX Mountain Lion more than once on your computers after paying the $19.99

    If I purchase mountain lion on my itunes/app store account, can I use that same account on my other mac to download mountain lion without paying another $19.99? I am currently waiting for my email for a free copy but If i can do multiple downlaods without paying extra, I would rather purchase it so I can download mountain lion on my ineligible computer and my newer one too

    yes, you can install ML on all the macs you own as long as you use the same Mac App Store ID singing into each of them.

  • Can I run Exchange 2013 Schema more than once

    I have started in installing Exchange 2013. I ran schema update using the Exchange 2013 RTM. Should I go ahead and install Exch2013 RTm and just run the updates afterwards or should I run schema update again using the Exch2013 SP1 setup.exe?

    Exchange 2013 CU5 is the latest one so if you haven't installed Exchange yet, I would suggest you to run the schema update again for
    CU5 and then install instead of installing RTM first...
    But if something is blocking you to run Schema upgrade again currently then you can go for Exchange 2013 RTM install too, only thing is you would end up spending double time installing and upgrading and fighting with known bugs between RTM and CU5...
    Blog |
    Get Your Exchange Powershell Tip of the Day from here

  • Can you install logic pro onto more than one computer with the same cd key?

    can you install logic pro onto more than one computer with the same cd key?

    Only a desktop and a laptop, both of which must be Macs you own.
    (60296)

  • Can you make a movie for more than 2 minutes on an ipad and save it on a flash drive

    Can you make a movie for more than two minutes on the ipad and sve it on a flash drive using windows XP

    Using Apple's camera connection kit, you can use a flash drive to IMPORT photos and videos. However, you can't EXPORT any type of file to the flash drive.
     Cheers, Tom

  • Can you install logic express on more than one computer

    can you install logic express on more than one computer ?

    Be sure to read the End User Licensing Agreement for questions of this nature. You are allowed to install Logic on two computers that you own, for example an iMac and a MacBook Pro. You cannot, however, use the two computers at the same time if they are on the same network. You can use one computer as a Logic Node to shift some of the processing load (which you would likely do with an ethernet cable) but you don't need to have a full installation of Logic on the Node  machine, just the Logic Node installation. The idea of allowing two installations is so that you might take advantage of a portable  computer in the field for on-site recording then later transfer those files to a desktop studio set up for further editing.

  • HT1040 why can i not seem to order more than one print at a time, which obviously becomes expensive with the shipping, it does not seem to offer me the facility to choose again?

    why can i not seem to order more than one print at a time, which of course becomes expensive with shipping, it does not seem to offer me the facility to choose again? either order or cancel!

    make an album containing the photos you wnat to print, select all photos in the album  and order
    LN

  • Can you connect ipod nano to more than one pc wiyh no music loss....help!

    Hi, I have a iPod nano and I would like to know if you can sync the ipod to more than one pc at a time without loosing all the music on it when you connect to another pc i.e I have a pc at work and one at home and would like to us them both with the same ipod nano to download music...
    gj-will
      Windows XP  
      Windows XP  

    Yes long as you have it set to manual update. If you started syncing to your home PC, connect it there and rightclick it in itunes, hit options and select "Manual Update" and hit OK.
    Now you can connect it to your home and work PC and manually drag and drop songs to it. Now if your buying music on the work PC, you will also want to use windows to add the music files to the iPod, so when you get home you can add these music files to your home PC and make backups

  • HT1657 Can I watch the rented movie more than once?

    Can I watch the rented movie more than once?

    Yes, as long as you do so within the 24/48 hour period.
    (73178)

  • HT4859 can you back up pictures from more than one phone

    can you back up pictures from more than one phone

    Welcome to the Apple Community.
    Yes, you can back up multiple devices but may need to purchase more iCloud space.

  • Error: An attribute cannot appear more than once in the same start tag

    Hi Everyone,
    when i run the page sometimes it works fine but sometimes it throws Compilation Error as below.
    "Error(502,1224): file:/C:/Jdeveloper/jdevhome/jdev/myhtml/OA_HTML/fwk/t/Session_2055663493/region1.uix<Line 502, Column 1224>: XML-20124: (Fatal Error) An attribute cannot appear more than once in the same start tag."
    And i delete the particular file from the path and run the page so this time it works fine.
    But later after sometime i get the same error but the session number will be changed, then again i need to delete it and run.
    What can be the permanent solution for this issue?
    Plz let me know any suggetions.
    Thanks.

    Seems like the mdl file is corrupted or was not generated correctly.
    Can you try to create the mdl file again and then try the import ?
    If it doesn't work then try contacting Oracle Support.

  • The report displays more than 3000 pages with same content.

    Respected Sir
    I have a report with form letter layout.
    The report contains only one page,but while running the paper layout ,the report displays more than 3000 pages with same content.
    please anyone give a solution to this problem

    I think there is no bad joining. b'se when the querry is executed in sql, it is working properly(means returns only one record) . This problem is not for a particular report. Any report using the "form layout", the same problem occurs.
    Why this problem occurs. How can we solve it.
    Bye

Maybe you are looking for