Error when maintaining GL Account for Revenue account determination in VKOA

Hi all,
I am getting the error "Entry V XXXX doesnot exist check your entry", when I try to maintain account assignment under one condition table in VKOA. This error doesnot come while maintaining account assignment for the same combination under a different condition table.
(note: - I observe that in F4 help entries the Application/USage link is not displayed when I try for the condition table with issue. For all other condition tables, I am able to see the application/usage combination. I am not sure if this is an issue)
Could you pl share your inputs to fix this issue.
Regards
Sri

hi,
Please check your input fields what your entering those entries has to be existed in the master.
For example if your maintaining for table 002 -  Cust.Grp/Account Key
Application V - Sales & Distribution COndition type KOFI Chart of acc 1000 Account assignment group for this customer AAG 01
Account key ECC  G/L Account Number xxxxxxx should exist in the system.
Please check you entries and try to enter your existing inputs or eles if you need to enter unexisted inputs you have to maintaine those inthere parent table for example if your enter GL 120000, if the GL is not exist in Chart of Acc 1000 you ahve to create GL 120000 in chart of acc 1000.
I hope it will clear you.
Regards,
Rama Mohan Bangaru

Similar Messages

  • I don't know of there is anyone than can fix this age old Apple problem.   Does anyone know how to retrieve things under an old Apple ID when the email used for that account no longer exists? I am trying to update a number of apps that was bought under an

    I don't know of there is anyone than can fix this age old Apple problem.   Does anyone know how to retrieve apps under an old Apple ID when the email used for that account no longer exists & I can't remember the password? After speaking with Apple Acct. Security, I got the security Q right but my birthday was wrong! They wanted the serial number from my phone that was 3 iPhones ago! Seriously??!!
    Any updated way to work around this? No Apple people can correct it.
    Thanks,
    Joe

    You need to ask Apple to reset your security questions. To do this, click here and pick a method; if that page doesn't list one for your country or you're unable to call, fill out and submit this form.
    (122986)

  • Getting errors when iam using  BAPI_PO_CREATE1 for Purchase Order creation

    Hi sap Gurus,
      I am getting Errors when iam using  BAPI_PO_CREATE1 for Purchase Order creation that Material (144) does not exist but it is alreardy maintained in MM01.
    I dont get how it is coming.and what are the mandatory fields in bapi BAPI_PO_CREATE1 in item level .that is too material only.
    pls let me know .
    thanks in advance.

    Hi,
    Check the sample code..
    report  zpo_test             .
    *DATA DECLARATION
    constants : c_x value 'X'.
    *Structures to hold PO header data
    data : header like bapimepoheader ,
    headerx like bapimepoheaderx .
    *Structures to hold PO account data
    data : account like bapimepoaccount occurs 0 with header line ,
    accountx like bapimepoaccountx occurs 0 with header line .
    *Internal Tables to hold PO ITEM DATA
    data : item like bapimepoitem occurs 0 with header line,
    itemx like bapimepoitemx occurs 0 with header line,
    *Internal table to hold messages from BAPI call
    return like bapiret2 occurs 0 with header line,
    *Internal table to hold messages from BAPI call
    pocontractlimits like bapiesucc occurs 0 with header line.
    data : w_header(40) value 'PO Header',
    purchaseorder like bapimepoheader-po_number,
    delivery_date like bapimeposchedule-delivery_date.
    data : ws_langu like sy-langu.
    *text-001 = 'PO Header' - define as text element
    selection-screen begin of block b1 with frame title text-001.
    parameters : company like header-comp_code default '122' ,
    doctyp like header-doc_type default 'NB' ,
    cdate like header-creat_date default sy-datum ,
    vendor like header-vendor default '2000000012' ,
    pur_org like header-purch_org default 'PU01' ,
    pur_grp like header-pur_group default '005' .
    *sociedad like HEADER-COMP_CODE default '122' ,
    *vendedor like HEADER-SALES_PERS default 'sale person'.
    selection-screen end of block b1.
    selection-screen begin of block b2 with frame title text-002.
    parameters : item_num like item-po_item default '00010',
    material like item-material default '12000000' ,
    tipo_imp like item-acctasscat default 'K' ,
    *pos_doc like ITEM-ITEM_CAT default 'F' ,
    shorttxt like item-short_text default 'PRUEBA BAPI' ,
    grup_art like item-matl_group default '817230000' ,
    plant like item-plant default '3001' ,
    mpe like item-trackingno default '9999' ,
    *contrato like ITEM-AGREEMENT default '4904000003' ,
    *quantity like ITEM-QUANTITY default 1 .
    po_unit like item-po_unit default 'EA'.
    selection-screen end of block b2.
    Par?mnetros de imputaci?n
    selection-screen begin of block b3 with frame title text-004.
    parameters : centro like account-costcenter default '1220813150',
    cuenta like account-gl_account default '6631400' ,
    num_pos like account-po_item default '10' ,
    serial like account-serial_no default '01' ,
    ind_imp like account-tax_code default 'I2' .
    selection-screen end of block b3.
    start-of-selection.
    *DATA POPULATION
      ws_langu = sy-langu. "Language variable
    *POPULATE HEADER DATA FOR PO
    *HEADER-COMP_CODE = sociedad .
      header-doc_type = doctyp .
      header-vendor = vendor .
      header-creat_date = cdate .
      header-created_by = 'TD17191' .
      header-purch_org = pur_org .
      header-pur_group = pur_grp .
      header-comp_code = company .
      header-langu = ws_langu .
    *HEADER-SALES_PERS = vendedor .
    *HEADER-CURRENCY = 'DOP' .
    *HEADER-ITEM_INTVL = 10 .
    *HEADER-PMNTTRMS = 'N30' .
    *HEADER-EXCH_RATE = 1 .
    *POPULATE HEADER FLAG.
      headerx-comp_code = c_x.
      headerx-doc_type = c_x.
      headerx-vendor = c_x.
      headerx-creat_date = c_x.
      headerx-created_by = c_x.
      headerx-purch_org = c_x.
      headerx-pur_group = c_x.
      headerx-langu = c_x.
    *HEADERX-sales_pers = c_x.
    *HEADERX-CURRENCY = c_x.
    *HEADER-ITEM_INTVL = c_x.
    *HEADER-PMNTTRMS = c_x.
    *HEADER-EXCH_RATE = c_x.
    *HEADER-EXCH_RATE = c_x.
    *POPULATE ITEM DATA.
      item-po_item = item_num.
      item-quantity = '1'.
    *ITEM-MATERIAL = material .
      item-short_text = 'prueba bapi_po_create1'.
    *ITEM-TAX_CODE = ''.
      item-acctasscat = 'K' .
    *ITEM-ITEM_CAT = 'D' .
      item-matl_group = '817230000' .
      item-plant = '3001' .
      item-trackingno = '99999'.
      item-preq_name = 'test'.
    *ITEM-AGREEMENT = '' .
    *ITEM-AGMT_ITEM = ''.
      item-quantity = '1' .
      item-po_unit = 'EA'.
    *ITEM-ORDERPR_UN = 'EA'.
      item-conv_num1 = '1'.
      item-conv_den1 = '1'.
      item-net_price = '1000000' .
      item-price_unit = '1'.
      item-gr_pr_time = '0'.
      item-prnt_price = 'X'.
      item-unlimited_dlv = 'X'.
      item-gr_ind = 'X' .
      item-ir_ind = 'X' .
      item-gr_basediv = 'X'.
    *ITEM-PCKG_NO = '' .
      append item. clear item.
    *POPULATE ITEM FLAG TABLE
      itemx-po_item = item_num.
      itemx-po_itemx = c_x.
    *ITEMX-MATERIAL = C_X.
      itemx-short_text = c_x.
      itemx-quantity = c_x.
    *ITEMX-TAX_CODE = C_X.
      itemx-acctasscat = c_x.
    *ITEMX-ITEM_CAT = c_x.
      itemx-matl_group = c_x.
      itemx-plant = c_x.
      itemx-trackingno = c_x.
      itemx-preq_name = c_x.
    *ITEMX-AGREEMENT = C_X.
    *ITEMX-AGMT_ITEM = c_x.
      itemx-stge_loc = c_x.
      itemx-quantity = c_x.
      itemx-po_unit = c_x.
    *ITEMX-ORDERPR_UN = C_X.
      itemx-conv_num1 = c_x.
      itemx-conv_den1 = c_x.
      itemx-net_price = c_x.
      itemx-price_unit = c_x.
      itemx-gr_pr_time = c_x.
      itemx-prnt_price = c_x.
      itemx-unlimited_dlv = c_x.
      itemx-gr_ind = c_x .
      itemx-ir_ind = c_x .
      itemx-gr_basediv = c_x .
      append itemx. clear itemx.
    *POPULATE ACCOUNT DATA.
      account-po_item = item_num.
      account-serial_no = serial .
      account-creat_date = sy-datum .
      account-costcenter = centro .
      account-gl_account = cuenta .
      account-gr_rcpt = 'tester'.
      append account. clear account.
    *POPULATE ACCOUNT FLAG TABLE.
      accountx-po_item = item_num .
      accountx-po_itemx = c_x .
      accountx-serial_no = serial .
      accountx-serial_nox = c_x .
      accountx-creat_date = c_x .
      accountx-costcenter = c_x .
      accountx-gl_account = c_x .
      account-gr_rcpt = c_x.
      append accountx. clear accountx.
    *BAPI CALL
      call function 'DIALOG_SET_NO_DIALOG'.
      call function 'BAPI_PO_CREATE1'
        exporting
          poheader         = header
          poheaderx        = headerx
        importing
          exppurchaseorder = purchaseorder
        tables
          return           = return
          poitem           = item
          poitemx          = itemx
          poaccount        = account
          poaccountx       = accountx.
    *Confirm the document creation by calling database COMMIT
      call function 'BAPI_TRANSACTION_COMMIT'
      exporting
      wait = 'X'
    IMPORTING
    RETURN =
    end-of-selection.
    *Output the messages returned from BAPI call
      loop at return.
        write / return-message.
      endloop.
    Regards
    Sudheer

  • Enabling alternate account for specific accounts

    Hi all,
    Because of a project requirement we are to map two accounts (say A, B) with alternate accounts (say A1,A2,A3 with A and say B1,B2B3 with B). Currently alternate accounts are not used in production. In test environments we enabled alternate account at 'Installation Options' and 'Ledger for a unit' definition. Created alt accounts and mapped with accounts.
    On the basis of account alt account combination tax applicable is calculated.
    When we edit the journal in GL now, it gives error "The mapping between Account and AltAcct is invalid." for any journal line containig accounts other than A or B. Is therer any way by which we can avoid this error for journal lines containing accounts A or B. Or to validate the journal.
    Otherwise if we have say 700 accounts in all in production, then creating alternate account for each account and mapping and analyzing the impact of the same gets beyond the scope of the project. Please help or suggest with any ideas.
    Thanks in anticipation
    Rohan
    [email protected]

    Check below link. It may helpful to u
    PIA: PeopleTools 8.5x Timeout Settings - Guidelines for Setting Timeout Values and Troubleshooting Timeout-Related Issues [ID 1470518.1]

  • What is difference between Reconciliation Account and Revenue account.?`

    What is difference between Reconciliation Account and Revenue account.?
    Where does it effects after a sales order , delivery doc. or billing doc.?

    Hello Mukesh the comments givan by Amol and Siva kumar are correct.
    Here I am telling you how these accouts arer wrking in sales order and at billing and delivery.
    Our reconsilation account is reconsile with customer that why when you create the sales order you are mentioning the customer at this time reconsiation account works.
    Whenever you doing any posting there is an accounting entry is mae in accounts book right .
    At the time of Delivery and billing both the accounts are affected as per the accounting rule .
    I hpoe this will you help you
    Regards
    ravi

  • How to get all GL accounts for each account in a given bank...

    Hello Experts,
    Is there a way to get all GL accounts for each account in a given house bank?
    IN our company, there are 5 GL accounts for each bank so 1 GL for 1 account. they are for recon, payables,
    receivables, etc. I checked table T012K but it only shows the main GL account. Hope you
    can help me guys. Thank you and take care!

    Try this.. it is based on company code
    here it_cocodes is an internal table containing company codes
      DATA: BEGIN OF it_glaccount OCCURS 0,
        bukrs TYPE bukrs,
        saknr TYPE saknr,
        txt50 TYPE txt50_skat,
       END OF it_glaccount.
      DATA it_glaccount_wa LIKE it_glaccount.
    LOOP AT it_cocodes INTO it_cocodes_wa WHERE ktopl <> ''.
        SELECT bukrs saknr FROM skb1
          INTO CORRESPONDING FIELDS OF it_glaccount_wa
          WHERE bukrs = it_cocodes_wa-bukrs.
          IF sy-subrc = 0.
            SELECT SINGLE txt50 FROM skat INTO it_glaccount_wa-txt50
              WHERE spras = 'E' AND ktopl = it_cocodes_wa-ktopl
              AND saknr = it_glaccount_wa-saknr.
            APPEND it_glaccount_wa TO it_glaccount.
            CLEAR it_glaccount_wa-txt50.
          ENDIF.
        ENDSELECT.
    loop at it_glaccount into it_glaccount_wa.
    write:/....
    endloop.
    refresh...
    clear...
    endloop.

  • Error when import ABAP stage for Database Instance Installation

    I got error for DI Installation for ERP2005 (NW2004sSR2) on Windows 2003 R2, MSSQL2005 on IA64. Below is are logs. Please help. Thanks in advance.
    import_monitor.java.log
    [code]
    java version "1.4.2_13"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_13-b06)
    Java HotSpot(TM) 64-Bit Server VM (build 1.4.2_13-b06, mixed mode)
    Import Monitor jobs: running 1, waiting 18, completed 0, failed 0, total 19.
    Loading of 'SAPSDIC' import package: OK
    Import Monitor jobs: running 0, waiting 18, completed 1, failed 0, total 19.
    Import Monitor jobs: running 1, waiting 17, completed 1, failed 0, total 19.
    Import Monitor jobs: running 2, waiting 16, completed 1, failed 0, total 19.
    Import Monitor jobs: running 3, waiting 15, completed 1, failed 0, total 19.
    Loading of 'SAPAPPL0' import package: OK
    Import Monitor jobs: running 2, waiting 15, completed 2, failed 0, total 19.
    Import Monitor jobs: running 3, waiting 14, completed 2, failed 0, total 19.
    Loading of 'SAPAPPL2' import package: OK
    Import Monitor jobs: running 2, waiting 14, completed 3, failed 0, total 19.
    Import Monitor jobs: running 3, waiting 13, completed 3, failed 0, total 19.
    Loading of 'SAPSLEXC' import package: OK
    Import Monitor jobs: running 2, waiting 13, completed 4, failed 0, total 19.
    Import Monitor jobs: running 3, waiting 12, completed 4, failed 0, total 19.
    Loading of 'SAPSSRC' import package: OK
    Import Monitor jobs: running 2, waiting 12, completed 5, failed 0, total 19.
    Import Monitor jobs: running 3, waiting 11, completed 5, failed 0, total 19.
    Loading of 'SAPPOOL' import package: ERROR
    Import Monitor jobs: running 2, waiting 11, completed 5, failed 1, total 19.
    Import Monitor jobs: running 3, waiting 10, completed 5, failed 1, total 19.
    Loading of 'SAPSPROT' import package: OK
    Import Monitor jobs: running 2, waiting 10, completed 6, failed 1, total 19.
    Import Monitor jobs: running 3, waiting 9, completed 6, failed 1, total 19.
    Loading of 'SAPSDOCU' import package: OK
    Import Monitor jobs: running 2, waiting 9, completed 7, failed 1, total 19.
    Import Monitor jobs: running 3, waiting 8, completed 7, failed 1, total 19.
    Loading of 'SAPCLUST' import package: ERROR
    Import Monitor jobs: running 2, waiting 8, completed 7, failed 2, total 19.
    Import Monitor jobs: running 3, waiting 7, completed 7, failed 2, total 19.
    Loading of 'SAPUSER' import package: OK
    Import Monitor jobs: running 2, waiting 7, completed 8, failed 2, total 19.
    Import Monitor jobs: running 3, waiting 6, completed 8, failed 2, total 19.
    Loading of 'SAPSLOAD' import package: OK
    Import Monitor jobs: running 2, waiting 6, completed 9, failed 2, total 19.
    Import Monitor jobs: running 3, waiting 5, completed 9, failed 2, total 19.
    Loading of 'SAPDDIM' import package: OK
    Import Monitor jobs: running 2, waiting 5, completed 10, failed 2, total 19.
    Import Monitor jobs: running 3, waiting 4, completed 10, failed 2, total 19.
    Loading of 'SAPDFACT' import package: OK
    Import Monitor jobs: running 2, waiting 4, completed 11, failed 2, total 19.
    Import Monitor jobs: running 3, waiting 3, completed 11, failed 2, total 19.
    Loading of 'SAPDODS' import package: OK
    Import Monitor jobs: running 2, waiting 3, completed 12, failed 2, total 19.
    Import Monitor jobs: running 3, waiting 2, completed 12, failed 2, total 19.
    Loading of 'SAPUSER1' import package: OK
    Import Monitor jobs: running 2, waiting 2, completed 13, failed 2, total 19.
    Import Monitor jobs: running 3, waiting 1, completed 13, failed 2, total 19.
    Loading of 'SAP0000' import package: OK
    Import Monitor jobs: running 2, waiting 1, completed 14, failed 2, total 19.
    Loading of 'SAPAPPL1' import package: OK
    Import Monitor jobs: running 1, waiting 1, completed 15, failed 2, total 19.
    Loading of 'SAPSSEXC' import package: ERROR
    Import Monitor jobs: running 0, waiting 1, completed 15, failed 3, total 19.
    [/code]
    SAPCLUST.log
    [code]
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: START OF LOG: 20071121150033
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#13 $ SAP
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Jul 17 2007 04:00:32
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe -ctf I C:\installcd\Netweaver 2004 SR2 Installation Export Disc 1\EXP1\DATA\SAPCLUST.STR C:\Program Files\sapinst_instdir\ERP\SYSTEM\MSS\DISTRIBUTED\AS\DB\DDLMSS.TPL SAPCLUST.TSK MSS -l SAPCLUST.log
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: job completed
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: END OF LOG: 20071121150033
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: START OF LOG: 20071121150034
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#13 $ SAP
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Jul 17 2007 04:00:32
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe -i SAPCLUST.cmd -dbcodepage 4103 -l SAPCLUST.log -loadprocedure fast
    (DB) INFO: connected to DB
    (DB) INFO: AABLG created
    (DB) INFO: AABLG~0 created
    (IMP) INFO: import of AABLG completed (0 rows) #20071121150034
    (DB) INFO: CDCLS created
    (DB) INFO: CDCLS~0 created
    myCluster (63.18.Imp): 657: error when retrieving table description for physical table CDCLS.
    myCluster (63.18.Imp): 658: return code received from nametab is 32
    myCluster (63.18.Imp): 295: error when retrieving physical nametab for table CDCLS.
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: CLU4 created
    (DB) INFO: CLU4~0 created
    (IMP) INFO: import of CLU4 completed (0 rows) #20071121150034
    (DB) INFO: CLUSTERVER created
    (DB) INFO: CLUSTERVER~0 created
    (IMP) INFO: import of CLUSTERVER completed (0 rows) #20071121150034
    (DB) INFO: CLUTAB created
    (DB) INFO: CLUTAB~0 created
    (IMP) INFO: import of CLUTAB completed (0 rows) #20071121150035
    (DB) INFO: CVEP1 created
    (DB) INFO: CVEP1~0 created
    (IMP) INFO: import of CVEP1 completed (0 rows) #20071121150035
    (DB) INFO: CVEP2 created
    (DB) INFO: CVEP2~0 created
    (IMP) INFO: import of CVEP2 completed (0 rows) #20071121150035
    (DB) INFO: CVER1 created
    (DB) INFO: CVER1~0 created
    (IMP) INFO: import of CVER1 completed (0 rows) #20071121150035
    (DB) INFO: CVER2 created
    (DB) INFO: CVER2~0 created
    (IMP) INFO: import of CVER2 completed (0 rows) #20071121150035
    (DB) INFO: CVER3 created
    (DB) INFO: CVER3~0 created
    (IMP) INFO: import of CVER3 completed (0 rows) #20071121150035
    (DB) INFO: CVER4 created
    (DB) INFO: CVER4~0 created
    (IMP) INFO: import of CVER4 completed (0 rows) #20071121150035
    (DB) INFO: CVER5 created
    (DB) INFO: CVER5~0 created
    (IMP) INFO: import of CVER5 completed (0 rows) #20071121150035
    (DB) INFO: DOKCL created
    (DB) INFO: DOKCL~0 created
    (IMP) INFO: import of DOKCL completed (0 rows) #20071121150036
    (DB) INFO: DSYCLV created
    (DB) INFO: DSYCLV~0 created
    (IMP) INFO: import of DSYCLV completed (0 rows) #20071121150036
    (DB) INFO: DSYO1 created
    (DB) INFO: DSYO1~0 created
    myCluster (63.18.Imp): 657: error when retrieving table description for physical table DSYO1.
    myCluster (63.18.Imp): 658: return code received from nametab is 32
    myCluster (63.18.Imp): 295: error when retrieving physical nametab for table DSYO1.
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: DSYO2 created
    (DB) INFO: DSYO2~0 created
    myCluster (63.18.Imp): 657: error when retrieving table description for physical table DSYO2.
    myCluster (63.18.Imp): 658: return code received from nametab is 32
    myCluster (63.18.Imp): 295: error when retrieving physical nametab for table DSYO2.
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: DSYO3 created
    (DB) INFO: DSYO3~0 created
    (IMP) INFO: import of DSYO3 completed (0 rows) #20071121150036
    (DB) INFO: EDI30C created
    (DB) INFO: EDI30C~0 created
    (IMP) INFO: import of EDI30C completed (0 rows) #20071121150036
    (DB) INFO: EDI40 created
    (DB) INFO: EDI40~0 created
    myCluster (63.18.Imp): 657: error when retrieving table description for physical table EDI40.
    myCluster (63.18.Imp): 658: return code received from nametab is 32
    myCluster (63.18.Imp): 295: error when retrieving physical nametab for table EDI40.
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: EDIDOC created
    (DB) INFO: EDIDOC~0 created
    (IMP) INFO: import of EDIDOC completed (0 rows) #20071121150037
    (DB) INFO: EPIDXB created
    (DB) INFO: EPIDXB~0 created
    (IMP) INFO: import of EPIDXB completed (0 rows) #20071121150037
    (DB) INFO: EPIDXC created
    (DB) INFO: EPIDXC~0 created
    (IMP) INFO: import of EPIDXC completed (0 rows) #20071121150037
    (DB) INFO: GLS2CLUS created
    (DB) INFO: GLS2CLUS~0 created
    (IMP) INFO: import of GLS2CLUS completed (0 rows) #20071121150038
    (DB) INFO: IMPREDOC created
    (DB) INFO: IMPREDOC~0 created
    (IMP) INFO: import of IMPREDOC completed (0 rows) #20071121150038
    (DB) INFO: J_CLU created
    (DB) INFO: J_CLU~0 created
    (IMP) INFO: import of J_CLU completed (0 rows) #20071121150038
    (DB) INFO: KOCLU created
    (DB) INFO: KOCLU~0 created
    (IMP) INFO: import of KOCLU completed (0 rows) #20071121150038
    (DB) INFO: MWOFF_CL created
    (DB) INFO: MWOFF_CL~0 created
    (IMP) INFO: import of MWOFF_CL completed (0 rows) #20071121150038
    (DB) INFO: PCDCLS created
    (DB) INFO: PCDCLS~0 created
    (IMP) INFO: import of PCDCLS completed (0 rows) #20071121150038
    (DB) INFO: PRCD_CLUST created
    (DB) INFO: PRCD_CLUST~0 created
    (IMP) INFO: import of PRCD_CLUST completed (0 rows) #20071121150039
    (DB) INFO: REGUC created
    (DB) INFO: REGUC~0 created
    (IMP) INFO: import of REGUC completed (0 rows) #20071121150039
    (DB) INFO: RFBLG created
    (DB) INFO: RFBLG~0 created
    myCluster (63.18.Imp): 657: error when retrieving table description for physical table RFBLG.
    myCluster (63.18.Imp): 658: return code received from nametab is 32
    myCluster (63.18.Imp): 295: error when retrieving physical nametab for table RFBLG.
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: RFMHN created
    (DB) INFO: RFMHN~0 created
    (IMP) INFO: import of RFMHN completed (0 rows) #20071121150039
    (DB) INFO: RKEPI created
    (DB) INFO: RKEPI~0 created
    (IMP) INFO: import of RKEPI completed (0 rows) #20071121150039
    (DB) INFO: SFHOA created
    (DB) INFO: SFHOA~0 created
    myCluster (63.18.Imp): 657: error when retrieving table description for physical table SFHOA.
    myCluster (63.18.Imp): 658: return code received from nametab is 32
    myCluster (63.18.Imp): 295: error when retrieving physical nametab for table SFHOA.
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: SFHYT created
    (DB) INFO: SFHYT~0 created
    (IMP) INFO: import of SFHYT completed (0 rows) #20071121150040
    (DB) INFO: TESCL created
    (DB) INFO: TESCL~0 created
    (IMP) INFO: import of TESCL completed (0 rows) #20071121150040
    (DB) INFO: UMG_TEST_C created
    (DB) INFO: UMG_TEST_C~0 created
    (IMP) INFO: import of UMG_TEST_C completed (0 rows) #20071121150040
    (DB) INFO: UMG_TEST_F created
    (DB) INFO: UMG_TEST_F~0 created
    (IMP) INFO: import of UMG_TEST_F completed (0 rows) #20071121150040
    (DB) INFO: VBCLU created
    (DB) INFO: VBCLU~0 created
    (IMP) INFO: import of VBCLU completed (0 rows) #20071121150040
    (DB) INFO: VBFCL created
    (DB) INFO: VBFCL~0 created
    (IMP) INFO: import of VBFCL completed (0 rows) #20071121150040
    (DB) INFO: VBLOG created
    (DB) INFO: VBLOG~0 created
    (IMP) INFO: import of VBLOG completed (0 rows) #20071121150040
    (DB) INFO: VERCLUSTER created
    (DB) INFO: VERCLUSTER~0 created
    (IMP) INFO: import of VERCLUSTER completed (0 rows) #20071121150040
    (DB) INFO: VER_CLUSTR created
    (DB) INFO: VER_CLUSTR~0 created
    (IMP) INFO: import of VER_CLUSTR completed (0 rows) #20071121150040
    (DB) INFO: VTEST10 created
    (DB) INFO: VTEST10~0 created
    (IMP) INFO: import of VTEST10 completed (0 rows) #20071121150041
    (DB) INFO: disconnected from DB
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: job finished with 6 error(s)
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: END OF LOG: 20071121150041
    [/code]
    SAPPOOL.log
    [code]
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: START OF LOG: 20071121145733
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#13 $ SAP
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Jul 17 2007 04:00:32
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe -ctf I C:\installcd\Netweaver 2004 SR2 Installation Export Disc 1\EXP1\DATA\SAPPOOL.STR C:\Program Files\sapinst_instdir\ERP\SYSTEM\MSS\DISTRIBUTED\AS\DB\DDLMSS.TPL SAPPOOL.TSK MSS -l SAPPOOL.log
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: job completed
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: END OF LOG: 20071121145733
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: START OF LOG: 20071121145734
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#13 $ SAP
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Jul 17 2007 04:00:32
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe -i SAPPOOL.cmd -dbcodepage 4103 -l SAPPOOL.log -loadprocedure fast
    (DB) INFO: connected to DB
    (DB) INFO: AANK created
    (DB) INFO: AANK~0 created
    (IMP) INFO: import of AANK completed (0 rows) #20071121145734
    (DB) INFO: AANL created
    (DB) INFO: AANL~0 created
    (IMP) INFO: import of AANL completed (0 rows) #20071121145734
    (DB) INFO: ATAB created
    (DB) INFO: ATAB~0 created
    failed to read short nametab of table ARCH_NUM                       (rc=32)
    (CNVPOOL) conversion failed for row 0 of table  VARKEY = &#8280;††††††††††††††††††††††††
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: BPHIER created
    (DB) INFO: BPHIER~0 created
    (IMP) INFO: import of BPHIER completed (0 rows) #20071121145734
    (DB) INFO: CFIS created
    (DB) INFO: CFIS~0 created
    (IMP) INFO: import of CFIS completed (0 rows) #20071121145734
    (DB) INFO: CRVP created
    (DB) INFO: CRVP~0 created
    (IMP) INFO: import of CRVP completed (0 rows) #20071121145734
    (DB) INFO: DEBI created
    (DB) INFO: DEBI~0 created
    (IMP) INFO: import of DEBI completed (0 rows) #20071121145734
    (DB) INFO: DVPOOL created
    (DB) INFO: DVPOOL~0 created
    (IMP) INFO: import of DVPOOL completed (0 rows) #20071121145734
    (DB) INFO: DVPOOLTEXT created
    (DB) INFO: DVPOOLTEXT~0 created
    (IMP) INFO: import of DVPOOLTEXT completed (0 rows) #20071121145734
    (DB) INFO: FINPL created
    (DB) INFO: FINPL~0 created
    failed to read short nametab of table FINK                           (rc=32)
    (CNVPOOL) conversion failed for row 0 of table  VARKEY = &#21316;&#21337;&#16965;&#20303;&#17995;&#16991;&#24389;&#20290;&#19279;†††††&#17696;&#12357;&#12336;&#8241;†††††††††††††††††††††††††††††††††††††
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: GLSP created
    (DB) INFO: GLSP~0 created
    (IMP) INFO: import of GLSP completed (0 rows) #20071121145735
    (DB) INFO: GLTP created
    (DB) INFO: GLTP~0 created
    (IMP) INFO: import of GLTP completed (0 rows) #20071121145735
    (DB) INFO: KALK created
    (DB) INFO: KALK~0 created
    (IMP) INFO: import of KALK completed (0 rows) #20071121145735
    (DB) INFO: KAPOL created
    (DB) INFO: KAPOL~0 created
    failed to read short nametab of table A026                           (rc=32)
    (CNVPOOL) conversion failed for row 0 of table  VARKEY = &#12336;&#17200;&#16723;&#23085;&#12338;&#12336;&#12593;&#12336;&#12336;&#12336;&#12852;&#12337;&#14641;&#12857;&#12849;&#12595;††††††††††††††††
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: KBPOL created
    (DB) INFO: KBPOL~0 created
    (IMP) INFO: import of KBPOL completed (0 rows) #20071121145735
    (DB) INFO: KCPOL created
    (DB) INFO: KCPOL~0 created
    (IMP) INFO: import of KCPOL completed (0 rows) #20071121145735
    (DB) INFO: KDPOL created
    (DB) INFO: KDPOL~0 created
    (IMP) INFO: import of KDPOL completed (0 rows) #20071121145735
    (DB) INFO: KEPOOL created
    (DB) INFO: KEPOOL~0 created
    failed to read short nametab of table K9001                          (rc=32)
    (CNVPOOL) conversion failed for row 0 of table  VARKEY = &#12336;&#21296;&#12336;&#12337;&#12336;&#12336;&#14641;&#14649;&#12601;&#13106;&#8241;†††††††††††††††††††††††††††††
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: KGPOL created
    (DB) INFO: KGPOL~0 created
    (IMP) INFO: import of KGPOL completed (0 rows) #20071121145736
    (DB) INFO: KRED created
    (DB) INFO: KRED~0 created
    (IMP) INFO: import of KRED completed (0 rows) #20071121145736
    (DB) INFO: LDAN created
    (DB) INFO: LDAN~0 created
    (IMP) INFO: import of LDAN completed (0 rows) #20071121145736
    (DB) INFO: LDKO created
    (DB) INFO: LDKO~0 created
    (IMP) INFO: import of LDKO completed (0 rows) #20071121145736
    (DB) INFO: LISA created
    (DB) INFO: LISA~0 created
    (IMP) INFO: import of LISA completed (0 rows) #20071121145736
    (DB) INFO: MAT1 created
    (DB) INFO: MAT1~0 created
    (IMP) INFO: import of MAT1 completed (0 rows) #20071121145736
    (DB) INFO: MBAN created
    (DB) INFO: MBAN~0 created
    (IMP) INFO: import of MBAN completed (0 rows) #20071121145736
    (DB) INFO: MBMP created
    (DB) INFO: MBMP~0 created
    (IMP) INFO: import of MBMP completed (0 rows) #20071121145736
    (DB) INFO: MBRK created
    (DB) INFO: MBRK~0 created
    (IMP) INFO: import of MBRK completed (0 rows) #20071121145736
    (DB) INFO: MCLIB created
    (DB) INFO: MCLIB~0 created
    (IMP) INFO: import of MCLIB completed (0 rows) #20071121145736
    (DB) INFO: MEIN created
    (DB) INFO: MEIN~0 created
    (IMP) INFO: import of MEIN completed (0 rows) #20071121145737
    (DB) INFO: MEKK created
    (DB) INFO: MEKK~0 created
    (IMP) INFO: import of MEKK completed (0 rows) #20071121145737
    (DB) INFO: MEOR created
    (DB) INFO: MEOR~0 created
    (IMP) INFO: import of MEOR completed (0 rows) #20071121145737
    (DB) INFO: MSAK created
    (DB) INFO: MSAK~0 created
    (IMP) INFO: import of MSAK completed (0 rows) #20071121145737
    (DB) INFO: MSPOOL created
    (DB) INFO: MSPOOL~0 created
    (IMP) INFO: import of MSPOOL completed (0 rows) #20071121145737
    (DB) INFO: M_AANL created
    (DB) INFO: M_AANL~0 created
    (IMP) INFO: import of M_AANL completed (0 rows) #20071121145737
    (DB) INFO: M_ADMC created
    (DB) INFO: M_ADMC~0 created
    (IMP) INFO: import of M_ADMC completed (0 rows) #20071121145737
    (DB) INFO: M_ADRC created
    (DB) INFO: M_ADRC~0 created
    (IMP) INFO: import of M_ADRC completed (0 rows) #20071121145737
    (DB) INFO: M_ADRP created
    (DB) INFO: M_ADRP~0 created
    (IMP) INFO: import of M_ADRP completed (0 rows) #20071121145737
    (DB) INFO: M_AEN1 created
    (DB) INFO: M_AEN1~0 created
    (IMP) INFO: import of M_AEN1 completed (0 rows) #20071121145737
    (DB) INFO: M_BUPA created
    (DB) INFO: M_BUPA~0 created
    (IMP) INFO: import of M_BUPA completed (0 rows) #20071121145737
    (DB) INFO: M_CF01 created
    (DB) INFO: M_CF01~0 created
    (IMP) INFO: import of M_CF01 completed (0 rows) #20071121145737
    (DB) INFO: M_CLAS created
    (DB) INFO: M_CLAS~0 created
    (IMP) INFO: import of M_CLAS completed (0 rows) #20071121145738
    (DB) INFO: M_CLFN created
    (DB) INFO: M_CLFN~0 created
    (IMP) INFO: import of M_CLFN completed (0 rows) #20071121145738
    (DB) INFO: M_ESM2 created
    (DB) INFO: M_ESM2~0 created
    (IMP) INFO: import of M_ESM2 completed (0 rows) #20071121145738
    (DB) INFO: M_FDUP created
    (DB) INFO: M_FDUP~0 created
    (IMP) INFO: import of M_FDUP completed (0 rows) #20071121145738
    (DB) INFO: M_FPVT created
    (DB) INFO: M_FPVT~0 created
    (IMP) INFO: import of M_FPVT completed (0 rows) #20071121145738
    (DB) INFO: M_IBEW created
    (DB) INFO: M_IBEW~0 created
    (IMP) INFO: import of M_IBEW completed (0 rows) #20071121145738
    (DB) INFO: M_IFLM created
    (DB) INFO: M_IFLM~0 created
    (IMP) INFO: import of M_IFLM completed (0 rows) #20071121145738
    (DB) INFO: M_IIMA created
    (DB) INFO: M_IIMA~0 created
    (IMP) INFO: import of M_IIMA completed (0 rows) #20071121145738
    (DB) INFO: M_IRLM created
    (DB) INFO: M_IRLM~0 created
    (IMP) INFO: import of M_IRLM completed (0 rows) #20071121145738
    (DB) INFO: M_J1BA created
    (DB) INFO: M_J1BA~0 created
    (IMP) INFO: import of M_J1BA completed (0 rows) #20071121145738
    (DB) INFO: M_J1IA created
    (DB) INFO: M_J1IA~0 created
    (IMP) INFO: import of M_J1IA completed (0 rows) #20071121145739
    (DB) INFO: M_J1IB created
    (DB) INFO: M_J1IB~0 created
    (IMP) INFO: import of M_J1IB completed (0 rows) #20071121145739
    (DB) INFO: M_J1ID created
    (DB) INFO: M_J1ID~0 created
    (IMP) INFO: import of M_J1ID completed (0 rows) #20071121145739
    (DB) INFO: M_J1IH created
    (DB) INFO: M_J1IH~0 created
    (IMP) INFO: import of M_J1IH completed (0 rows) #20071121145739
    (DB) INFO: M_J1IK created
    (DB) INFO: M_J1IK~0 created
    (IMP) INFO: import of M_J1IK completed (0 rows) #20071121145739
    (DB) INFO: M_KLSW created
    (DB) INFO: M_KLSW~0 created
    (IMP) INFO: import of M_KLSW completed (0 rows) #20071121145739
    (DB) INFO: M_KMNR created
    (DB) INFO: M_KMNR~0 created
    (IMP) INFO: import of M_KMNR completed (0 rows) #20071121145739
    (DB) INFO: M_LOBJ created
    (DB) INFO: M_LOBJ~0 created
    (IMP) INFO: import of M_LOBJ completed (0 rows) #20071121145739
    (DB) INFO: M_MCA1 created
    (DB) INFO: M_MCA1~0 created
    (IMP) INFO: import of M_MCA1 completed (0 rows) #20071121145739
    (DB) INFO: M_MCA2 created
    (DB) INFO: M_MCA2~0 created
    (IMP) INFO: import of M_MCA2 completed (0 rows) #20071121145739
    (DB) INFO: M_MCBM created
    (DB) INFO: M_MCBM~0 created
    (IMP) INFO: import of M_MCBM completed (0 rows) #20071121145740
    (DB) INFO: M_MCEA created
    (DB) INFO: M_MCEA~0 created
    (IMP) INFO: import of M_MCEA completed (0 rows) #20071121145740
    (DB) INFO: M_MCEM created
    (DB) INFO: M_MCEM~0 created
    (IMP) INFO: import of M_MCEM completed (0 rows) #20071121145740
    (DB) INFO: M_MCES created
    (DB) INFO: M_MCES~0 created
    (IMP) INFO: import of M_MCES completed (0 rows) #20071121145740
    (DB) INFO: M_MCGB created
    (DB) INFO: M_MCGB~0 created
    (IMP) INFO: import of M_MCGB completed (0 rows) #20071121145740
    (DB) INFO: M_MCGU created
    (DB) INFO: M_MCGU~0 created
    (IMP) INFO: import of M_MCGU completed (0 rows) #20071121145740
    (DB) INFO: M_MCHA created
    (DB) INFO: M_MCHA~0 created
    (IMP) INFO: import of M_MCHA completed (0 rows) #20071121145740
    (DB) INFO: M_MCOB created
    (DB) INFO: M_MCOB~0 created
    (IMP) INFO: import of M_MCOB completed (0 rows) #20071121145740
    (DB) INFO: M_MERK created
    (DB) INFO: M_MERK~0 created
    (IMP) INFO: import of M_MERK completed (0 rows) #20071121145740
    (DB) INFO: M_MJB2 created
    (DB) INFO: M_MJB2~0 created
    (IMP) INFO: import of M_MJB2 completed (0 rows) #20071121145740
    (DB) INFO: M_MJB3 created
    (DB) INFO: M_MJB3~0 created
    (IMP) INFO: import of M_MJB3 completed (0 rows) #20071121145740
    (DB) INFO: M_MJB4 created
    (DB) INFO: M_MJB4~0 created
    (IMP) INFO: import of M_MJB4 completed (0 rows) #20071121145741
    (DB) INFO: M_MJB5 created
    (DB) INFO: M_MJB5~0 created
    (IMP) INFO: import of M_MJB5 completed (0 rows) #20071121145741
    (DB) INFO: M_MJBU created
    (DB) INFO: M_MJBU~0 created
    (IMP) INFO: import of M_MJBU completed (0 rows) #20071121145741
    (DB) INFO: M_MJBV created
    (DB) INFO: M_MJBV~0 created
    (IMP) INFO: import of M_MJBV completed (0 rows) #20071121145741
    (DB) INFO: M_MJBW created
    (DB) INFO: M_MJBW~0 created
    (IMP) INFO: import of M_MJBW completed (0 rows) #20071121145741
    (DB) INFO: M_MJBX created
    (DB) INFO: M_MJBX~0 created
    (IMP) INFO: import of M_MJBX completed (0 rows) #20071121145741
    (DB) INFO: M_MJBZ created
    (DB) INFO: M_MJBZ~0 created
    (IMP) INFO: import of M_MJBZ completed (0 rows) #20071121145741
    (DB) INFO: M_MREA created
    (DB) INFO: M_MREA~0 created
    (IMP) INFO: import of M_MREA completed (0 rows) #20071121145741
    (DB) INFO: M_MSAK created
    (DB) INFO: M_MSAK~0 created
    (IMP) INFO: import of M_MSAK completed (0 rows) #20071121145741
    (DB) INFO: M_MTLN created
    (DB) INFO: M_MTLN~0 created
    (IMP) INFO: import of M_MTLN completed (0 rows) #20071121145741
    (DB) INFO: M_MTVM created
    (DB) INFO: M_MTVM~0 created
    (IMP) INFO: import of M_MTVM completed (0 rows) #20071121145742
    (DB) INFO: M_MTVN created
    (DB) INFO: M_MTVN~0 created
    (IMP) INFO: import of M_MTVN completed (0 rows) #20071121145742
    (DB) INFO: M_MTVO created
    (DB) INFO: M_MTVO~0 created
    (IMP) INFO: import of M_MTVO completed (0 rows) #20071121145742
    (DB) INFO: M_MVER created
    (DB) INFO: M_MVER~0 created
    (IMP) INFO: import of M_MVER completed (0 rows) #20071121145742
    (DB) INFO: M_MWAK created
    (DB) INFO: M_MWAK~0 created
    (IMP) INFO: import of M_MWAK completed (0 rows) #20071121145742
    (DB) INFO: M_OBJE created
    (DB) INFO: M_OBJE~0 created
    (IMP) INFO: import of M_OBJE completed (0 rows) #20071121145742
    (DB) INFO: M_PTER created
    (DB) INFO: M_PTER~0 created
    (IMP) INFO: import of M_PTER completed (0 rows) #20071121145742
    (DB) INFO: M_PTRM created
    (DB) INFO: M_PTRM~0 created
    (IMP) INFO: import of M_PTRM completed (0 rows) #20071121145742
    (DB) INFO: M_SFIP created
    (DB) INFO: M_SFIP~0 created
    (IMP) INFO: import of M_SFIP completed (0 rows) #20071121145742
    (DB) INFO: M_SPBB created
    (DB) INFO: M_SPBB~0 created
    (IMP) INFO: import of M_SPBB completed (0 rows) #20071121145742
    (DB) INFO: M_SWZA created
    (DB) INFO: M_SWZA~0 created
    (IMP) INFO: import of M_SWZA completed (0 rows) #20071121145742
    (DB) INFO: M_VMCF created
    (DB) INFO: M_VMCF~0 created
    (IMP) INFO: import of M_VMCF completed (0 rows) #20071121145742
    (DB) INFO: M_VMVK created
    (DB) INFO: M_VMVK~0 created
    (IMP) INFO: import of M_VMVK completed (0 rows) #20071121145743
    (DB) INFO: M_VTBS created
    (DB) INFO: M_VTBS~0 created
    (IMP) INFO: import of M_VTBS completed (0 rows) #20071121145743
    (DB) INFO: M_VTMA created
    (DB) INFO: M_VTMA~0 created
    (IMP) INFO: import of M_VTMA completed (0 rows) #20071121145743
    (DB) INFO: M_VTOF created
    (DB) INFO: M_VTOF~0 created
    (IMP) INFO: import of M_VTOF completed (0 rows) #20071121145743
    (DB) INFO: M_WASV created
    (DB) INFO: M_WASV~0 created
    (IMP) INFO: import of M_WASV completed (0 rows) #20071121145743
    (DB) INFO: M_WDEP created
    (DB) INFO: M_WDEP~0 created
    (IMP) INFO: import of M_WDEP completed (0 rows) #20071121145743
    (DB) INFO: M_WORD created
    (DB) INFO: M_WORD~0 created
    (IMP) INFO: import of M_WORD completed (0 rows) #20071121145743
    (DB) INFO: M_WPAN created
    (DB) INFO: M_WPAN~0 created
    (IMP) INFO: import of M_WPAN completed (0 rows) #20071121145743
    (DB) INFO: NCOM created
    (DB) INFO: NCOM~0 created
    (IMP) INFO: import of NCOM completed (0 rows) #20071121145743
    (DB) INFO: ORDE created
    (DB) INFO: ORDE~0 created
    (IMP) INFO: import of ORDE completed (0 rows) #20071121145744
    (DB) INFO: PLOM created
    (DB) INFO: PLOM~0 created
    (IMP) INFO: import of PLOM completed (0 rows) #20071121145744
    (DB) INFO: PTEST1 created
    (DB) INFO: PTEST1~0 created
    (IMP) INFO: import of PTEST1 completed (0 rows) #20071121145744
    (DB) INFO: PVER1 created
    (DB) INFO: PVER1~0 created
    (IMP) INFO: import of PVER1 completed (0 rows) #20071121145744
    (DB) INFO: QDPT created
    (DB) INFO: QDPT~0 created
    (IMP) INFO: import of QDPT completed (0 rows) #20071121145744
    (DB) INFO: REBL created
    (DB) INFO: REBL~0 created
    (IMP) INFO: import of REBL completed (0 rows) #20071121145744
    (DB) INFO: SAKO created
    (DB) INFO: SAKO~0 created
    (IMP) INFO: import of SAKO completed (0 rows) #20071121145744
    (DB) INFO: SFCPL created
    (DB) INFO: SFCPL~0 created
    failed to read short nametab of table SFIA                           (rc=32)
    (CNVPOOL) conversion failed for row 0 of table  VARKEY = &#9766;&#20291;&#21587;††††††††††††††††††††††††††††††††††††††††††††††††††††
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: SFWPL created
    (DB) INFO: SFWPL~0 created
    (IMP) INFO: import of SFWPL completed (0 rows) #20071121145744
    (DB) INFO: SMPOOL created
    (DB) INFO: SMPOOL~0 created
    (IMP) INFO: import of SMPOOL completed (0 rows) #20071121145745
    (DB) INFO: TESPO created
    (DB) INFO: TESPO~0 created
    (IMP) INFO: import of TESPO completed (0 rows) #20071121145745
    (DB) INFO: UMG_TEST_P created
    (DB) INFO: UMG_TEST_P~0 created
    (IMP) INFO: import of UMG_TEST_P completed (0 rows) #20071121145745
    (DB) INFO: UTAB created
    (DB) INFO: UTAB~0 created
    failed to read short nametab of table T449U                          (rc=32)
    (CNVPOOL) conversion failed for row 0 of table  VARKEY = &#12336;‰†††††††††††††††††††††††
    (CNV) ERROR: data conversion failed.  rc = 2
    (DB) INFO: VBMC created
    (DB) INFO: VBMC~0 created
    (IMP) INFO: import of VBMC completed (0 rows) #20071121145745
    (DB) INFO: VIND created
    (DB) INFO: VIND~0 created
    (IMP) INFO: import of VIND completed (0 rows) #20071121145745
    (DB) INFO: VLIM created
    (DB) INFO: VLIM~0 created
    (IMP) INFO: import of VLIM completed (0 rows) #20071121145745
    (DB) INFO: VMCV created
    (DB) INFO: VMCV~0 created
    (IMP) INFO: import of VMCV completed (0 rows) #20071121145745
    (DB) INFO: VPOOL created
    (DB) INFO: VPOOL~0 created
    (IMP) INFO: import of VPOOL completed (0 rows) #20071121145745
    (DB) INFO: VTEST11 created
    (DB) INFO: VTEST11~0 created
    (IMP) INFO: import of VTEST11 completed (0 rows) #20071121145745
    (DB) INFO: YMUS created
    (DB) INFO: YMUS~0 created
    (IMP) INFO: import of YMUS completed (0 rows) #20071121145745
    (DB) INFO: disconnected from DB
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: job finished with 6 error(s)
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: END OF LOG: 20071121145745
    [/code]
    SAPSSEXC.log
    [code]
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: START OF LOG: 20071121123833
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#13 $ SAP
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Jul 17 2007 04:00:32
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe -ctf I C:\installcd\Netweaver 2004 SR2 Installation Export Disc 3\EXP3\DATA\SAPSSEXC.STR C:\Program Files\sapinst_instdir\ERP\SYSTEM\MSS\DISTRIBUTED\AS\DB\DDLMSS.TPL SAPSSEXC.TSK MSS -l SAPSSEXC.log
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: job completed
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: END OF LOG: 20071121123834
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: START OF LOG: 20071121123834
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#13 $ SAP
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Jul 17 2007 04:00:32
    D:\usr\sap\SLM\SYS\exe\uc\NTIA64\R3load.exe -i SAPSSEXC.cmd -dbcodepage 4103 -l SAPSSEXC.log -loadprocedure fast
    (DB) INFO: connected to DB
    (DB) INFO: AAB_ID_PROP created
    (DB) INFO: AAB_ID_PROP~0 created
    Interface access functions from dynamic library dbmssslib.dll loaded.
    (IMP) INFO: import of AAB_ID_PROP completed (676 rows) #20071121123834
    (DB) INFO: AAB_ID_PROPT created
    (DB) INFO: AAB_ID_PROPT~0 created
    (IMP) INFO: import of AAB_ID_PROPT completed (7690 rows) #20071121123834
    (DB) INFO: BRATEXT created
    (DB) INFO: BRATEXT~0 created
    (IMP) INFO: import of BRATEXT completed (229628 rows) #20071121123853
    (DB) INFO: D010INC created
    (DB) INFO: D010INC~0 created
    (IMP) INFO: import of D010INC completed (14295517 rows) #20071121124550
    (DB) INFO: D010INC~1 created
    (DB) INFO: D010TAB created
    (DB) INFO: D010TAB~0 created
    (IMP) INFO: import of D010TAB completed (42971435 rows) #20071121131352
    (DB) INFO: D010TAB~1 created
    (DB) INFO: D020S created
    (DB) INFO: D020S~0 created
    (IMP) INFO: import of D020S completed (172222 rows) #20071121132909
    (DB) INFO: D020T created
    (DB) INFO: D020T~0 created
    (IMP) INFO: import of D020T completed (682520 rows) #20071121132930
    (DB) INFO: D021T created
    (DB) INFO: D021T~0 created
    (IMP) INFO: import of D021T completed (4535077 rows) #20071121133341
    (DB) INFO: D301T created
    (DB) INFO: D301T~0 created
    (IMP) INFO: import of D301T completed (6654 rows) #20071121133341
    (DB) INFO: D301T~A created
    (DB) INFO: D345T created
    (DB) INFO: D345T~0 created
    (IMP) INFO: InitFastLoad failed with <3: Can't fastload LOBs>
    (IMP) INFO: DBSL will be used
    (IMP) INFO: import of D345T completed (1867 rows) #20071121133347
    (DB) INFO: D347T created
    (DB) INFO: D347T~0 created
    (IMP) INFO: import of D347T completed (27321 rows) #20071121133348
    (DB) INFO: DBDIFF created
    (DB) INFO: DBDIFF~0 created
    (IMP) INFO: import of DBDIFF completed (202 rows) #20071121133348
    (DB) INFO: DBMAPS created
    (DB) INFO: DBMAPS~0 created
    (IMP) INFO: import of DBMAPS completed (0 rows) #20071121133348
    (DB) INFO: DD01L created
    (DB) INFO: DD01L~0 created
    (IMP) INFO: import of DD01L completed (73037 rows) #20071121133354
    (DB) INFO: DD01L~1 created
    (DB) INFO: DD01T created
    (DB) INFO: DD01T~0 created
    (IMP) INFO: import of DD01T completed (806872 rows) #20071121133424
    (DB) INFO: DD02L created
    (DB) INFO: DD02L~0 created
    (IMP) INFO: import of DD02L completed (295550 rows) #20071121133444
    (DB) INFO: DD02L~1 created
    (DB) INFO: DD02T created
    (DB) INFO: DD02T~0 created
    (IMP) INFO: import of DD02T completed (2951280 rows) #20071121133623
    (DB) INFO: DD03L created
    (DB) INFO: DD03L~0 created
    (IMP) INFO: import of DD03L completed (4785428 rows) #20071121134238
    (DB) INFO: DD03L~1 created
    (DB) INFO: DD03L~2 created
    (DB) INFO: DD03L~3 created
    (DB) INFO: DD03L~4 created
    (DB) INFO: DD03L~5 created
    (DB) INFO: DD03L~6 created
    (DB) INFO: DD03L~7 created
    (DB) INFO: DD03T created
    (DB) INFO: DD03T~0 created
    (IMP) INFO: import of DD03T completed (719472 rows) #20071121134905
    (DB) INFO: DD04L created
    (DB) INFO: DD04L~0 created
    (IMP) INFO: import of DD04L completed (344271 rows) #20071121134934
    (DB) INFO: DD04L~1 created
    (DB) INFO: DD04T created
    (DB) INFO: DD04T~0 created
    (IMP) INFO: import of DD04T completed (3477223 rows) #20071121135239
    (DB) INFO: DD06L created
    (DB) INFO: DD06L~0 created
    (IMP) INFO: import of DD06L completed (172 rows) #20071121135239
    (DB) INFO: DD06T created
    (DB) INFO: DD06T~0 created
    (IMP) INFO: import of DD06T completed (1187 rows) #20071121135239
    (DB) INFO: DD07L created
    (DB) INFO: DD07L~0 created
    (IMP) INFO: import of DD07L completed (137884 rows) #20071121135243
    (DB) INFO: DD07T created
    (DB) INFO: DD07T~0 created
    (IMP) INFO: import of DD07T completed (1548660 rows) #20071121135348
    (DB) INFO: DD09L created
    (DB) INFO: DD09L~0 created
    (IMP) INFO: import of DD09L completed (69863 rows) #20071121135351
    (DB) INFO: DD20L created
    (DB) INFO: DD20L~0 created
    (IMP) INFO: import of DD20L completed (215 rows) #20071121135351
    (DB) INFO: DD25L created
    (DB) INFO: DD25L~0 created
    (IMP) INFO: import of DD25L completed (45190 rows) #20071121135354
    (DB) INFO: DD25L~1 created
    (DB) INFO: DD26S created
    (DB) INFO: DD26S~0 created
    (IMP) INFO: import of DD26S completed (111584 rows) #20071121135359
    (DB) INFO: DD26S~1 created
    (DB) INFO: DD26S~2 created
    (DB) INFO: DD27S created
    (DB) INFO: DD27S~0 created
    (IMP) INFO: import of DD27S completed (468737 rows) #20071121135423
    (DB) INFO: DD27S~1 created
    (DB) INFO: DD27S~2 created
    (DB) INFO: DD28S created
    (DB) INFO: DD28S~0 created
    (IMP) INFO: import of DD28S completed (68679 rows) #20071121135436
    (DB) INFO: DD29L created
    (DB) INFO: DD29L~0 created
    (IMP) INFO: import of DD29L completed (40288 rows) #20071121135437
    (DB) INFO: DD30L created
    (DB) INFO: DD30L~0 created
    (IMP) INFO: import of DD30L completed (14122 rows) #20071121135438
    (DB) INFO: DD30L~EXI created
    (DB) INFO: DD30L~MET created
    (DB) INFO: DD30L~TXT created
    (DB) INFO: DD30T created
    (DB) INFO: DD30T~0 created
    (IMP) INFO: import of DD30T completed (160514 rows) #20071121135443
    (DB) INFO: DD31S created
    (DB) INFO: DD31S~0 created
    (IMP) INFO: import of DD31S completed (21370 rows) #20071121135444
    (DB) INFO: DD32S created
    (DB) INFO: DD32S~0 created
    (IMP) INFO: import of DD32S completed (61724 rows) #20071121135447
    (DB) INFO: DD32S~ROL created
    (DB) INFO: DD32S~SQL created
    (DB) INFO: DD33S created
    (DB) INFO: DD33S~0 created
    (IMP) INFO: import of DD33S completed (62514 rows) #20071121135451
    (DB) INFO: DD35L created
    (DB) INFO: DD35L~0 created
    (IMP) INFO: import of DD35L completed (59959 rows) #20071121135452
    (DB) INFO: DD35L~1 created
    (DB) INFO: DD36S created
    (DB) INFO: DD36S~0 created
    (IMP) INFO: import of DD36S completed (212767 rows) #20071121135501
    (DB) INFO: DD40L created
    (DB) INFO: DD40L~0 created
    (IMP) INFO: import of DD40L completed (70613 rows) #20071121135505
    (DB) INFO: DD40L~1 created
    (DB) INFO: DD40T created
    (DB) INFO: DD40T~0 created
    (IMP) INFO: import of DD40T completed (800240 rows) #20071121135534
    (DB) INFO: DD42S created
    (DB) INFO: DD42S~0 created
    (IMP) INFO: import of DD42S completed (20627 rows) #20071121135535
    (DB) INFO: DDTYPES created
    (DB) INFO: DDTYPES~0 created
    (IMP) INFO: import of DDTYPES completed (764846 rows) #20071121135552
    (DB) INFO: DDTYPET created
    (DB) INFO: DDTYPET~0 created
    (IMP) INFO: import of DDTYPET completed (41000 rows) #20071121135553
    (DB) INFO: DDXTF created
    (DB) INFO: DDXTF~0 created
    (IMP) INFO: import of DDXTF completed (0 rows) #20071121135553
    (DB) INFO: DDXTF_CONV_UC created
    (DB) INFO: DDXTF_CONV_UC~0 created
    (IMP) INFO: import of DDXTF_CONV_UC completed (0 rows) #20071121135554
    (DB) INFO: DDXTT created
    (DB) INFO: DDXTT~0 created
    (IMP) INFO: import of DDXTT completed (0 rows) #20071121135554
    (DB) INFO: DDXTT_CONV_UC created
    (DB) INFO: DDXTT_CONV_UC~0 created
    (IMP) INFO: import of DDXTT_CONV_UC completed (0 rows) #20071121135554
    (DB) INFO: DF03L created
    (DB) INFO: DF03L~0 created
    (IMP) INFO: import of DF03L completed (1764 rows) #20071121135554
    (DB) INFO: DF03L~ARI created
    (DB) INFO: DF03T created
    (DB) INFO: DF03T~0 created
    (IMP) INFO: import of DF03T completed (148261 rows) #20071121135603
    (DB) INFO: DF03T~OBJ created
    (DB) INFO: DF04L created
    (DB) INFO: DF04L~0 created
    (IMP) INFO: import of DF04L completed (3715 rows) #20071121135605
    (DB) INFO: DF04L~ARI created
    (DB) INFO: DF04L~STR created
    (DB) INFO: DF04L~SYN created
    (DB) INFO: DF04T created
    (DB) INFO: DF04T~0 created
    (IMP) INFO: import of DF04T completed (25566 rows) #20071121135607
    (DB) INFO: DF04T~OBJ created
    (DB) INFO: DF06L created
    (DB) INFO: DF06L~0 created
    (IMP) INFO: import of DF06L completed (0 rows) #20071121135608
    (DB) INFO: DF06L~ARI created
    (DB) INFO: DF06T created
    (DB) INFO: DF06T~0 created
    (IMP) INFO: import of DF06T completed (0 rows) #20071121135608
    (DB) INFO: DF07L created
    (DB) INFO: DF07L~0 created
    (IMP) INFO: import of DF07L completed (0 rows) #20071121135608
    (DB) INFO: DF07L~ARI created
    (DB) INFO: DF07L~OVW created
    (DB) INFO: DF07T created
    (DB) INFO: DF07T~0 created
    (IMP) INFO: import of DF07T completed (0 rows) #20071121135608
    (DB) INFO: DF08L created
    (DB) INFO: DF08L~0 created
    (IMP) INFO: import of DF08L completed (0 rows) #20071121135608
    (DB) INFO: DF08L~ARI created
    (DB) INFO: DF08T created
    (DB) INFO: DF08T~0 created
    (IMP) INFO: import of DF08T completed (0 rows) #20071121135608
    (DB) INFO: DF10L created
    (DB) INFO: DF10L~0 created
    (IMP) INFO: import of DF10L completed (0 rows) #20071121135609
    (DB) INFO: DF10L~ARI created
    (DB) INFO: DF10L~PRE created
    (DB) INFO: DF10L~SUC created
    (DB) INFO: DF10T created
    (DB) INFO: DF10T~0 created
    (IMP) INFO: import of DF10T completed (0 rows) #20071121135609
    (DB) INFO: DF11L created
    (DB) INFO: DF11L~0 created
    (IMP) INFO: import of DF11L completed (0 rows) #20071121135609
    (DB) INFO: DF11L~ARI created
    (DB) INFO: DF11L~REF created
    (DB) INFO: DF11T created
    (DB) INFO: DF11T~0 created
    (IMP) INFO: import of DF11T completed (0 rows) #20071121135609
    (DB) INFO: DF12L created
    (DB) INFO: DF12L~0 created
    (IMP) INFO: import of DF12L completed (17 rows) #20071121135609
    (DB) INFO: DF12L~ARI created
    (DB) INFO: DF12L~REF created
    (DB) INFO: DF12T created
    (DB) INFO: DF12T~0 created
    (IMP) INFO: import of DF12T completed (17 rows) #20071121135610
    (DB) INFO: DF13L created
    (DB) INFO: DF13L~0 created
    (IMP) INFO: import of DF13L completed (0 rows) #20071121135610
    (DB) INFO: DF13L~ARI created
    (DB) INFO: DF13T created
    (DB) INFO: DF13T~0 created
    (IMP) INFO: import of DF13T completed (0 rows) #20071121135610
    (DB) INFO: DF14L created
    (DB) INFO: DF14L~0 created
    (IMP) INFO: import of DF14L completed (5010 rows) #20071121135611
    (DB) INFO: DF14L~ARI created
    (DB) INFO: DF14L~PS created
    (DB) INFO: DF14L~REF created
    (DB) INFO: DF14T created
    (DB) INFO: DF14T~0 created
    (IMP) INFO: import of DF14T completed (66673 rows) #20071121135614
    (DB) INFO: DF14T~OBJ created
    (DB) INFO: DF15L created
    (DB) INFO: DF15L~0 created
    (IMP) INFO: import of DF15L completed (0 rows) #20071121135615
    (DB) INFO: DF15L~ARI created
    (DB) INFO: DF15T created
    (DB) INFO: DF15T~0 created
    (IMP) INFO: import of DF15T completed (0 rows) #20071121135615
    (DB) INFO: DF16L created
    (DB) INFO: DF16L~0 created
    (IMP) INFO: import of DF16L completed (724 rows) #20071121135615
    (DB) INFO: DF16L~REF created
    (DB) INFO: DF16T created
    (DB) INFO: DF16T~0 created
    (IMP) INFO: import of DF16T completed (1448 rows) #20071121135615
    (DB) INFO: DF16T~OBJ created
    (DB) INFO: DF30S created
    (DB) INFO: DF30S~0 created
    (IMP) INFO: import of DF30S completed (12181 rows) #20071121135616
    (DB) INFO: DF30S~SUC created
    (DB) INFO: DF34S created
    (DB) INFO: DF34S~0 created
    (IMP) INFO: import of DF34S completed (0 rows) #20071121135616
    (DB) INFO: DF40D created
    (DB) INFO: DF40D~0 created
    (IMP) INFO: import of DF40D completed (6188 rows) #20071121135617
    (DB) INFO: DF40D~OBJ created
    (DB) INFO: DF40D~SHI created
    (DB) INFO: DF41S created
    (DB) INFO: DF41S~0 created
    (IMP) INFO: import of DF41S completed (140387 rows) #20071121135624
    (DB) INFO: DF41S~ACT created
    (DB) INFO: DF41S~OVW created
    (DB) INFO: DF42S created
    (DB) INFO: DF42S~0 created
    (IMP) INFO: import of DF42S completed (125131 rows) #20071121135633
    (DB) INFO: DF43S created
    (DB) INFO: DF43S~0 created
    (IMP) INFO: import of DF43S completed (0 rows) #20071121135633
    (DB) INFO: DIAPAR created
    (DB) INFO: DIAPAR~0 created
    (IMP) INFO: import of DIAPAR completed (8422 rows) #20071121135633
    (DB) INFO: DM02L created
    (DB) INFO: DM02L~0 created
    (IMP) INFO: import of DM02L completed (5255 rows) #20071121135634
    (DB) INFO: DM02S created
    (DB) INFO: DM02S~0 created
    (IMP) INFO: import of DM02S completed (0 rows) #20071121135634
    (DB) INFO: DM02T created
    (DB) INFO: DM02T~0 created
    (IMP) INFO: import of DM02T completed (33187 rows) #20071121135635
    (DB) INFO: DM03S created
    (DB) INFO: DM03S~0 created
    (IMP) INFO: import of DM03S completed (12151 rows) #20071121135636
    (DB) INFO: DM03S~1 created
    (DB) INFO: DM25L created
    (DB) INFO: DM25L~0 created
    (IMP) INFO: import of DM25L completed (2644 rows) #20071121135637
    (DB) INFO: DM25L~A created
    (DB) INFO: DM26L created
    (DB) INFO: DM26L~0 created
    (IMP) INFO: import of DM26L completed (8516 rows) #20071121135637
    (DB) INFO: DM26L~A created
    (DB) INFO: DM40L created
    (DB) INFO: DM40L~0 created
    (IMP) INFO: import of DM40L completed (5032 rows) #20071121135638
    (DB) INFO: DM40L~A created
    (DB) INFO: DM40T created
    (DB) INFO: DM40T~0 created
    (IMP) INFO: import of DM40T completed (31492 rows) #20071121135639

    Hi Henry,
    Regarding your initial problem.
    Only the imports of the non-transparent tables (pool, cluster, report/dynpro sources) fail.
    return code received from nametab is 32
    ==
    no entry for the searched table is found in the nametab (runtime dictionary, consists of tables DDNTT (table description) and DDNTF (field catalogue)).
    Is this a complete new installation or is this a migration (with unicode conversion)?
    If it's an unicode migration of an own R/3 system, I assume that the RADCUCNT-report wasn't executed on the non-unicode source system. RADCUCNT writes the 'unicode version' of the nametab (DDNTT_CONV_UC and DDNTF_CONV_UC). During the import with uc-conversion R3load exchanges DDNTT and DDNTT_CONV_UC resp DDNTF and DDNTF_CONV_UC. So if the RADCUCNT wasn't run on the source system, the conversions can't be done (and later your target system won't run at all).
    Please check if there are entries in your target system's DDNTT (it should have been imported with SAPSDIC).
    See note 932779 Unicode conversion - analysis of nametab problems
           note 837173 RADCUCNT in Unicode Conversion: Collective Note
    and the migration guide.
    Best regards,
    Guenther

  • Having a constant error when downloading latest update for Illustrator CC, error message: Adobe Illustrator CC Latest Updates (December 2014) Installation failed. Error Code: U44M1P7

    Having a constant error when downloading latest update for Illustrator CC, error message:
    Adobe Illustrator CC Latest Updates (December 2014) Installation failed. Error Code: U44M1P7

    U44.. update error http://forums.adobe.com/thread/1289956 may help
    -more U44.. discussion http://forums.adobe.com/thread/1275963
    -http://helpx.adobe.com/creative-suite/kb/error-u44m1p7-installing-updates-ccm.html
    -http://helpx.adobe.com/creative-suite/kb/error-u44m1i210-installing-updates-ccm.html

  • Offset Account for Freight Account

    Hello folks,
    In transaction type window, I can see GL account for Freight account. I would like to know where can I see the offset account for Freight account.
    Pls advice me.
    Thanks, Raghu.K

    Not sure what you are looking for, but if the invoice has Frieght accounting, offset account will be Receivable account which you can find in the transaction type window as well.
    In simple advance invoice, Receivables account Dr and rest of the accounts Cr.
    Thanks
    Nagamohan

  • Error when using SAP authentication for Designer

    my error is:
    [repo_proxy 13] SessionFacade::openSessionLogon with user info has failed(The
    secSAPR3 DLL could not be found or does not exist(hr=#0x80042a01)
    can you help me?
    regards

    hi,
    pls refer the link
    Error when using SAP authentication for Designer
    try re-installing BOE and check
    hope it helps,
    sundar

  • I keep getting the same error when connecting to itune for either update or download. error is we could not complete your itunes store request error 0x800B0101

    I keep getting the same error when connecting to itune for either update or download. error is we could not complete your itunes store request error 0x800B0101.
    My OS is Windows Vista and using Internet Explorer

    I keep getting the same error when connecting to itune for either update or download. error is we could not complete your itunes store request error 0x800B0101.
    My OS is Windows Vista and using Internet Explorer

  • [svn:fx-trunk] 10891: Fix for ASDoc throws error when using getter methods for pseudo-inheritance of static constants

    Revision: 10891
    Author:   [email protected]
    Date:     2009-10-06 09:46:47 -0700 (Tue, 06 Oct 2009)
    Log Message:
    Fix for ASDoc throws error when using getter methods for pseudo-inheritance of static constants
    QE notes: None.
    Doc notes: None
    Bugs: SDK-22676
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22676
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/AsDocUtil.java

    Have you tried using com.adobe.air.crypto.EncryptionKeyGenerator instead?

  • Error when creating document flow for delivery

    Hi,
    I would like to post the GR for Inbound delivery. I receive an error the TO is not confirmed. I have tried to confirm the tranfer order and I receive the "error when creating document flow for delivery . In order to avoid inconsistencies the goods movement posting was cancelled." It seems like the document already exist.
    How can I do to confirm the TO and post the GR.
    Thanks
    Dede

    In Inbound delivery after GR only a TO is created and confirmed.
    So please check the PO history and see a GR is there or not .
    Once a GR is found create a TO and do the confirmation

  • Error when moving multiple emails from one account to another

    I have an IMAP account for one of my emails. I have recently changed web hosting and so changed this to a POP account. I don't want to lose all my emails, which is what happened to another one of my accounts when the web hosting was changed. So have opened a new account on mail which is the POP one. I want move all my emails from the IMAP to the POP. I selected all and clicked move but only half went over, now everytime I try to do the remainder I get an error message just literally saying 'There was an error when trying to move 431 emails across' Or something like that. Why is this happening and is there another way of doing it? It's justw eird that half of them moved fine and the rest stayed.

    Try Mail/Mailbox/Export Mailbox which will move the mailbox to your desktop. Then Mail/File/Import Mailbox which will put the e-mails in an Import Folder in On My Mac. That will save the e-mails for you.

  • Adobe CC download error when I logged in to my account.

    Hi,
    The problem is I can't download any app updates via Adobe CC when I logged in to my account.
    But I try to download it from the new account which is created for test and it worked!
    So I'm thinking about transfer everything(include the settings) from the old account to the new one
    or should I back up my files and reset the iMac but i'm losing all the settings, right?
    Could anyone give me some suggestions or better way to manage this?
    Thank you.

    Definitely backup.
    Try booting into the Safe Mode using your normal account.  Disconnect all peripherals except those needed for the test. Shut down the computer and then power it back up after waiting 10 seconds. Immediately after hearing the startup chime, hold down the shift key and continue to hold it until the gray Apple icon and a progress bar appear. The boot up is significantly slower than normal. This will reset some caches, forces a directory check, and disables all startup and login items, among other things. When you reboot normally, the initial reboot may be slower than normal. If the system operates normally, there may be 3rd party applications which are causing a problem. Try deleting/disabling the third party applications after a restart by using the application un-installer. For each disable/delete, you will need to restart if you don't do them all at once.
    Safe Mode
    Safe Mode - About

Maybe you are looking for