Unicode Conversion : Import Error in ABAP  SAPCLUST Error

Hi
I am doing the unicode conversion ..
The export of the database is successful.. But during the import it is giving an error.
Export is done as per note  552464 (Code Page 4103)
Platform is windows server 2003 / Oracle 10.2
Loading of 'SAPCLUST' import package: ERROR
(GSI) INFO: vname    = "ORACLE                          "
(GSI) INFO: hostname = "CTSINTCOSNW5                                                    "
(GSI) INFO: sysname  = "Windows NT"
(GSI) INFO: nodename = "CTSINTCOSNW5"
(GSI) INFO: release  = "5.2"
(GSI) INFO: version  = "3790 Service Pack 1"
(GSI) INFO: machine  = "8x Intel 801586 (Mod 4 Step 9)"
(DB) INFO: CLU4 deleted/truncated #20070301165425
myCluster (63.7.Imp): 2113: inconsistent field names (source) : physical field K1N05 appears as logic K1N5.
myCluster (63.7.Imp): 2114: further investigation recommended.
myCluster (63.7.Imp): 1952: error when checking key field consistency  for logic table TACOPC    .
myCluster (63.7.Imp): 1955: logic table is canonical.
myCluster (63.7.Imp): 1958: received return code 2 from c3_uc_check_key_field_descr_consistency.
myCluster (63.7.Imp): 1252: unable to retrieve nametab info for logic table TACOPC    .
myCluster (63.7.Imp): 8096: unable to acquire nametab info for logic table TACOPC    .
myCluster (63.7.Imp): 2835: failed to convert cluster data of cluster item.
myCluster: CLU4       *00001*
myCluster (63.7.Imp): 320: error during conversion of cluster item.
myCluster (63.7.Imp): 323: affected physical table is CLU4.
(CNV) ERROR: code page conversion failed
             rc = 2
