Error in import data using datapump

Hi all,
I just install oracle 10gR2 in my local machine and tryied to import data in 9iR2 database. But it ended with errors. Here r the steps I have followed.

SQL> conn sys/ as sysdba
Enter password:
Connected.
SQL> crete user amila identified by a;
SP2-0734: unknown command beginning "crete user..." - rest of line ignored.
SQL> create user amila identified by a;
User created.
SQL> grant connect,resource,create any directory to amila;
Grant succeeded.
SQL> create or replace directory dump_dir as 'E:\oracle\dump';
Directory created.
SQL> grant read,write on directory dump_dir to amila;
Grant succeeded.
-==========================================================
C:\>impdp amila5/a@cd01 directory=dump_dir dumpfile=amila5.dmp logfile=amila5.lo
g
Import: Release 10.2.0.1.0 - Production on Friday, 19 October, 2007 13:27:17
Copyright (c) 2003, 2005, Oracle. All rights reserved.
Connected to: Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.1.0 - Production
UDI-00008: operation generated ORACLE error 6550
ORA-06550: line 1, column 52:
PLS-00201: identifier 'SYS.DBMS_DATAPUMP' must be declared
ORA-06550: line 1, column 52:
PL/SQL: Statement ignored
Pls help on this issue.

Similar Messages

  • How to resolve error while importing data using IDoc method in LSMW ?

    Hi
    I am trying to import my data using IDoc method in LSMW.
    But after completing the whole LSMW process, when I look into the IDOC generated, the error description is as this.
    It talks about the process code and other stuff.
    Function module not allowed : APPL_IDOC_INPUTI
    Message No. B1252
    Diagnosis :
    The function module APPL_IDOC_INPUTI and the application object type which were determined are not valid for this IDoc.
    I am not able to resolve the problem.
    Please help.
    Regards,
    Rachesh Nambiar

    check the below link.
    /people/stephen.johannes/blog/2005/08/18/external-data-loads-for-crm-40-using-xif-adapter

  • Error when importing data using DTW template

    Dear All gurus/experts,
    I have a problem when importing data into SBO system using DTW. The error message is "sort error, pls check the prepared data and delimeter. I use SBO 2004 SP 00 PL 41. I don't understand to cope with this problem, I have no idea anymore. I appreciate your answer. TIA
    Rgds,

    Tks for your reply. I have seen it and the error message relates to delimeter. I have tried to correct the error by recreate the file and save as tab delimeted. Right now I am trying to import the files.
    Rgds,

  • Error while importing schemas using datapump

    Hi,
    I am trying to import schema from qc to development. after importing i got the following error attached below:
    Processing object type SCHEMA_EXPORT/TABLE/GRANT/WITH_GRANT_OPTION/OBJECT_GRANT
    Processing object type SCHEMA_EXPORT/TABLE/GRANT/CROSS_SCHEMA/OBJECT_GRANT
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX
    ORA-39065: unexpected master process exception in RECEIVE
    ORA-39078: unable to dequeue message for agent MCP from queue "KUPC$C_2_20090421161917"
    Job "SYS"."uat.210409" stopped due to fatal error at 20:15:13
    ORA-39014: One or more workers have prematurely exited.
    ORA-39029: worker 2 with process name "DW02" prematurely terminated
    ORA-31671: Worker process DW02 had an unhandled exception.
    ORA-39078: unable to dequeue message for agent KUPC$A_2_20090421161934 from queue "KUPC$C_2_20090421161917"
    ORA-06512: at "SYS.KUPW$WORKER", line 1397
    ORA-06512: at line 2
    ORA-39029: worker 3 with process name "DW03" prematurely terminated
    ORA-31671: Worker process DW03 had an unhandled exception.
    ORA-39078: unable to dequeue message for agent KUPC$A_2_20090421162030 from queue "KUPC$C_2_20090421161917"
    ORA-06512: at "SYS.KUPW$WORKER", line 1397
    ORA-06512: at line 2
    ORA-39029: worker 4 with process name "DW04" prematurely terminated
    ORA-31671: Worker process DW04 had an unhandled exception.
    ORA-39078: unable to dequeue message for agent KUPC$A_2_20090421162031 from queue "KUPC$C_2_20090421161917"
    ORA-06512: at "SYS.KUPW$WORKER", line 1397
    ORA-06512: at line 2
    Is my import completed successfully or not??. please help...

    When a datapump job runs, it creates a table called the master table. It has the same name as the job name. This is used to keep track of where all of the information in the dumpfile is located. It is also used when restarting a job. For some reason, this table got dropped. I'm not sure why, but in most cases, datapump jobs are restartable. I don't know why the original message was reported, but I was hoping the job woudl be restartable. You could always just rerun the job. Since the job that failed already created tables and indexes, if you restart the job, all of the objects that are dependent on those objects will not be created by default.
    Let's say you have table tab1 with an index ind1 and both table and index are anaylized. Since tab1 is already created, the datapump job will mark all of the objects dependent on tab1 to skip. This includes the index, table_statistics, and index_statistics. To get around this, you could say
    table_exists_action=replace
    but this will replace all tables that are in the dumpfile. Your other options are:
    table_exists_action=
    truncate -- to truncate the data in the table and then just reload the data, but not the dependent objects
    append -- to append the data from the dumpfile to the existing table, but do not import the dependent objects
    skip -- skip the data and dependent objects from the dumpfile.
    Hope this helps.
    Dean

  • Error while importing data using SAPINST system copy method

    Dear Friends,
    I am in process of doing system copy from production to Quality.
    OS: Linux
    Database: DB2
    We have completed export from production. I have uninstalled quality system before importing, uninstall of quality system was succesful. Know while importing the exported data by using sapinst method, i am getting error in phase define parameter. Where it is showing error as below.
    ==============
    TRACE      2011-07-01 13:15:35.738
    Found Error, error_codes[0] = <SELECT 'DATABASE-SCHEMA '||name||' COUNT : ( '||STRIP(CHAR(cnt1))||' ) ' FROM ( SELECT 'SAPGEQ' AS name , COUNT(*) AS cnt1 FROM SYSCAT.SCHEMATA WHERE schemaname='SAPGEQ' ) AS sub
    SQL1036C  An I/O error occurred while accessing the database.  SQLSTATE=58030>
    TRACE      2011-07-01 13:15:35.738
    During execution of <last_command.sql>, <1> errors occured.
    ERROR      2011-07-01 13:15:35.738 [iaxxinscbk.cpp:260]
    MDB-01999  Error occured, first error is: <SQL1036C  An I/O error occurred while accessing the database.  SQLSTATE=58030>
    ===================
    from the above error , it seems it is trying to conect to old quality database, but i don't know why it is doing so, as i have already uninstall the complete instance using sapinst. need your expert suggestion to over come this issue.
    Thanks
    Anil Bhandary

    Hi ,
    This is probably due to shutdown of the system not correctly.
    you will have to re-create control file.
    Regards
    Nagaraju

  • ATG 10.0.1 - Error while importing data using CIM

    Hi,
    I am trying to setup the data for ATG10.0.1 using cim.
    I was able to successfully create the publishing schema. However, when I try to import the data through cim it gives me following error:
    Importing (1 of 37) /Publishing/base/install/epub-role-data.xml to /atg/
    userprofiling/InternalProfileRepository...
    -------DATA IMPORT FAILED-------------------------------------------------------
    +enter [h]elp, [m]ain menu, [q]uit to exit+
    Make sure you have configured the connection details and created the schema.
    exec returned: 255
    Please help. Am I missing something?
    Thanks

    cim error log:
    *** info     Wed Nov 23 00:57:05 PST 2011     1322038625172     atg.cim.task.ant.utility.AntLogger     Total time: 0 seconds
    **** Warning     Wed Nov 23 00:57:05 PST 2011     1322038625176     atg.cim.worker.common.PropertyFileCreatorTask     Attempting to create properties file D:\ATG\ATG10.0.1\home\..\home\servers\cimDbInitializer\localconfig\atg\registry\RepositoryGroups.properties with out contents.
    **** info     Wed Nov 23 00:57:05 PST 2011     1322038625177     atg.cim.worker.common.PropertyFileCreatorTask     Wrote File D:\ATG\ATG10.0.1\home\..\home\servers\cimDbInitializer\localconfig\atg\registry\RepositoryGroups.properties
    **** info     Wed Nov 23 00:57:05 PST 2011     1322038625197     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask     Executing startSqlRepository for /atg/userprofiling/InternalProfileRepository
    **** info     Wed Nov 23 00:57:05 PST 2011     1322038625197     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask     Import File D:\ATG\ATG10.0.1\home\..\Publishing\base\install\epub-role-data.xml
    **** info     Wed Nov 23 00:57:05 PST 2011     1322038625197     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask     args : -workspace workspace -comment initial_data_import -user publishing
    **** info     Wed Nov 23 00:57:05 PST 2011     1322038625204     atg.cim.task.ant.utility.AntLogger     
    **** info     Wed Nov 23 00:57:05 PST 2011     1322038625204     atg.cim.task.ant.utility.AntLogger     start.sqlrepository.windows:
    **** info     Wed Nov 23 00:57:05 PST 2011     1322038625263     atg.cim.task.ant.utility.AntLogger     [exec] \Java\jdk1.6.0_27\bin\java was unexpected at this time.
    **** info     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.task.ant.utility.AntLogger     
    **** info     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.task.ant.utility.AntLogger     BUILD FAILED
    **** info     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.task.ant.utility.AntLogger     D:\ATG\ATG10.0.1\CIM\plugins\Base\ant\cim-ant.xml:4: exec returned: 255
    **** info     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.task.ant.utility.AntLogger     
    **** info     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.task.ant.utility.AntLogger     Total time: 0 seconds
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask     ---     D:\ATG\ATG10.0.1\CIM\plugins\Base\ant\cim-ant.xml:4: exec returned: 255
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at org.apache.tools.ant.taskdefs.ExecTask.runExecute(ExecTask.java:636)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at org.apache.tools.ant.taskdefs.ExecTask.runExec(ExecTask.java:662)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at org.apache.tools.ant.taskdefs.ExecTask.execute(ExecTask.java:487)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at sun.reflect.GeneratedMethodAccessor102.invoke(Unknown Source)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at java.lang.reflect.Method.invoke(Method.java:597)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at org.apache.tools.ant.Task.perform(Task.java:348)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at org.apache.tools.ant.Target.execute(Target.java:357)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at org.apache.tools.ant.Target.performTasks(Target.java:385)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.task.ant.utility.AntExecutionWrapper.executeAntTarget(AntExecutionWrapper.java:145)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.worker.AntTask.executeAntTarget(AntTask.java:93)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask.execute(StartSqlRepositoryExecutorTask.java:243)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.database.ImportDataTask.createStartSqlRepositoryTask(ImportDataTask.java:635)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.database.ImportDataTask.importTask(ImportDataTask.java:454)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.database.ImportDataTask.execute(ImportDataTask.java:217)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.task.TaskExecutor.execute(TaskExecutor.java:134)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.task.TaskExecutor.executeTasks(TaskExecutor.java:80)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.command.types.ExecuteStepTasks.execute(ExecuteStepTasks.java:51)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:128)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:156)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.step.StepExecutor.executeValidations(StepExecutor.java:289)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.ui.text.TextDisplay.processStep(TextDisplay.java:436)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.ui.UIDispatchImpl.processStep(UIDispatchImpl.java:89)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.step.StepExecutor.processStep(StepExecutor.java:201)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:80)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.runner.Runner.run(Runner.java:152)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.command.types.LaunchTemplate.execute(LaunchTemplate.java:69)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:128)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:156)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.step.StepExecutor.processStep(StepExecutor.java:129)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:80)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.runner.Runner.run(Runner.java:152)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.command.types.LaunchTemplate.execute(LaunchTemplate.java:69)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:128)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:156)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.step.StepExecutor.processStep(StepExecutor.java:129)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:80)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.runner.Runner.run(Runner.java:152)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.command.types.LaunchTemplate.execute(LaunchTemplate.java:69)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:128)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:156)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.step.StepExecutor.processStep(StepExecutor.java:129)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:80)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.runner.Runner.run(Runner.java:152)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.command.types.LaunchTemplate.execute(LaunchTemplate.java:69)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:128)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:156)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.step.StepExecutor.processStep(StepExecutor.java:129)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:80)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.runner.Runner.run(Runner.java:152)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.command.types.LaunchWizard.execute(LaunchWizard.java:73)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.command.CommandExecutor.execute(CommandExecutor.java:128)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.command.CommandExecutor.executeCommands(CommandExecutor.java:156)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.step.StepExecutor.processStep(StepExecutor.java:216)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.step.StepExecutor.processCurrentStep(StepExecutor.java:80)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.runner.Runner.run(Runner.java:152)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.flow.CimFlow.startupFlow(CimFlow.java:69)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.flow.CimFlowCreator.startDefaultCimFlow(CimFlowCreator.java:78)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.Launcher.startCimFlow(Launcher.java:168)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask          at atg.cim.Launcher.main(Launcher.java:68)
    **** Error     Wed Nov 23 00:57:05 PST 2011     1322038625265     atg.cim.worker.dynamo.StartSqlRepositoryExecutorTask     
    *

  • Error message when importing data using Import and export wizard

    Getting below error message when importing data using IMPORT and EXPORT WIZARD
    Error 0xc0202009: Data Flow Task 1: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80004005.
    <dir>
    <dir>
    Messages
    Error 0xc0202009: Data Flow Task 1: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80004005.
    An OLE DB record is available.  Source: "Microsoft SQL Server Native Client 11.0"  Hresult: 0x80004005  Description: "Could not allocate a new page for database REPORTING' because of insufficient disk space in filegroup 'PRIMARY'.
    Create the necessary space by dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.".
    (SQL Server Import and Export Wizard)
    Error 0xc0209029: Data Flow Task 1: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR.  The "Destination - Buyer_.Inputs[Destination Input]" failed because error code 0xC020907B occurred, and the error row disposition on "Destination
    - Buyer_First_Qtr.Inputs[Destination Input]" specifies failure on error. An error occurred on the specified object of the specified component.  There may be error messages posted before this with more information about the failure.
    (SQL Server Import and Export Wizard)
    Error 0xc0047022: Data Flow Task 1: SSIS Error Code DTS_E_PROCESSINPUTFAILED.  The ProcessInput method on component "Destination - Buyer" (28) failed with error code 0xC0209029 while processing input "Destination Input" (41). The
    identified component returned an error from the ProcessInput method. The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running.  There may be error messages posted before this with more information
    about the failure.
    (SQL Server Import and Export Wizard)
    Error 0xc02020c4: Data Flow Task 1: The attempt to add a row to the Data Flow task buffer failed with error code 0xC0047020.
    (SQL Server Import and Export Wizard)
    </dir>
    </dir>
    Error 0xc0047038: Data Flow Task 1: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED.  The PrimeOutput method on Source - Buyer_First_Qtr returned error code 0xC02020C4.  The component returned a failure code when the pipeline engine called PrimeOutput().
    The meaning of the failure code is defined by the component, but the error is fatal and the pipeline stopped executing.  There may be error messages posted before this with more information about the failure.
    (SQL Server Import and Export Wizard)
    Smash126

    Hi Smash126,
    Based on the error message” Could not allocate a new page for database REPORTING' because of insufficient disk space in filegroup 'PRIMARY'. Create the necessary space by dropping objects in the filegroup, adding additional files to the filegroup, or setting
    autogrowth on for existing files in the filegroup”, we can know that the issue is caused by the there is no sufficient disk space in filegroup 'PRIMARY' for the ‘REPORTING’ database.
    To fix this issue, we can add additional files to the filegroup by add a new file to the PRIMARY filegroup on Files page, or setting Autogrowth on for existing files in the filegroup to increase the necessary space.
    The following document about Add Data or Log Files to a Database is for your reference:
    http://msdn.microsoft.com/en-us/library/ms189253.aspx
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Error while Importing Data in UDO.

    Hello,
    I had created one User defined table with Master Datatype.
    I register this Table and creating Master type of UDO.
    I created template for this UDO throgh DTW.
    I am using Following Filed in the template.
    Code, Name, Field 1 and Field 2.
    While i am importing data using this template through DTW using, i got following error.
    Master Data Type user Table can not add row65171.
    Regards,
    Arpit Shah

    Dear,
    Please see the Note 804685 for information about how to
    import data into user defined tables linked to an object type.
    It is not possible to import data into UDO tables via the DTW.
    Regards
    Apple

  • Error in importing data from multiple ASCii files, Concatenat​e

    I am trying to use the "Importing Data From Multiple ASCII FIles.VBS" and the "Concatenate Groups.VBS" scripts downloaded from here, http://zone.ni.com/devzone/cda/epd/p/id/3870. When I run the importing data script and test it by highlighting the example data that comes with the download I get an error. "Error in <Importing Data From Multiple ASCII Files.VBS> (Line:60, Column: 11):  Variabls is undefined: 'AscIIAssocSet'  "
    The offending line of code is "  Call AsciiAssocSet(FilePaths(i), StpFilePath) ' assign STP file    "
    Screenshots of the error are attached.
    Can anyone tell me what this error is?  Am I just doing something wrong? Getting quite frustrated.
    Thanks in advance.
    Attachments:
    concactenate1.png ‏261 KB
    concactenate2.png ‏243 KB

    Please have a look at the DIAdem Example to concanate channels. Its delivered with DIAdem.
    Examples > Creating Scripts > Scripts > Appending Channels to Each Other
    Please use a dataplugin (File -> Text DataPlugin Wizard...) or the csv plugin to load your data.
    Greetings
    Andreas
    P.S.: The one you have downloaded needs the old Ascii Wizard that is not activated by default in newer DIAdem versions.
    If you want to use it anyway:
    Settings -> Options -> Extensions -> GPI Extensions ...
    Add gfsasci.dll

  • Error while insert data using execute immediate in dynamic table in oracle

    Error while insert data using execute immediate in dynamic table created in oracle 11g .
    first the dynamic nested table (op_sample) was created using the executed immediate...
    object is
    CREATE OR REPLACE TYPE ASI.sub_mark AS OBJECT (
    mark1 number,
    mark2 number
    t_sub_mark is a class of type sub_mark
    CREATE OR REPLACE TYPE ASI.t_sub_mark is table of sub_mark;
    create table sam1(id number,name varchar2(30));
    nested table is created below:
    begin
    EXECUTE IMMEDIATE ' create table '||op_sample||'
    (id number,name varchar2(30),subject_obj t_sub_mark) nested table subject_obj store as nest_tab return as value';
    end;
    now data from sam1 table and object (subject_obj) are inserted into the dynamic table
    declare
    subject_obj t_sub_mark;
    begin
    subject_obj:= t_sub_mark();
    EXECUTE IMMEDIATE 'insert into op_sample (select id,name,subject_obj from sam1) ';
    end;
    and got the below error:
    ORA-00904: "SUBJECT_OBJ": invalid identifier
    ORA-06512: at line 7
    then when we tried to insert the data into the dynam_table with the subject_marks object as null,we received the following error..
    execute immediate 'insert into '||dynam_table ||'
    (SELECT

    887684 wrote:
    ORA-00904: "SUBJECT_OBJ": invalid identifier
    ORA-06512: at line 7The problem is that your variable subject_obj is not in scope inside the dynamic SQL you are building. The SQL engine does not know your PL/SQL variable, so it tries to find a column named SUBJECT_OBJ in your SAM1 table.
    If you need to use dynamic SQL for this, then you must bind the variable. Something like this:
    EXECUTE IMMEDIATE 'insert into op_sample (select id,name,:bind_subject_obj from sam1) ' USING subject_obj;Alternatively you might figure out to use static SQL rather than dynamic SQL (if possible for your project.) In static SQL the PL/SQL engine binds the variables for you automatically.

  • Error while importing data from XML file to a Oracle database

    I am getting the following error while importing data
    *** atg.xml.XMLFileException: No XML files were found for "/Dynamusic/config/dynamusic/songs-data.xml". 
    The files must be located  under the name "/Dynamusic/config/dyna
    *** java.io.FileNotFoundException: D:\MyApp\ATG\ATG10.0.3 (Access is denied)
    java.io.FileNotFoundException: D:\MyApp\ATG\ATG10.0.3 (Access is denied)
            at java.io.FileInputStream.open(Native Method)
            at java.io.FileInputStream.<init>(FileInputStream.java:120)
            at atg.adapter.gsa.xml.TemplateParser.importFiles(TemplateParser.java:6675)
            at atg.adapter.gsa.xml.TemplateParser.runParser(TemplateParser.java:5795)
            at atg.adapter.gsa.xml.TemplateParser.main(TemplateParser.java:5241)
    I have placed the FakeXADataSource and JTDataSource properties files as required. In fact I have been able to import data in all machines. Just this one machine is giving problems. I have also checked out the access rights. Can someone help me please?

    Confirm that you have access to D:\MyApp\ATG\ATG10.0.3 and existence of Dynamusic/config/dynamusic/songs-data.xm

  • How to create the Export Data and Import Data using flat file interface

    Hi,
    Request to let me know based on the requirement below on how to export and import data using flat file interface.....
    Please provide the steps involved for the same.......
    BW/BI - Recovery Process for SNP data. 
    For each SNP InfoProvider,
    create:
    1) Export Data:
    1.a)  Create an export data source, InfoPackage, comm structure, etc. necessary to create an ASCII fixed length flat file on the XI
    ctnhsappdata\iface\SCPI063\Out folder for each SNP InfoProvider. 
    1.b)  All fields in each InfoProvider should be exported and included in the flat file. 
    1.c)  A process chain should be created for each InfoProvider with a start event. 
    1.d)  If the file exists on the target drive it should be overwritten. 
    1.e)  The exported data file name should include the InfoProvider technical name.
    1.f)  Include APO Planning Version, Date of Planning Run, APO Location, Calendar Year/Month, Material and BW Plant as selection criteria.
    2) Import Data:
    2.a) Create a flat file source system InfoPackage, comm structure, etc. necessary to import ASCII fixed length flat files from the XI
    ctnhsappdata\iface\SCPI063\Out folder for each SNP InfoProvider.
    2.b)  All fields for each InfoProvider should be mapped and imported from the flat file.
    2.c)  A process chain should be created for each InfoProvider with a start event. 
    2.d)  The file should be archived in the
    ctnhsappdata\iface\SCPI063\Archive directory.  Each file name should have the date appended in YYYYMMDD format.  Each file should be deleted from the \Out directory after it is archived. 
    Thanks in advance.
    Tyson

    Here's some info on working with plists:
    http://developer.apple.com/documentation/Cocoa/Conceptual/PropertyLists/Introduc tion/chapter1_section1.html
    They can be edited with any text editor. Xcode provides a graphical editor for them - make sure to use the .plist extension so Xcode will recognize it.

  • Not able to Import data using "clear and replace"

    Hi,
    If I import data using the data admin package "Import" and "Merge" as 'method for importing' the process runs without problems.
    If I change the 'method for importing' to "Clear and Replace" the process fails. See message:
    TOTAL STEPS  2
    1. Convert Data:         completed  in 3 sec.
    2. Load and Process:     Failed  in 1 sec.
    3. Import:               completed  in 1 sec.
    [Selection]
    FILE=\UHRENHOLT\LEGAL_DATALOAD\DataManager\DataFiles\\Axapta_Load.txt
    TRANSFORMATION=\UHRENHOLT\LEGAL_DATALOAD\DataManager\TransformationFiles\\Axapta_Load.xls
    CLEARDATA= Yes
    RUNLOGIC= Yes
    CHECKLCK= Yes
    [Messages]
    Key cannot be null.
    Parameter name: key
    I'm uisng the standard data admin package (and thereby the values 0 and 1). For some reason the value 1 is not accepted.
    Any suggestions?
    /Lars

    Hi,
    The "Replace & clear..." feature during data import depends on Work Status. So to use this functionality, you need to setup Work Status under your application. Notice that you need to setup Work Status even if you aren't selecting the option to check Work Status when running the package.
    Hope this will help you.
    Kind Regards,
    Patrick

  • Can anyone list problems/errors when uploading data using BDC's and BAPI's?

    Can anyone list the problems/errors when uploading data using BDC's and BAPI's?

    Hi,
    If you are actually creating a BDC to load data pls be more specific.
    Data format incorrect. Tab delimited/ etc
    Dates in wrong formats
    Currency incorrect formats
    Missing screens
    Wrong transaction code
    File not found,
    Missing Mandatory fields,
    Screen resoultion.
    You should always use refresh for your Bdcdata table.
    Loop at internal table.
    refresh Bdcdata.
    regards,
    sowjanya.

  • Importing data- using xml file into HANA Table

    Hi,
    We are using (HDB STUDIO ) - revision 60.......
    Is it possible to import data using XML file into HANA table (Master,Fact tables)?
    (Without using any intermediate adapters for conversion of data.....)
    Can any one suggest us........
    Thank you.

    Hi user450616
    I am a bit confused about what you are trying to achieve.
    Are you:
    1. importing a CSV file into APEX
    2. adding an extra column to the Oracle Table
    3. populating the extra column with the CSV filename?
    Let us know if this is what you are trying to do.
    Cheers,
    Patrick Cimolini

Maybe you are looking for

  • Bill of exchange + Asset Accounting

    1. Please send the cycle of Bill of exchange(BOE)(Finance) 2. Please send the cycle of Asset asccounting(Finance)

  • How can I fix Extension Manager CC update fail? (U44M1l210)

    Update is unable to extract downloaded files. I've retried numerous times, but get the same Update Failed message.

  • Recordset  mysql with IN filter

    I think this is a wishlist thing, but if it can be done, I'd like to know how. It would be very helpful if there was more robust support for the "IN" filter on recordsets. While it works 'ok" with numeric values i.e. WHERE whatsit IN (1,2,3) DW seems

  • Process Statics from Process Name

    I Want to capture the current process details of JavaServer1 and JavaServer2 for 10Hr into outputlog in desire location. but every after 4 Hrs application server getting restarted as functionality. I am facing problem while using prstat command to ge

  • Form verification

    Is there a way to install some sort of form verifictaion to prevent spam?