Error importing data via Apex

Hi,
I have an apex application on a 10g XE machine, and am in the process of migrating
this to an 11g machine (same version of apex: 3.2.1).
With a dozen or more "Apex" users, I first was a little disgruntled to find that there wasn't
a readily-available tool to migrate all the users across (add that to the "wish list" presuming there
isn't an easy user-migration mechanism, please).
Then I took the DDL across to the new platform, which worked quite well.
My next task was to move the data, in prior preparation for moving the applications.
On the old machine I performed a "data unload" to a separate XML file on each of my three tables
(its not a huge application).
On the new machine, I tried a "data load" into one table, and all I got was the unimaginative
error message shown below:
ORA-31011: XML parsing failed ORA-19202: Error occurred in XML processing LPX-00222: error received from SAX callback function ORA-01008: not all variables bound ORA-24801: illegal parameter value in OCI lob function ORA-24801: illegal parameter value in OCI lob function
Of course, all these error messages are really informative... I can work out (not) from the error message
how to solve the problem... !
The table I'm moving has a dozen rows in it. The table has two CLOB columns in it and two BLOB columns.
If I cannot easily migrate the data, there's no point in moving the applications. Time to ask the forum for
help please.
Various attempts of backing up the whole schema with "exp" and "expdp" and even "SQL Developer" proved futile, now
it looks that I can add "apex" to that list too.
Any help appreciated; thanks in advance.
Mungo

Thankyou for your kind reply.
flavioc wrote:
First of all, apex users are migrated when you export and import the workspace.I'm guessing you have to be the Apex Administrator to do that? On my hosted source
application the highest privilege I enjoy is a single Workspace Administrator - nothing higher.
Hence the need to transfer the data "the long way".
>
Secondly, in my own experience XML data exports are good for simple cases, reasonable amount data (less than 100.000 rows) otherwise you may incur in a variety of problems like insufficient memory, table loading order because of failing constraints and trigger based rules.The XML file I am attempting to import is 928Kbytes in size, and comprises about twelve records with photographs stored in BLOBs
to bulk out this file.
>
Thirdly, i do not see why exp or expdp should not work, i'm using them all the time, so may be you want to be more specific on this.
As I understand it "expdp" needs a Directory object... that would require raising a ticket with the hosting company and asking for
them to create one (a step too far, at the moment ;-)
From failing human memory, the "exp" command seemed to store the tablespace where the tables were stored in. When I then went to
import from the resultant exported file, the tablespaces were different on the new machine. So I gave up on "exp".
I thought that the relatively new "SQL Developer" would come to my rescue, but it also has problems with CLOB and BLOB columns.
All in all it seems to be more work than I had bargained for: all I want to do is "lift" the application off one machine and drop it on
to the new machine, but Oracle seems to want me to spend at least three days to workaround all the silly "features".
Comments borne on frustration; forgiveness requested...
Mungo :-)

