SAP import the part of system copy.

Dear Experts,
I am doing SAP import the part of system copy.  Every phase is complete successfully but in u201C Create Database Schema u201C status bar i got information u201C remove schema user SAPSR3u201D.
This step is running since 10 hours.  Is this the actual time to be taken or am i missing out any task which needs to be looked into as well.
Kindly help to complete this task so that I can proceed with the process of importing.
Thanks & Regards,
Vishal Borisa.

Hello Vishal,
you can ask Oracle what statement is currently running, e.g. by:
select a.sid,a.serial#,a.user#,a.username,a.process,a.logon_time,a.command,b.sql_id,b.sql_text
from v$session a, v$sqlarea b
where a.sql_address=b.address
and a.status='ACTIVE' and a.type<>'BACKGROUND'
order by a.sid;
Regards,
Mark

Similar Messages

  • How to reprocess failed monitor jobs in Import ABAP phase of system copy

    Hi Experts,
    Can you please let me know how to reprocess the failed monitor jobs during Import ABAP phase as i am performing the import of data as part of system copy of ABAP stack.
    But i have not got any errors so far as the import process is running fine but there are few jobs which are showing as failed.Hence how can i reprocess these failed jobs again.
    Regards,
    Dheeraj

    Hi Juan,
    Here you go.And i have not selected the option" Start migration monitor manually "and where as on Source system the guy has used migration monitor option in order to split the tables and ftp for transferring the export data on target system.
    Is this error anything to do with that?
    Import Monitor.java.log
    Import Monitor jobs: running 1, waiting 1, completed 223, failed 13, total 238.
    Loading of 'RSERRORHEAD' import package: OK
    Import Monitor jobs: running 0, waiting 1, completed 224, failed 13, total 238.
    Import.monitor.log
    WARNING: 2011-04-30 02:57:31
    Cannot start import of packages with views because not all import packages with tables are loaded successfully.
    WARNING: 2011-04-30 02:57:31
    13 error(s) during processing of packages.
    INFO: 2011-04-30 02:57:31
    Import Monitor is stopped.
    SAPINST_dev.log
    TRACE      2011-04-30 02:57:37.578 [iaxxgenimp.cpp:699]
                CGuiEngineImp::showMessageBox
    <html> <head> </head> <body> <p> An error occurred while processing option <i>SAP NetWeaver 7.0 including Enhancement Package 1 Support Release 1 > Software Life-Cycle Options > System Copy > Oracle > Target System Installation > Central System > Based on AS ABAP > Central System( Last error reported by the step: Program 'Migration Monitor' exits with error code 103. For details see log file(s) import_monitor.java.log, import_monitor.log.)</i>. You can now: </p> <ul> <li> Choose <i>Retry</i> to repeat the current step. </li> <li> Choose <i>Log Files</i> to get more information about the error. </li> <li> Stop the option and continue with it later. </li> </ul> <p> Log files are written to <code>C:\Program Files/sapinst_instdir/NW701/LM/COPY/ORA/SYSTEM/CENTRAL/AS-ABAP/</code>. </p> </body></html>
    TRACE      2011-04-30 02:57:37.578 [iaxxgenimp.cpp:1248]
               CGuiEngineImp::acceptAnswerForBlockingRequest
    Waiting for an answer from GUI
    Regards,
    Dheeraj

  • How to change the SID during system copy

    This blog /people/johannes.heinrich/blog/2006/07/07/new-features-in-db2-udb-v9--part-3 (i.e.  the "new feature of V9" in this group) only
    talk about the system copy without changing the SID.
    In reality, we often want to change the SID during the system copy. Can we modify the script mentioned in above blog
    to make SID change possible?
    Thanks!

    Hi Christy,
    if you´re using export/import which is prefered you can change the sid during the parameter setting for export and import. You´ll be asked by the old sid and the new sid. For the tablespace names it is not so important because db2 is using tablespace id not the name for the internal administration.
    Regards
    Olaf

  • "Table VSEOPARENT is not in the database" after system copy to x64

    Hi SDNners,
    We've just completed a system copy of our SolMan 3.1 system onto a new
    (Xeon x64 based) server. This system copy is part of the process of
    moving SolMan 3.1 from an old server onto 64bit hardware and then
    upgrading it to SolMan v4 and Oracle 10G.
    Although the system appears to start properly in the MMC, we are unable
    to log into the system through SAPGUI - we get a SYNTAX_ERROR window
    instead of a logon screen.
    I've checked the SysLog from within the MMC and noticed a number of
    errors stating:
    Database: Table VSEOPARENT is not in the database
    Database: Table VSEOIFIMPL is not in the database
    Database: Table VSEOIFCOMP is not in the database
    I tried running SQL command 'select * from "SAPSOL"."VSEOPARENT"; and
    it confirmed that the table didn't exist. I then ran the same command
    on the source SolMan system and it showed that VSEOPARENT DID exist. I
    don't understand how these VSEO* tables could have gone missing between
    the source and target systems.
    I've searched OSS for VSEO* and cannot find anything. Please help!
    Thanks,
    Arwel.

    Hi Arwel,
    how exactly did you copy the database to the new server?
    the tables you stated are an essential part of the ABAP runtime environment, so the syntax error is surely because of these tables are missing.
    Regards,
    Pascal

  • Error while importing data using SAPINST system copy method

    Dear Friends,
    I am in process of doing system copy from production to Quality.
    OS: Linux
    Database: DB2
    We have completed export from production. I have uninstalled quality system before importing, uninstall of quality system was succesful. Know while importing the exported data by using sapinst method, i am getting error in phase define parameter. Where it is showing error as below.
    ==============
    TRACE      2011-07-01 13:15:35.738
    Found Error, error_codes[0] = <SELECT 'DATABASE-SCHEMA '||name||' COUNT : ( '||STRIP(CHAR(cnt1))||' ) ' FROM ( SELECT 'SAPGEQ' AS name , COUNT(*) AS cnt1 FROM SYSCAT.SCHEMATA WHERE schemaname='SAPGEQ' ) AS sub
    SQL1036C  An I/O error occurred while accessing the database.  SQLSTATE=58030>
    TRACE      2011-07-01 13:15:35.738
    During execution of <last_command.sql>, <1> errors occured.
    ERROR      2011-07-01 13:15:35.738 [iaxxinscbk.cpp:260]
    MDB-01999  Error occured, first error is: <SQL1036C  An I/O error occurred while accessing the database.  SQLSTATE=58030>
    ===================
    from the above error , it seems it is trying to conect to old quality database, but i don't know why it is doing so, as i have already uninstall the complete instance using sapinst. need your expert suggestion to over come this issue.
    Thanks
    Anil Bhandary

    Hi ,
    This is probably due to shutdown of the system not correctly.
    you will have to re-create control file.
    Regards
    Nagaraju

  • Commitment Interface from SAP to the third party system!

    When we created Purchase Requisition or Purchase Order, the commitment will be created. The third party system needs to track the commitment. So SAP needs to send the commitment to the third party system by this interface.
    But when the Goods have been delivered, the commitment will be zero out and the actual will be posted to SAP. SAP needs to send the offsetting records to the third party system. In this way, the third party systems knows that how much commitments have been reduced.
    My problem is that I cannot find the right table to record the offsetting entry. In the table COSP, I can identify the commitment by the Business Transaction -- RMBA and RMBE. But it did not record the offsetting entry. It just becomes zero when the goods have been delivered. But I have nothing from that table to send to the third party system.
    Does anyone meet this problem before? Can you share some experience on this?
    Thanks

    Hello All,
    The issue is resolved now. In the EAI seebeyond at the time of writing the file to be sent after reading the IDOC the format is changed. Initially the file is written in the ASCII format now we have changed the formatting to ISO to resolve the same.
    Thanks,
    Mohit

  • Reg: IDoc is u0091pushedu0092 into SAP from the external EDI system

    Iam facing one issue in our system for message type DESADV (inbound). please read through .
    "When an IDoc is pushed in from the external EDI system & even though the inbound Partner Profile is set to immediate processing mode:
    The IDoc stays in status 64 - 'IDoc ready to be transferred to application'. This assumes that the IDoc has not been processed yet and still needs to be processed with program RBDAPP01 (or via the “process” button in BD87).
    We don't want to again run this program "RBDAPP01". What was the problem.
    I appreciate ur help.

    Hi Krishna,
    In some other scenarios if an IDocs remains in status 64, it means that the processing within the IDoc engines did not reach its end, where the new status could be set. There are two principal reasons:
    1. In the matching partner profile the processing is not set to "Trigger immediately"
    2. The application that processes the IDoc abnormally ends with a fatal error (crashes). If this happened you will see a trace in the system log (ST22). In this case have the satellite system write the file to disk but you trigger the EDI_DATA_INCOMING. Then start EDI_DATA_INCOMING from SE37 manually and debug yourself through the individual steps. A good start would be to set a break-point in the application handling function (in your case: IDOC_INPUT_DESADV ).
    If useful do reward.
    Regards,
    Adarsh Srivastava

  • Facing issue during the export of the oracle system_ system copy

    Dear All,
        We are exporting the R3E 47 / oracle database 9.2.0.5.0. I am facing an error in the database export phase.
    Dbsl Trace : Error 12535 in stmt_fetch()
    Dbsl Trace: ORA-12535 occured when executing SQL statment ( parse error offset=373)
    (EXP) ERROR: Dbsl ExeRead failed
        rc = 99, table "ZMT054_STOCKAGE"
       ( SQL error 12535)
      error message retunred by Dbsl
    ORA-12535:TNS:operation timed out
    (DB) INFO : disconnected from DB
    I have changed parameter CONNECT_TIMEOUT as per note 34479 to Value 0 restarted listener services and SAP as well. After restarting the export i am facing the same error.
    Kindly suggest me pls
    Regards
    Raj

    Hi Juan,
          Thanks for the info link. I have changed the paramater with higher value and skipped the table , then the export went fine.
    Thanks again.
    Raj

  • How to export for System Copy

    I know I can import the database using system copy in sapinst but can someone please explain how do I export the existing database so that I can import it.

    Hello Rajesh,
    the same way as you do an import.
    In the sapinst menu is a point for exporting the database.. that is what you are searching for.
    Regards
    Stefan

  • SAP R/3 System Copy - DB instance error

    Hi!
    I'm doing a SAP R/3 heterogeneous system copy.
    I'm insttaling the Db Instance (system copy) but in the step DB2 UDB Tablespaces I'm getting the following error:
    TRACE
    Execute: db2 create temporary tablespace PSAPTEMP16 in nodegroup IBMTEMPGROUP pagesize 16k  managed by system using ('/db2/ILD/saptemp1/NODE0000/temp16/PSAPTEMP16.000' ) extentsize 16 prefetchsize 16 bufferpool BP_STD_16K  DROPPED TABLE RECOVERY OFF
    ERROR 2008-07-21 15:03:25
    MDB-01043  Error message: DB6CliExecute(): [IBM][CLI Driver][DB2/AIX64] SQL0204N  "BP_STD_16K" is an undefined name.  SQLSTATE=42704
    The DB2 version is 8 and fixpak 15.

    Hi Beck,
    Thanks for the reply.
    But I began the installation from zero, but right now I'm having a different error with DB2, it doesn't start. I beilieve it has something to do with services and stuff like that but I dont know how to resolve it.
    santa_maria:db2ild 2> db2set -all
    [e] DB2CHKPTR=OFF
    [e] DB2CODEPAGE=819
    [e] DB2COMM=TCPIP
    [e] DB2COUNTRY=1
    [e] DB2DBDFT=ILD
    <i> DB2_OBJECT_TABLE_ENTRIES=50000
    <i> DB2_INLIST_TO_NLJN=YES
    <i> DB2_MINIMIZE_LISTPREFETCH=YES
    <i> DB2_REDUCED_OPTIMIZATION=4
    <i> DB2_EVALUNCOMMITTED=YES
    <i> DB2_ANTIJOIN=ON
    <i> DB2_SKIPDELETED=YES
    <i> DB2_HASH_JOIN=ON
    <i> DB2MEMMAXFREE=2000000
    <i> DB2ENVLIST=INSTHOME SAPSYSTEMNAME dbs_db6_schema DIR_LIBRARY LIBPATH
    <i> DB2COUNTRY=1
    <i> DB2COMM=TCPIP
    <i> DB2CODEPAGE=819
    [g] DB2SYSTEM=santa_maria
    [g] DB2ADMINSERVER=dasusr1
    santa_maria:db2ild 3> db2 get dbm cfg
    SQL6031N  Error in the db2nodes.cfg file at line number "0".  Reason code
    "11".
    santa_maria:db2ild 4> db2start
    SQL6030N  START or STOP DATABASE MANAGER failed.  Reason code "13".

  • Homogenous System Copy SAP 4.7, Oracle 9.2.0.7

    hi
    I have SAP 4.7, Oracle 9.2.0.7 system on windows.
    I need to perform a system copy of this to QAS System.
    I need some dcouments/procedure to do the same.
    Since it is a very old version, so i am not able to find any document.
    Please assist.

    Hi,
    1. http://www-03.ibm.com/systems/storage/disk/pdf/DS6K_SYS_CLONING_white_paper_093005.pdf
    2. http://service.sap.com/osdbmigration
    3. http://service.sap.com/notes -->547314 - FAQ: System Copy procedure
    Regards,
    Srini Nookala

  • CIM_ERR_FAILED: while importing the Business System in quality sytem

    Hi Experts,
    I got error while importing the SLD (Business system) from Devolopement system to quality system.
    Business system is third party system.
    note i created business systemaaa(third party) using the quality system integration server and assign this to as target in the dev business system in transport tab.
    like i have Business system in DEV like this : BS_DEV(integration server is DEV) ( using this i was devloped the objects using this business system the like Communication channel,RD,ID,RA etc.)
    i was created  another business system:BS_QA(integration server is QA)
    the transport tab of the BS_DEV i puted the BS_QA as target.
    i used same technical systems,product,SWCV for the both Business systems
    but while importing the BS_QA i got the following error:
    CIM_ERR_FAILED: Instance referenced in role Antecedent of association SAP_BusinessSystemPath does not exist:
    BS_DEV not imported in quality is this is cause for this problem ?
    which one i need to import either BS_DEV or BS_QA to quality?
    thanks in Advance

    Hi,
         Check if CIM content versions are same in DEV and QA.If there is any version difference you might need to update CIM content if there is any inconsistencies in CIM content there are chances to get such kind of errors.
    Regatrds,
    Naveen.

  • Parties, Business Systems and Business Services

    Hi guys,
    I've read a lot about items in subject, but have some doubts about applying them to my scenario. I have to integrate SAP system and web service.
    As far as I understand concepts, this is B2B communication, so I have to use parties. To represent SAP system I use Business System, as it's described ins SLD,  and for Web service I use Business Service... just as we use business services for web services
    --- Am I right here? Will it work ok in reciever determination, agreement?
    Thank you.

    Hi,
    You are doing the usage of business systems and services in proper way.
    The scenario will difinately work with combination of business system and service.
    It will be fine for all other configurations such as Receiver Determination, Sender/receiver agreements and interface determination etc.
    Please see below the importance of Parties, Business Systems and Business Services 
    A communication party
    A communication party (party for short) represents a larger unit, which is involved in a collaborative process. Using a communication party, you generally address a company within a cross-company process. 
    You can assign a communication party one or more services to address it as the sender or receiver of messages.
    A business system
    If you want to address a particular business system as the sender or receiver of messages, choose this service type.
    A business system is an actual application system in a system landscape. A business system (service) comprises information about the inbound and outbound interfaces and the software component versions of the business system.
    You usually use business system services when configuring internal company processes.
    A business service
    If you want to address an abstract business entity as the sender or receiver of messages, choose this service type.
    Using a business service, you can define the technical or business subunits of the companies involved and then assign them the relevant interfaces.
    You usually use business services when configuring cross-company processes. In this case, you only make your interfaces known to the business partners involved and either do not make any details about your own system landscape available, or only specific details. 
    For example, you can define RosettaNet Partner Interface Processes (PIPs) as business services.
    Thanks
    Swarup

  • Error in heterogenous system copy

    Hi Guys,
    I am getting n error during the import phase in het system copy. I am doing a system copy from AIX 5.3, DB2 UDB 8.1..1.88 FP 9 to Win server 2003 SP1, DB2 UDB 8.1.1.88 FP16.
    The following is log from DBMIG.log file
    INFO 2008-05-23 17:38:43 CommandFileController SyFileVersionSave:736
        Saving original content of file C:\Users\bkdadm\Install\DBMIG.R3S
    INFO 2008-05-23 17:38:43 CommandFileController SyFileCopy:676
        Copying source file C:\Users\bkdadm\Install\DBMIG.R3S to target
        file C:\Users\bkdadm\Install\DBMIG.R3S.3 ...
    INFO 2008-05-23 17:38:43 CommandFileController SyPermissionSet:2207
        Changing permission for file C:\Users\bkdadm\Install\DBMIG.R3S
        from 777 to 666.
    INFO 2008-05-23 17:38:44 Main
        Preparation successfully completed.
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 SyCheckHostnameLookup:434
        checking host name lookup for 'SAP'
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 SyCheckHostnameLookup:473
        offical host name for 'SAP' is 'SAP.twc.pvt'.
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 SyCheckHostnameLookup:541
        host 'SAP' has ip address '192.168.192.35'
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 SyCheckHostnameLookup:581
        offical host name for '192.168.192.35' is 'SAP'.
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 SyCheckHostnameLookup:434
        checking host name lookup for 'SAP'
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 SyCheckHostnameLookup:473
        offical host name for 'SAP' is 'SAP.twc.pvt'.
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 SyCheckHostnameLookup:541
        host 'SAP' has ip address '192.168.192.35'
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 SyCheckHostnameLookup:581
        offical host name for '192.168.192.35' is 'SAP'.
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 SyCheckHostnameLookup:434
        checking host name lookup for 'SAP'
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 SyCheckHostnameLookup:473
        offical host name for 'SAP' is 'SAP.twc.pvt'.
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 SyCheckHostnameLookup:541
        host 'SAP' has ip address '192.168.192.35'
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 SyCheckHostnameLookup:581
        offical host name for '192.168.192.35' is 'SAP'.
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 SyCheckHostnameLookup:434
        checking host name lookup for 'SAP'
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 SyCheckHostnameLookup:473
        offical host name for 'SAP' is 'SAP.twc.pvt'.
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 SyCheckHostnameLookup:541
        host 'SAP' has ip address '192.168.192.35'
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 SyCheckHostnameLookup:581
        offical host name for '192.168.192.35' is 'SAP'.
    INFO 2008-05-23 17:38:44 DATABASEINSTANCE_NT_DB6 DefValForKey_OS:0
        R3Setup found the share 'SAPLOC' on drive D:.
    INFO 2008-05-23 17:39:00 CDSERVERMIG_NT_DB6 InternalColdKeyCheck:0
        The CD KERNEL will not be copied.
    INFO 2008-05-23 17:39:00 CDSERVERMIG_NT_DB6 InternalColdKeyCheck:0
        The CD RDBMS will not be copied.
    INFO 2008-05-23 17:39:00 CDSERVERMIG_NT_DB6 InternalColdKeyCheck:0
        The CD EXPORT1 will not be copied.
    ERROR 2008-05-24 22:33:29 GETDBSIZEKEYS_IND_IND ColdKeyCheck:0
        Phase failed.
    ERROR 2008-05-24 22:33:29 InstController Action:0
        Step GETDBSIZEKEYS_IND_IND could not be performed.
    ERROR 2008-05-24 22:33:30 Main
        Installation failed.
    ERROR 2008-05-24 22:33:30 Main
        Installation aborted.
    I checked the DBSIZE.TPL file as well it is there with full permissions in the following path
    <DRIVE>\<EXPDIR>\DB\DB6\DBSIZE.TPL
    Please reply me back
    Thank you
    Irshad Mohammed

    What immediately comes to my eyes is the hostname "SAP" - accordign to the installation documentation neither and instance nor a hostname must be named "SAP"....
    Markus

  • R3load system copy: Error on database export

    Hello all,
    I am trying to do a system copy via r3load - Export and then import on a WAS 640 oracle Netweaver based system which has both ABAP and JAVA stack. The source and target system are on the same win2000 host. I am getting below errors in the export stage of the system copy. I am following the sap doc: Homogeneous and Heterogeneous System Copy for SAP Systems based on SAP Web AS ABAP 6.40 SR1 .pdf
    As per the doc the below are the main steps
    1) Generate DLL-statements [Page 55] (Call transaction SE38 and run the program SMIGR_CREATE_DDL...Execute the program. The DDL statements are generated and are written to thespecified directory.)
    2) Run SAPinst to export the database [Page 48].
    3) Set up the target system [Page 60].
    I am stuck at 2) with the below errors during the export.
    For step 2, the sapinst asked me to enter
    source <SID>
    Source <DBSID>
    Source schema: I gave this as SAP<SID>
    no of process and alphabetic load.
    Afer this...
    R3ldctlExport.log reports the below errors
    WARNING: no technical settings for table "WFQUE" in SAP data dictionary - defaults used
    WARNING: no technical settings for table "WFSTO" in SAP data dictionary - defaults used
    WARNING: value for DD28S.CONSTANTS not in quotes, view "COVMVSVW"
    WARNING: value for DD28S.CONSTANTS not in quotes, view "DVTOPAY"
    WARNING: value for DD28S.CONSTANTS not in quotes, view "V_LTDX"
    WARNING: value for DD28S.CONSTANTS not in quotes, view "W3TEMPLATE"
    DbSl Trace: ORA-24508 occured when executing SQL statement (parse error offset = 29)
    ERROR: ExeRead for get_loc_table_inf failed
    ORA-24508: Message 24508 not found;  product=RDBMS; facility=ORA
    Error generating DDLINF.TPL
    (UPT) Info: Preparing tables and tablespace entries.
    (UPT) Info: Distributing tables and tablespace entries.
    (WLL) Info:  finished writing location lists
    And sapinst reports several of the below errors...
    ERROR 2007-06-17 17:24:14
    MSC-01015  Process finished with error(s), check log file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_ORA_UC\EXP/SAPUSER.log
    ERROR 2007-06-17 17:22:44
    MSC-01015  Process finished with error(s), check log file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_ORA_UC\EXP/SAPDODS.log
    ERROR 2007-06-17 17:22:44
    MSC-01015  Process finished with error(s), check log file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_ORA_UC\EXP/SAPPOOL.log
    ERROR 2007-06-17 17:22:44
    MSC-01015  Process finished with error(s), check log file D:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_ORA_UC\EXP/SAPSDIC.log
    ...etc
    *.TSK files are being created.
    For example, if I describe for one particular package...
    SAPSSEXC.TSK has entries like the below
    D DM45T E ok
    D DM46S E ok
    D DOKCLU E err
    D DOKHL E xeq
    D DOKIL E xeq
    D DSYST E xeq
    D DYNPSOURCE E xeq
    D ENLFDIR E xeq
    D EUDB E xeq
    D EUGUITEXT E xeq
    D EUOBJ E xeq
    D EUOBJEDIT E xeq
    A log file SAPSSEXC.log exists which notes the termination of the r3load export process.
    EXP) TABLE: "DM42S"
    (EXP) TABLE: "DM42T"
    (EXP) TABLE: "DM43T"
    (EXP) TABLE: "DM45L"
    (EXP) TABLE: "DM45T"
    (EXP) TABLE: "DM46S"
    (NT)  Error:  DOKCLU                        : normal NameTab from 20041108162211 younger than alternate NameTab from 20010201171049!
    Syslog: k CQF : DOKCLU                        &20010201171049&2004110rscpgdio 47myCluster (55.13.Exp): 874: received return code 64 from rscpCheckNTTimeStamps.
    myCluster (55.13.Exp): 875: suspicious create timestamp of alternate nametab encountered.
    myCluster (55.13.Exp): 879: create timestamps of nametab: 20041108162211; alternate nametab: 20010201171049.
    myCluster (55.13.Exp): 297: error when retrieving physical nametab for table DOKCLU.
    (CNV) ERROR: code page conversion failed
                 rc = 2
    .--============.|                              RSCP - Error                            || Error from:             Codepage handling (RSCP)                   3 || code:   64  RSCPECALL    Illegal mixture of procedure calls.         || Altername NameTab too old                                            || module: rscpgdio no:   47 line:  2876                    T100: TS007 || TSL01: CQF  p3: DOKCLU                        &20010201171049&2004110||                                                                      |`--
    '(rscpMC) Warn: env I18N_NAMETAB_TIMESTAMPS not set
    (DB) INFO: disconnected from DB
    I:\usr\sap\VIK\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    I:\usr\sap\VIK\SYS\exe\run/R3load.exe: END OF LOG: 20070617185123
    Also some of the other log files for other packages terminate with:" disconnected from db" in the middle of the export.
    What I tried: I tried putting in the latest patch level for r3ldctl, r3load and r3szchk kernel files. It was at kernel patch 43. I upgraded to latest 175 from market place. And restarted sapinst again to start the export again. Again I face the same problem. Sapinst aborts at this stage again. I basically took the whole sapexedb patch 175 and yupdated the kernel but it did not help.
    If any of you out there can lead me in the right direction so that I can get over this stumbling block, would be grateful.
    Many Thanks, Vikram
    [email protected]

    Could anybody  please tell what is the required codepage for oracle?
    Our system has NLS_LANG=AMERICAN_AMERICA.WE8DEC
    Thanks a lot!

Maybe you are looking for

  • Can a G3 imac run photobooth?

    I was looking to set up a DIY photo booth at my wedding and wanted to use an older imac. If the imac is running Tiger, what are the other specs that Photobooth would need? I have a 2001 M8582LL/A. It's 500Mhz, 512MB ram, 20Gig ATA running 10.4.11. Is

  • X3-02 RM-639 v7.51 fw not seen from Nokia update

    Why does the 7.51 version firmware not appear from within the Nokia Suite as an available update?  x3-02 RM-639 here currently at v5.65.

  • My Photoshop won't do anything

    I can't actually get photoshop to go into the image editor. The program launches just fine, I can open up any dialogs such as preferences, but when I try to open something or start a new file, nothing happens. No error message either. If I click File

  • Cannot find Equium A210-1C4 support

    Hello I cannot find any information about the Notebook I have it is a EQUIUM A210-1C4 but I cannot find this in the initial drop down for support of the discontinued area. I need to re-install the operating system but the supplied Product Recovery di

  • Can't create restore disk image

    I want to create a restore disk image of my os x hardrive using disk utility. Everytime I try to create the image it says unable to create disk resource busy. Can anyone help me with this? Thanks, Matt