Import data into database on another server

What is the syntax to import data from a .dmp file on another server into a database on a different server? Do I just use
imp scot/tiger@nextdb parfile=params.dat
I do not have enough space on the other server to hold the large import file. Even a compressed file give a 'no space left on device error', so I want to just issue the import command on the other server. Is that possible?

Yes it is possible and the example you provided is enough if you want to import the data in nextdb.
But, consider network bandwidth, since all data that has to be imported must go thru the network. This can make import process much slower.
One more thing to consider! You have mentioned there is not enough space on your destination site for the dump file. If that is the case, make sure that you have enough space for the data that has to be imported.
See how much free space you have in the target tablespace and the target location in order to be sure that there is enough space for the data.

Similar Messages

  • Import data into an MS Access database

    How I can import data into an MS Access database form a PDF form?
    Any sample to get start I'll appreciate.
    Thanks

    To my opinion, there are 3 potential approaches :
    1. rewrite the application, that data are stored directly in the oracle database
    or the program writes flat files somewhere to the file system which are able getting
    imported from the target instance on daily basis or job driven;
    2. The "Access-driven approach" : link oracle tables into the MS-Access application
    using an ODBC-connection and build a macro in Access which is exporting the stuff to
    the target instance; in order to do so, the Oracle Client and ODBC-Drivers needs to
    get installed on the PC where MS-Access is started to start the exportation process
    (which is probably yours).
    You may then create tables in the target instance and link them from within Access
    using ODBC as the datasource
    3. The "Oracle driven approach". explained in detail here, never tried it, but maybe
    worth a look
    http://www.orafaq.com/node/60
    Basically, install the Oracle Software on a PC, configure an ODBC-Connection and start a
    Listener there;
    The target instance (which may no run on a UNIX system) is now able to commuincate
    with the local running listener on your PC which itself is instantiating a connection to
    the Access "Database" using the ODBC-Connection.
    In this way, your PC acts as a database server from the Oracle Net point of view.
    In theory, this could even work, depending on the ability to connect from the
    instance server directly to the given IP of your PC (Security ?? Hmmmz)

  • Importing Data into Sql Server 2012 from Excel Data

    Hi,
    I got errors like this when i am doing import data into sql server from excel Data. Can you please help us?
    - Executing (Error)
    Messages
    Error 0xc020901c: Data Flow Task 1: There was an error with Source - demotable$.Outputs[Excel Source Output].Columns[Comment] on Source - demotable$.Outputs[Excel Source Output]. The column status returned was: "Text was truncated or one
    or more characters had no match in the target code page.".
     (SQL Server Import and Export Wizard)
    Error 0xc020902a: Data Flow Task 1: The "Source - demotable$.Outputs[Excel Source Output].Columns[Comment]" failed because truncation occurred, and the truncation row disposition on "Source - demotable$.Outputs[Excel Source Output].Columns[Comment]"
    specifies failure on truncation. A truncation error occurred on the specified object of the specified component.
     (SQL Server Import and Export Wizard)
    Error 0xc0047038: Data Flow Task 1: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED.  The PrimeOutput method on Source - demotable$ returned error code 0xC020902A.  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)

    Are you attempting to import into a newly made table or into an existing table? It looks like it's trying to insert data where it cannot be inserted (invalid column or lack of data size in your column).
    Try the following:
    1). In your excel sheet, highlight the whole sheet and make sure the cells are in 'text' form and try re-importing
    2). save the document as ms dos TEXT and import as a text document.
    3). double check your columns are correct for the data, for example if you have a column that has a string of 100 characters and your column is 'NvarChar(90)' - that might cause the error? Or just correct data type in your column
    3). If that doesn't work and you're inserting into a new table, try importing it as string first and writing a query to insert columns that should be float/integer or whatever. You may want to convert float texts to a 'bigint' first rather than string
    > float as that can cause problems if I remember correctly.

  • Import BLOB data into Database

    I am trying to import data into a database, via the imp command. However, it creates the rows in the tables, without the original blob data or its somehow lost the internal link to it.
    What could I be doing wrong, and what needs to be done to correct it?

    I think, it was already answered, what the basis problem for such a question is:
    Oracle 10g BLOB data into Postgresql 8.2

  • Is there an easier way to insert date into an MS SQL Server database ?

    Is there an easier way to insert date into an MS SQL Server database without using the DateFormat?

    USe a PreparedStatement and then the method setDate (or setTimestamp )
    http://java.sun.com/docs/books/tutorial/jdbc/basics/prepared.html

  • Can not extract data into BW from SQL SERVER

    Dear All,
      I meet a problem to extract data from database(MS SQL Server 2000(sp3)) into BW now and can not extract data into BW ODS, even PSA, In the monitor, display yellow light(0 from 0 record), detail message just display message "data request arranged" "confirmed with: confirmation" in requests(message) step; "missing message: request received" in extract (message)  step; "no data" in processing(data packet) step and so on. but in fact, there are two records in my database test table and DB connection is OK. Even I can extract data from another test oracle database into BW ODS successfully.
       Our BW system has two BW applicaton server and use oracle database. the one application server locates on IBM AIX host. the another one locates on one NT server. the application server on NT server is used for data extration from MS SQL SERVER  database into BW oracle database. and MS SQL SERVER and NT platform application server locate on same one host. DBSL was installed on the NT application server already. and DB connector also was created successfully for MS SQL SERVER and datasource also was generated. DBSL type is Kernel640-WIN-IA32bit-unicode. my BW system is ECC5.0/UNICODE/ORACLE. all table/view/field name of MS SQL server is upcase and have not any specific character. for example: ZDEMO etc.
    wait your help.
    Thanks in advance.
    Billy

    Hi  Ravi,
    Could you help me to get knowledge about the followings:
    approximately how many records    extracting and transfering  from SAP R/3 to BIW  in an organisation. for that how much time  will take .
    How to extract data from  two are three source system  to BIW. Kindly help me with step by step explanation .If any screen shots with documents pls fwd to my ID. "[email protected]"
    Your help highly appreciated.
    Thanks.
    Hema

  • TRANSFER OF DATA FROM DATABASE TO APPLICATION SERVER

    I have to upload /transfer data from database to application server .
    I am not able to get it.
    If anyone have any solution to it,
    post it to me.
    thanks

    *& Report <name>
    REPORT name.
    DATA:
    BEGIN OF FS_SPFLI,
    CARRID TYPE SPFLI-CARRID,
    CONNID TYPE SPFLI-CONNID,
    COUNTRYFR TYPE SPFLI-COUNTRYFR,
    CITYFROM TYPE SPFLI-CITYFROM,
    AIRPFROM TYPE SPFLI-AIRPFROM,
    COUNTRYTO TYPE SPFLI-COUNTRYTO,
    CITYTO TYPE SPFLI-CITYTO,
    AIRPTO TYPE SPFLI-AIRPTO,
    FLTIME TYPE SPFLI-FLTIME,
    DEPTIME TYPE SPFLI-DEPTIME,
    ARRTIME TYPE SPFLI-ARRTIME,
    DISTANCE TYPE SPFLI-DISTANCE,
    DISTID TYPE SPFLI-DISTID,
    FLTYPE TYPE SPFLI-FLTYPE,
    PERIOD TYPE SPFLI-PERIOD,
    END OF FS_SPFLI.
    DATA:
    T_SPFLI LIKE
    STANDARD TABLE
    OF FS_SPFLI.
    DATA:
    BEGIN OF FS_TABLE,
    CHAR(100) TYPE C,
    END OF FS_TABLE.
    DATA:
    T_TABLE LIKE
    STANDARD TABLE
    OF FS_TABLE.
    DATA:
    BEGIN OF FS_TABLE1,
    CHAR(100) TYPE C,
    END OF FS_TABLE1.
    DATA:
    T_TABLE1 LIKE
    STANDARD TABLE
    OF FS_TABLE1.
    SELECT CARRID
    CONNID
    COUNTRYFR
    CITYFROM
    AIRPFROM
    COUNTRYTO
    CITYTO
    AIRPTO
    FLTIME
    DEPTIME
    ARRTIME
    DISTANCE
    DISTID
    FLTYPE
    PERIOD
    FROM SPFLI
    INTO TABLE T_SPFLI.
    CALL FUNCTION 'GUI_DOWNLOAD'
    EXPORTING
    BIN_FILESIZE =
    FILENAME = 'd:\files\p_spfli04'
    FILETYPE = 'ASC'
    APPEND = ' '
    WRITE_FIELD_SEPARATOR = ' '
    HEADER = '00'
    TRUNC_TRAILING_BLANKS = ' '
    WRITE_LF = 'X'
    COL_SELECT = ' '
    COL_SELECT_MASK = ' '
    DAT_MODE = ' '
    CONFIRM_OVERWRITE = ' '
    NO_AUTH_CHECK = ' '
    CODEPAGE = ' '
    IGNORE_CERR = ABAP_TRUE
    REPLACEMENT = '#'
    WRITE_BOM = ' '
    TRUNC_TRAILING_BLANKS_EOL = 'X'
    WK1_N_FORMAT = ' '
    WK1_N_SIZE = ' '
    WK1_T_FORMAT = ' '
    WK1_T_SIZE = ' '
    IMPORTING
    FILELENGTH =
    TABLES
    DATA_TAB = T_SPFLI
    FIELDNAMES =
    EXCEPTIONS
    FILE_WRITE_ERROR = 1
    NO_BATCH = 2
    GUI_REFUSE_FILETRANSFER = 3
    INVALID_TYPE = 4
    NO_AUTHORITY = 5
    UNKNOWN_ERROR = 6
    HEADER_NOT_ALLOWED = 7
    SEPARATOR_NOT_ALLOWED = 8
    FILESIZE_NOT_ALLOWED = 9
    HEADER_TOO_LONG = 10
    DP_ERROR_CREATE = 11
    DP_ERROR_SEND = 12
    DP_ERROR_WRITE = 13
    UNKNOWN_DP_ERROR = 14
    ACCESS_DENIED = 15
    DP_OUT_OF_MEMORY = 16
    DISK_FULL = 17
    DP_TIMEOUT = 18
    FILE_NOT_FOUND = 19
    DATAPROVIDER_EXCEPTION = 20
    CONTROL_FLUSH_ERROR = 21
    OTHERS = 22
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    CALL FUNCTION 'GUI_UPLOAD'
    EXPORTING
    FILENAME = 'd:\files\p_spfli04'
    FILETYPE = 'ASC'
    HAS_FIELD_SEPARATOR = ' '
    HEADER_LENGTH = 0
    READ_BY_LINE = 'X'
    DAT_MODE = ' '
    CODEPAGE = ' '
    IGNORE_CERR = ABAP_TRUE
    REPLACEMENT = '#'
    CHECK_BOM = ' '
    VIRUS_SCAN_PROFILE =
    IMPORTING
    FILELENGTH =
    HEADER =
    TABLES
    DATA_TAB = T_TABLE
    EXCEPTIONS
    FILE_OPEN_ERROR = 1
    FILE_READ_ERROR = 2
    NO_BATCH = 3
    GUI_REFUSE_FILETRANSFER = 4
    INVALID_TYPE = 5
    NO_AUTHORITY = 6
    UNKNOWN_ERROR = 7
    BAD_DATA_FORMAT = 8
    HEADER_NOT_ALLOWED = 9
    SEPARATOR_NOT_ALLOWED = 10
    HEADER_TOO_LONG = 11
    UNKNOWN_DP_ERROR = 12
    ACCESS_DENIED = 13
    DP_OUT_OF_MEMORY = 14
    DISK_FULL = 15
    DP_TIMEOUT = 16
    OTHERS = 17
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    *LOOP AT T_TABLE INTO FS_TABLE.
    WRITE:
    / FS_TABLE-CHAR.
    *ENDLOOP.
    OPEN DATASET 'p_spfli04' FOR INPUT IN TEXT MODE ENCODING DEFAULT.
    IF SY-SUBRC EQ 0.
    MESSAGE 'File Already Exists' TYPE 'I'.
    STOP.
    ELSE.
    CLOSE DATASET 'p_spfli04'.
    ENDIF.
    OPEN DATASET 'P_SPFLI02' FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
    LOOP AT T_TABLE INTO FS_TABLE.
    TRANSFER FS_TABLE TO 'p_spfli04'.
    ENDLOOP.
    CLOSE DATASET 'p_spfli04'.
    *ENDIF.
    OPEN DATASET 'p_spfli04' FOR INPUT IN TEXT MODE ENCODING DEFAULT.
    LOOP AT T_TABLE INTO FS_TABLE.
    READ DATASET 'p_spfli04' INTO FS_TABLE.
    APPEND FS_TABLE-CHAR TO T_TABLE1.
    ENDLOOP.
    Here is the sample code to download and upload the file onto presentation server and then using OPEN DATASET you'll be able to transfer the data to APPLICATION SERVER....
    Regards,
    Pavan P.

  • Error inserting data into database

    Hello I am having error inserting data into database through a servlet.Please I am very new to Java Technology and need your immediate help. beloww is the codea nd the error
    Apache Tomcat/4.0.3
    ERROR: Problems with adding new entry
    java.sql.SQLException: [Microsoft][ODBC SQL Server Driver][SQL Server]There are more columns in the INSERT statement than values specified in the VALUES clause. The number of values in the VALUES clause must match the number of columns specified in the INSERT statement.
         at sun.jdbc.odbc.JdbcOdbc.createSQLException(JdbcOdbc.java:6106)
         at sun.jdbc.odbc.JdbcOdbc.standardError(JdbcOdbc.java:6263)
         at sun.jdbc.odbc.JdbcOdbc.SQLExecDirect(JdbcOdbc.java:2525)
         at sun.jdbc.odbc.JdbcOdbcStatement.execute(JdbcOdbcStatement.java:337)
         at Register.insertIntoDB(Register.java:71)
         at Register.doPost(Register.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:190)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2343)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:468)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1012)
         at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1107)
         at java.lang.Thread.run(Thread.java:536)
    COde:
    import java.util.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.io.*;
    import java.sql.*;
    public class Register extends HttpServlet
         public static Statement statement;
         private Connection DBConn;
         public void init(ServletConfig config) throws ServletException
              super.init(config);
              try {
                   Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
                   DBConn=DriverManager.getConnection("jdbc:odbc:Challenge");
              catch(Exception e) {
                   e.printStackTrace();
                   DBConn=null;
         public void doPost(HttpServletRequest req, HttpServletResponse res)
              throws ServletException, IOException
                   String user_id,FirstName,LastName, Email, Login, Password;
              FirstName = req.getParameter("FirstName");
              LastName = req.getParameter("LastName");
              Email = req.getParameter("Email");
              Login = req.getParameter("Login");
              Password = req.getParameter("Password");
              PrintWriter output = res.getWriter();
              res.setContentType("text/html");
              if (user_id.equals("")||
              FirstName.equals("") ||
                   LastName.equals("") ||
                   Email.equals("") ||
                   Login.equals("") ||
                   Password.equals(""))
                        output.println("<H3>Please click back " + "button and fill in all " + "fileds.</H3>");
                        output.close();
                        return;
                   boolean success = insertIntoDB("'" + FirstName + "','" + LastName + "','" + Email + "','" + Login + "','" + Password + "'");
                   if (success)
                        output.print("<H2>Thank You " + FirstName + " for registering.</H2>");
                        res.sendRedirect("file:///Register.html");
                   else
                        output.print("<H2>An error occured. " + "Please try again later.</H2>");
                        output.close();
              private boolean insertIntoDB(String stringtoinsert)
                   try
                        statement = DBConn.createStatement();
                        statement.execute("INSERT INTO Users(user_id,FirstName,LastName,Email,Login,Password) values (" + stringtoinsert + ");");
                        statement.close();
                   catch (Exception e)
                        System.err.println("ERROR: Problems with adding new entry");
                        e.printStackTrace();
                        return false;
                   return true;
              public void destroy()
                   try
                        DBConn.close();
                   catch(Exception e)
                        System.err.println("Problem closing the database");
    Your Help will be very much appreciate.I am using SQL Server database

    The error concerns these two lines:
    boolean success = insertIntoDB("'" + FirstName + "','" + LastName + "','" + Email + "','" + Login + "','" + Password + "'");
    statement.execute("INSERT INTO Users(user_id,FirstName,LastName,Email,Login,Password) values (" + stringtoinsert + ");");
    In the first line above, you have a string which represents the VALUES which you are inserting. There are 5 values. However in the second line above this is your actual SQL execution you are specifying 6 columns of data. If the column "user_id" is an identity or auto-incrementing field in the database, just remove it from this line. If not then you need to supply the "UserID" into the VALUES.
    This should fix the problem.

  • Is it possible to import data into an existing table?

    Hi.. everyone.
    Is it possible to import data into an existing table
    by using import utility?
    The exported table and the existing table have the same name
    and table schema.
    I want to append "new data(exported from oracle8.0.5)" to
    "an existing partitioned-table" by using "oracle 9i import utility".
    Thanks in advance.
    Have a nice day.
    Ho.

    SQL> select index_name
    2 from user_indexes
    3 where table_name = 'IMPORTPK';
    INDEX_NAME
    SYS_C007610
    SQL> create view importpk_view as select * from importpk;
    View created.
    SQL> disconn
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Pr
    oduction
    With the Partitioning, OLAP and Data Mining options
    SQL> exit
    C:\>exp userid=oracle/oracle tables=importpk
    Export: Release 10.1.0.2.0 - Production on Tue Sep 5 08:30:50 2006
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Produc
    tion
    With the Partitioning, OLAP and Data Mining options
    Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    About to export specified tables via Conventional Path ...
    . . exporting table IMPORTPK 10 rows exported
    Export terminated successfully without warnings.
    C:\>imp userid=oracle/oracle tables=importpk ignore=y
    Import: Release 10.1.0.2.0 - Production on Tue Sep 5 08:31:12 2006
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Produc
    tion
    With the Partitioning, OLAP and Data Mining options
    Export file created by EXPORT:V10.01.00 via conventional path
    import done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    . importing ORACLE's objects into ORACLE
    . . importing table "IMPORTPK"
    IMP-00019: row rejected due to ORACLE error 1
    IMP-00003: ORACLE error 1 encountered
    ORA-00001: unique constraint (ORACLE.SYS_C007610) violated
    Column 1 1
    Import terminated successfully with warnings.
    C:\>sqlplus/nolog
    SQL*Plus: Release 10.1.0.2.0 - Production on Tue Sep 5 08:33:20 2006
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    1.No
    Note : if table content primary key and index.
    SQL> conn oracle/oracle
    Connected.
    SQL> create table withoutcons ( no number);
    Table created.
    SQL> insert into withoutcons select * from importpk;
    10 rows created.
    SQL> create view withoutcons_view as select * from withoutcons;
    View created.
    SQL> disconn
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Pr
    oduction
    With the Partitioning, OLAP and Data Mining options
    SQL> exit
    C:\>exp userid=oracle/oracle tables=withoutcons
    Export: Release 10.1.0.2.0 - Production on Tue Sep 5 08:36:05 2006
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Produc
    tion
    With the Partitioning, OLAP and Data Mining options
    Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    About to export specified tables via Conventional Path ...
    . . exporting table WITHOUTCONS 10 rows exported
    Export terminated successfully without warnings.
    C:\>imp userid=oracle/oracle tables=withoutcons ignore=y
    Import: Release 10.1.0.2.0 - Production on Tue Sep 5 08:37:17 2006
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Produc
    tion
    With the Partitioning, OLAP and Data Mining options
    Export file created by EXPORT:V10.01.00 via conventional path
    import done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    . importing ORACLE's objects into ORACLE
    . . importing table "WITHOUTCONS" 10 rows imported
    Import terminated successfully without warnings.
    2. Yes
    If table content no unique constraints
    Message was edited by:
    user526020

  • What is the best protocol to import data into sqlserver using an SSIS Package?

    Im trying to import data into SQL Server from EXCEL with an SSIS package. In my data flow I am using "Excel Source" object and an "OLE DB Command" object.  Im getting the following error message, "...Excel Connection Manager"
    is an incorrect type....."  May someone explain why I get this and point me in the right direction in choosing the proper source for my package so I can complete my task.  Thanks.

    Hi jsorrisone,
    The data type mismatch issue is a common issue when using Excel Source in SSIS. The Excel driver recognizes only a limited set of data types. The following section of the document
    Excel Source should point you in the right direction:
    The Excel driver recognizes only a limited set of data types. For example, all numeric columns are interpreted as doubles (DT_R8), and all string columns (other than memo columns) are interpreted as 255-character Unicode strings (DT_WSTR). Integration
    Services maps the Excel data types as follows:
    Numeric – double-precision float (DT_R8)
    Currency – currency (DT_CY)
    Boolean – Boolean (DT_BOOL)
    Date/time – datetime (DT_DATE)
    String – Unicode string, length 255 (DT_WSTR)
    Memo – Unicode text stream (DT_NTEXT)
    Integration Services does not implicitly convert data types. As a result, you may need to use Derived Column or Data Conversion transformations to convert Excel data explicitly before loading it into a non-Excel destination, or to convert non-Excel data
    before loading it into an Excel destination. In this case, it may be useful to create the initial package by using the Import and Export Wizard, which configures the necessary conversions for you. Some examples of the conversions that may be required include
    the following:
    Conversion between Unicode Excel string columns and non-Unicode string columns with specific codepages
    Conversion between 255-character Excel string columns and string columns of different lengths
    Conversion between double-precision Excel numeric columns and numeric columns of other types
    If you need further help, post the complete error message as well as the data nature in your Excel source file for further analysis.
    Regards,
    Mike Yin
    TechNet Community Support

  • Reading file and dump data into database using BPEL process

    I have to read CSV files and insert data into database.. To achieve this, I have created asynchronous bpel process. Added Filed Adapter and associated it with Receive activity.. Added DB adapter and associated with Invoke activity. Total two receive activity are available in  process, when tried to Test through EM, only first receive activity is completed, and waiting on second receive activity. Please suggest how to proceed with..
    Thanks, Manoj.

    Deepak, thank for your reply.. As per your suggestion I created BPEL composite with
    template "Define Service Later". I followed below steps, please correct me if I am wrong/missing anything. Your help is highly appreciated...
    Step 1-
    Created File adapter and corresponding Receive Activity (checkbox create instance is checked) with input variable.
    Step 2 - Then in composite.xml, dragged the
    web service under "Exposed Services" and linked the web service with Bpel process.
    Step 3 - Opened .bpel file and added the DB adapter with corresponding Invoke activity, created input variable. Web service is created of Type "Service" with existing WSDL(first option aginst WSDL URL).
    and added Assign activity between receive and invoke activities.
    Deployed the composite to server, when triedTest it
    manually through EM, it is promting for input like "subElmArray Size", then I entered value as 1 with corresponding values for two elements and click on Test We Service button.. Ptocess is completing in error. The error is
    Error Message:
    Fault ID
    service:80020
    Fault Time
    Sep 20, 2013 11:09:49 AM
    Non Recoverable System Fault :
    Correlation definition not registered. The correlation set definition for operation Read, process default/FileUpload18!1.0*soa_3feb622a-f47e-4a53-8051-855f0bf93715/FileUpload18, is not registered with the server. The correlation set was not defined in the process. Redeploy the process to the containe

  • Help! Inserting data  into database

    Hi,
    I have problem in inserting new data into database.
    This is my code used.
    PROCEDURE insert_contact IS
    BEGIN
    GO_BLOCK('BLOCK3');
    first_record;
    LOOP
    insert into LIMS_JOB_LEVEL
         (JOB_LEVEL_CODE,JOB_LEVEL_DESC,LAST_UPD_ID,LAST_UPD_DATE)
         values
         ('FAF','FDSAFS','FDSAF','1-1-01');
         EXIT WHEN :SYSTEM.LAST_RECORD = 'TRUE';
         next_record;
    END LOOP;
    END;
    And I cannot insert the data.Can anyone help me to solve this
    problem of mine.
    Thanks a lot.

    I belive this got to do with the date format. There is another
    posting about this after your posting and there are couple of
    good solutions in there for the date formating. Please refer.

  • 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.

  • How to store data into database by reading sql statements from text file

    how to write java program for storing data into database by reading sql statements from text file

    Step 1: Create a property file to add various queries.
    Step 2: Read the properties file using ResourceBundle
    Step 3: Use the jdbc to execute the query read from the property file.
    So in future if you need to change query no need do any modifications in java program. But depends on how you use the property file.

  • Connect to a oracle database in another server

    Hi people,
    I have to read some tables on a oracle database in another server.
    I know that I will have to use EXEC SQL command, but how can I make the connection between SAP and that oracle database.
    I have seen something about the DBCON table, but I am not sure if I can connect on another server from ther and how...
    Thanks...

    Dear,
    Check the below links:
    http://sap.ittoolbox.com/groups/technical-functional/sap-basis/connection-between-sap-system-with-external-oracle-database-with-tcode-dbco-1178583
    http://help.sap.com/saphelp_nwpi71/helpdata/en/df/455ec9747111d6b25100508b6b8a93/content.htm
    Hope it will help you.
    Regards,
    Alok Tiwari

Maybe you are looking for

  • When I open a new window, it opens behind the exist ing window instead of in front of it. How can I fix this?

    When I click on a link and I choose the option to open link in a new window, it opens behind the currently open window instead of in front of it. This is a real nuisance. Why is this happening, and how do I fix it?

  • Error message as TEXT is Formatted

    Dear All, Issue is regarding the Text determination. As I have created a text id, at sales document header level, assigned to procedure n access sequence too. while creating the sales order, while entering a particular text, the text field is grayed

  • DELL Inspiron N5110 does not Shut Down and does not wake up from Sleep

    Hello. I have Dell Inspiron N5110 which cannot shut down neither in Windows 7 nor in Ubuntu Linux. I specifically booted Ubuntu Live from the CD to eliminate the possibility that  the problem is in the Windows 7. Shutdown in Ubuntu does not work eith

  • How to stop implicit commit in Dynamic PL/SQL??

    Hi friends, I have designed a package which uses DBMS_SQL for dynamic PL/SQL processing.I have observed that once you execute a statement using DBMS_SQL ,the action gets immidiately commited.I want to overcome this situation..as I need to have tighte

  • HD on normal 4.7 DVD's

    Can I author HD or HDV material onto a standard 4.7GB DVD with Encore 3.0? (This is out of curiosity) Would that DVD be playable on normal DVD players, and still play on HD DVD players? If the TV was not HD but the DVD disc was, would it then play fi