Similar Messages

  • How to Import data via SQL Loader with characterset  UTF16 little endian?

    Hello,
    I'm importing data from text file into one of my table which contains blob column.
    I've specified following in my control file.
    -----Control file-------
    LOAD DATA
    CHARACTERSET UTF16
    BYTEORDER LITTLE
    INFILE './DataFiles/Data.txt'
    BADFILE './Logs/Data.bad'
    INTO TABLE temp_blob truncate
    FIELDS TERMINATED BY "     "
    TRAILING NULLCOLS
    (GROUP_BLOB,CODE)
    Problem:
    SQL Loader always importing data via big endian. Is there any method available using which we can convert these data to little endian?
    Thanks

    A new preference has been added to customize the import delimiter in main code line. This should be available as part of future release.

  • Importing Data into Apex 3.0.1

    I know that this question has a simple answer, but here goes. I know how to import data into oracle using sql loader and sql insert commands but can Apex import data into a blank application form with multiple rows of data to import.
    Like:
    U_Id L_Name F_Name City State zip
    15 Taylor Joe Atown Mi 42333
    16 Jones Jim NewT Ky 43211
    and 200 or 500 or more columes
    Again I know how to import into Apex to create a new form from a spreadsheet or access, but I don't know how to move raw data from a text file into Apex.
    Can this task be done.
    Thanks,
    Tim

    Tim,
    When an application is first created the developer has to specify the schema that will be used to parse (compile) all the code against. All you need to do is to use your existing knowledge of importing data into Oracle and import the data you want into the Parsing Schema of the application. Use Application Definition to find the parsing schema for your application.
    Sima

  • Error importing data in 10.2.0.4

    We have a production 10.2.0.4 database.
    The database had crashed and I needed to export data and import data back in using data pump.
    However, I am receiveing the follwing error while importing:
    RA-31693: Table data object "R"."RIC_TRANSACTION" failed to load/unload and is being skipped due to error:
    ORA-02354: error in exporting/importing data
    ORA-39776: fatal Direct Path API error loading table "R"."RIC_TRANSACTION"
    ORA-00600: internal error code, arguments: [klaprs_12], [], [], [], [], [], [], []
    Has anyone faced this?

    Khushboo Srivastava wrote:
    expdp [email protected] dumpfile=TABLES_032910.dmp logfile=FULL_032910.log
    directory=data1 job_name=FILLRIC_EXPORT schemas=RUSER,RUSER2 parallel=4
    impdp [email protected] directory=data1 dumpfile=TABLES_032910.dmp logfile=IC_IMPORT.log job_name=IMPORT3 schemas=RUSER,RUSER2
    import command generates the error:
    RA-31693: Table data object "RUSER"."RIC_TRANSACTION" failed to load/unload and is being skipped due to error:
    ORA-02354: error in exporting/importing data
    ORA-39776: fatal Direct Path API error loading table "RUSER"."RIC_TRANSACTION"
    ORA-00600: internal error code, arguments: [klaprs_12], [], [], [], [], [], [], []ora-0600 is an otherwise undefined error. You are probably going to have to open an SR with Oracle Support. At the very least, go to MetaLink and use the ora-0600 lookup tool.

  • Essbase data error importing data back to cube.

    Hi
    We have some text measures in cube.We loaded data using smart view.Once the data is loaded.we did export data from cube and when i import data back to the same cube i am getting the following error message below.
    Parallel data load enabled: [1] block prepare threads, [1] block write threads.
    Member [Sample text Measure] is a text measure. Only text values can be loaded to the Smart List in a text measure. [1004] Records Completed
    Unexpected Essbase error 1003073.
    I have done some analysis on this error message but could not find any solution.
    please suggest me where it is going wrong.
    Thanks in advance
    Kris
    Edited by: user9363364 on Apr 19, 2010 5:19 PM
    Edited by: user9363364 on Apr 20, 2010 3:38 PM
    Edited by: user9363364 on Apr 21, 2010 1:55 PM

    Hi,
    I don't know if I'm directing you correctly as I only loaded data, but never imported the exported text data. However, from the 11.1.1.3 dbag, below is found on P#193:
    *"100-10" "New York" "Cust Index" #Txt:"Highly Satisfied"*
    This shows that- Perhaps, we may've to prefix *#Txt:* before the double-quoted Text value.
    Wanna give a try?

  • Error Importing data into switching data source using cim for CRS Oracle Commerce 11

    Hi All,
         I am getting the below error while importing data into the switching data source for oracle commerce 11 with CRS.
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339319
    atg.cim.database.ImportDataTask
    4 Data Import:  Repository: /atg/commerce/locations/LocationRepository  Path: /CIM/tmp/import/switchingA-import3.xml Module: Store.EStore,Store.EStore.International  state:error
    **** info
    Fri Apr 17 12:18:59 IST 2015
    1429253339321
    atg.cim.util.AdminDatabaseUtils
    The administrative tables have not been initialized. Unable to update the administrator password for this datasource.
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.database.ImportDataTask
    1 of 8 data imports had errors. Please check C:\OracleCommerce\ATG\ATG11.0\CIM\log/cim.log for more details.
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    atg.cim.StepException: StartSqlRepositoryTemplateStep:Error Executing Step
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:112)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.runner.Runner.run(Runner.java:170)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.types.LaunchTemplate.execute(LaunchTemplate.java:90)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:166)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:195)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processStep(StepExecutor.java:155)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:105)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.runner.Runner.run(Runner.java:170)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.types.LaunchTemplate.execute(LaunchTemplate.java:90)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:166)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:195)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processStep(StepExecutor.java:155)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:105)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.runner.Runner.run(Runner.java:170)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.types.LaunchTemplate.execute(LaunchTemplate.java:90)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:166)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:195)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processStep(StepExecutor.java:155)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:105)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.runner.Runner.run(Runner.java:170)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.types.LaunchWizard.execute(LaunchWizard.java:99)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:166)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:195)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processStep(StepExecutor.java:254)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:105)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.runner.Runner.run(Runner.java:170)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.flow.CimFlow.startupFlow(CimFlow.java:86)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.flow.CimFlowCreator.startDefaultCimFlow(CimFlowCreator.java:111)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.Launcher.startCimFlow(Launcher.java:361)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.Launcher.main(Launcher.java:110)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    Caused by :atg.cim.StepException: StartSqlRepositoryTemplateStep:Error Executing Template
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processStep(StepExecutor.java:158)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:105)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.runner.Runner.run(Runner.java:170)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.types.LaunchTemplate.execute(LaunchTemplate.java:90)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:166)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:195)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processStep(StepExecutor.java:155)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:105)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.runner.Runner.run(Runner.java:170)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.types.LaunchTemplate.execute(LaunchTemplate.java:90)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:166)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:195)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processStep(StepExecutor.java:155)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:105)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.runner.Runner.run(Runner.java:170)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.types.LaunchTemplate.execute(LaunchTemplate.java:90)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:166)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:195)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processStep(StepExecutor.java:155)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:105)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.runner.Runner.run(Runner.java:170)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.types.LaunchWizard.execute(LaunchWizard.java:99)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:166)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:195)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processStep(StepExecutor.java:254)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:105)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.runner.Runner.run(Runner.java:170)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.flow.CimFlow.startupFlow(CimFlow.java:86)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.flow.CimFlowCreator.startDefaultCimFlow(CimFlowCreator.java:111)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.Launcher.startCimFlow(Launcher.java:361)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.Launcher.main(Launcher.java:110)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    Caused by (#2):atg.cim.CommandException: Error Executing Template
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.types.LaunchTemplate.execute(LaunchTemplate.java:93)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:166)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:195)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processStep(StepExecutor.java:155)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:105)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.runner.Runner.run(Runner.java:170)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.types.LaunchTemplate.execute(LaunchTemplate.java:90)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:166)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:195)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processStep(StepExecutor.java:155)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:105)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.runner.Runner.run(Runner.java:170)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.types.LaunchTemplate.execute(LaunchTemplate.java:90)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:166)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:195)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processStep(StepExecutor.java:155)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:105)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.runner.Runner.run(Runner.java:170)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.types.LaunchTemplate.execute(LaunchTemplate.java:90)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:166)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:195)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processStep(StepExecutor.java:155)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:105)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.runner.Runner.run(Runner.java:170)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.types.LaunchWizard.execute(LaunchWizard.java:99)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:166)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:195)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processStep(StepExecutor.java:254)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:105)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.runner.Runner.run(Runner.java:170)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.flow.CimFlow.startupFlow(CimFlow.java:86)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.flow.CimFlowCreator.startDefaultCimFlow(CimFlowCreator.java:111)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.Launcher.startCimFlow(Launcher.java:361)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.Launcher.main(Launcher.java:110)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    Caused by (#3):atg.cim.RunnerException: Error processing Steps.
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.runner.Runner.run(Runner.java:173)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.types.LaunchTemplate.execute(LaunchTemplate.java:90)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:166)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:195)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processStep(StepExecutor.java:155)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:105)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.runner.Runner.run(Runner.java:170)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.types.LaunchTemplate.execute(LaunchTemplate.java:90)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:166)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:195)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processStep(StepExecutor.java:155)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:105)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.runner.Runner.run(Runner.java:170)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.types.LaunchTemplate.execute(LaunchTemplate.java:90)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:166)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:195)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processStep(StepExecutor.java:155)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:105)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.runner.Runner.run(Runner.java:170)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.types.LaunchTemplate.execute(LaunchTemplate.java:90)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:166)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:195)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processStep(StepExecutor.java:155)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:105)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.runner.Runner.run(Runner.java:170)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.types.LaunchWizard.execute(LaunchWizard.java:99)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:166)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:195)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processStep(StepExecutor.java:254)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:105)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.runner.Runner.run(Runner.java:170)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.flow.CimFlow.startupFlow(CimFlow.java:86)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.flow.CimFlowCreator.startDefaultCimFlow(CimFlowCreator.java:111)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.Launcher.startCimFlow(Launcher.java:361)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.Launcher.main(Launcher.java:110)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    Caused by (#4):atg.cim.StepException: switchingAImportStep:Error Executing Step
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:123)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.runner.Runner.run(Runner.java:170)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.types.LaunchTemplate.execute(LaunchTemplate.java:90)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:166)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:195)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processStep(StepExecutor.java:155)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:105)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.runner.Runner.run(Runner.java:170)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.types.LaunchTemplate.execute(LaunchTemplate.java:90)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:166)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:195)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processStep(StepExecutor.java:155)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:105)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.runner.Runner.run(Runner.java:170)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.types.LaunchTemplate.execute(LaunchTemplate.java:90)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:166)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:195)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processStep(StepExecutor.java:155)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:105)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.runner.Runner.run(Runner.java:170)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.types.LaunchTemplate.execute(LaunchTemplate.java:90)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:166)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:195)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processStep(StepExecutor.java:155)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:105)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.runner.Runner.run(Runner.java:170)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.types.LaunchWizard.execute(LaunchWizard.java:99)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:166)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:195)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processStep(StepExecutor.java:254)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:105)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.runner.Runner.run(Runner.java:170)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.flow.CimFlow.startupFlow(CimFlow.java:86)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.flow.CimFlowCreator.startDefaultCimFlow(CimFlowCreator.java:111)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.Launcher.startCimFlow(Launcher.java:361)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.Launcher.main(Launcher.java:110)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    Caused by (#5):atg.cim.StepException: switchingAImportStep:Error Executing Pre Navigation Validation
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.ui.text.TextDisplay.processStep(TextDisplay.java:377)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.ui.UIDispatchImpl.processStep(UIDispatchImpl.java:109)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processStep(StepExecutor.java:239)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:105)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.runner.Runner.run(Runner.java:170)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.types.LaunchTemplate.execute(LaunchTemplate.java:90)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:166)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:195)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processStep(StepExecutor.java:155)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:105)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.runner.Runner.run(Runner.java:170)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.types.LaunchTemplate.execute(LaunchTemplate.java:90)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:166)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:195)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processStep(StepExecutor.java:155)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:105)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.runner.Runner.run(Runner.java:170)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.types.LaunchTemplate.execute(LaunchTemplate.java:90)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:166)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:195)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processStep(StepExecutor.java:155)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:105)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.runner.Runner.run(Runner.java:170)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.types.LaunchTemplate.execute(LaunchTemplate.java:90)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:166)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:195)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processStep(StepExecutor.java:155)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:105)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.runner.Runner.run(Runner.java:170)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.types.LaunchWizard.execute(LaunchWizard.java:99)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:166)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:195)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processStep(StepExecutor.java:254)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:105)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.runner.Runner.run(Runner.java:170)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.flow.CimFlow.startupFlow(CimFlow.java:86)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.flow.CimFlowCreator.startDefaultCimFlow(CimFlowCreator.java:111)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.Launcher.startCimFlow(Launcher.java:361)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.Launcher.main(Launcher.java:110)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    Caused by (#6):atg.cim.ValidatorExecutionException: AlwaysTrueValidator:Error Executing Validator Commands
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.executeValidations(StepExecutor.java:363)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.ui.text.TextDisplay.processStep(TextDisplay.java:375)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.ui.UIDispatchImpl.processStep(UIDispatchImpl.java:109)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processStep(StepExecutor.java:239)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:105)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.runner.Runner.run(Runner.java:170)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.types.LaunchTemplate.execute(LaunchTemplate.java:90)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:166)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:195)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processStep(StepExecutor.java:155)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:105)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.runner.Runner.run(Runner.java:170)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.types.LaunchTemplate.execute(LaunchTemplate.java:90)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:166)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:195)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processStep(StepExecutor.java:155)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:105)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.runner.Runner.run(Runner.java:170)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.types.LaunchTemplate.execute(LaunchTemplate.java:90)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:166)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:195)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processStep(StepExecutor.java:155)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:105)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.runner.Runner.run(Runner.java:170)
    **** Error
    Fri Apr 17 12:18:59 IST 2015
    1429253339322
    atg.cim.step.StepExecutor
    at atg.cim.command.types.LaunchTemplate.execute(LaunchTemplate.java:90)
    **** Error

    Hi,
    I think I faced the same issue when I trying to import data for international(multiple currency support) version of CRS/Motorprise and that time I just switched to use only English version import as last time I concluded was that there is some encoding issue in oracle database.
    Please check once you are using right version of oracle db which are supported by ATG 11.
    Hope this will help.

  • Error when Trying to Copy or Import Data via Data Manager

    Hello Experts,
    I was trying to do an Import using the package in Data Manager and i Got this error:
    [Admin-ProcessPartition]Errors in the OLAP storage engine: The attribute key cannot be found when processing: Table: 'dbo_tblFactAppname', Column: 'ACCOUNT', Value: '7061020702'. The attribute is 'AccountNom_ID1'
    Also, I tried to do some Optimize in the Application and then a Copy from a Package and I still got this error.
    Thanks for your help,
    Rodrigo

    Hi Rodrigo,
    For every application, BPC creates 3 tables in the SQL.
    1. FactWB<application> : writeback table - the data is stored whenever we send any data from the input schedules. This table is used for real term storage (the most current data sent to the system).
    2. Fact2<application> :  When we load data through DM packages, it gets stored in this table. Also called short term storage.
    3. Fact<application> : Main data storage. All data eventually resides over here. Also termed long term storage.
    Hope this helps.

  • Export and Import data in APEX

    I would like to know how to export the data from a table (6000 rows) and then I would like to import the data to another table. So I need to know how to do that process.. it's like to take a picture of the data in the old table and put them into the new table which it has new data.... so I can't just copy and paste...
    Thanks for your help... regards

    Dates do not have formats in the database(they are NOT saved as strings in the DB), but when you display them as string or export them then it has a format(coz its just a bunch of characters).
    The problem that you are facing is that the _date string in the csv file could not be converted by the database automatically into a date with its current date format settings(of the session).
    You need to set the date format of the session before you do the csv file import to the date format of the any date column strings in the file OR better match it with the date format of the client with which you exported the data.
    Set the same Date format before exporting as well as before importing.
    If its SQL Developer, you should be able to set it in Preferences(think its shown in that demo video)
    Do the same before importing too.
    Make sure that the datafile date column strings match the format of the importing session.
    If you want to pro grammatically set the date format use something like
    ALTER SESSION SET NLS_DATE_FORMAT = 'DD-MON-YY HH24.MI.SS';By the way, I think you should have asked this question in the SQL PLSQL forum, since it isn't particularly related to the Apex.
    Pls update your forum handle to something more friendlier than "user13344939"

  • Getting error importing views via Delivery Unit

    Hi,
    Sales package 3 has been exported via delivery unit to client and again trying to importing same package via same delivery unit.
    but unable to importing and getting the below error.
    please guide me to resolve the issue.

    Hi Edukondalu,
    can you please take a look at the indexserver tracefiles? There should be a more detailed error message or stack trace in there. As of now, it is hard to say what the actual issue is.
    Best regards,
    Stefan

  • Getting an ORA-01003 error importing images using Apex import options

    I took an export of the images from my application (would be nice if this was included in the applicatoin export options)
    When I try to import, I get the following error
    Execution of the statement was unsuccessful. ORA-01003: no statement parsed
    begin wwv_flow.g_import_in_progress := true; end;
    ORA-01003: no statement parsed
    This worked for me on apex.oracle.com.. can't do it on any of my apex instances.
    I am able to import applications without a problem
    Any suggestions?

    Anyone have any ideas?

  • Is there any way to prevent fields from being overwritten when importing data via xdp-file?

    In an pdf-form designed with LCD everytime the form gets merged with an xdp-datafile content of all fields get overwritten, regardless which data-binding (normal, global, none) is assigned to the fields and regardless if the fields are exluded in the xdp-datafile. Is this normal behavior and is there any way to prevent fields from being overwritten?

    The xdp-file is first exported from Acrobat Professional 8 (export data as *.xdp) to get the complete structure. Then in the xdp-file some fields are removed manually and other fields are filled with data. When the modified xdp-file is opened again with Acrobat Professional 8 it grabs the original pdf-form and merges the manually filled fields into the form. With the merge all other fields in the form are overwritten, even if they are not defined in the xdp-file. And that is what I want to avoid. I want to merge the xdp-file into the form and keep the data in fields not defined in the xdp-file.

  • Import Data to MDM

    Hi All,
    I have 2 question regarding Key Mapping, while importing data via Data Manager. We are using SAP MDM 7.1 SP04 (117)
    1. Load data to a Lookup table, from 2 different source system.  I have an Lookup table, to which i will have to load data from 2 different systems say A, B
    and both A and B has a different Key, which i will have to store in the Remote Key.
    How to Import this data
    Remote System Remote Key Name Code
    1. A 1 AAA A1
    2. B 2 AAA A1
    In the above example, same code and Name has 2 different Remote system and remote key... how to load this data to MDM using Import Manager
    2. Load data to Main table for lookup fields. I have a set of lookup tables, for which the data are loaded from system A and say remote Key 1.
    But, the data to the main table comes from System B, so the data for these lookup fields are not getting mapped automatically, as it doesnot find the remote system in that lookup. How to load the data, to these fields in the lookup, automatically, without doing a manual value mapping.
    Thanks,
    Priya.

    Hi Priya,
    If these Systems A and B are SAP systems, then you should go for MDMGX T-code, for reference data (look-up data) into MDM. Importing look-up data from SAP systems using MDMGX is the Recommended/Standard way. You will then import this reference (look-up data) from both of these systems using Remote Key Concept and you will not face this difficulty. Here you will not face any issue, look-up values get automatically mapped whether Main table data comes from System A or System B.
    If you have Source file with four fields as given below:
    Remote System Remote Key Name Code
    1. A 1 AAA A1
    2. B 2 AAA A1
    Then Segregate Records on the basis of Remote systems with two files, one file which will contain records pertaining to Remote System A only and other file contains records with Remote System B only.
    Now, Import the data using import manager remote system for these two files separately for Remote System A and Remote System B using Remote Key concept. Once you Import data in this way, you will see both these Remote Systems with key (I mean two values) in Edit Key mapping when you right click on any record of this look up flat table using MDM Data Manager.
    Here you will see Remote system B with Key 2 also.
    Other alternative, You can also add these Remote key values for System B manually using MDM Data Manager Edit Key mapping. But it will take time to add value for each of records for this look-up flat table for Remote System B.
    Your problem for importing main table records from Remote System B will be resolved because now these look-up values get automatically mapped as remote key for both systems maintained into look-up tables.
    Regards,
    Mandeep Saini

  • Using  FDM Import Action script to import data from ERPI table "tdataseg_t"

    Hi Experts
    I have extracted data from EBS using ERPI and loaded into the intermediate table "tdataseg_t"
    I am trying to use Import Action script within FDM to extract data from "tdataseg_t" table (where ERPI extract data is stored) as i could not use the normal import script.
    Requirement : I have to restrict the custom 2 dimension based on Account dimension.
    Dim Account
    Account = ???? ( i am struck here)
    If Account = 1000 to 5000 Then
    Custom2 = Right( product , 5)
    End If
    but , I could not find the exact syntax to call the Account dimension from the "tdataseg_t" table.
    Please Advise
    Thanks
    Sak
    Edited by: user12292415 on Feb 26, 2012 1:19 AM

    Hello,
    Importing data via a manual script defeats the purpose of ERPi. As it will not provide you an audit trail, drill-through/drill-back, etc.
    Your best bet is to use the default settings by the software. Just because it returns more records than you want is not a bad thing. You can conditionally change/alter the information either in an EventScript inside of FDM or by mapping the un-needed information to IGNORE.
    Thank you,

  • Creating my own Import data through CSV

    Hi,
    I want to create a Import data application which consist of import the CSV to a existing table.The same thing the way HTMLDB does while importing data via spreadsheet.Is it really possible ? If then how can i proceed ? Can anyone suggest .
    Regards,
    ROSY

    Hi,
    I want to create a Import data application which
    hich consist of import the CSV to a existing
    table.The same thing the way HTMLDB does while
    importing data via spreadsheet.Is it really possible
    ? If then how can i proceed ? Can anyone suggest .Unfortunately, you're left to your own devices to implement the UI. That's the bad news. The good news is that you can probably use any of the relevant packages in the FLOWS_nnnnnn (depending on your HTML DB version) schema to do the backend work for you.
    If you have tools to browse the backend like TOAD or Enterprise Manager then take a look through the FLOWS_nnnnnn schema and look at the packages under WWV_FLOW_LOAD_DATA, or something to that effect. Can't remember exactly right now.
    Earl

  • Is it possible to use the HDMI post to import data

    I'm new to all this, but I have a Z570 laptop, so not an old model, and I want to import data via the HDMI slot, I can't use the other ports due to the data being on a platform with only HDMI as an output port.
    Solved!
    Go to Solution.

    Thanks RichK, that seems to be the end of that.
    I was hoping to find a reasonably cheap way of getting recorded programs from MY Virgin Media Tivo box to watch in my Rv, the only output being HDMI, but so far I've not come up with anything, a HDMI to USB would at least give me something, but I don't know what

Maybe you are looking for

  • My Iphone was stolen.  How do I remotely wipe it?

    My iPhone was stolen.  How do I remotely wipe it?  Is there anything else I need to do?

  • DVR-110 External FireWire Case Recommendation??

    Hi everyone, I'm running a MDD G4 with an original DVR-104 DVD burner. I've bought a DVR-110 DVD Burner and want to connect via FireWire to be able to choose between the two burners when creating DVDs. Can anyone recommend a Fire Wire DVD drive enclo

  • LDAP design question for multiple sites

    LDAP design question for multiple sites I'm planning to implement the Sun Java System Directory Server 5.2 2005Q1 for replacing the NIS. Currently we have 3 sites with different NIS domains. Since the NFS over the WAN connection is very unreliable, I

  • Newbie ques : How to get the list of all tables in the database

    Hi, I'm very new to Oracle (using Oracle8i currently). I wanted to know if there is a way to get the list of all tables in the database. Like in mySQL you can use the command " show tables" to get the list of all the tables. Any help will e greatly a

  • Multiple Formats in one source file...

    I'm trying to load data from flat files that have multiple record formats within the same file.  Does anyone have experience with this scenario?