.--============--
RSCP - Error
`----
(DB) INFO: disconnected from DB
D:\usr\sap\ABU\SYS\exe\uc\NTI386\R3load.exe: job finished with 1 error(s)
D:\usr\sap\ABU\SYS\exe\uc\NTI386\R3load.exe: END OF LOG: 20070301165425
Can any one help please ?
Thanks in advance

hi,
could you please have a look to SAP Note 902817 - Inconsistencies in cluster tables (log vs phys field name)
Cheers,
-Sunil

Similar Messages

  • Error message "ABAP/4 error during dynamic assign" on Contact Log creation.

    Hi,
    We are getting an error message "ABAP/4 error during dynamic assign beyond program bounds" displayed while creating contact log using transaction "BCT0".
    Please suggest what can be the cause of the error message and how we can remove this.
    Regards,
    Ankur

    Dear Andrea,
    The problem should be caused by obsolete entry in table TFAWX.
    Please use the following report for deleting this entry (test before in your TEST System) :
    report ztfawx_delete.
    tables tfawx.
    select single * from tfawx where prog = 'SAPLBAS0'
                                and bldgr = '0110'
                                and mnum  = 23
                                and bfeld = '$GENERAL'.
    if sy-subrc = 0.
      delete tfawx.
    endif.
    Buona Giornata
    Mauro

  • Error during Unicode Conversion - Import

    Hi,
    I am doing a Unicode conversion, done with the system export, while doing the
    import during the Import ABAP phase system is throwing the error with R3load.
    R3load -testconnect fails with following error.
    emalonsbx002:wuuadm 18% R3load -testconnect
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    R3load: START OF LOG: 20071113095228
    R3load: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#14 $ SAP
    R3load: version R7.00/V1.4 [UNICODE]
    Compiled Oct 20 2007 06:20:06
    R3load -testconnect
    DbSl Trace: OCI-call 'OCISessionBegin' failed with rc=1033
    DbSl Trace: CONNECT failed with sql error '1033'
    DbSl Trace: OCI-call 'OCISessionBegin' failed with rc=1033
    DbSl Trace: CONNECT failed with sql error '1033'
    (DB) ERROR: db_connect rc = 256
    DbSl Trace: OCI-call 'OCISessionBegin' failed with rc=1033
    DbSl Trace: CONNECT failed with sql error '1033'
    DbSl Trace: OCI-call 'OCISessionBegin' failed with rc=1033
    DbSl Trace: CONNECT failed with sql error '1033'
    (DB) ERROR: DbSlErrorMsg rc = 99
    R3load: job finished with 1 error(s)
    R3load: END OF LOG: 20071113095230
    Please let me know if anybody have any idea on this.
    Thanks in advance.

    Your database isn´t fully started yet (in shutdown or startup) - check your alert.log
    Also see
    Note 655240 - Composite SAP note: ORA-01033
    Markus

  • Getting Error IMPORT_WRONG_END_POS ( Abap runtime error )

    Hi All,
    in Capital investment order, i am trying to change the operation data for service (PM03) for which PR has been created already,
    i am getting abap runtime error.
    FM is active for order type and PO has not been created yet.
    Runtime Errors         IMPORT_WRONG_END_POS
    Except.                CX_SY_IMPORT_MISMATCH_ERROR
    and these are the problem lines.
      195       IMPORT BANF_HHM FROM MEMORY ID 'BANF_HHM'.            "956751
    >>>>>       IF l_order_fistl <> BANF_HHM-fistl OR                 "956751
      197          l_order_fipos <> BANF_HHM-fipos OR                 "956751
      198          l_order_fonds <> BANF_HHM-fonds OR                 "956751
      199          l_order_fkber <> BANF_HHM-fkber OR                 "956751
      200          l_order_grant <> BANF_HHM-grant.                   "956751
      201         l_FM_changed_to_original_value = YX.                "956751
      202       ENDIF.                                                "956751
      203       FREE MEMORY ID 'BANF_HHM'.                            "956751
      204       IF NOT flg_FM_changed IS INITIAL                  "note 767333
      205          OR NOT l_FM_changed_to_original_value IS INITIAL.  "956751
      206         IF CAUFVD-flg_hhm IS INITIAL.                  "note 767333
      207           CAUFVD-flg_hhm = YX.                        "note 767333
      208           PERFORM CAUFV_UPD(SAPLCOBH) USING CAUFVD.   "note 767333
      209         ENDIF.                                         "note 767333
      210 *           Check, if FM data are allowed for re-derivation"note 767333
      211 *           (->only allowed, when no purchase order exists)"note 767333
      212         PERFORM CHECK_PURCHASE_ORDER_EXISTS            "note 767333
      213                       CHANGING PURCHASE_REQUI_EXISTS   "note 767333
      214                                PURCHASE_ORDER_EXISTS.  "note 767333
      215 *           In case of existing purchase requisitions,     "note 767333
    We are using 604 release.
    Pls help.
    Sandeep

    Thanks paul,
    in that note its given it is applicable from 604 to 604.
    Package SAPKH60404
    and we are using :SAPKH60403
    will it be applicable to our version.
    Sandeep

  • Unicode conversion - Import phase problem. (Preparing target system)

    In the System copy phase, the  ABAP export is complete.
    In the setting up target system phase, while the ABAP import starts the sapinst gives out the below error message :
    File name : test_migration.log
    START----
    D:\usr\sap\XYZ\SYS\exe\nuc\NTI386\R3load.exe: START OF LOG: 20061025044726
    D:\usr\sap\XYZ\SYS\exe\nuc\NTI386\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#8 $ SAP
    <b>D:\usr\sap\XYZ\SYS\exe\nuc\NTI386\R3load.exe: version R7.00/V1.4
    Compiled May 15 2006 00:38:54</b>
    D:\usr\sap\XYZ\SYS\exe\nuc\NTI386\R3load.exe -dbcodepage 1100 -i test_MIGKEY.cmd -l test_MIGKEY.log -K
    (DB) INFO: connected to DB
    (CNV) ERROR: rscpMCActivate rc = 2048
    .--============.|                              RSCP - Error                            || Error from:             Codepage handling (RSCP)                   5 || code: 2048  RSCPENOCONV  Wanted conversion not available.            || in character code "MDMP" unknown                                     || module: rscpc    no:   22 line: 14541                    T100: TS012 || TSL01: F43  p3: MDMP                                                 |`--
    D:\usr\sap\XYZ\SYS\exe\nuc\NTI386\R3load.exe: job finished with 1 error(s)
    D:\usr\sap\XYZ\SYS\exe\nuc\NTI386\R3load.exe: END OF LOG: 20061025044727
    D:\usr\sap\XYZ\SYS\exe\nuc\NTI386\R3load.exe: START OF LOG: 20061026041546
    D:\usr\sap\XYZ\SYS\exe\nuc\NTI386\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#8 $ SAP
    D:\usr\sap\XYZ\SYS\exe\nuc\NTI386\R3load.exe: version R7.00/V1.4
    Compiled May 15 2006 00:38:54
    D:\usr\sap\XYZ\SYS\exe\nuc\NTI386\R3load.exe -dbcodepage 1100 -i test_MIGKEY.cmd -l test_MIGKEY.log -K
    (DB) INFO: connected to DB
    (CNV) ERROR: rscpMCActivate rc = 2048
    .--============.|                              RSCP - Error                            || Error from:             Codepage handling (RSCP)                   5 || code: 2048  RSCPENOCONV  Wanted conversion not available.            || in character code "MDMP" unknown                                     || module: rscpc    no:   22 line: 14541                    T100: TS012 || TSL01: F43  p3: MDMP                                                 |`--
    D:\usr\sap\XYZ\SYS\exe\nuc\NTI386\R3load.exe: job finished with 1 error(s)
    D:\usr\sap\XYZ\SYS\exe\nuc\NTI386\R3load.exe: END OF LOG: 20061026041549
    D:\usr\sap\XYZ\SYS\exe\nuc\NTI386\R3load.exe: START OF LOG: 20061026041721
    D:\usr\sap\XYZ\SYS\exe\nuc\NTI386\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#10 $ SAP
    <b>D:\usr\sap\XYZ\SYS\exe\nuc\NTI386\R3load.exe: version R7.00/V1.4
    Compiled Dec  5 2006 00:30:21</b>
    D:\usr\sap\XYZ\SYS\exe\nuc\NTI386\R3load.exe -dbcodepage 1100 -i test_MIGKEY.cmd -l test_MIGKEY.log -K
    (DB) INFO: connected to DB
    (CNV) ERROR: rscpMCActivate rc = 2048
    .--============--
    .|                              RSCP - Error                            || Error from:             Codepage handling (RSCP)                   5 || code: 2048  RSCPENOCONV  Wanted conversion not available.            || in character code "MDMP" unknown                                     || module: rscpc    no:   22 line: 14541                    T100: TS012 || TSL01: F43  p3: MDMP                                               
    |`----
    D:\usr\sap\XYZ\SYS\exe\nuc\NTI386\R3load.exe: job finished with 1 error(s)
    D:\usr\sap\XYZ\SYS\exe\nuc\NTI386\R3load.exe: END OF LOG: 20061026041722
    D:\usr\sap\XYZ\SYS\exe\nuc\NTI386\R3load.exe: START OF LOG: 20061030010805
    D:\usr\sap\XYZ\SYS\exe\nuc\NTI386\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#10 $ SAP
    D:\usr\sap\XYZ\SYS\exe\nuc\NTI386\R3load.exe: version R7.00/V1.4
    Compiled Dec  5 2006 00:30:21
    D:\usr\sap\XYZ\SYS\exe\nuc\NTI386\R3load.exe -dbcodepage 1100 -i test_MIGKEY.cmd -l test_MIGKEY.log -K
    (DB) INFO: connected to DB
    (CNV) ERROR: rscpMCActivate rc = 2048
    .--============--
    .|                              RSCP - Error                            || Error from:             Codepage handling (RSCP)                   5 || code: 2048  RSCPENOCONV  Wanted conversion not available.            || in character code "MDMP" unknown                                     || module: rscpc    no:   22 line: 14541                    T100: TS012 || TSL01: F43  p3: MDMP                                                
    |`----
    D:\usr\sap\XYZ\SYS\exe\nuc\NTI386\R3load.exe: job finished with 1 error(s)
    D:\usr\sap\XYZ\SYS\exe\nuc\NTI386\R3load.exe: END OF LOG: 20061030010807
    D:\usr\sap\XYZ\SYS\exe\nuc\NTI386\R3load.exe: START OF LOG: 20061030010958
    D:\usr\sap\XYZ\SYS\exe\nuc\NTI386\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#10 $ SAP
    D:\usr\sap\XYZ\SYS\exe\nuc\NTI386\R3load.exe: version R7.00/V1.4
    Compiled Dec  5 2006 00:30:21
    D:\usr\sap\XYZ\SYS\exe\nuc\NTI386\R3load.exe -dbcodepage 1100 -i test_MIGKEY.cmd -l test_MIGKEY.log -K
    (DB) INFO: connected to DB
    (CNV) ERROR: rscpMCActivate rc = 2048
    .--============--
    .|                              RSCP - Error                            || Error from:             Codepage handling (RSCP)                   5 || code: 2048  RSCPENOCONV  Wanted conversion not available.            || in character code "MDMP" unknown                                     || module: rscpc    no:   22 line: 14541                    T100: TS012 || TSL01: F43  p3: MDMP                                                
    |`----
    D:\usr\sap\XYZ\SYS\exe\nuc\NTI386\R3load.exe: job finished with 1 error(s)
    D:\usr\sap\XYZ\SYS\exe\nuc\NTI386\R3load.exe: END OF LOG: 20061030010958
    END----
    Things to note:
    1. The source system is a non-unicode MDMP system.
    2. Target system is again Non-unicode.
    3. we are doing homogenous system copy.
    4. No OS or DB2 database changes underwent after or before the export.
    5. We tried using the latest R3load as per one of the SAP note. This could be noted by the bold texts in the log file.
    Any help would be most appreciated.
    Regards,
    Anil Kumar

    I am facing the same issue.  I am  doing a unicode migration and step import_abap fails at test_MIGKEY with the follwoing error:
    .--============--
    RSCP - Error
    Error from:             Codepage handling (RSCP)                   5
    code: 2048  RSCPENOCONV  Wanted conversion not available.
    in character code "MDMP" unknown
    module: rscpc    no:   22 line: 14541                    T100: TS012
    TSL01: F43  p3: MDMP
    `----
    5-
    code: 2048  RSCPENOCONV 
    in character code "MDMP" unknown                                   
    module: rscpc    location:   22 line: 14584
    TSL01: F43  p3: MDMP      
    SAP note 788942  asks to install the newest  R3load, but it didnt help.
    Any ideas?

  • Unicode conversion of reports in abap

    Hi all,
        how to convert non-unicode abap report into unicode report. We are planning to upgrade from 4.7 to ecc 5.0. please guide how to convert a report to unicode system.
    Thanks.

    Hi Jaya,
    Report - --- Goto --Attributes ---check the Unicode checks active.
    1. Open dataset
    *Open the input file for in read mode.
      OPEN DATASET p_phyfil FOR INPUT IN TEXT MODE ENCODING DEFAULT.
    2. For the Describe
       Need to add the character or Byte mode
    3. check the structure of internal table while passing to another internal table.
    Regards,
    Bharani

  • Inplace unicode conversion - error during import in step 2

    Hi,
    We are having problems when running the unicode conversion import in step 2: Load Kernel Library. The problem occurs when SAPINST runs the FIXR3OWNS program. We can run FIXR3OWNS manually when logged in with QSECOFR.
    From the sapinst_dev.log file:
    TRACE      [iaxxco4sys.cpp:57]
               iastring COS4SystemConnect::executeCommand(args_t const& _args)
    OS4Trace: Executing remote iSeries command: FIXR3OWNS LIB(SAP700UNEW) OBJ(*ALL).
    TRACE      [iaxxejsbas.hpp:451]
               EJS_Base::dispatchFunctionCall()
    JS Callback has thrown unknown exception
    TRACE      [iaxxcwalker.cpp:301]
               CDomWalker::processStep()
    From the job log:
       R3ADMAUTL.                                                             
    Authority given to user *PUBLIC for object R3DIR in SAP700UNEW object type
       *MENU.                                                                 
    Object authority granted.                                                
    Object R3KERNEL in SAP700UNEW type *MENU not secured by authorization list
       R3ADMAUTL.                                                             
    Authority given to user *PUBLIC for object R3KERNEL in SAP700UNEW object 
       type *MENU.                                                            
    Object authority granted.                                                
    Object R3MAIN in SAP700UNEW type *MENU not secured by authorization list 
       R3ADMAUTL.                                                             
    Not able to allocate object R3MAIN in SAP700UNEW type *MENU.             
    error: call_AS400_command: "CPF2211" caught after "FIXR3OWNS             
       LIB(SAP700UNEW) OBJ(*ALL)"                                          
    What could be wrong? It is our SIDOFR user?
    Best regards
    Henrik Hviid

    Hi Volker,
    Thank you very much. Stupid error :-).
    I also did step 2 with fixr3owns yesterday with SAPINST and then it worked. I got to step 3 "iSeries Installation Step", but got an error in SAPINST when "Creating infrastructure for SAP system BND". I logged off SAPINST, patched CRTR3SYS and started SAPINST again and then got the error in step 2 wirh fixr3owns.
    I´m now past step 2 and in step 3 "iSeries Installation Step". And I get the same error as I got yesterday...
    From the job log:
    TMKSVR request processor: request was successful                      
    Processing request from client 10.96.220.5:4350.                      
    EXECUTE CRTR3SYS SID(BND) GLOBALHOST('SAP002') FORCEPROF(*NO)     
      ADBHOST('SAP002') 1 N                                               
    Keyword GLOBALHOST not valid for this command.                        
    Keyword FORCEPROF not valid for this command.                         
    Keyword ADBHOST not valid for this command.                           
    Error found on CRTR3SYS command.                                      
    Errors occurred in command.                                           
    error: call_AS400_command: "CPF0006" caught after "CRTR3SYS SID(BND)  
      GLOBALHOST('SAP002') FORCEPROF(*NO) ADBHOST('SAP002')"              
    I can run "CRTR3SYS SID(BND) GLOBALHOST('SAP002') FORCEPROF(*NO)" manually.
    Do you have any ideas?
    Best regards
    Henrik Hviid

  • ABAP runtime errors TYPELOAD_NEW_VERSI ON   (SAPM/SAINT UPDATE)

    Hi ,All
    I am using SAP4.6c with Orcle8i database on aWindows 2k Adv server. I have imported SPAM (KD00050.CAR) but after imporiting I am unable to use SPAM/SAINT Transaction code and its showing ABAP runtime error like
    "ABAP runtime errors TYPELOAD_NEW_VERSION
    Data type "PAT03" was found i n a newer version than required.
    Runtime Error
    of the statement s could not be executed at runtime.
    The current ABAP program"SAPLSPAM" had t o be terminated because one
    of the statements could not be executed at runtime.

    Hello Jhony,
    http://help.sap.com/saphelp_nw04/helpdata/en/d7/56e89a884b11d2b422006094b9ea64/content.htm
    Regards
    ismail KARAYAKA

  • ABAP Programming Error, OBJECTS_OBJREF_NOT_ASSIGNED, CL_GRFN_FPM_UTIL======

    Hi All,
    I am running GRC 10.0 SP07 when trying to add a response to a risk I get the following ABAP programming error,
    Category               ABAP Programming Error
    Runtime Errors         OBJECTS_OBJREF_NOT_ASSIGNED
    ABAP Program           CL_GRFN_FPM_UTIL==============CP
                                                                                    |
    |    Access via 'NULL' object reference not possible.  
    You attempted to use a 'NULL' object reference (points to 'nothing')    
    |    access a component (variable: " ").                                                  
    |    An object reference must point to an object (an instance of a class)
    |    before it can be used to access components.                                  
    |    Either the reference was never set or it was set to 'NULL' using the              
    |    CLEAR statement.
    Any help on the error would be greatly appreciated.
    Thanx
    Warren

    Hi Victor,
    When I am on a risk in NWBC, I select the "Response Plan" Tab, then when I try create a response I get the error.
    This is the error that is displayed:
    Error while processing your query
    What has happened?
    The URL call http://ravenclaw.cqs.co.za:8000/sap/bc/webdynpro/SAP/GRRM_WD_RNP was terminated because of an error.
    Note
    The following error text was processed in system GRC : Access via 'NULL' object reference not possible.
    The error occurred on the application server ravenclaw_GRC_00 and in the work process 7 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: GET_OIF_INFO of program CL_GRFN_FPM_UTIL==============CP
    Method: GET_INSTANCE of program CL_GRFN_OIF_BASE==============CP
    Method: INIT_UIBB of program /1BCWDY/06EI2HED04NJ1RLM34O4==CP
    Method: IF_COMPONENTCONTROLLER~INIT_UIBB of program /1BCWDY/06EI2HED04NJ1RLM34O4==CP
    Method: HANDLEDEFAULT of program /1BCWDY/06EI2HED04NJ1RLM34O4==CP
    Method: IF_WDR_VIEW_DELEGATE~WD_INVOKE_EVENT_HANDLER of program /1BCWDY/06EI2HED04NJ1RLM34O4==CP
    Method: INVOKE_EVENTHANDLER of program CL_WDR_DELEGATING_VIEW========CP
    Method: NAVIGATE of program CL_WDR_CLIENT_APPLICATION=====CP
    Method: DO_NAVIGATION of program CL_WDR_WINDOW_PHASE_MODEL=====CP
    Method: PROCESS_REQUEST of program CL_WDR_WINDOW_PHASE_MODEL=====CP
    Thanx
    Warren

  • Support package requierement for unicode conversion

    We are currently planning a unicode conversion for a SAP 4.7enterprise 1.1 extension version, running under Aix and Oracle, Basis/ABAP SP 35, HR SP20.
    According to the conversion guide, we must implement at least Support Pachage 60 for Abap and Basis, no explicit requierement for HR SP level.
    I believed that we must applied SAP procedure and exclusively HR Support Package Stack up to 27, which include SP 60 for Basis and Abap and HR 61.
    Our HR guys argue there is no indication from SAP that the SUPPORT PACKAGE STACK policy is mandatory and that SAP will provide us with normal support if we run the unicode conversion with SP Basis/ABAP 60, in other word even if we do not respect the support package stack combinaison. Need help on this issue before starting the project

    Exterprise 4.7 is Unicode-Compliant,meaning that you can have unicode in 4.7.
    If that the case, you should convert to 4.7 Enterprise Ext 2.00 Unicode First.
    later only upgrade to ECC 6.0 after 2 years, as you said.
    My answer is yes, to your question.
    You can download the installation kits at:
    http://service.sap.com/swdc
    anyway, it is recommended to have the latest SP in your system.
    cheers,
    Vincent

  • Error in Import during unicode conversion

    Hello,
    I am doing Combined upgrade and unicode conversion to ECC6 SR3.
    Upgrade is completed sucessfully. During import i get an error stating :
    bSl Trace: Error 959 in exec_immediate() from oci_execute_stmt(), orpc=0
    DbSl Trace: ORA-959 occurred when executing SQL stmt (parse error offset=92)
    (DB) ERROR: DDL statement failed
    (CREATE UNIQUE INDEX "REPOLOAD~0" ON "REPOLOAD" ( "PROGNAME", "R3STATE", "MACH" ) TABLESPACE PSAPSID620 STORAGE (INITIAL 209
    7152 NEXT 0000010240K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) NOLOGGING COMPUTE STATISTICS )
    DbSlExecute: rc = 99
      (SQL error 959)
      error message returned by DbSl:
    ORA-00959: tablespace 'PSAPSID620' does not exist
    This tablespace doesnt exist as it was upgraded to PSAPSID700.
    I checked DBLORA.TPL and it has two references of 620 :
    index storage parameters
    loc: APPL0 PSAP@SCHEMAID@                 0000
         APPL1 PSAP@SCHEMAID@                   0000
         APPL2 PSAP@SCHEMAID@                  0000
         CLUST PSAP@SCHEMAID@                  0000
         DDIM  PSAPDIMI                                      0000
         DFACT PSAPFACTI                                0000
         DODS  PSAPODSI                                   0000
         POOL  PSAP@SCHEMAID@                  0000
         SDIC  PSAP@SCHEMAID@                     0  
         SDOCU PSAP@SCHEMAID@                  0000
         *SLDEF PSAP@SCHEMAID@620              0000*
         *SLEXC PSAP@SCHEMAID@620            0000
         SLOAD PSAP@SCHEMAID@                  0000
         SPROT PSAP@SCHEMAID@                   0000
         SSDEF PSAP@SCHEMAID@700              0000
         SSEXC PSAP@SCHEMAID@700              0000
    Thanks,
    FBK

    Hi Volker,
    Thank you very much. Stupid error :-).
    I also did step 2 with fixr3owns yesterday with SAPINST and then it worked. I got to step 3 "iSeries Installation Step", but got an error in SAPINST when "Creating infrastructure for SAP system BND". I logged off SAPINST, patched CRTR3SYS and started SAPINST again and then got the error in step 2 wirh fixr3owns.
    I´m now past step 2 and in step 3 "iSeries Installation Step". And I get the same error as I got yesterday...
    From the job log:
    TMKSVR request processor: request was successful                      
    Processing request from client 10.96.220.5:4350.                      
    EXECUTE CRTR3SYS SID(BND) GLOBALHOST('SAP002') FORCEPROF(*NO)     
      ADBHOST('SAP002') 1 N                                               
    Keyword GLOBALHOST not valid for this command.                        
    Keyword FORCEPROF not valid for this command.                         
    Keyword ADBHOST not valid for this command.                           
    Error found on CRTR3SYS command.                                      
    Errors occurred in command.                                           
    error: call_AS400_command: "CPF0006" caught after "CRTR3SYS SID(BND)  
      GLOBALHOST('SAP002') FORCEPROF(*NO) ADBHOST('SAP002')"              
    I can run "CRTR3SYS SID(BND) GLOBALHOST('SAP002') FORCEPROF(*NO)" manually.
    Do you have any ideas?
    Best regards
    Henrik Hviid

  • Error during Unicode Conversion at DDNTF table

    Hello
    We are doing a Unicode Conversion for our CRT systems. This system now
    is a SAP CRM 7.0 SR1 ABAP.
    We have performed preparatory steps (SPUMG, checks, updating R3load,
    R3ldctl, R3szchk, dboralib, ...),
    but when we start Import process we get an error in SAPSDIC package.
    The error looks like:
    *************************+
    (RTF) ########## WARNING ###########
    Without ORDER BY PRIMARY KEY the exported data may be unusable
    for some databases
    (EXP) INFO: table DDNTF will be exported with sorting
    (RSCP) ERROR: 'DDNTF' in UMGCCTL: Guess has illegal value.
    (RSCP) WARN: DDNTF: Missing in UMGSTAT,
    ERROR in nametab conversion
    conversion of nametab table 'DDNTF ':
    rscpMCStartTab: rc = 128
    (CNV) ERROR: data conversion failed. rc = 2
    (DB) INFO: disconnected from DB
    /usr/sap/CRT/SYS/exe/run/R3load: job finished with 1 error(s)
    /usr/sap/CRT/SYS/exe/run/R3load: END OF LOG: 20091229193651
    Any idea??
    Thanks in advance
    Regards

    Yes I executed this Report using Menu Tool Bar.
    The first execution gave me some errors regarding some tables existing at database level but  not in DDIC. We ignored this errrors because those tables are not important.
    But the last try, we decided solve this inconsistencies deleteting those tables at database level, repeting report RADUCNT (in this case no errors appeared) and repeting the export with the same error..
    Now, we have seen in Tabscript STATUS of SPUMG there are some errors regarding DDNTF inconsistency found at table control. Reason 4.  But this reason means that faillback codepage missing at table control for this table. But as far I know, I can't fill failbak field for this kind of table...
    So know I'm reseting SPUMG, and reestarting again..
    But I don't understand what is the problem
    In a few minutes I will you inform about results
    Meanwhile is anybody have any suggestion or idea... please let me know
    Thanks!

  • Unicode conversion export error

    Dears,
    When we are doing unicode conversion of our ECC 6.0 system then during ABAP Database export, we are getting error as below:
    INFO: allocate build_partition_list: 8192
    INFO: processing ACCTCR.STR
    INFO: processing ACCTIT.STR
    INFO: processing BALDAT.STR
    INFO: processing BSAS.STR
    INFO: processing BSIM.STR
    INFO: processing BSIS.STR
    INFO: processing CKMI1.STR
    INFO: processing COEP.STR
    INFO: processing FMIFIIT.STR
    INFO: processing GLPCA.STR
    INFO: processing SAP0000.STR
    INFO: processing SAPAPPL0.STR
    INFO: processing SAPAPPL0_1.STR
    INFO: processing SAPAPPL0_2.STR
    INFO: processing SAPAPPL0_3.STR
    INFO: processing SAPAPPL0_4.STR
    INFO: processing SAPAPPL1.STR
    INFO: processing SAPAPPL1_1.STR
    INFO: processing SAPAPPL1_10.STR
    INFO: processing SAPAPPL1_11.STR
    INFO: processing SAPAPPL1_12.STR
    INFO: processing SAPAPPL1_13.STR
    INFO: processing SAPAPPL1_14.STR
    INFO: processing SAPAPPL1_15.STR
    INFO: processing SAPAPPL1_16.STR
    INFO: processing SAPAPPL1_17.STR
    INFO: processing SAPAPPL1_18.STR
    INFO: processing SAPAPPL1_19.STR
    INFO: processing SAPAPPL1_2.STR
    INFO: processing SAPAPPL1_20.STR
    INFO: processing SAPAPPL1_21.STR
    INFO: processing SAPAPPL1_22.STR
    INFO: processing SAPAPPL1_23.STR
    INFO: processing SAPAPPL1_24.STR
    INFO: processing SAPAPPL1_25.STR
    INFO: processing SAPAPPL1_26.STR
    INFO: processing SAPAPPL1_3.STR
    INFO: processing SAPAPPL1_4.STR
    INFO: processing SAPAPPL1_5.STR
    INFO: processing SAPAPPL1_6.STR
    INFO: processing SAPAPPL1_7.STR
    INFO: processing SAPAPPL1_8.STR
    INFO: processing SAPAPPL1_9.STR
    INFO: processing SAPAPPL2.STR
    INFO: processing SAPAPPL2_1.STR
    INFO: processing SAPAPPL2_2.STR
    INFO: processing SAPAPPL2_3.STR
    INFO: processing SAPAPPL2_4.STR
    INFO: processing SAPAPPL2_5.STR
    INFO: processing SAPCLUST.STR
    INFO: processing SAPCLUST_1.STR
    INFO: processing SAPCLUST_2.STR
    INFO: processing SAPCLUST_3.STR
    INFO: processing SAPDDIM.STR
    INFO: processing SAPDFACT.STR
    INFO: processing SAPDODS.STR
    INFO: processing SAPNTAB.STR
    INFO: processing SAPPOOL.STR
    INFO: processing SAPSDIC.STR
    INFO: processing SAPSDOCU.STR
    INFO: processing SAPSLEXC.STR
    INFO: processing SAPSLOAD.STR
    INFO: processing SAPSPROT.STR
    INFO: processing SAPSSEXC.STR
    INFO: processing SAPSSEXC_1.STR
    INFO: processing SAPSSEXC_2.STR
    INFO: processing SAPSSEXC_3.STR
    INFO: processing SAPSSEXC_4.STR
    INFO: processing SAPSSEXC_5.STR
    INFO: processing SAPSSEXC_6.STR
    INFO: processing SAPSSRC.STR
    INFO: processing SAPUSER.STR
    INFO: processing SAPUSER1.STR
    ERROR: ExeModify for write_ddloadd failed in row 43184
           (rc = 26)
           objectname   = /BEV1/CLDEB~0                
           objecttype   = PRKEY APPL0 
           tabart       = APPL0 
           rowcount     = 0
    error message returned by DbSl:
    ORA-00001: unique constraint (SAPPRD.DDLOADD~0) violated
    Request you to kindly check and let me know what needs to be done for this error as we are unable to find any note or documents regarding this error.
    Thanks & Regards,
    Amit

    Hi,
    objectname = /BEV1/CLDEB0 objecttype = PRKEY APPL0 tabart = APPL0 rowcount = 0 error message returned by DbSl: ORA-00001: unique constraint (SAPPRD.DDLOADD0) violated
    Its means duplicate entry is there under schema SAPPRD and object  /BEV1/CLDEB~0, check appl0 log findout the table and entry.
    Suman

  • Error while database export in package SAPDODS_33 (Unicode conversion)

    Hello,
    I am performing Unicode conversion on an upgraded BI 7.0 system. This is running on AIX/DB2.
    When I take database export for conversion, one package fails (SAPDODS_33) with error "The file system is full". In fact, df -k doesn't show that any file system is full.
    I am taking the export to the following location: /db2/BWS/sapdata/EXPORT_DIR
    There are 3 system-managed temporary tablespaces: PSAPTEMP, PSATEMP16 & SYSTOOLSTMPSPACE which were residing in /db2/BWS/saptemp1/NODE0000. This was getting full during the export. Now these temp.tablespaces have been relocated to a new file system of size 15GB.
    But still the package SAPDODS_33 doesn't get exported. Could you please let me know how to solve this issue?
    Thanks a lot!
    Sundar.
    =====================================================================================
    SAPDODS_33.log
    (DB) INFO: connected to DB
    (rscpsumg) Please look also into "SAPDODS_33012.xml".
    (rscpMC) Warn: env I18N_NAMETAB_TIMESTAMPS = IGNORE
    (rscpMC) Warn: UMGCONTAINER has 1 problems.
    (rscpMC) Warn: Global fallback code page = 1160
    (rscpMC) Warn: Common character set is  not  7-bit-ASCII
    (rscpMC) Warn: Collision resolution method is 'fine'
    (rscpMC) Warn: R3trans code pages = Normal
    (rscpMC) Warn: EXPORT TO ... code pages = Normal
    (rscpMC) Warn: Source is 'MDMP'
    (rscpMC) Warn: I18N_NAMETAB_NORM_ALLOW = 0
    (rscpMC) Warn: I18N_NAMETAB_NORM_LOG   = 0
    (rscpMC) Warn: I18N_NAMETAB_ALT_ALLOW  = 0
    (rscpMC) Warn: I18N_NAMETAB_ALT_LOG    = 0
    (rscpMC) Warn: I18N_NAMETAB_OLD_ALLOW  = 0
    (rscpMC) Warn: I18N_NAMETAB_OLD_LOG    = 0
    (GSI) INFO: dbname   = "BWS
    (GSI) INFO: vname    = "DB6                             "
    (GSI) INFO: hostname = "UNKNOWN
    (GSI) INFO: sysname  = "AIX"
    (GSI) INFO: nodename = "itmlartdev01x"
    (GSI) INFO: release  = "3"
    (GSI) INFO: version  = "5"
    (GSI) INFO: machine  = "002417CA4C00"
    (GSI) INFO: instno   = "0020169337"
    (EXP) ERROR: DbSlExeRead failed
      rc = 99, table "/BIC/B0000786000"
      (SQL error -968)
      error message returned by DbSl:
    SQL0968C  The file system is full.  SQLSTATE=57011
    (DB) INFO: disconnected from DB
    /usr/sap/BWS/SYS/exe/run/R3load: job finished with 1 error(s)
    /usr/sap/BWS/SYS/exe/run/R3load: END OF LOG: 20071211053119
    p/sapinst/sapinst_instdir/NW04S/LM/COPY/DB6/EXP/CENTRAL/AS-ABAP/EXP #

    Hi Sundar,
    if the problem is due to a high temp space usage. The root cause is typically the
    sort during export. If the table is large, the sort spills to temp.
    You can avoid the sort by doing an unsorted export or tweak the DB2 optimizer to use the primary key to do the sort.
    Before DB2 9, you can reduce the OVERHEAD tablespace parameter to zero. Return this value to its previous value after the successful export. This is a indirect hint to the optimizer that random IOs are cheap. This might not help.
    With DB2 9, this should not happen, because the  DB2_OPT_MAX_TEMP_SIZE=10240 registry variable is set under DB2_WORKLOAD=SAP which limits the temp space usage to 10GB if possible. You can reduce this parameter further if necessary. Another problem could be that the optimizer has chosen the wrong temp space. The optimizer choses the temp space with the largest amount of pages (not size).
    Regards, Jens

  • Unicode conversion with MDMP, Errors in various TC´s SAINT , SNOTE,

    Hallo All,
    We perform CU&UC of R/3 4.6C sandbox system to the ERP 6.0 EHP5.
    Currently the upgrade phase is completed and Unicode conversion should
    be started (we are in the step "Additional Preparation Steps in NW 7.02
    non-UC" in the CU&UC guide).
    In various transactions (PFCG - Generating of profiles, SPAM/SAINT ) we
    received an error "SAP characters 00367 and 00065 are not unique in
    character set 1180". As a workaround we temporarily deleted Polish
    language (PL) in program RSCPINST and activated (so only codepage 1100
    was active). Currently we have activated the Polish language again.
    In the source 4.6C system TMB (created by System Copy from productive
    system PMB) there was also the configuration in RSCPINST of more than 1
    codepage (1100, 1401) and in TCPDB table 1180 codepage was configured
    (see attached pictures).
    Our question :
    How is it possible to avoid this situation in upgrades of following
    system (IMB, QMB, PMB)? Could this configuration cause any
    problems/inconsistencies during/after Unicode conversion export &
    import ?
    Regards Peter Gauer

    Hello Nils,
    After upgrade, before unicode conversion we got the following error message in PFCG, SAINT,..
    "SAP characters 00367 and 00065 are not unique in character set 1180"
    I got the information from T-Systems that they excluded polish languages out of RSCINST,
    then codepage 1100 was used, than T-Systems added polish language again to have the original situation.
    First message I got with the simulation (choose  blank latin-1)
    The required language combination is supported
    only in Unicode systems
    Please refer to SAP Note 73606.
    Now I Choose: 4EU,  EuropTranslit
    and  simulation showed no message above, but went to the next page.
    see below
    S e l e c t e d   S e t t i n g s :
    Language(s):
    EN (E) English
    FR (F) French
    DE (D) German
    PL (L) Polish
    ES (S) Spanish
    Country code:
    4EU    EuropTranslit
    R e s u l t s :
    Code page configuration type:
    Non-Unicode - Single Code Page configuration
    Processed language entry:
    DEFLS
    Language(s) and Corresponding Code Page(s):
    EN (E) 1180   Transliteration from Latin-2 (...) to Latin-1
    FR (F) 1180   Transliteration from Latin-2 (...) to Latin-1
    DE (D) 1180   Transliteration from Latin-2 (...) to Latin-1
    PL (L) 1180   Transliteration from Latin-2 (...) to Latin-1
    ES (S) 1180   Transliteration from Latin-2 (...) to Latin-1
    T a s k s :
    Required OS locales and their current status:
    Locale installed     = the locale is installed correctly
    Set locale failed    = the locale needs to be corrected on the app server
    citmb07_TMB_07       de_DE.ISO-8859-1               Locale installed
                         en_US.ISO-8859-1               Locale installed
                         fr_FR.ISO-8859-1               Locale installed
                         de_DE.ISO-8859-1               Locale installed
                         es_ES.ISO-8859-1               Locale installed
    Required profile parameter modifications:
    RSCPINST does NOT change the value of profile parameter.
    Please check the value of below parameter(s) after activation.
    1)  Please update zcsa/installed_languages.
        e.g. Copy the new value and paste it into a field in transaction RZ10
    New:                  DEFLS
    Current (sorted):
    citmb07_TMB_07       DEFLS
    2)  Please proceed with Check result for below parameter(s):
    OK     Checked and no inconsistency found.
    Regards Peter

Maybe you are looking for

  • Get error message from a nested/encrypted stored procedure

    Hi, I have an encrypted procedure, that is used inside my 'own' complex procedure as: Begin try Begin tran Do a lot insert into #tmp exec xp_encryptedSP Do a lot more commit tran end try begin catch print ERROR_MESSAGE() rollback tran end catch Some

  • Layer Break Issues

    Encore CS4 has been giving me issues with manually setting the layer break on dual-layer disks.  I'd like to hear from everyone out there who is using CS4 to create DL disks with a manual layer break.  Does Encore always ask where to set the break wh

  • Mac Office 2008 (Word question)

    I am wondering how/if it is possible to park the formatting palette (you know, the toolbar that lets you bold, underline, italicize fonts etc.) to the top of your Word document? Currently the only way I am able to do this is by the following: View >

  • Raw and vista  loading problem

    I have loaded the trial version of cs 2 on my laaptop with vista ultimate, downloded all the latest updates for cs2, bridge, and raw place the raw plugin in the program/commonfiles/adobe/plugins/cs2/fileformats and sti;ll I cannot see any raw images

  • HT4571 Cellular data tab is missing on my iPad

    The cellular data tab is missing on my iPad.  Given advice on other community threads, I just completely restored my iPad.  The cellular data tab is still not appearing.  What should I do?