Inserted partition key does not map to any partition

getting error while importing data from non-partition table to partition table
structure of non-partition table
CREATE TABLE APP_HOLD
RCN_ID VARCHAR2(18 BYTE),
CRD_NUM VARCHAR2(23 BYTE),
TRN_TYP VARCHAR2(30 BYTE),
TRN_DTE DATE,
REF_NUM VARCHAR2(23 BYTE),
TRN_CRR VARCHAR2(3 BYTE),
TRN_AMT NUMBER(24,2),
BLL_CRR VARCHAR2(3 BYTE),
BLL_AMT NUMBER(16,2),
BSN_DTE DATE,
BRN_S VARCHAR2(10 BYTE),
ACC_NUM_S VARCHAR2(24 BYTE),
BRN_D VARCHAR2(10 BYTE),
ACC_NUM_D VARCHAR2(24 BYTE),
SRL_NUM VARCHAR2(23 BYTE),
DVI_TYP VARCHAR2(8 BYTE),
ORG_MSG_TYP VARCHAR2(6 BYTE),
ACQ_CDE VARCHAR2(15 BYTE),
ACQ_BIN VARCHAR2(11 BYTE),
REV VARCHAR2(1 BYTE),
DBCR_FLG VARCHAR2(1 BYTE),
ATM_FEE NUMBER(16,2),
ATM_ID VARCHAR2(16 BYTE),
INT_FEE NUMBER(16,2),
TRM_ID VARCHAR2(10 BYTE),
MCN_CDE VARCHAR2(15 BYTE),
MCN_INF VARCHAR2(40 BYTE),
PNT_RCN_ID NUMBER(12),
FGN_KEY VARCHAR2(18 BYTE),
ERR_CDE VARCHAR2(200 BYTE),
JNK VARCHAR2(50 BYTE),
CRD_USED VARCHAR2(10 BYTE),
RES_CDE VARCHAR2(3 BYTE),
REA_CDE VARCHAR2(4 BYTE),
PRC_CDE VARCHAR2(10 BYTE),
MCC VARCHAR2(4 BYTE),
APP_CDE VARCHAR2(8 BYTE),
ISS_INS_ID VARCHAR2(11 BYTE),
ACQ_INS_ID VARCHAR2(11 BYTE),
ACQ_NET_CDE VARCHAR2(20 BYTE),
ISS_NET_CDE VARCHAR2(20 BYTE),
INST_ID VARCHAR2(60 BYTE),
FIID1 VARCHAR2(20 BYTE),
FIID2 VARCHAR2(20 BYTE),
SWT_FLE VARCHAR2(50 BYTE),
VIS_FLE VARCHAR2(50 BYTE),
VIS_FLE_MCHDTE DATE,
VIS_FLE_EODDTE DATE,
VIS_FLE_RCNTYP NUMBER(2),
VIS_FLE_ACNTID VARCHAR2(35 BYTE),
MAS_FLE VARCHAR2(50 BYTE),
MAS_FLE_MCHDTE DATE,
MAS_FLE_EODDTE DATE,
MAS_FLE_RCNTYP NUMBER(2),
MAS_FLE_ACNTID VARCHAR2(35 BYTE),
TIE1_FLE VARCHAR2(50 BYTE),
TIE1_FLE_SRC VARCHAR2(50 BYTE),
TIE1_FLE_MCHDTE DATE,
TIE1_FLE_EODDTE DATE,
TIE1_FLE_RCNTYP NUMBER(2),
TIE1_FLE_ACNTID VARCHAR2(35 BYTE),
TIE2_FLE VARCHAR2(50 BYTE),
TIE2_FLE_SRC VARCHAR2(50 BYTE),
TIE2_FLE_MCHDTE DATE,
TIE2_FLE_EODDTE DATE,
TIE2_FLE_RCNTYP NUMBER(2),
TIE2_FLE_ACNTID VARCHAR2(35 BYTE),
TIE3_FLE VARCHAR2(50 BYTE),
TIE3_FLE_SRC VARCHAR2(50 BYTE),
TIE3_FLE_MCHDTE DATE,
TIE3_FLE_EODDTE DATE,
TIE3_FLE_RCNTYP NUMBER(2),
TIE3_FLE_ACNTID VARCHAR2(35 BYTE),
TIE4_FLE VARCHAR2(50 BYTE),
TIE4_FLE_SRC VARCHAR2(50 BYTE),
TIE4_FLE_MCHDTE DATE,
TIE4_FLE_EODDTE DATE,
TIE4_FLE_RCNTYP NUMBER(2),
TIE4_FLE_ACNTID VARCHAR2(35 BYTE),
TIE5_FLE VARCHAR2(50 BYTE),
TIE5_FLE_SRC VARCHAR2(50 BYTE),
TIE5_FLE_MCHDTE DATE,
TIE5_FLE_EODDTE DATE,
TIE5_FLE_RCNTYP NUMBER(2),
TIE5_FLE_ACNTID VARCHAR2(35 BYTE),
TIE6_FLE VARCHAR2(50 BYTE),
TIE6_FLE_SRC VARCHAR2(50 BYTE),
TIE6_FLE_MCHDTE DATE,
TIE6_FLE_EODDTE DATE,
TIE6_FLE_RCNTYP NUMBER(2),
TIE6_FLE_ACNTID VARCHAR2(35 BYTE),
EJ_FLE VARCHAR2(50 BYTE),
EJ_FLE_MCHDTE DATE,
EJ_FLE_EODDTE DATE,
EJ_FLE_RCNTYP NUMBER(2),
EJ_FLE_ACNTID VARCHAR2(35 BYTE),
BTH_FLE VARCHAR2(50 BYTE),
BTH_FLE_MCHDTE DATE,
BTH_FLE_EODDTE DATE,
BTH_FLE_RCNTYP NUMBER(2),
BTH_FLE_ACNTID VARCHAR2(35 BYTE),
BRN_ISS_FLE VARCHAR2(50 BYTE),
BRN_ISS_FLE_MCHDTE DATE,
BRN_ISS_FLE_EODDTE DATE,
BRN_ISS_FLE_RCNTYP NUMBER(2),
BRN_ISS_FLE_ACNTID VARCHAR2(35 BYTE),
BRN_ACQ_FLE VARCHAR2(50 BYTE),
BRN_ACQ_FLE_MCHDTE DATE,
BRN_ACQ_FLE_EODDTE DATE,
BRN_ACQ_FLE_RCNTYP NUMBER(2),
BRN_ACQ_FLE_ACNTID VARCHAR2(35 BYTE),
TRNACC_ID VARCHAR2(21 BYTE),
PRT_TRNACC_ID VARCHAR2(35 BYTE),
PROCESS_ID VARCHAR2(20 BYTE),
SWT_VCH1_NUM VARCHAR2(100 BYTE),
SWT_VCH2_NUM VARCHAR2(100 BYTE),
SWT_VCH3_NUM VARCHAR2(100 BYTE),
SWT_VCH4_NUM VARCHAR2(100 BYTE),
SWT_VCH5_NUM VARCHAR2(100 BYTE),
SWT_VCH1A_NUM VARCHAR2(100 BYTE),
SWT_VCH2A_NUM VARCHAR2(100 BYTE),
SWT_VCH3A_NUM VARCHAR2(100 BYTE),
SWT_VCH4A_NUM VARCHAR2(100 BYTE),
SWT_VCH5A_NUM VARCHAR2(100 BYTE),
SWT_VCH1B_NUM VARCHAR2(100 BYTE),
SWT_VCH2B_NUM VARCHAR2(100 BYTE),
SWT_VCH3B_NUM VARCHAR2(100 BYTE),
SWT_VCH4B_NUM VARCHAR2(100 BYTE),
SWT_VCH5B_NUM VARCHAR2(100 BYTE),
SWT_VCH1C_NUM VARCHAR2(100 BYTE),
SWT_VCH2C_NUM VARCHAR2(100 BYTE),
SWT_VCH3C_NUM VARCHAR2(100 BYTE),
SWT_VCH4C_NUM VARCHAR2(100 BYTE),
SWT_VCH5C_NUM VARCHAR2(100 BYTE),
SWT_VCH1D_NUM VARCHAR2(100 BYTE),
SWT_VCH2D_NUM VARCHAR2(100 BYTE),
SWT_VCH3D_NUM VARCHAR2(100 BYTE),
SWT_VCH4D_NUM VARCHAR2(100 BYTE),
SWT_VCH5D_NUM VARCHAR2(100 BYTE),
SWT_VCH1E_NUM VARCHAR2(100 BYTE),
SWT_VCH2E_NUM VARCHAR2(100 BYTE),
SWT_VCH3E_NUM VARCHAR2(100 BYTE),
SWT_VCH4E_NUM VARCHAR2(100 BYTE),
SWT_VCH5E_NUM VARCHAR2(100 BYTE),
SWT_VCH1F_NUM VARCHAR2(100 BYTE),
SWT_VCH2F_NUM VARCHAR2(100 BYTE),
SWT_VCH3F_NUM VARCHAR2(100 BYTE),
SWT_VCH4F_NUM VARCHAR2(100 BYTE),
SWT_VCH5F_NUM VARCHAR2(100 BYTE),
SWT_VCH1G_NUM VARCHAR2(100 BYTE),
SWT_VCH2G_NUM VARCHAR2(100 BYTE),
SWT_VCH3G_NUM VARCHAR2(100 BYTE),
SWT_VCH4G_NUM VARCHAR2(100 BYTE),
SWT_VCH5G_NUM VARCHAR2(100 BYTE),
SWT_VCH1H_NUM VARCHAR2(100 BYTE),
SWT_VCH2H_NUM VARCHAR2(100 BYTE),
SWT_VCH3H_NUM VARCHAR2(100 BYTE),
SWT_VCH4H_NUM VARCHAR2(100 BYTE),
SWT_VCH5H_NUM VARCHAR2(100 BYTE),
SWT_VCH1I_NUM VARCHAR2(100 BYTE),
SWT_VCH2I_NUM VARCHAR2(100 BYTE),
SWT_VCH3I_NUM VARCHAR2(100 BYTE),
SWT_VCH4I_NUM VARCHAR2(100 BYTE),
SWT_VCH5I_NUM VARCHAR2(100 BYTE),
VIS_VCH_NUM VARCHAR2(100 BYTE),
MAS_VCH_NUM VARCHAR2(100 BYTE),
TIE1_VCH_NUM VARCHAR2(100 BYTE),
TIE2_VCH_NUM VARCHAR2(100 BYTE),
TIE3_VCH_NUM VARCHAR2(100 BYTE),
TIE4_VCH_NUM VARCHAR2(100 BYTE),
TIE5_VCH_NUM VARCHAR2(100 BYTE),
TIE6_VCH_NUM VARCHAR2(100 BYTE),
EJ_VCH_NUM VARCHAR2(100 BYTE),
BTH_VCH_NUM VARCHAR2(100 BYTE),
BRN_ISS_VCH_NUM VARCHAR2(100 BYTE),
BRN_ACQ_VCH_NUM VARCHAR2(100 BYTE),
PAR_DTE DATE,
EOD_DTE1 DATE,
EOD_DTE2 DATE,
FILLER1 VARCHAR2(4000 BYTE),
FILLER2 VARCHAR2(4000 BYTE),
FILLER3 VARCHAR2(4000 BYTE),
TRN_MM VARCHAR2(2 BYTE),
TRN_YY VARCHAR2(4 BYTE),
PURGE_FLAG NUMBER DEFAULT 0
);

