Java Character set error while loding data using iSetup

Hi,
I am getting the following error while migrating settup data from R12 (12.1.2) Instance to another R12 (12.1.2) Instance, Both the Database has same DB character set (AL32UTF8)
we are getting this error while migrating any setup data
Actual error is
Downloading the extract from central instance
Successfully copied the Extract
Time taken to download Extract and write as zip file = 0 seconds
Validating Primary Extract...
Source Java Charset: AL32UTF8
Target Java Charset: UTF-8
Target Java Charset does not match with Source Java Charset
java.lang.Exception: Target Java Charset does not match with Source Java Charset
     at oracle.apps.az.r12.common.cpserver.PreValidator.validate(PreValidator.java:191)
     at oracle.apps.az.r12.loader.cpserver.APILoader.callAPIs(APILoader.java:119)
     at oracle.apps.az.r12.loader.cpserver.LoaderContextImpl.load(LoaderContextImpl.java:66)
     at oracle.apps.az.r12.loader.cpserver.LoaderCp.runProgram(LoaderCp.java:65)
     at oracle.apps.fnd.cp.request.Run.main(Run.java:157)
Error while loading apis
java.lang.NullPointerException
     at oracle.apps.az.r12.loader.cpserver.APILoader.callAPIs(APILoader.java:158)
     at oracle.apps.az.r12.loader.cpserver.LoaderContextImpl.load(LoaderContextImpl.java:66)
     at oracle.apps.az.r12.loader.cpserver.LoaderCp.runProgram(LoaderCp.java:65)
     at oracle.apps.fnd.cp.request.Run.main(Run.java:157)
Please help in identifying and resolving the issue
Sachin

The Source and Target DB character set is same
Output from the query
------------- Source --------------
SQL> select value from nls_database_parameters where parameter='NLS_CHARACTERSET';
VALUE
AL32UTF8
And target Instance
-------------- Target----------------------
SQL> select value from nls_database_parameters where parameter='NLS_CHARACTERSET';
VALUE
AL32UTF8
The Error is about Source and Target JAVA Character set
I will check the Prevalidator xml from How to use iSetup and update the note
Thanks
Sachin

