Error with SAPDFACT during import. (BW System Export / Import)

Hi,
I'm performing an import into an Oracle DB using an export from an Oracle DB of a BW system.
I'm getting the following errors from SAPDFACT, it proceeds if I "ign" the indexes of the affected tables but there are 100s of indexes, must I do this for all?
L:\usr\sap\EAD\SYS\exe\run/R3load.exe -dbcodepage 1100 -i C:\Program Files\sapinst_instdir\NW04\COPY\IMPORT\SYSTEM\ABAP\ORA\NUC\DB/SAPDFACT.cmd -l C:\Program Files\sapinst_instdir\NW04\COPY\IMPORT\SYSTEM\ABAP\ORA\NUC\DB/SAPDFACT.log -stop_on_error -k 1Wegd5M50Dp01eqtd1M80Ae2
DbSl Trace: ORA-1403 when accessing table SAPUSER
(DB) INFO: connected to DB
(DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): WE8DEC
(GSI) INFO: dbname   = "EAD20090719090758                                                                                "
(GSI) INFO: vname    = "ORACLE                          "
(GSI) INFO: hostname = "MYBWESSDEV02                                                    "
(GSI) INFO: sysname  = "Windows NT"
(GSI) INFO: nodename = "MYBWESSDEV02"
(GSI) INFO: release  = "5.2"
(GSI) INFO: version  = "3790 Service Pack 1"
(GSI) INFO: machine  = "4x AMD64 Level 15 (Mod 33 Step 2)"
DbSl Trace: Error 2158 in exec_immediate() from oci_execute_stmt(), orpc=0
DbSl Trace: ORA-2158 occurred when executing SQL statement (parse error offset=244)
(DB) ERROR: DDL statement failed
(   CREATE            INDEX "/BI0/E0FIAA_C13~P" ON "/BI0/E0FIAA_C13"        ("KEY_0FIAA_C13P",         "KEY_0FIAA_C13T",         "KEY_0FIAA_C13U",         "KEY_0FIAA_C132")        PCTFREE 10        INITRANS 002        TABLESPACE         STORAGE (INITIAL     0000000016 K                 NEXT        0000000016 K                 MINEXTENTS  0000000001                 MAXEXTENTS  UNLIMITED                 PCTINCREASE 0000                 FREELISTS   001) )
DbSlExecute: rc = 99
  (SQL error 2158)
  error message returned by DbSl:
ORA-02158: invalid CREATE INDEX option
(DB) INFO: disconnected from DB
L:\usr\sap\EAD\SYS\exe\run/R3load.exe: job finished with 1 error(s)
L:\usr\sap\EAD\SYS\exe\run/R3load.exe: END OF LOG: 20090720171142
Any help is greatly appreciated.
Thanks!
- Ahmad M.

Hi Eric,
I updated the R3load binary but I'm still facing the same issue. I also tested OPS$ as per previous suggestions but I'm still facing problems with SAPDFACT.
Extract of the log
L:\usr\sap\EAD\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#27 $ SAP
L:\usr\sap\EAD\SYS\exe\run/R3load.exe: version R6.40/V1.4
Compiled Jul  5 2009 21:29:44
L:\usr\sap\EAD\SYS\exe\run/R3load.exe -dbcodepage 1100 -i C:\Program Files\sapinst_instdir\NW04\COPY\IMPORT\SYSTEM\ABAP\ORA\NUC\DB/SAPDFACT.cmd -l C:\Program Files\sapinst_instdir\NW04\COPY\IMPORT\SYSTEM\ABAP\ORA\NUC\DB/SAPDFACT.log -stop_on_error -k 1Wegd5M50Dp01eqtd1M80Ae2
(DB) INFO: connected to DB
(DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): WE8DEC
(GSI) INFO: dbname   = "EAD20090720060750                                                                                "
(GSI) INFO: vname    = "ORACLE                          "
(GSI) INFO: hostname = "MYBWESSDEV02                                                    "
(GSI) INFO: sysname  = "Windows NT"
(GSI) INFO: nodename = "MYBWESSDEV02"
(GSI) INFO: release  = "5.2"
(GSI) INFO: version  = "3790 Service Pack 1"
(GSI) INFO: machine  = "4x AMD64 Level 15 (Mod 33 Step 2)"
DbSl Trace: Error 2158 in exec_immediate() from oci_execute_stmt(), orpc=0
DbSl Trace: ORA-2158 occurred when executing SQL statement (parse error offset=174)
(DB) ERROR: DDL statement failed
(   CREATE BITMAP            INDEX "/BI0/E0FIAA_C11~01" ON "/BI0/E0FIAA_C11"        ("KEY_0FIAA_C11P")        PCTFREE 10        INITRANS 002        TABLESPACE         STORAGE (INITIAL     0000000016 K                 NEXT        0000000016 K                 MINEXTENTS  0000000001                 MAXEXTENTS  UNLIMITED                 PCTINCREASE 0000                 FREELISTS   001) )
DbSlExecute: rc = 99
  (SQL error 2158)
  error message returned by DbSl:
