Java System Copy Error

Hi all. I am trying System Copy.
During the Database Load I became the following Error
"An error occurred while processing service SAP NetWeaver'04 Support Release1> Java System> MS SQL Server> Migration - Target System Installation."
jload.log is:
info: trying to create table IMS_SYNCINXVIEW
com.sap.inst.jload.Jload dbImport
info: table IMS_SYNCINXVIEW created
com.sap.inst.jload.Jload dbImport
warning: DB Error during import of IMS_SYNCINXVIEW
com.sap.inst.jload.Jload printSQLException
warning: Message: The SQL statement "INSERT INTO "IMS_SYNCINXVIEW" ("ACTIVITYID","RESOURCEID","DOCUMENTTYPE","FORMATVERSION") VALUES (?,?,?,?)" contains the semantics error[s]: table "IMS_SYNCINXVIEW" unknown
com.sap.inst.jload.Jload printSQLException
warning: SQLState: SAP06
com.sap.inst.jload.Jload printSQLException
warning: ErrorCode: 1001123
com.sap.inst.jload.Jload dbImport
info: trying to create table J2EE_CONFIG
com.sap.inst.jload.Jload logStackTrace
warning: java.nio.BufferUnderflowException
     at java.nio.Buffer.nextGetIndex(Buffer.java:404)
     at java.nio.HeapByteBuffer.getChar(HeapByteBuffer.java:234)
     at com.sap.inst.jload.io.DataFileEntry.<init>(DataFileEntry.java:52)
     at com.sap.inst.jload.io.DataFile.getNextEntry(DataFile.java:354)
     at com.sap.inst.jload.io.DataFile.findDataEntry(DataFile.java:397)
     at com.sap.inst.jload.db.DBTable.create(DBTable.java:77)
     at com.sap.inst.jload.Jload.dbImport(Jload.java:278)
     at com.sap.inst.jload.Jload.executeJob(Jload.java:397)
     at com.sap.inst.jload.Jload.main(Jload.java:621)
com.sap.inst.jload.db.DBConnection disconnect
info: disconnected

Hi,
I have also faced the same error during system copy, the tables IMS_SYNCINXVIEW, PVC_ACTVERSVIEW, PVC_OBJVERSVIEW which are related to Development Infrastructure. These are bad tables and hence it has to be removed.
I found a file called negativTableListForJload.xml in C:\Program File
sapinst_instdir\NW04S\LM\COPY\MSS\SYSTEM\CENTRAL\AS-JAVA\install\sltools\
The import could be continued after removing the line
     <object name="IMS_SYNCINXVIEW" action="insert"/>
(and of course the corresponding entries for all the other views) from
the file IMPORT.XML
So the steps u have to perform are
Please cancel the Installation by pressing the cancel button and then stop the sapinst and edit these files and again continue the old installation.
1) go to C:\Program File
sapinst_instdir\NW04S\LM\COPY\MSS\SYSTEM\CENTRAL\AS-JAVA
EDIT the IMPORT.XML i.e. delete the line
<object name="IMS_SYNCINXVIEW" action="insert"/>
2) now again got to C:\Program File
sapinst_instdir\NW04S\LM\COPY\MSS\SYSTEM\CENTRAL\AS-JAVA\install\sltools\
edit the negativTableListForJload.xml file. i.e. delete the lines which has the entry for these tables.
3) Restart the installation. Donot retry.
Reward point if u feel so.
cheers
Naveen.H