Similar Messages

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

  • Java.lang.OutOfMemory error while retrieving data from a large table

    Hi,
    i am trying to fetch data using "executeQuery()" into a ResultSet from the database. But since the data in that table is large. i am recieving "java.lang.OutOfMemory" Error. So, to resolve that, i have used "setMaxRows()" for my statement object. This resolved the error but i don't recieve the entire data. If i call "executeQuery()" again, i recieve the same data. I don't even know a filtering criterion where by i can filter the data for each "executeQuery()"..
    How can i resolve this problem
    Thanx in advance
    --Chaitanya                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Either use some criteria you develop related to one of the keys on the table or use some sort of record limiting method.
    Note the method of limiting will vary related to the database you are using. You will have to look at the documentation.
    For example I am told this will work in MySQL to get 200 records starting at record 100.
    SELECT * FROM myTable ORDER BY whatever ASC LIMIT 100,200
    Because you are running out of memroy I assume the table is large,
    I am not sure what the impact of the above will have on performance because if in the above if the order by is not based on an index at the server level all the records will be selected and sorted before the records are limited.
    I would make sure you have an appropriate index.
    If you use the advanced search over the user forums using "resultset paging" and possibility the database you are using you should be able to get some ideas.
    I hope this makes sense to you.
    rykk

  • Error while updating data using session and call transaction method

    Hi all,
        i have to update data using MM01 transaction from flat file to database.i have used both session method and call transaction method to do that.in both the methods data has been transferred from internal tables to screens but while updating the data that is by clicking the ok-code at the end of the transaction iam getting a dialogue box stating
       SAP EXPRESS DOCUMENT "UPDATE WAS TERMINATED" RECEIVED FROM AUTHOR "SAP".
      please tell whether the problem lies and solution for that.
                                       thanks and regards.

    hi,
    check your recording.check whether u saved your material no in recording or not.
    once again record the transacton mm01.
           MATNR LIKE RMMG1-MATNR,
           MBRSH LIKE RMMG1-MBRSH,
           MTART LIKE RMMG1-MTART,
           MAKTX LIKE MAKT-MAKTX,
           MEINS LIKE MARA-MEINS,
           MATKL LIKE MARA-MATKL,
           BISMT LIKE MARA-BISMT,
           EXTWG LIKE MARA-EXTWG,
    these are the fields which u have to take in internal table.
    this is the record which i took in my flatfile.use filetype as asc and hasfieldseperator as 'X'.
    SUDHU-6     R     ROH     MATSUDHU     "     001     7890     AA
    i did the same.but i didn't get any error.

  • "Could not determine request character set " error while recording

    I am using the OATS 9.3 GA version. When I try to record a load testing script using Openscript, I am getting the following error and the recording gets stuck without moving to the next page.
    !ENTRY oracle.oats.scripting.modules.http.proxyRecorder.ProxyRecorderQueueRunnable 2 0 2011-08-11 14:50:26.328
    !MESSAGE Could not determine request character set for https://adcgek13.us.oracle.com:10616/sales/BIProxy?cid=BIPresentationServer&RedirectURL=res%2fsk_blafp%2fdvt%2fBIChart.swf, referer=https://adcgek13.us.oracle.com:10616/sales/faces/mooOpportunityHome?_afrLoop=83903503964000&webApp=HomePage&fndHomePageViewId=%2FAtkHomePage
    Should I check any of the script or record settings to fix this?

    Hello
    Where did you get the 9.30 GA version? is not yet available for download.
    Regards
    Alex

  • Runtime Error while uploading data using a BAPI

    Hi ALL,
        I am trying to upload duties for PO items using BAPI from a excel sheet.In this BAPI I am saving the data into a z table(Customizing table, maintenance only by cust., not SAP import).The data is getting saved into the table and it shows the data uploaded successfully message also,but when I scroll up I see RUN time error,althogh the data is getting saved.
            I have seen in the st22 and it shows the following information.
    Internal error: Invalid page number.                                                                               
    What happened?                                                                               
    The current ABAP program had to be terminated because the                    
    ABAP processor detected an internal system error.                            
    The current ABAP program "ZFI_UPD_BOE_UPLOAD" had to be terminated because the
    ABAP                                                                        
    processor discovered an invalid system state.                                
        My functional consultants opinion is after data getting saved it comes into me23n's  condition tab.He has done it many times.But for one PO it is not showing.
        I checked the upload program.In upload program a BAPI is written which simply takes the data from a excelsheet and saves into the z table.
      My query is whether we can show the data of a z table into standard tocde?

    Thanks Lakshman!
               I debug the program.There is no BDC used update.In this program after taking the data from excel sheet one internal table is prepared and this internal table is directly used to insert data into z table.This is the last code which executes.
      INSERT zmmpoamend FROM TABLE t_zmmpo_amend_tab.
      IF sy-subrc EQ '0'.
        MESSAGE 'Data Upload Successfully completed' TYPE 'S'.
      ELSE.
        ROLLBACK WORK.
        MESSAGE 'Data Upload failed ' TYPE 'E'.
      ENDIF.
      CLEAR t_zmmpo_amend_tab.
      REFRESH t_zmmpo_amend_tab.
         Is it possible to configure z table using SPRO tcode,such that this z tables data will go to standard table and then we can see it in the standard tcode?
    I am not sure but it's just a guess.

  • Error while extracting data using function module

    Hello,
    I created one generic datasource and i want to extract data with the option "Extraction by Function Module".
    But when i specified function module name and was trying to save, it thrown a error message saying
    'The specified table does not exist'.
    What could be the reason?
    Please help me out.
    Thanks,
    Regards,
    Steve

    Hi Steve,
       Once you execute T.Code RSO2, you need to fill in the details and click Create, specify the Appl. Component and in Extraction by Function Module, give Function Module name and Extrct Structure in the given boxes.
    "This structure is used by a DataSource that was created using the transaction RSO2 (generic extraction) and selects data using a function module.
    The data must be transferred from this function module to an interface table E_T_DATA."
    I'll try to comeup with small piece of code to sort your issue.
    Hope it helps!!!!
    Amit

  • 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 while downloading data Using RSCRM_BAPI

    Hi Folks,
    I am getting the below mentioned error message while downloading the data from BW report to csv file using RSCRM_BAPI.
    Can anyone help on this error ?
    Internal error in method CHECK_TABLE_NAME (RSCRMBW_EX_NAMESPACE_GET)

    hi lakshmi:
    I also tried to use this t-code. but this has lots of restrictions..and its not recommended to use this t-code for complex queries.There are OSS NOtes out there for restrictions for this t-code.
    I got to know from other forums on SDN that there is other RSCRMBW_REPORT FM. which is better to use. but not able to use it... there is specific way for that FM. If you try that and if it works for you please let me also know.
    Also, try to look at this forums:
    Error Using RSCRM_BAPI T-Code
    Problem with RSCRM_BAPI (extraction to Fixed Lenght txt file)
    RSCRM_BAPI Schedule and monitor
    RSCRM_BAPI
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3ba5e590-0201-0010-59b1-cab51fd245b7
    Hope this helps.
    KSmith

  • Error while saving data using two entity objects (EO)

    Hi All,
    i am using two entity objects for saving the date in two different tables.
    on my page i am having two tables and two save buttons for saving the data in the respective tables.
    if i am not entering any data on the first table and putting valid data on the second table and click on the save button.
    it is going into error saying "Null Pointer Exception"..
    i am using getTransaction.commit() in my AM.
    so it is trying to save all the data in both the tables.
    i want to commit data of the respective table for which the save button is clicked.
    Waiting for ur reply

    Hi,
    i am using the following code for saving the data in the AM
    // TO SAVE THE JOB ASSIGNMENT DETAILS
    public void saveJobAssignmentDetails(String projectId)
    EmpAssignmentVOImpl empAssignVO = getEmpAssignmentVO1();
    getTransaction().commit(); // Line where i am getting the error
    rowNumberCountJobAssign = 0; // IN JOB ASSIGNMENT
    // EXECUTING THE DISPLAY FUNCTION AGAIN SO TAHT ALL SAVED FIELD ARE READONLY AS REQUIRED
    displayJobAssign(projectId);
    if(empAssignVO.getRowCount() != 0)
    throw new OAException("Job assignment details have been saved successfully. ",OAException.CONFIRMATION);
    Stack trace :
    oracle.apps.fnd.framework.OAException: oracle.jbo.DMLException: JBO-26041: Failed to post data to database during "Insert": SQL Statement "BEGIN INSERT INTO pa_job_bill_rate_overrides(START_DATE_ACTIVE,LAST_UPDATE_DATE,LAST_UPDATED_BY,CREATION_DATE,CREATED_BY,LAST_UPDATE_LOGIN,BILL_RATE_UNIT,PROJECT_ID,RECORD_VERSION_NUMBER,JOB_BILL_RATE_OVERRIDE_ID,RATE_CURRENCY_CODE) VALUES (:1,:2,:3,:4,:5,:6,:7,:8,:9,:10,:11) RETURNING JOB_BILL_RATE_OVERRIDE_ID, JOB_ID, START_DATE_ACTIVE, LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, LAST_UPDATE_LOGIN, RATE, BILL_RATE_UNIT, PROJECT_ID, TASK_ID, END_DATE_ACTIVE, RECORD_VERSION_NUMBER, RATE_CURRENCY_CODE, DISCOUNT_PERCENTAGE, RATE_DISC_REASON_CODE INTO :12, :13, :14, :15, :16, :17, :18, :19, :20, :21, :22, :23, :24, :25, :26, :27, :28; END;".
         at oracle.apps.fnd.framework.OAException.wrapperInvocationTargetException(OAException.java:972)
         at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:210)
         at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:152)
         at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.invokeMethod(OAApplicationModuleImpl.java:721)
         at tcsl.oracle.apps.pa.jobBillRateAndAssignment.webui.jobBillRateAndAssignmentCO.processFormRequest(jobBillRateAndAssignmentCO.java:357)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:799)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processFormRequest(OAPageLayoutHelper.java:1118)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processFormRequest(OAPageLayoutBean.java:1579)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:995)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:961)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:816)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processFormRequest(OAFormBean.java:395)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:995)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:961)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:816)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processFormRequest(OABodyBean.java:363)
         at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java:2633)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1659)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    java.sql.SQLException: ORA-01400: cannot insert NULL into ("PA"."PA_JOB_BILL_RATE_OVERRIDES"."JOB_ID")
    ORA-06512: at line 1
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
         at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
         at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:583)
         at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1983)
         at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1141)
         at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2154)
         at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:2036)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2880)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:622)
         at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:698)
         at oracle.jbo.server.OracleSQLBuilderImpl.doEntityDML(OracleSQLBuilderImpl.java:371)
         at oracle.jbo.server.EntityImpl.doDML(EntityImpl.java:5108)
         at tcsl.oracle.apps.pa.jobBillRateAndAssignment.schema.server.JobBillRateEOImpl.doDML(JobBillRateEOImpl.java:124)
         at oracle.jbo.server.EntityImpl.postChanges(EntityImpl.java:4015)
         at oracle.apps.fnd.framework.server.OAEntityImpl.postChanges(OAEntityImpl.java:1676)
         at oracle.jbo.server.DBTransactionImpl.doPostTransactionListeners(DBTransactionImpl.java:2694)
         at oracle.jbo.server.DBTransactionImpl.postChanges(DBTransactionImpl.java:2540)
         at oracle.jbo.server.DBTransactionImpl.commitInternal(DBTransactionImpl.java:1783)
         at oracle.jbo.server.DBTransactionImpl.commit(DBTransactionImpl.java:1976)
         at oracle.apps.fnd.framework.server.OADBTransactionImpl.commit(OADBTransactionImpl.java:680)
         at tcsl.oracle.apps.pa.jobBillRateAndAssignment.server.jobBillRateAndAssignmentAMImpl.saveJobAssignmentDetails(jobBillRateAndAssignmentAMImpl.java:772)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:189)
         at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:152)
         at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.invokeMethod(OAApplicationModuleImpl.java:721)
         at tcsl.oracle.apps.pa.jobBillRateAndAssignment.webui.jobBillRateAndAssignmentCO.processFormRequest(jobBillRateAndAssignmentCO.java:357)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:799)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processFormRequest(OAPageLayoutHelper.java:1118)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processFormRequest(OAPageLayoutBean.java:1579)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:995)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:961)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:816)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processFormRequest(OAFormBean.java:395)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:995)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:961)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:816)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processFormRequest(OABodyBean.java:363)
         at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java:2633)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1659)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    java.sql.SQLException: ORA-01400: cannot insert NULL into ("PA"."PA_JOB_BILL_RATE_OVERRIDES"."JOB_ID")
    ORA-06512: at line 1
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
         at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
         at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:583)
         at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1983)
         at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1141)
         at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2154)
         at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:2036)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2880)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:622)
         at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:698)
         at oracle.jbo.server.OracleSQLBuilderImpl.doEntityDML(OracleSQLBuilderImpl.java:371)
         at oracle.jbo.server.EntityImpl.doDML(EntityImpl.java:5108)
         at tcsl.oracle.apps.pa.jobBillRateAndAssignment.schema.server.JobBillRateEOImpl.doDML(JobBillRateEOImpl.java:124)
         at oracle.jbo.server.EntityImpl.postChanges(EntityImpl.java:4015)
         at oracle.apps.fnd.framework.server.OAEntityImpl.postChanges(OAEntityImpl.java:1676)
         at oracle.jbo.server.DBTransactionImpl.doPostTransactionListeners(DBTransactionImpl.java:2694)
         at oracle.jbo.server.DBTransactionImpl.postChanges(DBTransactionImpl.java:2540)
         at oracle.jbo.server.DBTransactionImpl.commitInternal(DBTransactionImpl.java:1783)
         at oracle.jbo.server.DBTransactionImpl.commit(DBTransactionImpl.java:1976)
         at oracle.apps.fnd.framework.server.OADBTransactionImpl.commit(OADBTransactionImpl.java:680)
         at tcsl.oracle.apps.pa.jobBillRateAndAssignment.server.jobBillRateAndAssignmentAMImpl.saveJobAssignmentDetails(jobBillRateAndAssignmentAMImpl.java:772)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:189)
         at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:152)
         at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.invokeMethod(OAApplicationModuleImpl.java:721)
         at tcsl.oracle.apps.pa.jobBillRateAndAssignment.webui.jobBillRateAndAssignmentCO.processFormRequest(jobBillRateAndAssignmentCO.java:357)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:799)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processFormRequest(OAPageLayoutHelper.java:1118)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processFormRequest(OAPageLayoutBean.java:1579)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:995)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:961)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:816)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processFormRequest(OAFormBean.java:395)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:995)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:961)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:816)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processFormRequest(OABodyBean.java:363)
         at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java:2633)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1659)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)

  • 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

  • "Page not found" error while fetching data using tomcat

    Hi all
    We have a java web application that runs on a distant server . The web server is apache tomcat . The database used is oracle. We upload large data to the site and generate various reports. We are using servlets for this purpose. But when there the amount of data fetch is larger, the browser shows "Page not found" error . We tried to increase the time out of the web server but it didnt work . Is there any solution to this problem ?
    Thanks & Regards
    Ashish

    Yup, don't fetch everything at a go!
    Google around for optimization techniques. I know one site called "javaperformancetuning" or something of that sort. It has some interesting articles on how to do this.
    Rich.

  • Error while Extracting data using RSCRM_BAPI

    Friends
    We are on 3.5 system upgraded recently. I am getting the following Error message while trying to extract data from a query to a table using the transaction RSCRM_BAPI. The Error message says ' Internal Error in Method CHECK_TABLE_NAME(RSCRMBW_EX_NAMESPACE_GET).
    This was working fine prior to upgrade. I scoured all the OSS notes, could not find an appropriate one to solve the issue.
    Have you had this problem and any thoughts on resolution ? Appreciate your inputs very much.
    Regards
    Mathur Sreedhar

    Hi Mathur,
    did you ever resolved this Issue? if so can yoou share with me the solution. i am having the same problem, we are in 3.0 . it works fine in Development and Test. but when i try it in Production . i get this error.
    'Internal error in method CHECK_TABLE_NAME (RSCRMBW_EX_NAMESPACE_GET)..
    if you know the answer. would please share with me.
    your help would be greatly appreciated.
    Thanks.
    Sreeni.

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

  • Data error while loading data using SQLLDR

    Hi Gurus,
    Kindly let em know the possible reasons for getting the below error returned by SQLLDR after loading data:
    x no of rows not loaded due to data errors in SQLLDR
    Could it be due to issues in control file?

    you'll find it well explained here :
    http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14215/part_ldr.htm#i436326
    http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14215/ldr_concepts.htm#i1004846