The error message is self explanatory. One or more of the rows being attempted to be inserted has a value for a partition key column that does NOT map into the defined partition keys on the target table.
Since you have not shown the definition of the Partitioned table, we cannot help with any advice to you.
Hemant K Chitale

Similar Messages

  • Imp error - ORA-14400: inserted partition key does not map to any partition

    Hi,
    We have a table (table t) with partitions (p1, p2, ... p12) and two of the partitions (p11 and p12) need to be imported into
    another database with different schema. Both the partitions to be imported are in two different export dumps. So, I started
    by dropping the table t and then import with the first export dump (p12). The first import went fine, but the second import
    failed with error:
    IMP-00058: ORACLE error 14400 encountered
    ORA-14400: inserted partition key does not map to any partition
    IMP-00057: Warning: Dump file may not contain data of all partitions of this table
    About to enable constraints...
    Import terminated successfully with warnings.
    The imp command used is:
    imp user/pwd tables=t log=imp.log file=exp.dmp fromuser=db1user touser=db2user ignore=Y grants=n indexes=n constraints=n
    statistics=none
    Please let me know where is the problem and what is the solution? I need to import the second partition (p11) also
    successfully.
    Thanks.
    BNetra

    Created a new partition REST_VALUES with higher range value and all my imports worked fine. But now I have two related issues:
    1) All the data got imported into the new partition instead of correct partitions.
    2) I observed that the column on which the table is partitioned CREATE_DATE values have been changed to today's (import) date for all rows imported into the new partition.
    How do I import properly into respective partitions and not into temporary new partition?
    Why did the CREATE_DATE value got changed automatically during import?
    Thanks.

  • |Error SQL: ORA-14400: inserted partition key does not map to any partition

    I have an installation of ECC6 with BI7 in which consolidated through SEM-BCS OBCS_C10 with the cube, which I have version 100 for fiscal data, 101 data for IFRS and IFRS Copying a 301 version.
    The client will ask me the empty version of the 301 in the cube OBCS_C10.
    Before switching to empty the cube "Target Real-Time Data Can Be Loaded With Data; Planning Not Allowed."
    To empty the cube using transaction RSA1 / manage / contents / Delete Selection.
    However, the data is not erased and revise the job gives me the error:
    Resumen log job para job BI_INDXD51A1NTCIYWU06OKZZESN1R94 / 07520600
    Log job
    Hora
    Txt.mje.no codificado
    04.02.2009
    07:52:06
    El job ha sido lanzado.
    04.02.2009
    07:52:06
    Paso 001 iniciado (programa RSINDEX1, variante &0000000000108, usuario ACHUY)
    04.02.2009
    07:52:10
    SQL: 04.02.2009 07:52:10 ACHUY
    04.02.2009
    07:52:10
    DELETE FROM DDSTORAGE WHERE DBSYSABBR = 'ORA'
    04.02.2009
    07:52:10
    AND INDEXNAME = ' ' AND TABNAME =
    04.02.2009
    07:52:10
    '/BI0/D0BCS_C101
    04.02.2009
    07:52:10
    SQL-END: 04.02.2009 07:52:10 00:00:00
    04.02.2009
    07:52:10
    SQL: 04.02.2009 07:52:10 ACHUY
    04.02.2009
    07:52:10
    DELETE FROM DDSTORAGE WHERE DBSYSABBR = 'ORA'
    04.02.2009
    07:52:10
    AND INDEXNAME = ' ' AND TABNAME =
    04.02.2009
    07:52:10
    '/BI0/D0BCS_C101
    04.02.2009
    07:52:10
    SQL-END: 04.02.2009 07:52:10 00:00:00
    04.02.2009
    07:52:10
    SQL: 04.02.2009 07:52:10 ACHUY
    04.02.2009
    07:52:10
    CREATE TABLE "/BI0/0100000076" PCTFREE 00
    04.02.2009
    07:52:10
    PCTUSED 00 INITRANS 001 TABLESPACE PSAPSR3
    04.02.2009
    07:52:10
    STORAGE (INITIAL     0000000016 K NEXT
    04.02.2009
    07:52:10
    0000000016 K MINEXTENTS  0000000001 MAXEXTENTS
    04.02.2009
    07:52:10
    UNLIMITED PCTINCREASE 0000 FREELISTS   001
    04.02.2009
    07:52:10
    FREELIST GROUPS 01) AS SELECT DISTINCT DIMID FROM
    04.02.2009
    07:52:10
    "/BI0/D0BCS_C101" "DIM" , "/BI0/SCS_VERSION"
    04.02.2009
    07:52:10
    "MD1" WHERE "DIM"."SID_0CS_VERSION" = "MD1"."SID"
    04.02.2009
    07:52:10
    AND ( "MD1"."CS_VERSION" BETWEEN '301' AND '301'
    04.02.2009
    07:52:10
    SQL-END: 04.02.2009 07:52:10 00:00:00
    04.02.2009
    07:52:25
    SQL: 04.02.2009 07:52:25 ACHUY
    04.02.2009
    07:52:25
    DELETE FROM DDSTORAGE WHERE DBSYSABBR = 'ORA'
    04.02.2009
    07:52:25
    AND INDEXNAME = ' ' AND TABNAME = '/BI0/F0BCS_C10
    04.02.2009
    07:52:25
    SQL-END: 04.02.2009 07:52:25 00:00:00
    04.02.2009
    07:52:25
    SQL: 04.02.2009 07:52:25 ACHUY
    04.02.2009
    07:52:25
    DELETE FROM DDSTORAGE WHERE DBSYSABBR = 'ORA'
    04.02.2009
    07:52:25
    AND INDEXNAME = ' ' AND TABNAME = '/BI0/F0BCS_C10
    04.02.2009
    07:52:25
    SQL-END: 04.02.2009 07:52:25 00:00:00
    04.02.2009
    07:52:25
    SQL: 04.02.2009 07:52:25 ACHUY
    04.02.2009
    07:52:25
    CREATE TABLE "/BI0/0100000030" PCTFREE 10
    04.02.2009
    07:52:25
    PCTUSED 00 INITRANS 001 TABLESPACE PSAPSR3
    04.02.2009
    07:52:25
    STORAGE (INITIAL     0000000016 K NEXT
    04.02.2009
    07:52:25
    0000000000 K MINEXTENTS  0000000001 MAXEXTENTS
    04.02.2009
    07:52:25
    2147483645 PCTINCREASE 0000 FREELISTS   001
    04.02.2009
    07:52:25
    FREELIST GROUPS 01) PARTITION BY RANGE
    04.02.2009
    07:52:25
    ("KEY_0BCS_C10P") ( PARTITION "/BI0/F0BCS_C100"
    04.02.2009
    07:52:25
    VALUES LESS THAN (0) TABLESPACE "PSAPSR3",
    04.02.2009
    07:52:25
    PARTITION "/BI0/F0BCS_C100000000019" VALUES LESS
    04.02.2009
    07:52:25
    THAN (0000000019) TABLESPACE "PSAPSR3", PARTITION
                  |
    04.02.2009
    07:52:25
    "/BI0/F0BCS_C100000000276" VALUES LESS THAN
    04.02.2009
    07:52:25
    (0000000276) TABLESPACE "PSAPSR3", PARTITION
    04.02.2009
    07:52:25
    "/BI0/F0BCS_C100000000277" VALUES LESS THAN
    04.02.2009
    07:52:25
    (0000000277) TABLESPACE "PSAPSR3") AS SELECT *
    04.02.2009
    07:52:25
    FROM "/BI0/F0BCS_C10" WHERE "KEY_0BCS_C101" NOT
    04.02.2009
    07:52:25
    IN ( SELECT "DIMID" FROM "/BI0/0100000076"
    04.02.2009
    07:52:29
    SQL-END: 04.02.2009 07:52:29 00:00:04
    04.02.2009
    07:52:29
    Error SQL: ORA-14400: inserted partition key does not map to any partition
    04.02.2009
    07:52:29
    Error de sistema: CREATE_TABLE_AS_SELECT/RSDU_EXEC_SQL /BI0/0100000030 14400
    04.02.2009
    07:52:29
    El job ha sido cancelado tras excepción de sistema ERROR_MESSAGE.
    Someone has an idea how to fix this?

    This is the SQL of the insert
    The partition condition of the table is the column ("KEY_0BCS_C10P")
    SELECT * FROM "/BI0/F0BCS_C10" WHERE "KEY_0BCS_C101" NOT IN ( SELECT "DIMID" FROM "/BI0/0100000076" )
    This is the info of the /BIO/0100000076 TABLE
    SQL> SELECT "DIMID" FROM sapsr3."/BI0/0100000076";
         DIMID
             6
    SQL>
    And this are the rows that I think are not included in the partitions of the table
      1  SELECT DISTINCT KEY_0BCS_C10P, KEY_0BCS_C101 FROM SAPSR3."/BI0/F0BCS_C10"
      2  WHERE KEY_0BCS_C10P > 277
      3* AND "KEY_0BCS_C101" NOT IN ( SELECT "DIMID" FROM SAPSR3."/BI0/0100000076" )
    SQL> /
    KEY_0BCS_C10P KEY_0BCS_C101
              284             4
              285             4
              293             3
              292             4
              293             4
              293             5
              285             3
              290             4
              292             5
              283             4
              285             5
    KEY_0BCS_C10P KEY_0BCS_C101
              291             5
              292             3
              291             4
    14 rows selected.
    SQL>

  • RA-14400: inserted partition key does not map to any partition

    Our repository tablespace filledup alll 40GB allocated and over the weekend we stopped OMS agenets and ran the package for partition maintenance.
    exec emd_maint_util.partition_maintenance;
    Now after starting OMS, all xml files are gettting moved errors directory and following error is getting reported in the emoms.trc file. Any idea how to add these partitions. Not much help in metalink. One of the note says try running "exec emd_loader.rollup(); ". THis is for 10GR1 grid conrol. I am running 10gR2 and reopositiry database 10.1.0.5
    ==========>
    at oracle.sysman.emdrep.dbjava.loader.XMLLoader.run(XMLLoader.java:1304)
    at java.lang.Thread.run(Thread.java:534)
    2007-05-04 15:35:35,312 [XMLLoader0 90000003561.xml] WARN eml.XMLLoader LoadFiles.672 - Marking the file for retry : 90000003561.xml after receiving exceptionjava.sql.SQLException: ORA-14400: inserted partition key does not map to any partition
    <========

    I think emd_loader.rollup is part of the
    emd_maintenance.analyze_emd_schema('SYSMAN') package. Let me try this.

  • "ORA-14400: inserted partition key does not map to any partition"

    Hi Experts,
    While loading from DSO to Infocube, we are facing the below issue.,
    Database error text........: "ORA-14400: inserted partition key does no
    any partition"
    Internal call code.........: "[RSQL/INSR//BIC/FZORIMB08C ]"
    Please check the entries in the system log (Transaction SM21).
    "DBIF_RSQL_SQL_ERROR" "CX_SY_OPEN_SQL_DB"
    "GP4JNZKXF93GTRTVQO7A5J3Z2VD" or "GP4JNZKXF93GTRTVQO7A5J3Z2VD"
    "WRITE_ICFACT"
    Information on where terminated:
    Termination occurred in the ABAP program "GP4JNZKXF93GTRTVQO7A5J3Z2VD" - in
    "WRITE_ICFACT".
    The main program was "RSBATCH_EXECUTE_PROZESS ".
    In the source code you have the termination point in line 5185
    of the (Include) program "GP4JNZKXF93GTRTVQO7A5J3Z2VD".
    The program "GP4JNZKXF93GTRTVQO7A5J3Z2VD" was started as a background job.
    Job Name....... "BIDTPR_1999057_1"
    Job Initiator.. "ALE_POS"
    Job Number..... 09074400
    The termination is caused because exception "CX_SY_OPEN_SQL_DB" occurred in
    procedure "WRITE_ICFACT" "(FORM)", but it was neither handled locally nor
    declared
    in the RAISING clause of its signature.
    The procedure is in program "GP4JNZKXF93GTRTVQO7A5J3Z2VD "; its source code
    begins in line
    5147 of the (Include program "GP4JNZKXF93GTRTVQO7A5J3Z2VD ".
    Can anyone help me.
    Regards,
    Aaryan

    Hi Aaryan,
    From an Oracle point of view the error ORA-14400 is due to the partition range where an insert rows with a value out-of-bound of partition range
    The system displays the error message if you want to load data into a partitioned table where the partitions have not been defined correctly.
    Please run the RSRV test "Entries Not Used in the Dimension of an InfoCube " for the relevant Infocube and afterwards repair any errors with "Correct error" button.
    Please have a look at the following notes:
      #509660 - ORACLE ERROR 14400 during update to the InfoCube
      #590370 - too many uncompressed request (f table partitions)
    Finally please do not leave the infocube uncompressed.
    Rgds,
    Colum

  • DisplayAuthor managed property does not map to any crawl property, why?

    I just discovered the out of box  - DisplayAuthor managed property does not map to any crawl property, why is that? but it is still working fine when using this property as a refiner.....how does this work?

    Hi,
    The DisplayAuthor managed property is different. It is  multi-valued  but has no crawled properties mapped to it. However, it represents multiple authors for a document. There is the author that is stored with the properties of a document such
    as a pdf this is the original creator of the document, and then there is the SharePoint author of the document which is the the person who uploaded the document. So basically you can search on both using the DisplayAuthor.
    Besides, here is a similar post, you can use as a reference:
    https://social.msdn.microsoft.com/Forums/office/en-US/bdf5d8dc-0511-492c-8f51-9cd541cf70bd/what-does-the-displayauthor-value-in-the-search-refinement-json-object-represent?forum=sharepointsearch
    Best Regards,
    Lisa Chen
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Lisa Chen
    TechNet Community Support

  • ORA-14400: inserted partition key does not map

    We are doing Unicode conversion of SCM 7.0 Sr1 with LC. We have
    followed the approach of Combined upgrade and unicode conversion.
    We have completed the upgrade and now proceeeding with unicode
    conversion. We are done with the export and now we are import the data
    into target system. During the import many of our packages are getting
    into some ora errors.
    DbSl Trace: ORA-904 occurred when executing SQL stmt (parse error offset=140)
    (IMP) ERROR: DbSlExeModify/DbSlLobPutPiece failed
      rc = 99, table "/BIC/B0000141000"
      (SQL error 904)
      error message returned by DbSl:
    ORA-00904: "RECORDMODE": invalid identifier
    (DB) INFO: /BIC/B0000142000 deleted/truncated #20091114154819
    DbSl Trace: Error 904 in stmt_execute() from oci_execute_stmt(), orpc=0
    DbSl Trace: ORA-904 occurred when executing SQL stmt (parse error offset=140)
    (IMP) ERROR: DbSlExeModify/DbSlLobPutPiece failed
      rc = 99, table "/BIC/B0000142000"
      (SQL error 904)
      error message returned by DbSl:
    ORA-00904: "RECORDMODE": invalid identifier
    (DB) INFO: /BIC/B0000149000 deleted/truncated #20091114154819
    DbSl Trace: Error 904 in stmt_execute() from oci_execute_stmt(), orpc=0
    Please Help.

    Hi,
    Now I am no expert on the combined upgrade/unicode conversion always done them separate.
    But, the 
    ORA-00904: "RECORDMODE": invalid identifier
      I think  means it is trying to insert  data into column RECORDMODE where the data is not alphanumeric.....Fror example a date.....
    It defo looks like a BI table so it could be possibe...
    Regards
    Mark

  • Insert key does not function in Wkindows 7

    Insert key does not work in Windows 7.  I use this as a toggle to insert / overwrite and since going to Windows 7 SVP1 it does not function. I do an enormous amount of editing and need this function!   Using universal keyboard. 
    Thanks!  Kym

    Hello,
    I'd ask in the
    Windows 7 forum on Microsoft Community.
    As the Microsoft Community is on a different platform, we cannot move the question for you.
    Once there, click on Participate near the top of the screen, and select 'Ask a Question' or 'Start a Discussion':
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book:
    Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • INSERT key does not toggle INSERT/REPLACE mode

    The INSERT key does not toggle between Insert and Replace mode. The enterabled items are always in insert mode. Does anyone know how to fix this?
    I'm using Forms 6i 6.0.8.17.1, web-deployed on Solaris 2.6 (64 bit).

    You can use a pluggable Java Component to do this and there is an example in the Forms 9i demos.

  • My IPAD 2 is freezing on the principal internet explorer page.  It presents the google home page with a grey filter over it and does not respond to any touch or key.  All other internet dependent functions seem to be working (i.e. mail, various APPs etc.)

    My IPAD 2 is freezing on the principal internet access page.  It comes up through a light grey filter and does not respond to any touch or keys.  All other internet dependent functions seem to be working fine (mail, various APPs).  How do I "unfreeze"?
    thanks
    geoff1949

    Geoff-
    Go to Settings-Safari and Clear History and Clear Cookies and Data.
    Another thing you can try is to double-click the Home button.  A row of recent Apps will line up along the bottom of the screen.  Scroll across and find the Safari icon.  Press on it for a couple of seconds until it starts to wiggle.  A red minus sign will appear on each icon.  Press on Safari's minus sign to remove it.  This may clear its memory of the bad Google page.
    If this does not help, try resetting (rebooting) the iPad.  Hold both the Home and Sleep buttons for several seconds until the Apple logo appears.  Ignore the "Slide to power off" arrow.  The iPad will restart after a couple of minutes.  Resetting this way will not hurt anything, and sometimes clears up mysterious problems.
    Fred
    Message was edited by: Fred*M.

  • TS1996 my zero key does not work as it should after software update any help

    my zero key does not work after a software update when i try to use it /pp0 then volume symbol appears on the screen just happened after the update

    Hello, pakie1. 
    Thank you for visiting Apple Support Communities.
    Here is a troubleshooting article that you may find helpful when experiencing keyboard issues.
    One or more keys on the keyboard do not respond
    http://support.apple.com/kb/ts1381
    Cheers,
    Jason H.

  • Source does not join to any fact source

    I created a new dimension as follows:
    1) Mapped Source from OLTP to Physical Layer
    2) Created Alias for source
    3) Create physical "Few Foreign Key" join between new source table and existing table (key to key)
    4) Run consistency check with no issues.
    5) Create new Logical table
    6) Create new complex logical join between same two tables in Business Model
    7) Join is a Right Outer Join
    8) Run consistency check and receive the following warning message.
    Can you please help me resolve? Thanks...
    WARNINGS:
    BUSINESS MODEL Marketing Contact List:
    [39008] Logical dimension table OLTP Personal Communication has a source S_PER_COMM_ADDR that does not join to any fact source.

    I'm still a bit confused:
    Here are the steps that I understand:
    1) Create Physical Alias Table (Personal Communication)
    2) Create Physical Join between Personal Communication and Contact
    3) Create Logical Table (Personal Communication) with physical source Personal Communication
    4) Create Business Model Join between Personal Communication and Contact (right outer with Contact on right)
    If i save now i get the warning message as described at the beginning.
    The Business Model look like this:_
    OLTP = Source of table is OLTP database
    DW = Source of table is Data Warehouse
    Personal Communication(OLTP Table)->Contacts(OLTP table)->Campaign Promotion(OLTP Table)->Contact Fact(DWTable)
    In addition to the Contacts (OLTP) table that joins to Campaign Promotion the following other tables join to Campaign Promotion: Prospects (OLTP)
    The Contact Fact table has 5 tables joined to it: Order, Service Request, Order Item Attr, Account, and Ordered Product
    There are 5 Dimension Hierarchies (all created from the DW tables): Account, Contact, Order, Order Item Attr, and Ordered Product
    I then try to recreate the steps indicated:
    5) Right click on the new Logical Table (Personal Communication). which generates another Dimension Hierarchy: ContactDim
    Since the other logical tables created from OLTP sources do not have hierarchy dimensions created I'm not sure why I'm doing this here. If someone could explain I would appreciate it?
    If I select the properties for ContactDim:
    a) The default root level = Contact Total
    b) Tables listed are: Prospects (OLTP), Campaign Promotion (OLTP), Contact (DW), Contacts (OLTP), and Personal Communication (OLTP)
    If I expand the ContactDim dimension I have a Contact Total:
    Grand total level checked
    Child Levels: Prospects (OLTP), Contacts (OLTP), Personal Communication (OLTP)
    I then have sources for each of these below this with all fields listed and additional lists below that.
    I'm stuck here and am not sure what to do. I really don't want any drill down capability but I want to elimenate the Warning message that I was getting before.
    Thanks for any help that you can provide...

  • New Apple Keyboard Launchpad F4 key does not work

    New Apple Keyboard Launchpad F4 key does not work
    Hi, I have now got ne new wireless keyboard because my old one broke. I connected the keyboard, the F3 key (Mission Control) functions, the F4 key, especially for Lunchpad does not work, I'm Lion on it, previously on the old keyboard I had in 2009, he occupiedwith Launchpad F5.
    Have System Preferences / Keyboard / Keyboard Shortcuts reset everything goes ......... but not yet!!
    Maybe someone can help me!!
    Thank you
    greeting

    Hi,
         Your migration to Lion brought over a previous hot key preferences document. And this contains one bad key that wasn't updated.
    - Quit System Preferences (if open)
    - Delete this document to remove a carry-over mapping error.
    - Then logout
    Note: That this will delete any existing modified keyboard assignments. Re-assign changes manually.
    Note2: This document is in your users preferences folder.
    ~/Library/Preferences/com.apple.symbolichotkeys.plist
    -Alan

  • 1st-gen Mac Pro does not boot in any way, not even in safe mode

    I have a 1st-generation Mac Pro with the graphics card upgraded to NVIDIA GeForce 8800 GT; running 10.7.2. I have had no problems with the machine since I bought it in May 2007... until now. Specifically, the machine suddenly became non-responsive, froze (I do not remember this ever happening before), so I had to power it down and restart. After that, the machine does not boot in any way: does not start up with the Option key; no FireWire target mode; does not start up even in the safe mode. All I get when I power the machine up is the folllowing endless loop: (1) the display unit (30" Apple Cinema Display) waking up from sleep (white light going off) and (2) a flicker of white on the display while the optical drive sounds like checking for any inserted media... then again the display going to sleep for a few seconds and steps (1) and (2).
    I could really use help here. Thank you in advance.

    Linc:
    I am also sure it is a hardware fault. I have tried to run the Apple Hardware Test from the orginal system disc: I opened the optical drive tray with a paper clip, inserted the disc and powered up the machine. However the machine only spinned up the disc, turned the display to standby, spinned up and standby, etc.
    What kind of hardware fault could it be?
    (1) the display unit (30" Apple CInema Display) -- I presume unlikely, since the computer should boot even with a defunct display unit or no display unit at all, for that matter;
    (2) the graphics card
    or
    (3) the logic board?

  • Does not join to any fact source issue in 10g

    HI,
    I am getting below issue while compiling rpd.
    Logical Dimension Table Dim-XX has a source xx_aa that does not join to any fact source.
    Let me describe situation here.
    In physical layer , i have one xx_v table . there is no join condition physical layer. But in BMM layer we have created two logical tables for single xx_v table and providing join in bmm layer. When am compiling it i'm getting an error.
    The one which i have using current rpd, same rpd in production with out any warnings(Logical Dimension Table Dim-XX has a source xx_aa that does not join to any fact source) and they don't have any logical level mapping in content tab. But i am using same rpd in dev instance getting warnings.
    Thanks,
    Mal
    Edited by: user10675696 on Feb 11, 2013 3:08 AM

    Hi Srini,
    Please find the below warning here and we don't have an hierarchy for MTL_SYSTE_ITEMS_B
    [39008] Logical dimension table Mtl System Items B has a source MTL_SYSTEM_ITEMS_B that does not join to any fact source.
    I am getting this in Dev instance only but not in Production. But one rpd can be used in dev and production instances.
    Thanks,
    Mall

Maybe you are looking for

  • After iOS5 update, iPod no longer connects to car stereo

    Hi, my husband and I both have an iPod touch 4th generation. We also have a Dodge Caravan with a car stereo, that lets up hook up the iPods and control them over the display. The cable does not charge the iPods, but we knew that. I have updatedt my i

  • Export a PDF with Imposition and wraparound

    Hi everybody, I'm a relative newbie here, and I apologize for that.  I'm looking for some help in CS5 with imposition. Specifically: I created a 28 page booklet, 8.5x11, for a client that has 28 pages.   Same booklet as last year.  However, this year

  • Database refresh in different version

    Oracle 11.2.0.1 and 11.2.0.3. Can rman refresh database from 11.2.0.1 to 11.2.0.3? In another words, my source database is 11.2.0.1, my target database is 11.2.0.3 I want to refresh target database from source database. Is it ok since version is diff

  • GetNodes returing Mulitple nodes error

    Hi All, I am trying to use xpath query getNodes to get the each node from the xml and assign to the variable of type element. When i ran it i am ending with error as below. I am sure what have give is correct. XPath query string returns multiple node

  • Check Printing - Multiple pages

    There is a problem when a single check is printed on multiple pages for the same vendor - it is printing 3 consecutive check number on each page : 1000051 on page 1, 1000052 on page 2 and 1000053 on page 3. This is a multi-page due to long remittance