Similar Messages

  • Java system copy problems with the Java Migration Toolkit

    During the JAVA system copy, we have have got the error in second last
    step i.e;Java Migration Toolkit. We tried to do the system copy twice
    but every time we have got the below error.
    Is this a know bug? I have got the OSS note 966752 but the value
    of 'src.ci.host' is already correct. has anybody come across the similar issue. please help.
    " CJSlibModule::writeInfo_impl()
    Output of /usr/java14_64/bin/java -
    classpath /usr/sap/CMT/SYS/global/sltools/sharedlib/launcher.jar:. -Xj9
    com.sap.engine.offline.OfflineToolStart
    com.sap.sdt.jmt.migrationtool.MigrationToolImport /usr/sap/CMT/SYS/global/sltools/jmt:/usr/sap/CMT/SYS/global/sltools/sharedlib import.switch
    resume downtime mti.properties is written to the
    logfile /home/cmtadm/CI_Import_08312009/runJmt.log.
    WARNING 2009-09-01 20:49:43.473
    CJSlibModule::writeWarning_impl()
    Execution of the command "/usr/java14_64/bin/java -
    classpath /usr/sap/CMT/SYS/global/sltools/sharedlib/launcher.jar:. -Xj9
    com.sap.engine.offline.OfflineToolStart
    com.sap.sdt.jmt.migrationtool.MigrationToolImport /usr/sap/CMT/SYS/global/sltools/jmt:/usr/sap/CMT/SYS/global/sltools/sharedlib import.switch
    resume downtime mti.properties" finished with return code 27. Output:
    ERROR 2009-09-01 20:49:43.477
    CJSlibModule::writeError_impl()
    CJS-20068 Error when running the J2EE Migration Toolkit.<br>SOLUTION:
    See output of logfile /home/cmtadm/CI_Import_08312009/runJmt.log: ''.
    ERROR 2009-09-01 20:49:43.479
    CJSlibModule::writeError_impl()
    CJS-20068 Error when running the J2EE Migration Toolkit.<br>SOLUTION:
    See output of logfile /home/cmtadm/CI_Import_08312009/runJmt.log: ''.
    ERROR 2009-09-01 20:49:43.480 [iaxxgenimp.cpp:731]
    showDialog()
    FCO-00011 The step RunMigrationController with step key
    |NW_Doublestack_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_Configure_Java|ind|ind|ind|ind|4|0|NW_RUN_MIGRATION_CONTROLLER|ind|ind|ind|ind|2|0|RunMigrationController was executed with status ERROR ."
    There is no log file by the name runJmt.log.
    Regards,
    Sagar

    This issue was resolved by OSS note 966752 itself. Below is the important line in the OSS note.
    Note: The default value is crucial! If a custom value other than the default value was applied, we highly recommend that you restore the default value.
    Thanks,
    Sagar

  • Distributed java system copy of NW2004s......

    Dear friends
    we have an requiremen on SAP NETWEAVER portal environement, we have to take a java system copy of our produciton portal.
    our source portal landscape details as follows:
    CI: Host A
    DB : Host B
    Target portal landscape:
    CI & DB on same host.
    EXPORT:
    i have taken the distributed system copy of HOST A CI , and taken full DB backup , refreshed the same backup on our new target DB.
    and export of host A is showing very low size . i mean in MB's
    IMPORT:
    while i started the import, i have installed the central services intances  (SCS..) it went succesfully.
    restored th DB backup on our new DB.
    when i started the CI installation it got strucked with following errors.
    pls assist me.
    *INFO 2011-02-18 15:37:57
    Execute step askSecStoreFiles of component |NW_Java_CI|ind|ind|ind|ind|0|0|NW_CI_Instance|ind|ind|ind|ind|11|0.
    ERROR 2011-02-18 15:37:58
    CJS-00030  Assertion failed: in
    function NW_CI_Instance_ind_ind_ind_ind_DialogPhase_askSecStoreFiles() {
        if (!NWInstall.getSystem(context.get("sid")).isSecStoreAvailable()) {
            ASSERT(arguments.callee, !installer.onUnix(), "SecureStore files must be available on Unix. Check if the global directory is mounted.");
            context.makeChangeable("secStoreSrcDir");
            var client = new ClientMapping();
            client.mapContextParameter("secStoreSrcDir", "'secStoreSrcDir'");
            installer.setKdbClient(client.getMapping());
            gui.invokeDialog({sid:"d_nw_ask_secstore_files"});
        } else {
            context.makeUnchangeable("secStoreSrcDir");
    SecureStore files must be available on Unix. Check if the global directory is mounted.
    ERROR 2011-02-18 15:37:58
    MUT-03025  Caught ESAPinstException in Modulecall: ESAPinstException: error text undefined.
    ERROR 2011-02-18 15:37:58
    FCO-00011  The step askSecStoreFiles with step key |NW_Java_CI|ind|ind|ind|ind|0|0|NW_CI_Instance|ind|ind|ind|ind|11|0|askSecStoreFiles was executed with status ERROR *

    Hi,
    Check below link:
    SecureStore files must be available on Unix. Check if the global directory
    Thanks
    Sunny

  • Java System Copy with SPNego configured

    Hi,
    I just attempted a java system copy of our EP7, SP12 Portal to new hardware.  The copy itself was successful.  I am not able to login to the Portal. 
    I ran the setspn -a HTTP/new_hardware same_user command to set the SPN with the ADS.  Still I am unable to login.  I have attempted to set the fall back login authentication method with the below SPNego settings and still I am not able to login.
    EvaluateTicketLoginModule ( SUFFICIENT )
    SPNegoLoginModule ( OPTIONAL )
    CreateTicketLoginModule ( SUFFICIENT )
    BasicPasswordLoginModule ( REQUISITE )
    CreateTicketLoginModule ( OPTIONAL )
    Could there be a step with SPNego the I may be missing with a system copy?
    Any help is greatly appreciated.
    Regards,
    Rick

    Rick,
    This is the central note for SPNEgo related issues : 968191
    SAP AS Java can not start after running SPNego wizard : Check this note as well. : 1082560.
    Note 982044 - SPNego succeeds but overall logon fails.
    Let me know what error message you get when try to access the Portal.Get the information from the log files.
    <drive>:\usr\sap\<sid>\<ins_id>\j2ee\cluster\server0\logs\defaultTrace.trc
    try to get the information from "work" directory as well.
    Regards,
    Karthick Eswaran
    Edited by: Karthick Eswaran on May 9, 2008 9:46 AM

  • PI (ABAP+JAVA) system copy

    It's said that PI (ABAP+JAVA) system copy is different from pure JAVA system copy or pur ABAP system copy.
    Could you share your experience?  Thanks!

    Hi Christy,
    For Java there is exe file, so by clicking that the java is installed on the system.
    For PI check the below link
    https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=870863
    For ABAP
    https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=784931
    Java tools copy for SAP PI
    https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=784118
    Regards
    Ramesh

  • ABAP+JAVA system copy using 3rd party export/import tools

    Hi all,
    I am trying to do a homogenous system copy.  I am following the syscopy guide for SAP NW 7.0 SR3 ABAP+JAVA systems
    We are running AIX 5.L and Oracle.
    My question is this.  We are using an IBM XiV system for our disk storage, and we are able to restore from "snaps" which is their version of images.  Does anyone know if it is possible to restore or "import" the data in a system copy using an outside tool like this?  If so, do you have any information on how to?
    I know it is possible to restore the database from an offline backup using BRTools rather than r3load and jload, and I just wanted to see if I can restore from a snap as it would save a lot of time in the procedure.
    Any help or ideas would be much appreciated.
    Thanks!

    >My question is this.  We are using an IBM XiV system for our disk storage, and we are able to restore from "snaps" which is their version of images.  Does anyone know if it is possible to restore or "import" the data in a system copy using an outside tool like this?  If so, do you have any information on how to?
    That approach is not supported.
    The reason is: combined instances write the instance name and hostname in various places, on the filesystem in .properties files, in the JDBC configuration, depending on the java applications you run on top in various other places. What you're trying to do is effectively "renaming" an instance.
    Technically it's possible to do it and to get it run, yes, but the supported way is running sapinst and choose ABAP + Java system copy. This will prevent you from lots of (not really documented) manual work after the copy.
    Markus

  • Abap+Java System Copy on NW2004

    Hello Gurus:
    I will be performing a system copy of NW2004 (not NW2004s) which is running on ABAPJava stack. How should I perform the system copy? I have gone thru the documents for ABAP system copy and Java System copy. What are steps that I need to follow to do the ABAPJava stack?
    Huge thanks in advance.
    Regards,
    N.S
    Message was edited by:
            Narayanan Swamy

    Hi Swamy,
    Please refer these notes to clarify further.
    Hom./Het.System Copy SAP Web AS 6.40 SR1 Java Note 785848 .
    restrictions which apply to the system copy see SAP Note 711093.
    Cheers,
    Shaym

  • Installation Master DVD Distributed Java System Copy menu missing

    Hello Gurus
    We want to perfom an Java system copy of our EP 6.0 using sapinst
    The source OS is Solaris 8.0 with Oracle 10.2.0.2
    The target OS is Solaris 10.0 with Oracle 10.2.0.2
    Our architecture is Distributed , CI is running on a system and DB server on another system.
    For this operation we use the master DVD 51033746_12 but we have an issue in exporting the DB as the
    Option for exporting the DB on a Distributed system is not displayed on the sapinst Menu .
    We followed the last guide taken from sap 'Homogeneous and Heterogeneous System Copy for SAP Systems Based on SAP Web Application Server Java 6.40 SR 1' and this option should be listed
    Excerpt:
    Choose the installation service SAP NetWeaver u201904 Support Release 1--> Java System --><DB> --> Distributed System --> Migration - Database Export.
    Unfortunately the Distributed system is not displayed and though we are stuck at the export step .
    I could not find any sapinst patches . Is it a known issue for Soalris system and is there a Workaround .
    Thanks for your help
    De Palma Lionel .

    Hello
    Thanks for your answer . Unfortunately this option is not available as we are using a NW04 SR1 system , not a nw'2004's one . With the latest master install (Installation_Master_6.20_6.40_05_08 51033746_5 )we have the choice of
    System copy  Source --> Java system --> oracle --> Migration Data  export 
                                    -->  HA Java system --> oracle --> Migration Data  export
    System copy  Target --> Java system --> oracle --> Central system-> Migration Data  export 
                          Target --> Java system --> oracle --> Distributed system -> Migration Target Central instance / Db instance install
    The Distributed system is available for Import option but no for the export one .
    My questions are :
    - Can we use a master nw2004's master DVD for system copy on a Nw'04s one ?
    - As the central instance is hosted on different system than DB instance , should I use the HA option ?
    Regards

  • Portal/Java system copy - test run

    Hi all,
    We are trying to do a test run of the java system copy - but would like to know where this option (test run) is in sapinst - which screen - we get to a point where it shows the parameters chosen with an option "restart system" chosen - so we are reluctant to go to the next sapinst screen, incase the portal  and /or DB is shutdown. NOTE - right now we want to do a test run of the Database export and instance export.
    We are running in a distributed environmnet with the app and db on differnet servers.
    Thanks in advance - Regards, Neeta

    Hi Neeta,
    If you choose for the option "Stop running system", you will get a pop-up at the end of the procedure. The system should be stopped by yourself, this will not be done automatically. So you can just proceed with your procedure..
    Kind regards,
    Mark

  • Java System Copy tool

    Hi,
    We have an ECC6 on NW 7 landscape and require a tool to copy system data across 2 SAP systems. I have come across this Java System Copy Tool. I have downloaded the packages:-
    Time analyzer
    Package Splitter
    Migration monitor
    OraBRcopy
    read the various documents that came with it and i just wanted to know that does this need to be run with SAPinst or can these need to be run individually? seems a bit confusing as there is no a straight forward document to read. I have read the Oracle Parameters that need to be set so that is one thing to discuss with my team.
    We have a very big database and i wanted to ask if someone out there has used this that how long did it take migrating your database and under what conditions i.e. was database shutdown, done when system least used, etc?
    It seems that Migration Monitor does the job of exporting and importing the packages but i am not sure how Package splitter or time analyzer fits into this?
    OraBRcopy is the same as using R3COPY so that is no problem for me but just these inidividual tools i need help understanding.
    Your help would be very much appreciated.
    Thanks
    Mani

    > We use the database copy procedure and apply redo logs after to a level the apps poeple want it, but recovery takes a long time and it requires lengthy file checks as some are missing so we were investigating alternative methods available one of which was this SAP tool.
    You never do full backups?
    > My understanding of what you are saying and please correct me if i am wrong.. is that sapinst can copy either java content (assume you mean the java database schema??) or ABAP schema or both. export the java contents and continue using the normal database copy/redo logs method?
    Yes. You would
    - take a backup of the source database
    - execute "sapinst", select system copy and select, that you're doing a "backup/restore" procedure
    - sapinst will put all the Java parts together and create a dump of it
    - you start sapinst on the target system, select system copy and that you're doing a "backup/restore" procedure
    - sapinst will install SCS/CI and stop then asking you to recover the database
    - sapinst will continue and setup the Java part
    What you encounter is one of the major drawbacks when using DualStack instances. I would, if it's possible, separate the two instances so you can copy them independently of each other.
    Markus

  • Java system copy with EP6.0 SP9 ora/unix to mss/win

    Hi,
    any document how to do java system copy ep6.0 SP (oracle/unix) to mss/window.
    Thanks for your  help.
    Thanks & regards
    pushpa

    A system copy tool is not yet available. There is some work going on about this and may appear later.
    What you can do is backing up and do it that way. See the "Technical Operatrions Manual"
    Regards,
    Benny

  • Hom System Copy- Error running J2ee migration tool kit

    Good Day Guys,
    Im performing homogenous system copy.I have encountered below error:
    INFO 2008-10-20 13:05:33
    Output of C:\j2sdk1.4.2_18-x64\bin\java.exe -classpath D:/usr/sap/LE1/SYS/global/sltools/sharedlib/launcher .jar;. com.sap.engine.offline.OfflineToolStart com.sap.sdt.jmt.migrationtool.MigrationToolImport D:/usr/sap/LE1/SYS/global/sltools/jmt;D:/usr/sap/LE1 /SYS/global/sltools/sharedlib import.switch resume downtime mti.properties is written to the logfile C:/Program Files/sapinst_instdir/ERP/LM/COPY/MSS/SYSTEM/CENTRA L/AS/runJmt.log.
    WARNING 2008-10-20 13:05:34
    Execution of the command "C:\j2sdk1.4.2_18-x64\bin\java.exe -classpath D:/usr/sap/LE1/SYS/global/sltools/sharedlib/launcher .jar;. com.sap.engine.offline.OfflineToolStart com.sap.sdt.jmt.migrationtool.MigrationToolImport D:/usr/sap/LE1/SYS/global/sltools/jmt;D:/usr/sap/LE1 /SYS/global/sltools/sharedlib import.switch resume downtime mti.properties" finished with return code 27. Output:
    ERROR 2008-10-20 13:05:34
    CJS-20068 Error when running the J2EE Migration Toolkit.<br>SOLUTION: See output of logfile C:\Program Files/sapinst_instdir/ERP/LM/COPY/MSS/SYSTEM/CENTRA L/AS//runJmt.log: ''.
    ERROR 2008-10-20 13:05:34
    CJS-20068 Error when running the J2EE Migration Toolkit.<br>SOLUTION: See output of logfile C:\Program Files/sapinst_instdir/ERP/LM/COPY/MSS/SYSTEM/CENTRA L/AS//runJmt.log: ''.
    ERROR 2008-10-20 13:05:34
    FCO-00011 The step RunMigrationController with step key |NW_Doublestack_OneHost|ind|ind|ind|ind|0|0|NW_One host_System|ind|ind|ind|ind|1|0|NW_CI_Instance|ind |ind|ind|ind|11|0|NW_CI_Instance_Configure_Java|in d| ind|ind|ind|4|0|NW_RUN_MIGRATION_CONTROLLER|ind|ind |ind|ind|2|0|RunMigrationController was executed with status ERROR .
    INFO 2008-10-20 13:06:29
    An error occured and the user decide to stop.\n Current step "|NW_Doublestack_OneHost|ind|ind|ind|ind|0|0|NW_On ehost_System|ind|ind|ind|ind|1|0|NW_CI_Instance|in d|ind|ind|ind|11|0|NW_CI_Instance_Configure_Java|i nd|ind|ind|ind|4|0|NW_RUN_MIGRATION_CONTROLLER|ind |ind|ind|ind|2|0|RunMigrationController".
    I have checked the runjmt.log its empty.
    I did find a note 966752.but couldnt solve the problem.Another thing do we need to have same version of j2sdk,mine are different on source(ia64) and target(x64).
    Please advice.
    BasisNerd

    CAn you precise also what Migration tool are you using?
    Migration from 5.1 to SAP BPC 7.0 NW?
    In that case when you are speaking about the installation about what part are you speaking?
    I think actually you are speaking about the migration tool from 4.2 to 7.0 Microsoft version .
    In that case you can install the mIgration tool just with SAP BPC sys admin users and you have to input the password for that user. Sys admin user for BPC is usually the user used for installation of SAP BPC server.
    Any way I suggest to follow the Migration tool training document and there you will find all the information necessary.
    Regards
    Sorin Radulescu

  • ABAP+JAVA System Copy -- Administrator account getting locked

    Hi,
    I am in the process of doing system copy of my portal to a new server. As per the SAP instructions, I had updated the JDK and SP levels of my EP to the latest supported ones.
    Now when i am doing JAVA Add-in Export of my system, SAPinst is throwing error that --
    "Error connecting to http://Entportal:50000/sap/monitoring/SystemInfoServlet. The provided user data might be incorrect or user might be locked.:
    and when I check the "administrator" user account, it is getting locked. Even though I manually unlock it and update the password is secure storage, still when I run SAPinst, again it is getting locked. I have also chnged the path of my temporary directory to c:\temp which has no spacees in it, according to SAP instructions.
    I have raised the issue through OSS, but still, in the mean time can sombody help me?
    Regards,
    Mandar

    Hi Akshay,
    I am not using any ID. SAPInst itself is trying to access systeminformationservlet using administrator account. at this stage it is failing to get the correct password and thats why my administrator account is getting locked.
    Regards,
    Mandar.

  • 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!

  • Homogeneus system copy error

    Hi all,
    I have already functionally a SAP instance PRD ECC 6.0(ABAP only) on server with Windows Server 2008 R2 X64 and Database MSSQL 2005.
    I tried to make a Homogeneus System Copy with Backup/restore method on same server but i have some errors.
    I made the Backup of the MSSQL PRD Database and I saved it to another partition.
    I created the QAS Datafiles on SAP DB partition and i loaded The NEW DB on MSSQL. For new Database QAS i selected SQL_LATIN1_General_CP850_BIN2 for collation option.
    I launched the SAPINST procedure and I selected the Homogenes System Copy Backup/Restore option.
    I selected the existing QAS DB that i already restore on MSSQL SERVER and then I pressed NEXT button.
    Now I have this error:
    Administrator@WIN2008SAP2: Input Error
    User tables belonging to the dbo schema were found in the database QAS.
    SOLUTION: You can only install an SAP system in a database with no user object belonging to the system schema dbo.
    If there already is an SAP System in the database(MCOD), or you install a Java ADD-in, you might have to convert the existing system to its own schema, or contact your SAP support.
    I looked on PRD System and it is a MCOD system. What shoud I do now? I did the wrong steps for HSC for MSSQL????
    Any help appreciated, Thanks
    M.C.

    Please check which tables exist in your SAP database with schema dbo:
    select name from sys.objects where schema_name(schema_id) = 'dbo' and type = 'U'
    If this shows only the tables sysdiagrams and dtproperties:
    This error can be caused by the existence of the table sysdiagrams.
    This table is created by monitor operation at the SQL Server Management Studio.                                           
    It can be deleted without risks as described below:                             
       drop procedure sp_upgraddiagrams                                      
       drop procedure sp_helpdiagrams                                        
       drop procedure sp_helpdiagramdefinition                               
       drop procedure sp_creatediagram                                       
       drop procedure sp_renamediagram                                       
       drop procedure sp_alterdiagram                                        
       drop procedure sp_dropdiagram                                         
       drop function fn_diagramobjects                                       
       drop table sysdiagrams                
    Regards,
    Guenther
    P.S.
    The table will be created again automatically when a new Diagram is created in object explorer.
    P.P.S.
    Newer sapinst shouldn't encounter this problem anymore, the check in control.xml was changed to consider this table as 'harmless' (as it already does with dtproperties).
    Edited by: Guenther Drach on Feb 17, 2011 9:46 AM

Maybe you are looking for

  • 10.3.1 updation interrupted.

    I am using BB Q10. I tried to update to the new OS 10.3.1. I could download the software but this got interrupted at 98% while instalation. Can someone help me to solve it?

  • Problem during the setting the query data source name in forms 6i

    We are now doing assignments in forms 6i actually there is a problem during setting the query data source name in run time. The problem is declare v_query varchar2(200), begin v_query :='(select empno,ename,deptno from emp where hiredate =' || contro

  • I can't print an email that has information that I need

    How to print emails

  • Hardware problem

    dear sir, in this month i have bought a new hp notebook and it has fallen in the problem of that was my notebook cooling fan has stop working. when the laappi gets heatup very much the lappi gets shut down or goes to the hibernate mode. this problem

  • Facing a strange issue

    I am calling jasper reports.. from a button.. But what i observe is after clickign the button the code which exist in a different page fires twice.. Previously itused to fire only once now twice..what can be the reason for it. . am i doing something