ORA-02158: invalid CREATE INDEX option
(DB) INFO: disconnected from DB
L:\usr\sap\EAD\SYS\exe\run/R3load.exe: job finished with 1 error(s)
L:\usr\sap\EAD\SYS\exe\run/R3load.exe: END OF LOG: 20090721001150
Tried to search for SAP Notes related to this error but no luck so far.
Can any one advise if I could "ign" all the indexes in the TSK file then later on use the BW indexes repair program to fix the missing indexes?
Any help is greatly appreciated.
- Ahmad M.

Similar Messages

  • CRM SYSFAIL - Error when decompressing during Import

    Hi All,
    We are getting error in SMQ2   "Error when decompressing during Import"
    in Function module BAPI_CRM_SAVE and status is SYSFAIL. We are having CRM 4.0 and patch level 7.
    Please see the source code extract
    001920   ********************************************************************
    001930   * define a little macro to add a table name to l_t_tables           
    001940     DEFINE lmacro_add_import_table.                                   
    001950       l_t_tables-name = 'T_&1&2&3&4'.                                 
    001960       l_t_tables-itabname = 'C_S_BLOCK-T_&1&2&3&4'.                   
    001970       append l_t_tables.                                              
    001980     END-OF-DEFINITION.                                                
    001990   * define which tables have to be imported                           
    002000     macro_execute: lmacro_add_import_table.                           
    002010     lmacro_add_import_table:                                          
    002020       m h d r,                                                        
    002030       p a r 1,                                                        
    002040       p a r 2.                                                        
    002050   * carry out the IMPORT statement to decompress data                 
         >     IMPORT             (l_t_tables)                                   
    002070       FROM DATABASE    baldat(al)                                     
    002080       ID               i_s_ldat-log_handle                            
    002090       USING            baldat_import                                  
    002100       IGNORING CONVERSION ERRORS.                                     
    002110                                                                       
    002120   ENDFORM.                    "log_block_decompress                                                                               
    Thanks & Regards
    Sujith

    Hi Andersen,
    You should be a system administrator to do above task.
    Deepak Jangra

  • DTW Sort Error - after mapping during import

    I got the "Sort Error - after mapping during import" message in DTW. (version 8.8)
    I would like to import warehouse info for items.
    My itemcodes are fix 15 character numbers, like this: 10204150020011
    The note nr. [1331130|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/oss_notes/sdn_oss_sbo_dtw/~form/handler%7b5f4150503d3030323030363832353030303030303031393732265f4556454e543d444953504c4159265f4e4e554d3d31333331313330%7d] said that I can't use recordkey like this.
    Do you have any idea how can I import thees information with DTW?
    Thank you,
    Attila Sarkady

    Dear All
    Please give correct and complete information
    i have tested every kind of combination;
    - recreate the template with the dtw for Items = i have UDF's
    - ADD the column RecordKey   !!! unbelievable that we have to do this
    - i have entered a nr 1 in it (even when we had already 850 items in the database)
    (and of course the hints of Gordon - columns as text, start with basic... - and use CSV format)
    now at last i can import the record line
    greetings
    philippe

  • Error is encountered during import ABAP phase

    Hi All,
    When trying to install ECC6 on windows 2003 server the below error is encountered during import ABAP phase....Can any one help me in this regard.
    CJS-30022 Program 'Migration Monitor' exists
    ERROR 2009-07-08 08:39:33
    CJS-30022  Program 'Migration Monitor' exits with error code 103.
    For details see log file(s) import_monitor.java.log, import_monitor.log.
    Thanks
    Sandeep Singh DS

    hi,
    Below are the logs for import_monitor.log and import_monitor.java.log
    import_monitor.log   :
    TRACE: 2009-07-11 21:11:30 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSSEXC' import package is started.
    TRACE: 2009-07-11 21:11:30 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPSSEXC' import package into database:
    D:\usr\sap\EP2\SYS\exe\uc\NTI386\R3load.exe -i SAPSSEXC.cmd -dbcodepage 4103 -l SAPSSEXC.log -stop_on_error
    TRACE: 2009-07-11 21:11:30 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPAPPL1' import package is started.
    TRACE: 2009-07-11 21:11:30 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPAPPL1' import package into database:
    D:\usr\sap\EP2\SYS\exe\uc\NTI386\R3load.exe -i SAPAPPL1.cmd -dbcodepage 4103 -l SAPAPPL1.log -stop_on_error
    ERROR: 2009-07-11 21:12:38 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPAPPL1' import package is interrupted with R3load error.
    Process 'D:\usr\sap\EP2\SYS\exe\uc\NTI386\R3load.exe -i SAPAPPL1.cmd -dbcodepage 4103 -l SAPAPPL1.log -stop_on_error' exited with return code 2.
    For mode details see 'SAPAPPL1.log' file.
    Standard error output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    ERROR: 2009-07-11 21:15:10 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSSEXC' import package is interrupted with R3load error.
    Process 'D:\usr\sap\EP2\SYS\exe\uc\NTI386\R3load.exe -i SAPSSEXC.cmd -dbcodepage 4103 -l SAPSSEXC.log -stop_on_error' exited with return code 2.
    For mode details see 'SAPSSEXC.log' file.
    Standard error output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    WARNING: 2009-07-11 21:15:30
    Cannot start import of packages with views because not all import packages with tables are loaded successfully.
    WARNING: 2009-07-11 21:15:30
    2 error(s) during processing of packages.
    import_monitor.java.log
    Java HotSpot(TM) Client VM (build 1.4.2_12-b03, mixed mode)
    Import Monitor jobs: running 1, waiting 2, completed 16, failed 0, total 19.
    Import Monitor jobs: running 2, waiting 1, completed 16, failed 0, total 19.
    Loading of 'SAPAPPL1' import package: ERROR
    Import Monitor jobs: running 1, waiting 1, completed 16, failed 1, total 19.
    Loading of 'SAPSSEXC' import package: ERROR
    Import Monitor jobs: running 0, waiting 1, completed 16, failed 2, total 19.
    Thanks,
    Sandeep
    Edited by: Sandeep Singh DeviSingh on Jul 13, 2009 11:42 AM

  • ORA-02374: conversion error loading table during import using IMPDP

    HI All,
    We are trying to migrate the data from one database to an other database.
    The source database is having character set
    SQL> select value from nls_database_parameters where parameter='NLS_CHARACTERSET';
    VALUE
    US7ASCII
    The destination database is having character set
    SQL> select value from nls_database_parameters where parameter='NLS_CHARACTERSET';
    VALUE
    AL32UTF8
    We took an export of the whole database using expdp and when we try to import to the destination database using impdp. We are getting the following error.
    ORA-02374: conversion error loading table <TABLE_NAME>
    ORA-12899: value too large for column <COLUMN NAME> (actual: 42, maximum: 40)
    ORA-02372: data for row:<COLUMN NAME> : 0X'4944454E5449464943414349E44E204445204C4C414D414441'
    Kindly let me know how to overcome this issue in destination.
    Thanks & Regards,
    Vikas Krishna

    Hi,
    You can overcome this issue by increasing the column width in the target database for the max value required for all data to be imported successfully in the table.
    Regards

  • File error with Calibrated Software import

    I am using Calibrated Software to import EX .mov files from Apple OS drives into a Dell M6600 laptop. It worked just fine the first two times in demo mode but then started giving me an error that said "Unsupported format or damaged file". PP is seeing the drive and its contents just fine through the browser tab. Have I missed something? I purchased and installed the licenses and it says they are fine. I am not having any trouble with these same files going into my MacBook Pro and using them in Final Cut Pro.
    I also, can't import any file such as JPEG stills from this drive.

    Try simply transferring the content from the Apple drive to an NTFS formatted drive before import.

  • [SOLVED] error with mkinitcpio during installation

    Hi there
    I am looking to install Arch after I broke a previous installation
    I put this basic set of commands after reading the Installation Guide and I run it from in the live /root. 
    #!/bin/bash
    loadkeys uk
    mkfs -t ext4 /dev/sda7
    mkfs -t ext4 /dev/sda8
    mkswap -f /dev/sda6
    mkdir /mnt/root
    mkdir /mnt/home
    mount /dev/sda7 /mnt/root
    mount /dev/sda8 /mnt/home
    pacstrap /mnt/root base base-devel
    genfstab -p /mnt >> /mnt/root/etc/fstab
    arch-chroot /mnt
    ln -s /usr/share/zoneinfo/Europe/London /etc/localtime
    nano /etc/locale.conf
    locale-gen
    mkinitcpio -p linux
    passwd root
    If I run this script, there's some kind of problem with mkinitcpio and /boot is empty. It worked a month or so ago - maybe it's content in the new .iso? A misplaced /mnt or /mnt/root?
    Any ideas? I've never failed to install distro properly and am a bit confused!
    Thanks in advance
    EDIT
    I changed the script to this
    loadkeys uk
    cfdisk
    mkfs -t ext4 /dev/sda7
    mkfs -t ext4 /dev/sda8
    mkswap -f /dev/sda6
    mkdir /mnt/root
    mkdir /mnt/home
    mkdir /mnt/storage
    mount /dev/sda7 /mnt/root
    mount /dev/sda8 /mnt/home
    mount /dev/sdb1 /mnt/storage
    pacstrap /mnt/root base base-devel
    genfstab -p /mnt/root >> /mnt/root/etc/fstab
    arch-chroot /mnt/root
    ln -s /usr/share/zoneinfo/Europe/London /etc/localtime
    nano /etc/locale.conf
    locale-gen
    mkinitcpio -p linux
    passwd root
    exit
    will see if that helps
    Last edited by Bazzaah (2013-03-18 19:26:29)

    Bazzaah wrote:
    Great, thanks for your help, much appreciated.
    I do indeed have a functional system (basic of course) but what concerns me is that I get a not found error after mkinitcpio - the system boots so the kernel and initrd must be there...still that error message worries me a bit.
    About that error, you need to post it, if you want help!
    Edit: If you are running those commands in a file, make it look like this:
    loadkeys uk
    cfdisk
    mkfs.ext4 /dev/sda7
    mkfs.ext4 /dev/sda8
    mkswap -f /dev/sda6
    mkdir /mnt/root
    mkdir /mnt/root/home
    mkdir /mnt/root/storage
    mount /dev/sda7 /mnt/root
    mount /dev/sda8 /mnt/root/home
    mount /dev/sdb1 /mnt/root/storage
    pacstrap /mnt/root base base-devel
    genfstab -U -p /mnt/root > /mnt/root/etc/fstab
    arch-chroot /mnt/root /bin/bash -c "ln -s /usr/share/zoneinfo/Europe/London /etc/localtime"
    arch-chroot /mnt/root /bin/bash -c "nano /etc/locale.conf"
    arch-chroot /mnt/root /bin/bash -c "locale-gen"
    arch-chroot /mnt/root /bin/bash -c "mkinitcpio -p linux"
    arch-chroot /mnt/root /bin/bash -c "passwd root"
    The lines with "arch-chroot /mnt/root /bin/bash -c" are needed to run those inside the chroot environment, or else they will run in your live system, instead of making changes to your created system.
    Last edited by s1ln7m4s7r (2013-03-18 17:46:26)

  • Raw update on Lightroom - problem with photos during import

    Hi
    I recently did an update provided by Adobe to help improve the "raw converter /import" or something like that, and now when I upload my photos - they change and become dark, the histogram looks awful... how do i go back to the way it was before.. i shot Nikon D7000, and my version of lightroom now is 3.6, with Camera raw 6.6. PLEASE HELP.. do i need to uninstall - then reinstall?

    I recently did an update provided by Adobe to help improve the "raw converter /import" or something like that
    Too bad you can't provide us with details, because as far as I know there is NO such thing using Lightroom. If you have Lightroom 3.6, there is no upgrade you can do except purchase Lightroom 4.
    Nevertheless, it sounds like perhaps you are accidentally applying a preset on import, check the history of one such file by looking in the History Panel of the Develop Module and seeing if the bottom element indicates a preset was applied.

  • An error with tag " %@ page import" that imports EJBs

    Hello,
    I write an small examples demonstrate how EJB,Java Persistences and JSP work together.
    I have one session bean:
    +CustomerSession.java
    +CustomerSessionLocal.java
    +CustomerSessionRemote.java
    and some persistence classes:
    +Address
    +Customer
    +Subscription
    Well, my JSP page looks like:
    <%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %>
    <fmt:setBundle basename="LocalStrings"/>
    <%@ page language="java" %>
    <%@ page import="javax.naming.InitialContext" %>
    <%@ page import="enterprise.customer_cmp_ejb.persistence.Customer" %>
    <%@ page import="enterprise.customer_cmp_ejb.persistence.Subscription" %>
    <%@ page import="enterprise.customer_cmp_ejb.ejb.session.*" %>
    <%@ page import='java.util.*' %>
    InitialContext ic = new InitialContext();
    Object o = ic.lookup("java:comp/env/CustomerSessionLocal");
    CustomerSessionLocal custSession = (CustomerSessionLocal) o;
    When I build the war file, NetBeans 5.5 announced that there are some errors:
    Compiling 1 source file to D:\Projects\EESample_JavaPersistence\EESample_JavaPersistence-war\build\generated\classes
    D:\Projects\EESample_JavaPersistence\EESample_JavaPersistence-war\build\generated\src\org\apache\jsp\createCustomer_jsp.java:7: package enterprise.customer_cmp_ejb.persistence does not exist
    import enterprise.customer_cmp_ejb.persistence.Customer;
    D:\Projects\EESample_JavaPersistence\EESample_JavaPersistence-war\build\generated\src\org\apache\jsp\createCustomer_jsp.java:8: package enterprise.customer_cmp_ejb.persistence does not exist
    import enterprise.customer_cmp_ejb.persistence.Subscription;
    D:\Projects\EESample_JavaPersistence\EESample_JavaPersistence-war\build\generated\src\org\apache\jsp\createCustomer_jsp.java:9: package enterprise.customer_cmp_ejb.ejb.session does not exist
    import enterprise.customer_cmp_ejb.ejb.session.*;
    I don't understand why. However, i also try editing the web.xml as follow:
    <ejb-local-ref>
    <description> EJB Session</description>
    <ejb-ref-name>CustomerSessionLocal</ejb-ref-name>
    <ejb-ref-type>Session</ejb-ref-type>
    <local-home/>
    <local>
    enterprise.customer_cmp_ejb.ejb.session.CustomerSessionLocal
    </local>
    <ejb-link>CustomerSession</ejb-link>
    </ejb-local-ref>
    In spite of trying hard, the build can't complete.
    I hope I'll get your supports.
    Thanks very much!!!

    Where is PA ? I just know La because LA Lakers (I
    hate this team and i like Kings and Rockets because of
    YAO MING, haha )Opposite side of the country. PA stands for Pennsylvania, on the East coast. LA (Los Angeles) is in California on the West coast. Philadelphia's basketball team is the 76ers, but they don't play the Lakers,
    Kings, or Rockets very often.
    As for my other info, I'm sorry, I don't give that out to people. Just a personal policy.

  • Error with the Apple automated answering system?

    Not sure if this is the right place to post this, but:
    I have recently ordered my first Mac, a 2012 MacBook Air with 8 GB of RAM (CTO). To see which process it is in, I have just called Apple and it's automated answering machine told me that I have ordered a 13" MacBook PRO. I know for sure that I have gave it the correct order number and zip code, for I have called twice, but it keeps telling me I have ordered a PRO when I have paid for an AIR. I have checked my order verification email and it says I have ordered an AIR, but the machine says my order consists of a PRO. Anybody else have this issue? And if you did, was the machine wrong or did you recieve the wrong item?
    Thanks!

    Ok, just to clariy, the system was incorrect in giving me the information. Due to the lack of replies, I am assuming that is a very rare issue that is encountered.

  • Problems installing, pop-up saying error with configuring during intsalation?, problems installing, pop-up saying error with configuring during intsalation?

    Im having problems installing itunes in my windows 7. popup stating that there was a problem configuring during instalation

    I'm having this same issue since last week but I'm running Windows 7 32 bits, any suggestion?

  • Flash CC error with exported mov

    I'm trying to export my animation as a mov file and it does so successfuly. Then when I try to open it with Quicktime it says there is an error and can not open it. The error states "The movie can't be opened because the file is not in a format that QuickTime Player understands."
    On top of that, when Adobe Media Encoder CC opens up it also states there is an error with the file.
    I am exporting as a video and haven't chosen any settings that are out of the ordinary. Why is the export not working?
    D

    Hi Sarah,
    I have just tried the Video Export of the file that you have provided vincecamuto-600x150-2.fla and it looks like it is working as expected.
    I have used Flash CC 2014 and Windows 7 and QuikTime Player 7.7.2
    Please let me now your Flash version and OS details if they are different from the one mentioned above.
    Have posted the exported video at http://adobe.ly/1m3CYpf
    Thanks!
    Mohan

  • After Effects CC Render Errors with RED footage and ProRes 4444 proxies

    Working on an 8 Core, 2008 Mac Pro with 16GB of RAM running Mountain Lion.
    I just upgraded to After Effects CC and I'm having a whole bunch of errors ...
    -- the 'MooV' file is damaged or unsupported
    -- error getting package info for file "..." ( 3 :: 164 )
    -- Error (4) reading frame from file "..." ( 86 :: 2 )
    I'm trying to make ProRes 4444 proxies from RED files (sometimes as big as 4K), which will eventually end up in a 1920x1080 project. I'll make a 4444 proxy, work on it all day with no problems, then when I try to render (or save a RAM preview) any one of the previous errors will show up.
    My projects seemed to work just fine fine in AE CS6, and I've worked with RED footage in AE before with little issue. I've completly restarted my system, re-installed everything, worked off an external drive, worked on my internal (software) RAID, rendered to local and external hard drives, adjusted my multiprocesser render settings (on and off), cleared the cache ... nothing is fixing it.
    Does anybody else have any ideas? Or insight. Or anything?!
    Thanks for your time,
    Eliot

    I'm working on a MacbookPro, Early 2013, OS X 10.8.4, and I'm having the same exact error:
    However instead of using RED footage, I'm using a 3rd party plugin called Element 3D and Optical Flares from VideoCopilet.net.
    I'm not sure if the bug is related, I'm just wondering if anyone else has any idea on how to fix this problem. I have a fresh install of CC so I can't downgrade to CS6.
    Another error popped up during multiple trys in export:
    In case the old file was actually corrupted, I checked all my backups that worked perfectly fine with CS6 in the past, and I get the same error when I copy them over to my hard drive on my mac.
    My current setup is:
    Processor: 2.8 GHz Intel Core i7
    Memory: 16GB
    Graphics: NVIDIA GeForce GT 650M 1024 MB
    I really don't want to recreate this entire file from scratch. That would be a lot of hours wasted... any suggestions would be greatly appreciated.

  • Unable to open the export file during Import ABAP phase on tar(System copy)

    Hi Experts,
    We are encountering the following error during Import ABAP phase on target system as we are performing system copy on target system as part of hardware migration(Data center migration).
    Scenario:
    Sourrce system -  BI- ABAP(7.01), Win 2003 x64 unicode,Oracle 10.2.0.4
    Target system - BI-ABAP(7.01), Win 2008 R2 unicode, Oracle 11.2.0.1
    Actually on source system the data has been generated using migration monitor by using table splitting option and transferred on target system thru ftp option.
    During Import process while selecting the Database installation type we have selected the installation method as "Standard systemcopy/Migration(load based)" and not checked the option "Start Migration montior Manually".
    As far as my concern this error has nothing to do with this selection.please correct me If i am wrong.
    T:\usr\sap\BWS\SYS\exe\uc\NTAMD64\R3load.exe: START OF LOG: 20110428082000
    T:\usr\sap\BWS\SYS\exe\uc\NTAMD64\R3load.exe: sccsid @(#) $Id: //bas/701_REL/src/R3ld/R3load/R3ldmain.c#5 $ SAP
    T:\usr\sap\BWS\SYS\exe\uc\NTAMD64\R3load.exe: version R7.01/V1.4 [UNICODE]
    Compiled Feb 24 2009 23:41:07
    T:\usr\sap\BWS\SYS\exe\uc\NTAMD64\R3load.exe -dbcodepage 4103 -i test_MIGKEY.cmd -l test_MIGKEY.log -K
    DbSl Trace: ORA-1403 when accessing table SAPUSER
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8
    (TFH) ERROR: Unable to open
    10.207.3.59\d$\ftproot\import_sap\BWS\ABAP\DATA\ARFCSDATA.TOC
    (TFH) ERROR: OS error message: Invalid argument
    T:\usr\sap\BWS\SYS\exe\uc\NTAMD64\R3load.exe: job finished with 1 error(s)
    T:\usr\sap\BWS\SYS\exe\uc\NTAMD64\R3load.exe: END OF LOG: 20110428082003
    Kindly revert with resolutions and suggestions and any hint to the oss notes as we haven't found anything specific to this error.
    Regrds,
    Dheeraj

    \\10.207.3.59\d$\ftproot\import_sap\BWS\ABAP\DATA\ARFCSDATA.TOC
    Please check if above said file located under specified path where SAPINST searvhing for it ie at
    10.207.3.59\d$\ftproot\import_sap\BWS\ABAP\DATA. if this file dont exist them it may be the case that your export is not proper.
    Also check if user from which you have started this SAPINST is able to access
    10.207.3.59\d$\ftproot\import_sap\BWS\ABAP\DATA.
    Thanks..
    Mohit

  • Error during import of business object BOREPMA (crystal reports)

    Dear Colleagues,
    we have a problem with importing of crystal reports into productive system,
    export works fine - I get .car files, but import finished with error : "Error occurred in data conversion".
    We could not find any reason for this error..... may be someone had same issue in the past?
    How can I check what happens in background during import?
    Thank you very much for response

    Hi Nick,
    our problem is following: we changed *existing crystal report* on development workstation, and trying to import to q-workstation, as it was not possible, we made changes on q-workstation and trying to import to productive-workstation. We don't have crystal report designer on productive workstation and it is a reason why we can not create new report with same name as you suggested (on productive workstation).
    In general, how should crystal reports be transferred between different systems (development, test,, productive) if you have crystal report designer only on development system? We think the export-import function can do this, but there is a data conversion error.... OSS message is created since 9 month, we don't get really solution from SAP...
    Did you had the same problem or you have crystal report designer on productive workstation and can change coding there?
    Thank you very much
    Best rehgards
    Natalia Barannikov

Maybe you are looking for