Maybe you are looking for

  • #DATA Sync & # CONTEXT error in BI 4.1 with ECC 6 environment

    I am getting the #DATA Sync & # CONTEXT error in BI 4.1 with ECC 6 environment. When i am adding Excel Sheet as asecondary source for BO report am getting this error. because of below, Ecc data Profit center -- 000100 Fiscal Year --- 2,014 Posting Pe

  • Getting the Error Update was Terminated

    Hi Friends, when i am using MIGO tcode after entering the material no, quantity, plant and storage location, after saving it will shows the "Update was terminated". Can any one pls help me how to rectify such type of errors. Advance Thanks, Sudhir K.

  • History of messages in the DB

    Hi, I have read that AQ maintains a history of all messages. Could somebody tell me where is it stored, is it some view ?? And also that is it done automatically by Oracle AQ or you need to define some settings/parameters while queueing messages ? Th

  • Can't import movie created in Sorenson Squeeze

    I work with AVID and Windows at work... don't hold it against me. I'm a total Mac guy at home. I have created some QuickTime movies with Sorenson Squeeze using the standard DV/DVCPro codec. People with Final Cut Pro tell me they cannot import my movi

  • Can I show pictures from my sx50 on my hd television.

    Does any one know the steps to show pictures on sx50 on a hd television?