Load Data Failed -- invalid UTF8

When i create SQL SpreadSheet on web analysis, get following error
[Hyperion][Oracle JDBC Driver]Transliteration failed, reason: invalid UTF8
data
I discovered that data has korean characters.
How can I fix it?

What database software are you using for your Web Analysis repository?
You might have to recreate it with a character set of UTF-8.(Unicode)
You will have to reconfigure Web Analysis to point to this new repository.
You may want to export all of your reports and database connections first.
This should help with the double byte characters common in Asian languages.
Brian Chow

Similar Messages

  • Session Task 3 Loading - SS_0 - Load Data FAILS Return Code - 7000

    I cannot figure out why this is happening! Any Help is greatly appreciated!
    Here are tasks 2 & 3 ...
    Operator Session Task:
    Step 2 Loading - SS_0 - Create work table
    Default: Query / Execution Plan
    create table ODI_TEMP.C$_0CONTRACT_AUTOMATION_FACT
    C1_PROCESSINSTANCE_ID NUMBER(20) NULL,
    C2_WORKFLOW_START_DT TIMESTAMP (6) WITH TIME ZONE NULL,
    C3_WORKFLOW_END_DT TIMESTAMP (6) WITH TIME ZONE NULL,
    C4_WORKFLOW_NAME VARCHAR2(100) NULL,
    C5_AGENCY_CONT_ADMIN_NAME VARCHAR2(100) NULL,
    C6_AGENCY_DESIGNATION VARCHAR2(100) NULL,
    C7_AGENCY_INITIATING_APRV_DT TIMESTAMP (6) WITH TIME ZONE NULL,
    C8_ASSIGNED_CITYATRNY_NAME VARCHAR2(100) NULL,
    C9_AUDITOR_SIGN_DT TIMESTAMP (6) WITH TIME ZONE NULL,
    C10_AUDITOR_SIGN_NAME VARCHAR2(100) NULL,
    C11_AWARD_DT TIMESTAMP (6) WITH TIME ZONE NULL,
    C12_BID_DT TIMESTAMP (6) WITH TIME ZONE NULL,
    C13_CC_ORDINANCE_DT TIMESTAMP (6) WITH TIME ZONE NULL,
    C14_CC_ORDINANCE_NUMBER VARCHAR2(100) NULL,
    C15_CC_ORDINANCE_REQUIRED_FL VARCHAR2(10) NULL,
    C16_CITYATRNY_SIGN_DT TIMESTAMP (6) WITH TIME ZONE NULL,
    C17_CITYATRNY_SIGN_NAME VARCHAR2(100) NULL,
    C18_CITY_PROJECT_NUMBER VARCHAR2(100) NULL,
    C19_CLERK_FILING_NUMBER VARCHAR2(100) NULL,
    C20_CLERK_RECORDER_SIGN_DT TIMESTAMP (6) WITH TIME ZONE NULL,
    C21_CLERK_RECORDER_SIGN_NAME VARCHAR2(100) NULL,
    C22_COMPETITIVE_BID_CMT VARCHAR2(100) NULL,
    C23_COMPETITIVE_BID_FL VARCHAR2(10) NULL,
    C24_CONT_AMENDMENT_NUMBER VARCHAR2(100) NULL,
    C25_CONT_CONTROL_NUMBER VARCHAR2(100) NULL,
    C26_CONT_DESC VARCHAR2(255) NULL,
    C27_CONT_EXIST_TERM_END_DT TIMESTAMP (6) WITH TIME ZONE NULL,
    C28_CONT_EXIST_TERM_START_DT TIMESTAMP (6) WITH TIME ZONE NULL,
    C29_CONT_PROP_TERM_END_DT TIMESTAMP (6) WITH TIME ZONE NULL,
    C30_CONT_PROP_TERM_START_DT TIMESTAMP (6) WITH TIME ZONE NULL,
    C31_CONT_REQUESTOR_NAME VARCHAR2(100) NULL,
    C32_CONT_REQUEST_DT TIMESTAMP (6) WITH TIME ZONE NULL,
    C33_CONT_TYPE VARCHAR2(100) NULL,
    C34_CONT_WORK_TYPE VARCHAR2(100) NULL,
    C35_DOLLAR_AMT_PRIOR_CONT_TOTA VARCHAR2(100) NULL,
    C36_DOLLAR_AMT_THIS_REQUEST VARCHAR2(100) NULL,
    C37_DSBO_APRV_DT TIMESTAMP (6) WITH TIME ZONE NULL,
    C38_INITIATING_AUTHORITY_NAME VARCHAR2(100) NULL,
    C39_MAYOR_SIGN_DT TIMESTAMP (6) WITH TIME ZONE NULL,
    C40_MAYOR_SIGN_NAME VARCHAR2(100) NULL,
    C41_MOFIN_SIGN_DT TIMESTAMP (6) WITH TIME ZONE NULL,
    C42_MOFIN_SIGN_NAME VARCHAR2(100) NULL,
    C43_NEW_TOTAL_IF_EXECUTED VARCHAR2(100) NULL,
    C44_PERSON_PHONE VARCHAR2(100) NULL,
    C45_PREVAILING_WAGE_REQUIRED_F VARCHAR2(10) NULL,
    C46_PROGRAM VARCHAR2(100) NULL,
    C47_REQ_BUSINESS_UNIT VARCHAR2(100) NULL,
    C48_RISK_AND_SAFETY_APRV_DT TIMESTAMP (6) WITH TIME ZONE NULL,
    C49_TECHSERV_REVIEW_REQUIRED_F VARCHAR2(10) NULL,
    C50_VEN_ADDRESS VARCHAR2(100) NULL,
    C51_VEN_ID VARCHAR2(100) NULL,
    C52_VEN_NAME VARCHAR2(100) NULL,
    C53_VEN_SIGN_DT DATE NULL
    NOLOGGING
    Step 3 Loading - SS_0 - Load Data
    Loading: Query / Execution Plan
    select
    STG_CONTRACT_AUTOMATION.PROCESSINSTANCE_ID C1_PROCESSINSTANCE_ID,
    STG_CONTRACT_AUTOMATION.WORKFLOW_START_DT C2_WORKFLOW_START_DT,
    STG_CONTRACT_AUTOMATION.WORKFLOW_END_DT C3_WORKFLOW_END_DT,
    STG_CONTRACT_AUTOMATION.WORKFLOW_NAME C4_WORKFLOW_NAME,
    STG_CONTRACT_AUTOMATION.AGENCY_CONT_ADMIN_NAME C5_AGENCY_CONT_ADMIN_NAME,
    STG_CONTRACT_AUTOMATION.AGENCY_DESIGNATION C6_AGENCY_DESIGNATION,
    STG_CONTRACT_AUTOMATION.AGENCY_INITIATING_APRV_DT C7_AGENCY_INITIATING_APRV_DT,
    STG_CONTRACT_AUTOMATION.ASSIGNED_CITYATRNY_NAME C8_ASSIGNED_CITYATRNY_NAME,
    STG_CONTRACT_AUTOMATION.AUDITOR_SIGN_DT C9_AUDITOR_SIGN_DT,
    STG_CONTRACT_AUTOMATION.AUDITOR_SIGN_NAME C10_AUDITOR_SIGN_NAME,
    STG_CONTRACT_AUTOMATION.AWARD_DT C11_AWARD_DT,
    STG_CONTRACT_AUTOMATION.BID_DT C12_BID_DT,
    STG_CONTRACT_AUTOMATION.CC_ORDINANCE_DT C13_CC_ORDINANCE_DT,
    STG_CONTRACT_AUTOMATION.CC_ORDINANCE_NUMBER C14_CC_ORDINANCE_NUMBER,
    STG_CONTRACT_AUTOMATION.CC_ORDINANCE_REQUIRED_FL C15_CC_ORDINANCE_REQUIRED_FL,
    STG_CONTRACT_AUTOMATION.CITYATRNY_SIGN_DT C16_CITYATRNY_SIGN_DT,
    STG_CONTRACT_AUTOMATION.CITYATRNY_SIGN_NAME C17_CITYATRNY_SIGN_NAME,
    STG_CONTRACT_AUTOMATION.CITY_PROJECT_NUMBER C18_CITY_PROJECT_NUMBER,
    STG_CONTRACT_AUTOMATION.CLERK_FILING_NUMBER C19_CLERK_FILING_NUMBER,
    STG_CONTRACT_AUTOMATION.CLERK_RECORDER_SIGN_DT C20_CLERK_RECORDER_SIGN_DT,
    STG_CONTRACT_AUTOMATION.CLERK_RECORDER_SIGN_NAME C21_CLERK_RECORDER_SIGN_NAME,
    STG_CONTRACT_AUTOMATION.COMPETITIVE_BID_CMT C22_COMPETITIVE_BID_CMT,
    STG_CONTRACT_AUTOMATION.COMPETITIVE_BID_FL C23_COMPETITIVE_BID_FL,
    STG_CONTRACT_AUTOMATION.CONT_AMENDMENT_NUMBER C24_CONT_AMENDMENT_NUMBER,
    STG_CONTRACT_AUTOMATION.CONT_CONTROL_NUMBER C25_CONT_CONTROL_NUMBER,
    STG_CONTRACT_AUTOMATION.CONT_DESC C26_CONT_DESC,
    STG_CONTRACT_AUTOMATION.CONT_EXIST_TERM_END_DT C27_CONT_EXIST_TERM_END_DT,
    STG_CONTRACT_AUTOMATION.CONT_EXIST_TERM_START_DT C28_CONT_EXIST_TERM_START_DT,
    STG_CONTRACT_AUTOMATION.CONT_PROP_TERM_END_DT C29_CONT_PROP_TERM_END_DT,
    STG_CONTRACT_AUTOMATION.CONT_PROP_TERM_START_DT C30_CONT_PROP_TERM_START_DT,
    STG_CONTRACT_AUTOMATION.CONT_REQUESTOR_NAME C31_CONT_REQUESTOR_NAME,
    STG_CONTRACT_AUTOMATION.CONT_REQUEST_DT C32_CONT_REQUEST_DT,
    STG_CONTRACT_AUTOMATION.CONT_TYPE C33_CONT_TYPE,
    STG_CONTRACT_AUTOMATION.CONT_WORK_TYPE C34_CONT_WORK_TYPE,
    STG_CONTRACT_AUTOMATION.DOLLAR_AMT_PRIOR_CONT_TOTAL C35_DOLLAR_AMT_PRIOR_CONT_TOTA,
    STG_CONTRACT_AUTOMATION.DOLLAR_AMT_THIS_REQUEST C36_DOLLAR_AMT_THIS_REQUEST,
    STG_CONTRACT_AUTOMATION.DSBO_APRV_DT C37_DSBO_APRV_DT,
    STG_CONTRACT_AUTOMATION.INITIATING_AUTHORITY_NAME C38_INITIATING_AUTHORITY_NAME,
    STG_CONTRACT_AUTOMATION.MAYOR_SIGN_DT C39_MAYOR_SIGN_DT,
    STG_CONTRACT_AUTOMATION.MAYOR_SIGN_NAME C40_MAYOR_SIGN_NAME,
    STG_CONTRACT_AUTOMATION.MOFIN_SIGN_DT C41_MOFIN_SIGN_DT,
    STG_CONTRACT_AUTOMATION.MOFIN_SIGN_NAME C42_MOFIN_SIGN_NAME,
    STG_CONTRACT_AUTOMATION.NEW_TOTAL_IF_EXECUTED C43_NEW_TOTAL_IF_EXECUTED,
    STG_CONTRACT_AUTOMATION.PERSON_PHONE C44_PERSON_PHONE,
    STG_CONTRACT_AUTOMATION.PREVAILING_WAGE_REQUIRED_FL C45_PREVAILING_WAGE_REQUIRED_F,
    STG_CONTRACT_AUTOMATION.PROGRAM C46_PROGRAM,
    STG_CONTRACT_AUTOMATION.REQ_BUSINESS_UNIT C47_REQ_BUSINESS_UNIT,
    STG_CONTRACT_AUTOMATION.RISK_AND_SAFETY_APRV_DT C48_RISK_AND_SAFETY_APRV_DT,
    STG_CONTRACT_AUTOMATION.TECHSERV_REVIEW_REQUIRED_FL C49_TECHSERV_REVIEW_REQUIRED_F,
    STG_CONTRACT_AUTOMATION.VEN_ADDRESS C50_VEN_ADDRESS,
    STG_CONTRACT_AUTOMATION.VEN_ID C51_VEN_ID,
    STG_CONTRACT_AUTOMATION.VEN_NAME C52_VEN_NAME,
    STG_CONTRACT_AUTOMATION.VEN_SIGN_DT C53_VEN_SIGN_DT
    from ALF_STG.STG_CONTRACT_AUTOMATION STG_CONTRACT_AUTOMATION
    where (1=1)
    Default: Query /Execution Plan
    insert into ODI_TEMP.C$_0CONTRACT_AUTOMATION_FACT
    C1_PROCESSINSTANCE_ID,
    C2_WORKFLOW_START_DT,
    C3_WORKFLOW_END_DT,
    C4_WORKFLOW_NAME,
    C5_AGENCY_CONT_ADMIN_NAME,
    C6_AGENCY_DESIGNATION,
    C7_AGENCY_INITIATING_APRV_DT,
    C8_ASSIGNED_CITYATRNY_NAME,
    C9_AUDITOR_SIGN_DT,
    C10_AUDITOR_SIGN_NAME,
    C11_AWARD_DT,
    C12_BID_DT,
    C13_CC_ORDINANCE_DT,
    C14_CC_ORDINANCE_NUMBER,
    C15_CC_ORDINANCE_REQUIRED_FL,
    C16_CITYATRNY_SIGN_DT,
    C17_CITYATRNY_SIGN_NAME,
    C18_CITY_PROJECT_NUMBER,
    C19_CLERK_FILING_NUMBER,
    C20_CLERK_RECORDER_SIGN_DT,
    C21_CLERK_RECORDER_SIGN_NAME,
    C22_COMPETITIVE_BID_CMT,
    C23_COMPETITIVE_BID_FL,
    C24_CONT_AMENDMENT_NUMBER,
    C25_CONT_CONTROL_NUMBER,
    C26_CONT_DESC,
    C27_CONT_EXIST_TERM_END_DT,
    C28_CONT_EXIST_TERM_START_DT,
    C29_CONT_PROP_TERM_END_DT,
    C30_CONT_PROP_TERM_START_DT,
    C31_CONT_REQUESTOR_NAME,
    C32_CONT_REQUEST_DT,
    C33_CONT_TYPE,
    C34_CONT_WORK_TYPE,
    C35_DOLLAR_AMT_PRIOR_CONT_TOTA,
    C36_DOLLAR_AMT_THIS_REQUEST,
    C37_DSBO_APRV_DT,
    C38_INITIATING_AUTHORITY_NAME,
    C39_MAYOR_SIGN_DT,
    C40_MAYOR_SIGN_NAME,
    C41_MOFIN_SIGN_DT,
    C42_MOFIN_SIGN_NAME,
    C43_NEW_TOTAL_IF_EXECUTED,
    C44_PERSON_PHONE,
    C45_PREVAILING_WAGE_REQUIRED_F,
    C46_PROGRAM,
    C47_REQ_BUSINESS_UNIT,
    C48_RISK_AND_SAFETY_APRV_DT,
    C49_TECHSERV_REVIEW_REQUIRED_F,
    C50_VEN_ADDRESS,
    C51_VEN_ID,
    C52_VEN_NAME,
    C53_VEN_SIGN_DT
    values
    :C1_PROCESSINSTANCE_ID,
    :C2_WORKFLOW_START_DT,
    :C3_WORKFLOW_END_DT,
    :C4_WORKFLOW_NAME,
    :C5_AGENCY_CONT_ADMIN_NAME,
    :C6_AGENCY_DESIGNATION,
    :C7_AGENCY_INITIATING_APRV_DT,
    :C8_ASSIGNED_CITYATRNY_NAME,
    :C9_AUDITOR_SIGN_DT,
    :C10_AUDITOR_SIGN_NAME,
    :C11_AWARD_DT,
    :C12_BID_DT,
    :C13_CC_ORDINANCE_DT,
    :C14_CC_ORDINANCE_NUMBER,
    :C15_CC_ORDINANCE_REQUIRED_FL,
    :C16_CITYATRNY_SIGN_DT,
    :C17_CITYATRNY_SIGN_NAME,
    :C18_CITY_PROJECT_NUMBER,
    :C19_CLERK_FILING_NUMBER,
    :C20_CLERK_RECORDER_SIGN_DT,
    :C21_CLERK_RECORDER_SIGN_NAME,
    :C22_COMPETITIVE_BID_CMT,
    :C23_COMPETITIVE_BID_FL,
    :C24_CONT_AMENDMENT_NUMBER,
    :C25_CONT_CONTROL_NUMBER,
    :C26_CONT_DESC,
    :C27_CONT_EXIST_TERM_END_DT,
    :C28_CONT_EXIST_TERM_START_DT,
    :C29_CONT_PROP_TERM_END_DT,
    :C30_CONT_PROP_TERM_START_DT,
    :C31_CONT_REQUESTOR_NAME,
    :C32_CONT_REQUEST_DT,
    :C33_CONT_TYPE,
    :C34_CONT_WORK_TYPE,
    :C35_DOLLAR_AMT_PRIOR_CONT_TOTA,
    :C36_DOLLAR_AMT_THIS_REQUEST,
    :C37_DSBO_APRV_DT,
    :C38_INITIATING_AUTHORITY_NAME,
    :C39_MAYOR_SIGN_DT,
    :C40_MAYOR_SIGN_NAME,
    :C41_MOFIN_SIGN_DT,
    :C42_MOFIN_SIGN_NAME,
    :C43_NEW_TOTAL_IF_EXECUTED,
    :C44_PERSON_PHONE,
    :C45_PREVAILING_WAGE_REQUIRED_F,
    :C46_PROGRAM,
    :C47_REQ_BUSINESS_UNIT,
    :C48_RISK_AND_SAFETY_APRV_DT,
    :C49_TECHSERV_REVIEW_REQUIRED_F,
    :C50_VEN_ADDRESS,
    :C51_VEN_ID,
    :C52_VEN_NAME,
    :C53_VEN_SIGN_DT
    Execution Error
    Session Task fails with
    Status: Error
    Return Code: 7000
    java.lang.ClassCastException
    at oracle.jdbc.driver.OraclePreparedStatement.setObjectCritical(OraclePreparedStatement.java:7822)
    at oracle.jdbc.driver.OraclePreparedStatement.setObjectInternal(OraclePreparedStatement.java:7546)
    at oracle.jdbc.driver.OraclePreparedStatement.setObject(OraclePreparedStatement.java:7919)
    at com.sunopsis.sql.SnpsQuery.updateExecStatement(SnpsQuery.java)
    at com.sunopsis.sql.SnpsQuery.addBatch(SnpsQuery.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execCollOrders(SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSqlC.treatTaskTrt(SnpSessTaskSqlC.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
    at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
    at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
    at com.sunopsis.dwg.cmd.e.i(e.java)
    at com.sunopsis.dwg.cmd.g.y(g.java)
    at com.sunopsis.dwg.cmd.e.run(e.java)
    at java.lang.Thread.run(Unknown Source)

    Micheal,
    You didnt specify the KMs that you are using. I guess you are using LKM SQL to SQL or SQL to Oracle.
    From your diagnosis of the timestamp data, I would like to add that while using LKM SQL to SQL, it uses Java APIs to load the data. Java timestamp format is different from Oracle timestamp.
    There is thread that talks about this (File based datastore and using date format in those columns) but am unable to locate it.
    Also, this could be a Java compatibility issue. So upgrading a driver to ojdbc6.jar may help.
    Re: JAVA JDK
    If your source and target are both Oracle, then consider using LKM Oracle to Oracle (DBLINK). This will be superfast compared to other KMs as it does a set based processing vs. row based processing that the SQL to SQL km does.

  • Time dependant Master data load fail (Invalid time interval)

    Hi,
    I have IO 0HRPOSITION which is time dependant master data.
    When I load master data I have maintained from date 01.03.2007 to end date 01.12.999 in scheduler.
    But there are some positions records in HR system which have from date less than 01.03.2007 and because of that master data load is failing everyday.
    How I can load only those records which fall in-between from date 01.03.2007 to end date 01.12.999???
    Thanks
    Pramod

    Hi Pramod,
    I think you can put a selection in the Infopackage.
    Thanks

  • Invalid Number Error for Decimal Field While Loading Data

    I am loading a delimited text file using the SQL* loader however I am reciving an error in my decimal fields. When a decimal field only has leading zeros before the decimal point I receive invalid number error. Below will clarify:
    i.e.) 00000000.30 [*Invalid number*]
    i.e.) 00046567.45 [*Valid number*]
    i.e.) 00000001.00 [*Valid number*]
    I've tried setting the precision/scale in the table, tried declaring it a decimal field instead of number, none of these methods fixed the issue. Any help I would really appreciate.
      POLICY_NUMBER             NUMBER,
      EFFECTIVE_DATE     DATE "YYYYMMDD"          NULLIF EFFECTIVE_DATE = '',
      TRANSACTION_DATE     DATE "YYYYMMDD",
      TRANSACTION_AMOUNT     DECIMAL EXTERNAL,   -- Tried TRANSACTION_AMOUNT DECIMAL EXTERNAL (10)  & TRANSACTION_AMOUNT NUMBER
      MF_TRX_CODE          NUMBER,
      USER_ID          CHAR,
      GROUP_NUMBER          NUMBER,
      EXPIRATION_DATE     DATE "YYYYMMDD"          NULLIF EXPIRATION_DATE = '',
      BILL_NUMBER          NUMBER,Any help is greatly appreciated. Thanks before hand.

    Hi,
    Connected to Oracle Database 10g Express Edition Release 10.2.0.1.0
    Connected as hr
    SQL> SELECT * FROM TEST;
    TRANSACTION_AMOUNT
    SQL> SELECT * FROM TEST;
    TRANSACTION_AMOUNT
              11000,00
                293,37
               2000,00
               1134,32
                  0,30
    SQL>Between the selects I loaded the table with sql*loader using...
    Load Data
    INFILE *
    APPEND
    INTO TABLE TEST
    FIELDS TERMINATED BY '|'
    TRAILING NULLCOLS
      TRANSACTION_AMOUNT     DECIMAL EXTERNAL
    BEGINDATA
    00011000.00
    00000293.37
    00002000.00
    00001134.32
    00000000.30The log is
    SQL*Loader: Release 10.2.0.1.0 - Production on Tue Dec 23 17:23:47 2008
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Control File:   test.ctl
    Data File:      test.ctl
      Bad File:     test.bad
      Discard File:  none specified
    (Allow all discards)
    Number to load: ALL
    Number to skip: 0
    Errors allowed: 50
    Bind array:     64 rows, maximum of 256000 bytes
    Continuation:    none specified
    Path used:      Conventional
    Table TEST, loaded from every logical record.
    Insert option in effect for this table: APPEND
    TRAILING NULLCOLS option in effect
       Column Name                  Position   Len  Term Encl Datatype
    TRANSACTION_AMOUNT                  FIRST     *   |       CHARACTER           
    Table TEST:
      5 Rows successfully loaded.
      0 Rows not loaded due to data errors.
      0 Rows not loaded because all WHEN clauses were failed.
      0 Rows not loaded because all fields were null.
    Space allocated for bind array:                  16512 bytes(64 rows)
    Read   buffer bytes: 1048576
    Total logical records skipped:          0
    Total logical records read:             5
    Total logical records rejected:         0
    Total logical records discarded:        0
    Run began on Tue Dec 23 17:23:47 2008
    Run ended on Tue Dec 23 17:23:50 2008
    Elapsed time was:     00:00:02.86
    CPU time was:         00:00:00.06Regards,

  • JSPM fails to start: Could not load data model com.sap.sdt.jspm.model

    Hi
    We running windows server with ERP 6.0 and this was coppied from another server.
    The JSPM fails with the following error.
    Trouble Ticket Report
    Java Support Package Manager for SAP NetWeaver'04s
    SID................: $(/J2EE/StandardSystem/SAPSystemName)
    Hostname...........: $(/J2EE/SAPGlobalHost)
    Install directory..: $(/J2EE/StandardSystem/SAPSIDDirectory)
    Database...........: $(/J2EE/DBSystem/DBInfoName)
    Operating System...: $(/J2EE/StandardSystem/CentralInstance/J2EEEngineInstanceHost/OpSysType)
    JDK version........: $(/SystemProperties/JavaVersion) $(/SystemProperties/JavaVendor)
    JSPM version.......: $(/MAIN_VERSION)
    System release.....: $(/J2EE/StandardSystem/Version)
    ABAP stack present.: $(/J2EE/StandardSystem/BCSystemPresent)
    The execution ended in error.
    Could not load data model com.sap.sdt.jspm.model.JspmDataModel. See previous messages.
    Class with name com.sap.sdt.j2ee.model.NWDISystemRole not found.
    More information can be found in the log file .
    Use the information provided to trouble-shoot the problem. There might be an OSS note providing a solution to this problem. Search for OSS notes with the following search terms:
    com.sap.sdt.tools.model.LoadException
    Could not load data model com.sap.sdt.jspm.model.JspmDataModel. See previous messages.
    JSPM_MAIN
    JSPMPhases
    NetWeaver Upgrade
    SAPJup
    Java Upgrade
    SAPJup.LOG
    <!LOGHEADER[START]/>
    <!HELP[Manual modification of the header may cause parsing problem!]/>
    <!LOGGINGVERSION[1.5.3.7185 - 630]/>
    <!NAME[D:
    usr
    sap
    ERP
    DVEBMGS10
    j2ee
    JSPM
    log
    log_2008_11_17_12_39_25
    SAPJup.LOG]/>
    <!PATTERN[SAPJup.LOG]/>
    <!FORMATTER[com.sap.tc.logging.ListFormatter]/>
    <!ENCODING[UTF8]/>
    <!LOGHEADER[END]/>
    #1.5 #C0000A0A0A3D00000000000F010E329300045BE031D40CA8#1226918373625#/System/Server/Upgrade/Jump##com.sap.sdt.ucp.pce.build.BuilderDirector.extractElements(BuilderDirector.java:132)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.ucp.pce.build.BuilderDirector.extractElements(BuilderDirector.java:132)#Java###Tag with name found.#2#ControlUnit#JSPM#
    #1.5 #C0000A0A0A3D000000000010010E329300045BE031D577F0#1226918373718#/System/Server/Upgrade/Jump##com.sap.sdt.ucp.pce.build.BuilderDirector.createUnits(BuilderDirector.java:186)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.ucp.pce.build.BuilderDirector.createUnits(BuilderDirector.java:186)#Java###Creating control unit .#1#JSPM#
    #1.5 #C0000A0A0A3D000000000011010E329300045BE031D6E720#1226918373812#/System/Server/Upgrade/Jump##com.sap.sdt.ucp.pce.ctrl.ExecutionDialog.showWelcomeDialog(ExecutionDialog.java:421)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.ucp.pce.ctrl.ExecutionDialog.showWelcomeDialog(ExecutionDialog.java:421)#Java###Could not process dialog because execution dialogs have been suppressed.#1#JspmWelcomeDialog#
    #1.5 #C0000A0A0A3D000000000012010E329300045BE031D6E720#1226918373812#/System/Server/Upgrade/Jump##com.sap.sdt.ucp.pce.ctrl.ActionExecutor.execute(ActionExecutor.java:103)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.ucp.pce.ctrl.ActionExecutor.execute(ActionExecutor.java:103)#Java###Starting execution of action with name and type .#2#Unit#JSPM#
    #1.5 #C0000A0A0A3D000000000013010E329300045BE032541218#1226918382015#/System/Server/Upgrade/Jump##com.sap.sdt.ucp.pce.ctrl.ActionExecutor.execute(ActionExecutor.java:103)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.ucp.pce.ctrl.ActionExecutor.execute(ActionExecutor.java:103)#Java###Starting execution of action with name and type .#2#Modul#JSPMPhases#
    #1.5 #C0000A0A0A3D000000000014010E329300045BE032541218#1226918382015#/System/Server/Upgrade/Jump##com.sap.sdt.ucp.pce.ctrl.ActionExecutor.execute(ActionExecutor.java:103)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.ucp.pce.ctrl.ActionExecutor.execute(ActionExecutor.java:103)#Java###Starting execution of action with name and type .#2#Phase#JSPM_MAIN#
    #1.5 #C0000A0A0A3D000000000015010E329300045BE0333D02E8#1226918397281#/System/Server/Upgrade/Jump##com.sap.sdt.tools.model.AbstractDataModelElement.getClassByName(AbstractDataModelElement.java:743)#######Thread[main,5,main]##0#0#Error#1#com.sap.sdt.tools.model.AbstractDataModelElement.getClassByName(AbstractDataModelElement.java:743)#Java###Class with name com.sap.sdt.j2ee.model.NWDISystemRole not found.##
    #1.5 #C0000A0A0A3D000000000016010E329300045BE0333D3D80#1226918397296#/System/Server/Upgrade/Jump##com.sap.sdt.tools.model.DataModel.load(DataModel.java:89)#######Thread[main,5,main]##0#0#Error#1#com.sap.sdt.tools.model.DataModel.load(DataModel.java:89)#Java###Could not load data model com.sap.sdt.jspm.model.JspmDataModel. See previous messages.##

    Hi Patrick ,
    What user did you use to start JSPM? Was it <sid>adm? Also based on the error it seems there is something wrong with DataModel.xml JSPM uses. And you've mentioned it was copied from another system if I get it right.
    So as a quick workaround you could try removing:
    - Jspm.DataModel.xml
    - Jspm.J2EE.DataModel.xml
    - Jspm.JSPM.DataModel.xml
    from ../j2ee/JSPM/data/variables directory and give JSPM another try.
    Please make sure the rest of the XMLs are in place otherwise JSPM won't start.
    Regards,
    Vasil

  • Master Data loading got failed: error "Update mode R is not supported by th

    Hello Experts,
    I use to load master data for 0Customer_Attr though daily process chain, it was running successfully.
    For last 2 days master data loading for 0Customer_Attr got failed and it gives following error message:
    "Update mode R is not supported by the extraction API"
    Can anyone tell me what is that error for? how to resolve this issue?
    Regards,
    Nirav

    Hi
    Update mode R error will come in the below case
    You are running a delta (for master data) which afils due to some error. to resolve that error, you make the load red and try to repeat the load.
    This time the load will fail with update mode R.
    As repeat delta is not supported.
    So, now, the only thing you can do is to reinit the delta(as told in above posts) and then you can proceed. The earlier problem has nothing to do with update mode R.
    example your fiorst delta failed with replication issue.
    only replicating and repeaing will not solve the update mode R.
    you will have to do both replication of the data source and re-int for the update mode R.
    One more thing I would like to add is.
    If the the delat which failed with error the first time(not update mode R), then
    you have to do init with data transfer
    if it failed without picking any records,
    then do init without data transfer.
    Hope this helps
    Regards
    Shilpa
    Edited by: Shilpa Vinayak on Oct 14, 2008 12:48 PM

  • Data load failed while loading data from one DSO to another DSO..

    Hi,
    On SID generation data load failed while loading data  from Source DSO to Target DSO.
    Following are the error which is occuuring--
    Value "External Ref # 2421-0625511EXP  " (HEX 450078007400650072006E0061006C0020005200650066
    Error when assigning SID: Action VAL_SID_CONVERT, InfoObject 0BBP
    So, i'm  not getting  WHY in one DSO i.e Source  it got successful but in another DSO i.e. Target its got failed??
    While analyzing all i check that SIDs Generation upon Activation is ckecked in source DSO but not in Target DSO..so it is reason its got failed??
    Please explain..
    Thanks,
    Sneha

    Hi,
    I hope your data flow has been designed in such a way where the 1st DSO as a staging Device and all transformation rules and routine are maintained in between 1st to 2nd dso and sid generation upon activation maintained in 2nd DSO.  By doing so you will be getting your data 1st DSO same as your source system data since you are not doing any transformation rules and routine etc.. which helps to avoid data load failure.  
    Please analyze the following
    Have you loaded masterdata before transaction data ... if no please do it first
    go to the property of first dso and check whether there maintained sid generation up on activation (it may not be maintained I guess)
    Goto the property of 2nd Dso and check whether there maintained sid generation up on activation (It may be maintained I hope)
    this may be the reason.
    Also check whether there is any special char involvement in your transaction data (even lower case letter)
    Regards
    BVR

  • ORA-22288: file or LOB operation FILEOPEN failed (The data is invalid)

    Dear All,
    I am trying to insert a image file (gif) to one of my field.
    1. Here is my table structure and trying to insert gif image file to PIC file.
    SQL> desc cis2.david_pic
    Name Null? Type
    ID VARCHAR2(5)
    PIC BLOB
    2. I using sql command to create directory and the path is pointing where the DB
    server was installed.
    SQL> create or replace directory MY_FILES as '\\hkqaa-db1\TEXT_IMPORT';
    3. Written a script to insert empty blob first and than trying to use the dbms_lob.fileopen
    to upload the gif file.
    SQL> declare
    2 l_blob blob;
    3 l_bfile bfile;
    4 begin
    5 insert into cis2.david_pic values ( '1', empty_blob())
    6 returning pic into l_blob;
    7 l_bfile := bfilename('MY_FILES', 'bess_signature.gif');
    8 dbms_lob.fileopen(l_bfile);
    9 dbms_lob.loadfromfile(l_blob, l_bfile, dbms_lob.getlength(l_bfile));
    10 dbms_lob.fileclose(l_bfile);
    11 end;
    12 /
    4. After I ran my script I got this error message.
    declare
    ERROR at line 1:
    ORA-22288: file or LOB operation FILEOPEN failed
    The data is invalid.
    ORA-06512: at "SYS.DBMS_LOB", line 475
    ORA-06512: at line 8
    Can any tell me what wrong? is this the way to insert image?
    Thanks

    Know this is an old post: (for sharing sake.)
    Please try avoiding
    1. the 'hyphen' in between the path (hkqaadb1 instead of hkqaa-db1)
    2. Give direct path like 'C:\TEXT_IMPORT' instead of network path.
    create or replace directory MY_FILES as '\\hkqaa-db1\TEXT_IMPORT'; -- Not working.
    create or replace directory MY_FILES as 'C:\hkqaadb1\TEXT_IMPORT'; -- Working.
    and this worked fine.
    Edited by: Arunan.KL on Mar 23, 2011 5:04 PM

  • [Load data from excel file [1]] Error: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "Excel Connection Manager" failed with error code 0xC0202009. There may be error messa

    Error
    [Load data from excel file [1]] Error: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.  The AcquireConnection method call to the connection manager "Excel Connection Manager" failed with error code 0xC0202009.  There
    may be error message
    I am using BIDS Microsoft Visual Studio 2008 and running the package to load the data from excel .
    My machine has 32 bit excel hence have set property to RUN64BITRUNTIME AS FALSE.
    But the error still occurs .
    I checked on Google and  many have used Delay validation property at Data flow task level to true but even using it at both excel connection manager and DFT level it doesnt work
    Mudassar

    Thats my connection string
    Provider=Microsoft.ACE.OLEDB.12.0;Data Source=E:\SrcData\Feeds\Utilization.xlsx;Extended Properties="Excel 12.0;HDR=NO";
    Excel 2010 installed and its 32 bit edition
    Are you referring to install this component -AccessDatabaseEngine_x64.exe?
    http://www.microsoft.com/en-us/download/details.aspx?id=13255
    Mudassar
    You can try an OLEDB provider in that case
    see
    http://dataintegrity.wordpress.com/2009/10/16/xlsx/
    you might need to download and install ms access redistributable
    http://www.microsoft.com/en-in/download/details.aspx?id=13255
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Does activation fails in ods when it is acting as source & loading data

    Hi All,
    If i am loading data from ODS to cube which is nothing but repair full (data from active table), i bring delta to ODS & start ods activaion of the delta request will it fail due to the lock on the active table?
    Thanks in advance

    Hi,
    The data load happens this way in the DSO.
    DSO consists of three tables namely "new,Active and changelog tables".
    When you load the data to DSO, records sit in New table.
    When you Activate the data records move to Active table creating a before,After image in change log.
    when you are running the load from DSO to CUBE, the records are loaded from the Active or Change log based on the setting.
    So these tables will be locked when you are using them to load the cube.
    when you are activating the data in DSO, it means that we are moving data from new to active table.
    So when loading from DSO the tables are locked and when activating, you are tring to move data in these tables which is not possible.
    So,we cannot activate DSO same time when some records are loding from same dso to cube
    Hope this helps.
    Regards,
    Haritha.

  • Bulk load data conversion error (type mismatch or invalid character for the specified codepage) for row 1, column 3 (NumberOfMultipleMatches).

    Hi,
    I have a file where fields are wrapped with ".
    =========== file sample
    "asdsa","asdsadasdas","1123"
    "asdsa","asdsadasdas","1123"
    "asdsa","asdsadasdas","1123"
    "asdsa","asdsadasdas","1123"
    ==========
    I am having a .net method to remove the wrap characters and write out a file without wrap characters.
    ======================
    asdsa,asdsadasdas,1123
    asdsa,asdsadasdas,1123
    asdsa,asdsadasdas,1123
    asdsa,asdsadasdas,1123
    ======================
    the .net code is here.
    ========================================
    public static string RemoveCharacter(string sFileName, char cRemoveChar)
                object objLock = new object();
                //VirtualStream objInputStream = null;
                //VirtualStream objOutStream = null;
                FileStream objInputFile = null, objOutFile = null;
                lock(objLock)
                    try
                        objInputFile = new FileStream(sFileName, FileMode.Open);
                        //objInputStream = new VirtualStream(objInputFile);
                        objOutFile = new FileStream(sFileName.Substring(0, sFileName.LastIndexOf('\\')) + "\\" + Guid.NewGuid().ToString(), FileMode.Create);
                        //objOutStream = new VirtualStream(objOutFile);
                        int nByteRead;
                        while ((nByteRead = objInputFile.ReadByte()) != -1)
                            if (nByteRead != (int)cRemoveChar)
                                objOutFile.WriteByte((byte)nByteRead);
                    finally
                        objInputFile.Close();
                        objOutFile.Close();
                    return sFileName.Substring(0, sFileName.LastIndexOf('\\')) + "\\" + Guid.NewGuid().ToString();
    ==================================
    however when I run the bulk load utility I get the error 
    =======================================
    Bulk load data conversion error (type mismatch or invalid character for the specified codepage) for row 1, column 3 (NumberOfMultipleMatches).
    ==========================================
    the bulk insert statement is as follows
    =========================================
     BULK INSERT Temp  
     FROM '<file name>' WITH  
      FIELDTERMINATOR = ','  
      , KEEPNULLS  
    ==========================================
    Does anybody know what is happening and what needs to be done ?
    PLEASE HELP
    Thanks in advance 
    Vikram

    To load that file with BULK INSERT, use this format file:
    9.0
    4
    1 SQLCHAR 0 0 "\""      0 ""    ""
    2 SQLCHAR 0 0 "\",\""   1 col1  Latin1_General_CI_AS
    3 SQLCHAR 0 0 "\",\""   2 col2  Latin1_General_CI_AS
    4 SQLCHAR 0 0 "\"\r\n"  3 col3  Latin1_General_CI_AS
    Note that the format file defines four fields while the fileonly seems to have three. The format file defines an empty field before the first quote.
    Or, since you already have a .NET program, use a stored procedure with table-valued parameter instead. I have an example of how to do this here:
    http://www.sommarskog.se/arrays-in-sql-2008.html
    Erland Sommarskog, SQL Server MVP, [email protected]

  • Failed to load Data base information

    after completeing the report in crystal when ever i want to see print preview it will say 
    Failed to load Data base information
    and whenever i will export the report to pdf it will say
    Failed to load Data base information
    please solve this issue

    Hi Royston,
    The instance that we are accessing is: https://secure-ausomxdsa.crmondemand.com.
    I assume that it's a test environment. So I navigated to (https://ebusiness.siebel.com/odcustomercare/support/alerts/staging/index.asp) "Staging & Test Environments" -> "Planned Maintenance - Staging" (since there is no Testing link) and saw a calendar of downtimes which didn't quite match-up to the date when we encountered the error. We encountered the error on November 25, which was marked on the calendar as a planned 8-hour downtime. During that day we didn't encounter continuous downtime but just erratic spurs of the the error. Am I looking in the right place? Thanks

  • Failed to load data from CRM On Demand. ServerThe server is temporarily una

    Hi,
    I would just like to ask if any of you are encountering this error when sending SOAP requests to CRMOD. Is this just because CRM On-Demand is down?
    Failed to load data from CRM On
    Demand. ServerThe server is temporarily unavailable. Please try again later.
    thanks,
    John

    Hi Royston,
    The instance that we are accessing is: https://secure-ausomxdsa.crmondemand.com.
    I assume that it's a test environment. So I navigated to (https://ebusiness.siebel.com/odcustomercare/support/alerts/staging/index.asp) "Staging & Test Environments" -> "Planned Maintenance - Staging" (since there is no Testing link) and saw a calendar of downtimes which didn't quite match-up to the date when we encountered the error. We encountered the error on November 25, which was marked on the calendar as a planned 8-hour downtime. During that day we didn't encounter continuous downtime but just erratic spurs of the the error. Am I looking in the right place? Thanks

  • Exception message, failed to get value, could not load managed metadata, invalid field name

    Hi, i have created some site collection columns with managed metdata and taxonomy term sets. I have then created some site content types of those site columns. Some of them function properly and some don't.
    When i have created or uploaded a document to the document library i start to "tag" the document by first choosing witch conent type i want too use, but when it comes to save the document it renders an error message(its not the full content
    of the message):
    "exception message, failed to get value, could not load managed metadata, invalid field name"
    I have created some other site content types before and with the same site columns and they do not generate a error message. Is there a solution for my dilemma?

    try these links:
    https://prashobjp.wordpress.com/2014/02/14/failed-to-get-value-of-the-column-name-column-from-the-managed-metadata-field-type-control-see-details-in-log-exception-message-invalid-field-name-guid-site-url/
    http://www.sharepointconfig.com/2011/03/issues-provisioning-sharepoint-2010-managed-metadata-fields/
    http://blog.goobol.com/category/sharepoint/sharepoint-issue-troubleshooting/
    http://www.instantquick.com/index.php/correctly-provisioning-managed-metadata-columns?c=elumenotion-blog-archive/random-whatnot
    https://pholpar.wordpress.com/2010/03/03/taxonomy-issues/
    Please mark answer as correct if it is correct else vote for it if you find it useful Happy SharePointing

  • Fail to load data from a control file!!!

    Hi members,
    I have Oracle 10g 2 installed on my PC runing Windows XP Pro OS,
    When I lauch EM to load data in a table from a control file (ex: load.ctl) I this smessage is promted:
    "Error - RemoteOperationException: ERROR: Wrong password for user"
    Note:
    - I try to load a local table in a local database from a local file
    - I use the local administrator user name/ password (administrator/xxxxxxxxx)
    - The listner process works well
    - I can access localy to my data base
    So can you help me!!

    Are you connected with that OS administrator and specified the correct password?. Have you specified the correct password for the database owner of the table you are loading?
    If you are not entering them manually, are using the currect OS and Database username and password in the Preferred Credentials settings for HOST and Database?

Maybe you are looking for

  • My safari keeps crashing can someone help me out?

    I open safari and then it sends a crash report so here it is... Process:               Safari [2967] Path:                  /Applications/Safari.app/Contents/MacOS/Safari Identifier:            com.apple.Safari Version:               8.0.3 (10600.3.1

  • HP 6940 print problem

    My HP 6940 is printing black square patches on the right 1/4 of the page.  I've run all of the toolbox maintenance options.  No improvement.  Is there a fix or do I need a new printer? JS

  • How to view field name for a field in Oracle form?

    I was told you can do this but I forgot how. If you want to build a report, but don't know what the field name is in Oracle, you can open up the Oracle form and find the screen with that field name and do a trick that tells you the Oracle field name.

  • Problem with sender RFC adapter

    Hi All I have created one RFC adapter for which i have created wrong business system and all then i have deleted that and i have created on more RFC adapter but when i am testing my scenario its taking the old one which i have deleted from the Integr

  • Unable to upgrade WLC on SRE to 7.4.121.0

    Hi I am unable to upgrade one of my WLC on SRE to 7.4.121.0.  I keep getting TFTP or FTP failure while storing in flash.  The WLC is currently running 7.2.110.0 and is running on a SRE 700 module in a 2951 router. I have tried with both TFTP and FTP