When creating system copy of PRD sistem to QAS system how to create transpo

when creating system copy of PRD sistem to QAS system how to create transport request queue on QAS with:
everything transported to QAS previously but
not transported to PRD.
We have an approval procedure with delete form queue on QAS after import.
Basically all tr.req from import queue(there I do not have delete from import queue) should be entered in same sequence to QAS.
I know how to add technically one transport request to queue but how to do that for many(all)

Jan
Check the import history of both QAS and PRD from a date which is just after your previous system copy.
Use the V-lookup function of MS Excel. You can determine those request which were there in QAS but have not been moved to PRD yet.
Now, if you want to add multiple request in the import queue , I would recommend to do it from OS level but writing a script.
You will find multiple threads in SDN for how to add request in import queue from OS level. Below one might be helpful
Link: [Re: need TP command for Add  Transport Request to import Queue all at a time;
Regards
Anindya
Edited by: Anindya Bose on Feb 22, 2010 10:02 AM

Similar Messages

  • How to configure  a test sever with the system copy with prd data

    Dear All ,
    I need to configure  a test sever with the system copy with prd data.
    Please any one can suggest the step by step process to do the same configure and  system copy.
    Regards
    kumar

    Dear All,
    I am facing problem in system copy. I want to knoe the way after restore i  can move all the data and server data in one drive .
    Now the error is resolve by changing the initTAT.sap the value tape to disk but now stuck in the drive for restore it is asking which is not there at os level.
    BR0252E Function mkdir() failed for 'M:\oracle\TST\SAPDATA4\PRD33' at location
    BrDirCreate-1
    BR0253E errno 2: No such file or directory
    BR0252E Function mkdir() failed for 'M:\oracle\TST\SAPDATA4\PRD32' at location
    TO solve the above problem i have created ad network drive for this but once all the restore will be completed than how i can i move the data form network drive to on drvie.
    Please suggest
    Regards,
    Kumar
    Edited by: kumarmoh on Jul 21, 2009 1:43 PM

  • System copy from PRD to QAS based ABAP system EHP4.

    Hi guys,
    I have to perform homogenous system copy from PRD to QAS.
    My PRD is ECC6.0 EHP4 release 701 sp 103( SAP_basis) with oracle ver 10.2.0.4.0.
    Is there any specific procedure for EHP4 or i can follow the below mentioned guide.
    https://websmp204.sap-ag.de/~sapidb/011000358700000514722009E.pdf.
    What pre-requisite i need to take care before doing the system copy?
    Regards
    Abhishek

    Hi,
    All pre-requisite is there in system copy guide.Apart from that take user master backup of quality system and after system copy, import the user master data back so that you have same users in quality system.
    Also, take RFC's backup also.
    Thanks
    Sunny

  • Homogeneous System Copy process: PRD to QAS on MSSQL

    We have a need to refresh our QAS system with a copy of PRD - the method I have been researching is a homogeneous database copy. I am having difficulty finding step-by-step documentation to carry this out for release R/3 4.6C.
    The only client refreshes I have performed are through SCC9 or SCCL and the R/3 installation was done by a consultants - hence the need for good step-by-step documentation!
    I should also note that our QAS system shares the same physical server as the DEV system.
    Any assistance is greatly appreciated.

    > I am assuming that I would be restoring the PRD database over the QAS database - this is where I am looking for additional documentation.
    Use
    http://service.sap.com/systemcopy
    all necessary steps (+ the mentioned notes) are described there.
    Markus

  • SAPINST System Copy MaxDB J2EE 7.0 "Row too long" at CREATE TABLE

    Hello Guru's,
    w'll make a system copy of a EP J2EE JAVA standalone system with sapinst an jload.
    At the phase Import JAVA Dump, the import halted with the following error...
    {Apr 1, 2009 3:10:35 PM com.sap.inst.jload.Jload dbImport
    INFO: trying to drop table KMC_UWL_ITEMS
    Apr 1, 2009 3:10:35 PM com.sap.inst.jload.Jload dbImport
    INFO: table dropped
    Apr 1, 2009 3:10:35 PM com.sap.inst.jload.Jload dbImport
    INFO: trying to create table KMC_UWL_ITEMS
    Apr 1, 2009 3:10:36 PM com.sap.inst.jload.Jload logStackTrace
    SEVERE: com.sap.dictionary.database.dbs.JddException: CREATE TABLE KMC_UWL_ITEMS failed
    15:10:35 2009-04-01 dbs-Info:  <<< Analyze table KMC_UWL_ITEMS >>>
    15:10:36 2009-04-01 dbs-Info:  predefined action is: >>>null<<<
    15:10:36 2009-04-01 sap-Info:  Table KMC_UWL_ITEMS not found on DB.
    15:10:36 2009-04-01 dbs-Info:  Action: CREATE
    15:10:36 2009-04-01 ope-Info:  Create table in database SAPDB
    E R R O R ******* (DbObjectSqlStatements)
    15:10:36 2009-04-01 dbs-Error:  Exception caught during SQL execution [-2000] (at 831): Row too long CREATE TABLE "KMC_UWL_ITEMS"("ITEM_ID" FIXED(19) DEFAULT 0 NOT NULL, "I_CONNECTOR_ID" INTEGER DEFAULT 0 NOT NULL, "SYSTEM_ID" VARCHAR(54) UNICODE  NOT NULL, "EXTERNAL_ID" VARCHAR(300) UNICODE  NOT NULL, "USER_ID" FIXED(19) DEFAULT 0 NOT NULL, "APP_CONTEXT" VARCHAR(255) UNICODE  , "ATTACHMENT_COUNT" INTEGER  , "CREATED_DATE" TIMESTAMP  , "CREATOR_ID" VARCHAR(255) UNICODE  , "DESCRIPTION" LONG UNICODE  , "DELETED_FLAG" VARCHAR(1) UNICODE  NOT NULL, "DUE_DATE" TIMESTAMP  , "EXTERNAL_OBJECT_ID" VARCHAR(255) UNICODE  , "EXECUTION_URL" VARCHAR(750) UNICODE  , "EXPIRY_DATE" TIMESTAMP  , "EXTERNAL_TYPE" VARCHAR(255) UNICODE  , "FLAGS" INTEGER  , "ITEM_TYPE" VARCHAR(255) UNICODE  NOT NULL, "PRIORITY" INTEGER  , "STATUS" VARCHAR(50) UNICODE  , "SUBJECT" VARCHAR(255) UNICODE  , "GROUP_ACTION" VARCHAR(1024) UNICODE DEFAULT ' ' , "PROCESSOR" VARCHAR(255) UNICODE DEFAULT ' ' )
    15:10:36 2009-04-01 ope-Info:  Table KMC_UWL_ITEMS could not be created in database
            at com.sap.inst.jload.db.DBTable.create(DBTable.java:109)
            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)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
            at java.lang.reflect.Method.invoke(Method.java:391)
            at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    Apr 1, 2009 3:10:36 PM com.sap.inst.jload.db.DBConnection disconnect
    INFO: disconnected
    We have MaxDB 7.6.00.09.
    The SAP Note  852597 is only for MaxDB Databases at Build 10.
    It's fixed at Build 15. SapHelp is not helpful.
    how WE can solve it????
    regards
    chris

    We have solved the issue with a newer MaxDB version. Not the best solution but works.

  • Add QAS in to system lanscape by system copy from PRD

    Dear Expert ,
    I had the follow case would like to have your comment on is that possible and any thing post step need to do.
    In before we only have 2 PI system . One is DEV ( XID) ,  the other one is PRD ( XIP ) .Now we would like to have 1 more QAS (XIQ) on our system lanscape.
    I would like to know is that possible for us to system copy XIP and change to SID from XIP to XIQ , so that we will have a QAS system for testing.Please help to advise is this method possible or not and will there any risk we need to take care.
    ( If possible I would like to know the post step and other information may usefull too )
    thx,
    Tony

    Am not a basis guy, But, out of experience, i can say that,
    it can be easily done with the help of basis guys,
    1) Make system copy of XIP & rename it to XIQ.
    2)Change all the connections to QAS server of ECC. Like proxy, RFC Destinations, SLD, etc.
    3)Update the file locations of XIQ to QA file locations in FILE ,FTP,SFTP CC's.
    4)Also, Need to verify all other CC's , if they are pointing to PROD, those needs to be changed to QAS.
    -santosh.

  • BW System copy from PRD to DEV - Reduce database size

    Hi All
    We are in the process of copying our existing Production BW system (3.5) to become a new Development & test system. We want to reduce the database size significantly from 1.4 Tb to about 150 - 200 Gb. We have deleted all cube and ODS data as well as much of the master data but still have much tablespace tied up in monitor entries (eg table RSMONMESS) and IDOCs. All of the notes I read say that we cannot delete from RSMONMESS in a "Prodcution" environment, however we are creating a new DEV system and really need to get rid of monitor entries anyway. So there are two questions:
    1. Any idea how we can clear up table RSMONMESS or delete unwanted monitor entries ?
    2. How can we delete IDOCs copied from our production system without archiving them ? (They are of no use in our new test system.)
    Please help.
    Many thanks in anticipation.
    Paul Sullivan
    Orica IT

    Hi Paul,
    See SAP Note 694895 - Performance and tables RSMON, RSDONE
    Note Language: English Version: 5 Validity: Valid Since 29.11.2005
    Summary
    Symptom
    Tables RSMON* (for example, table RSMONMESS) and tables RS*DONE (for
    example, table RSSELDONE) continuously increase in size in the BW system
    with each request that is created.
    Currently there is no option to reduce these tables.
    Do not delete any entries from these tables. If you did, this would have
    the following consequences:
    When you carry out the next check for the requests for which you have
    deleted records from these tables, the check will not run properly.
    The status of the relevant requests turns RED in the monitor, and also in
    all affected data targets that contain the request.
    The affected request and all subsequent requests are no longer visible in
    the reporting - all queries on the affected data targets then only display
    old data.
    Numerous dumps will occur in various situations.
    You will not be able to repair the errors caused by the deletion.
    More Terms
    RSMONMESS; RSSELDONE; Performance; RSMON; RSDONE;
    Cause and Prerequisites
    This is caused by a program error.
    Solution
    In the next BW release (BI in SAP NetWeaver 2004s - that is BW 7.0), you
    will be able to archive entries from the RSMON* and RS*DONE tables using a
    request archiving process that archives the administrative information for
    requests.
    After archiving, these tables are then considerably reduced in size.
    Until then, there is unfortunately no option for reducing the tables.
    Rgds,
    Colum

  • After System Copy from prd to qua,unable to start the oracle.

    Dear expeerts,
    I have successfully restored the Oracle database 10.2.0.4 from Production to Quality.but when i am trying to start the oracle it giving error message."ORA-00205: error in identifying control file, check alert log for more info"
    Please check the logs in alerts_ois.log file.
    ORA-00202: control file: 'F:\ORACLE\OIS\ORIGLOGA\CNTRL\CNTRLOIS.DBF'
    ORA-27047: unable to read the header block of file
    OSD-04001: invalid logical block size (OS 1551067503)
    Thu Dec 22 14:58:19 2011
    ORA-205 signalled during: ALTER DATABASE   MOUNT...
    check the results of
    SQL> show parameter control_files;
    NAME                                 TYPE
    VALUE
    control_files                        string
    F:\ORACLE\OIS\ORIGLOGA\CNTRL\C
    NTRLOIS.DBF, F:\ORACLE\OIS\ORI
    GLOGB\CNTRL\CNTRLOIS.DBF, G:\O
    RACLE\OIS\SAPDATA1\CNTRL\CNTRL
    OIS.DBF
    Please let me know some command to resolved this issue . I am trying it from 2 days.
    Regards,
    Akash

    Dear Experts,
    I have again tried restoring the Prodcution offline database  on Test server.
    Today also I am getting the error u201CORA-00205: error in identifying control file, check alert log for more infou201D
    And alert log is showing u201C
    Sat Dec 31 13:16:50 2011
    Starting ORACLE instance (normal)
    Sat Dec 31 13:16:50 2011
    Specified value of sga_max_size is too small, bumping to 1006632960
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 3
    Autotune of undo retention is turned on.
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.2.0.
    System parameters with non-default values:
      processes                = 80
      sessions                 = 96
      event                    = 10191 trace name context forever, level 1
      sga_max_size             = 1006632960
      shared_pool_size         = 486539264
      shared_pool_reserved_size= 48302653
      filesystemio_options     = setall
      control_files            = F:\ORACLE\OIS\ORIGLOGA\CNTRL\CNTRLOIS.DBF, F:\ORACLE\OIS\ORIGLOGB\CNTRL\CNTRLOIS.DBF, G:\ORACLE\OIS\SAPDATA1\CNTRL\CNTRLOIS.DBF
      control_file_record_keep_time= 30
      db_block_size            = 8192
      db_cache_size            = 486539264
      compatible               = 10.2.0
      log_archive_dest         = J:\oracle\OIS\oraarch\OISarch
      log_buffer               = 6135808
      log_checkpoint_interval  = 0
      db_files                 = 254
      log_checkpoints_to_alert = TRUE
      dml_locks                = 4000
      replication_dependency_tracking= FALSE
      undo_management          = AUTO
      undo_tablespace          = PSAPUNDO
      inmemory_undo          = FALSE
      undo_retention           = 43200
      recyclebin               = off
      remote_os_authent        = TRUE
      remote_login_passwordfile= EXCLUSIVE
      job_queue_processes      = 1
      parallel_execution_message_size= 16384
      tablelookup_prefetch_size= 0
      background_dump_dest     = G:\ORACLE\OIS\SAPTRACE\BACKGROUND
      user_dump_dest           = G:\ORACLE\OIS\SAPTRACE\USERTRACE
      core_dump_dest           = G:\ORACLE\OIS\SAPTRACE\BACKGROUND
      sort_area_size           = 2097152
      sort_area_retained_size  = 0
      db_name                  = OIS
      open_cursors             = 800
      sortelimination_cost_ratio= 10
      btree_bitmap_plans     = FALSE
      star_transformation_enabled= true
      query_rewrite_enabled    = false
      indexjoin_enabled      = FALSE
      optimpeek_user_binds   = FALSE
      pga_aggregate_target     = 629145600
      optimizermjc_enabled   = FALSE
    PMON started with pid=2, OS id=1116
    PSP0 started with pid=3, OS id=5668
    MMAN started with pid=4, OS id=4752
    DBW0 started with pid=5, OS id=3284
    LGWR started with pid=6, OS id=1848
    CKPT started with pid=7, OS id=5576
    SMON started with pid=8, OS id=2000
    RECO started with pid=9, OS id=1624
    CJQ0 started with pid=10, OS id=3484
    MMON started with pid=11, OS id=2288
    MMNL started with pid=12, OS id=5436
    Sat Dec 31 13:16:51 2011
    ALTER DATABASE   MOUNT
    Sat Dec 31 13:16:51 2011
    ORA-00202: control file: 'F:\ORACLE\OIS\ORIGLOGA\CNTRL\CNTRLOIS.DBF'
    Please give me the commands to proceed further i am just getting frustrated with this error, I know that I am doing somthing wrong but what?& how should I resloved it ?
    Thanks in advance.
    Akash

  • How to create apple id without input credit card information?, how to create apple id without input credit card information?

    How can i review the id without credit card information which i have created?

    Create a NEW account using these instructions. Make sure you follow the instructions. Many do not and if you do not you will not get the None option. You must use an email address that you have not used with Apple before.
      Creating an iTunes Store, App Store, iBookstore, and Mac App Store account without a credit card

  • SDCCN after system copy

    We had a ERP 6.0 satellite server in a solution working before a system copy from PRD. After the system copy, I corrected the name of the server in sdccn on the satelite system by going to GO TO->settings->task processor and changed the name of the server from the production server to the sandbox server..  I can now create and run the maintenance systems task and the refresh service systems task manually on the satellite system. .  And a EWA report is generated. However, neither task is scheduled to run automatically in sdccn.  How do I fix this?

    Hello Carl,
    Is your maintenance Package task scheduled as a periodic task daily?
    If you can generate the EWA report manually, I would look closely at the maintenance package task.
    Perhaps there is some error in the log?
    The reason is the Maintenance task will schedule a refresh session task, and that will pull the unprocessed service sessions for that system from Solution Manager and the EWA tasks will be scheduled in that system, and those tasks will transfer the data via the RFC. This is how it is automated.
    So since you can process manually, the task that automates this is the Maintenance Package task. However if it encounters
    errors and never runs the refresh sessions task, there will be no automation as that process breaks if the task does not run completely. So focus your troubleshooting on how the maintenance task has been setup, and also look closely for any errors in the task's log.
    Hope this helps!
    Regards,
    Paul

  • R/3 System Copy PRD -- QA Oracle 9

    Hi all,
    We need to perform a system copy of Production back to QA (4.7/6.40 kernel). My previous experience with a system copy was on a 4.6C system with Oracle 8 using R3COPY. I have just downloaded the latest system copy guide 'Homogeneous and Heterogeneous System Copy for SAP® Systems Based on SAP Web Application Server 6.20' and for Oracle it says that backup/restore method is not recommended or support and to use R3LOAD. We are not keen to use this method as it requires a longer Production downtime for us (more than twice what would be required for offline backup), also we would need the space available on the disk.
    Has anyone still used the backup/restore method as described in the 4.6C system copy guide with Oracle 9? I don't see why this method is not supported since for us it would be much easier.
    Thanks
    - Natalie

    Hello,
    Perhaps this notes can be of help:
    <a href="http://service.sap.com/sap/support/notes/427836">427836</a> OneDb system: Homogeneous system copy with DBR3CP.R3S ( bit old, perhaps not good for your system )
    <a href="http://service.sap.com/sap/support/notes/713685">713685</a> Hom./Het.System Copy SAP Web AS 6.40
    <a href="http://service.sap.com/sap/support/notes/857734">857734</a> System Copy of SAP Systems based on 6.20 and 6.40 / Oracle  
    On this notes you can find other interesting refering the same issue
    Not much into system copies with the new tools, but I think it is possible to use backup/restore.
    The only thing is that you will have a little "mess" -> the tablespace name will have the old "SID", same happens with the schema. Unless you have installed the system with this issue in mind and used a "neutral" schema, the note is ( I think )[url=http://service.sap.com/sap/support/notes/617444]617444[/url]

  • Error System Copy on cluster using R3load

    Hi currently we are doing a system copy on Cluster using R3load
    Source System win2003 SP2 32bit, MSSQl2000 SP4 32 bit
    Target System  win 2003 Sp2 64bit, MSSQL2005 SP2 X64 Server
    We have successfully installed MSSQL2005 Sp2 64 bit
    We have successfully installed Central Instance
    When we are trying to install the database Instance using R3load dump
    We are getting the fallowing error
    ERROR 2008-09-07 20:55:14
    MDB-05053  Errors when executing sql command: <p nr="0"/> If this message is displayed as a warning - it can be ignored. If this is an error - call your SAP support.
    Please help me out to resolve this issue
    Thanx
    Jarish
    Entire log
    INFO 2008-09-07 20:26:00
    Copying file C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB/keydb.xml to: q0w9e9r8t7.1.xml.
    INFO 2008-09-07 20:26:00
    Copying file C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB/keydb.xml to: q0w9e9r8t7.1.xml.
    INFO 2008-09-07 20:26:00
    Creating file C:\Program Files\sapinst_instdir\R3E47X2\SYSTEM\ABAP\MSS\NUC\DB\q0w9e9r8t7.1.xml.
    INFO 2008-09-07 20:26:01
    Copying file C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB/keydb.xml to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB/keydb.1.xml.
    INFO 2008-09-07 20:26:01
    Copying file C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB/keydb.xml to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB/keydb.1.xml.
    INFO 2008-09-07 20:26:01
    Creating file C:\Program Files\sapinst_instdir\R3E47X2\SYSTEM\ABAP\MSS\NUC\DB\keydb.1.xml.
    INFO 2008-09-07 20:26:01
    Creating file C:\Program Files\sapinst_instdir\R3E47X2\SYSTEM\ABAP\MSS\NUC\DB\change.log.
    INFO 2008-09-07 20:26:01
    Output of change user /install is written to the logfile change.log.
    WARNING 2008-09-07 20:26:01
    Execution of the command "change user /install" finished with return code 1. Output:
    Install mode does not apply to a Terminal server configured for remote administration.
    INFO 2008-09-07 20:26:01
    File not found: [C:/DOCUME1/ADMINI1.SBA/LOCALS~1/Temp/2/sapinst_exe.1064.1220804594/msvcp71.dll].
    INFO 2008-09-07 20:26:01
    File not found: [C:/DOCUME1/ADMINI1.SBA/LOCALS~1/Temp/2/sapinst_exe.1064.1220804594/msvcr71.dll].
    INFO 2008-09-07 20:26:01
    Successfully added privileges 'SeTcbPrivilege SeAssignPrimaryTokenPrivilege SeIncreaseQuotaPrivilege' to account 'SBA\Administrator' on host '.'.
    INFO 2008-09-07 20:26:01
    Creating file C:\Program Files\sapinst_instdir\R3E47X2\SYSTEM\ABAP\MSS\NUC\DB\summary.html.
    PHASE 2008-09-07 20:26:01
    Prepare the installation program.
    INFO 2008-09-07 20:26:03
    Installation start: Sunday, 07 September 2008, 20:26:00; installation directory: C:\Program Files\sapinst_instdir\R3E47X2\SYSTEM\ABAP\MSS\NUC\DB; product to be installed: SAP R3E 4.7 Extension Set 2 SR1> ABAP System> MS SQL Server> Non-Unicode> Database Instance Installation
    INFO 2008-09-07 20:26:38
    Host operation t_HostInfo_SHARED processed successfully.
    INFO 2008-09-07 20:28:26
    The 'saploc' share exists in directory 'S:/usr/sap'. Choosing drive S: as the SAP system drive.
    INFO 2008-09-07 20:29:17
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/mssversions.xml to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO 2008-09-07 20:29:17
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/mssversions.xml to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO 2008-09-07 20:29:17
    Creating file C:\Program Files\sapinst_instdir\R3E47X2\SYSTEM\ABAP\MSS\NUC\DB\mssversions.xml.
    INFO 2008-09-07 20:29:17
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/SQL/db_all.sql to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO 2008-09-07 20:29:17
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/SQL/db_all.sql to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO 2008-09-07 20:29:17
    Creating file C:\Program Files\sapinst_instdir\R3E47X2\SYSTEM\ABAP\MSS\NUC\DB\db_all.sql.
    INFO 2008-09-07 20:29:17
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/SQL/db_di_clust.sql to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO 2008-09-07 20:29:17
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/SQL/db_di_clust.sql to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO 2008-09-07 20:29:17
    Creating file C:\Program Files\sapinst_instdir\R3E47X2\SYSTEM\ABAP\MSS\NUC\DB\db_di_clust.sql.
    INFO 2008-09-07 20:29:17
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/SQL/db_std_checks.sql to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO 2008-09-07 20:29:17
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/SQL/db_std_checks.sql to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO 2008-09-07 20:29:17
    Creating file C:\Program Files\sapinst_instdir\R3E47X2\SYSTEM\ABAP\MSS\NUC\DB\db_std_checks.sql.
    INFO 2008-09-07 20:29:17
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/SQL/mss_get_defpath.sql to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO 2008-09-07 20:29:17
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/SQL/mss_get_defpath.sql to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO 2008-09-07 20:29:17
    Creating file C:\Program Files\sapinst_instdir\R3E47X2\SYSTEM\ABAP\MSS\NUC\DB\mss_get_defpath.sql.
    INFO 2008-09-07 20:29:17
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/SQL/mss_get_r3db_config.sql to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO 2008-09-07 20:29:17
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/SQL/mss_get_r3db_config.sql to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO 2008-09-07 20:29:17
    Creating file C:\Program Files\sapinst_instdir\R3E47X2\SYSTEM\ABAP\MSS\NUC\DB\mss_get_r3db_config.sql.
    INFO 2008-09-07 20:29:17
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/SQL/mss_init_jc.sql to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO 2008-09-07 20:29:17
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/SQL/mss_init_jc.sql to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO 2008-09-07 20:29:17
    Creating file C:\Program Files\sapinst_instdir\R3E47X2\SYSTEM\ABAP\MSS\NUC\DB\mss_init_jc.sql.
    INFO 2008-09-07 20:29:17
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/SQL/mss_r3db_gconf.sql to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO 2008-09-07 20:29:17
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/SQL/mss_r3db_gconf.sql to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO 2008-09-07 20:29:17
    Creating file C:\Program Files\sapinst_instdir\R3E47X2\SYSTEM\ABAP\MSS\NUC\DB\mss_r3db_gconf.sql.
    INFO 2008-09-07 20:29:17
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/SQL/mss_r3db_lconf.sql to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO 2008-09-07 20:29:17
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/SQL/mss_r3db_lconf.sql to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO 2008-09-07 20:29:17
    Creating file C:\Program Files\sapinst_instdir\R3E47X2\SYSTEM\ABAP\MSS\NUC\DB\mss_r3db_lconf.sql.
    INFO 2008-09-07 20:29:17
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/SQL/mss_r3srv_conf.sql to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO 2008-09-07 20:29:17
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/SQL/mss_r3srv_conf.sql to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO 2008-09-07 20:29:17
    Creating file C:\Program Files\sapinst_instdir\R3E47X2\SYSTEM\ABAP\MSS\NUC\DB\mss_r3srv_conf.sql.
    INFO 2008-09-07 20:29:17
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/SQL/mss_schema_cnv.sql to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO 2008-09-07 20:29:17
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/SQL/mss_schema_cnv.sql to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO 2008-09-07 20:29:17
    Creating file C:\Program Files\sapinst_instdir\R3E47X2\SYSTEM\ABAP\MSS\NUC\DB\mss_schema_cnv.sql.
    INFO 2008-09-07 20:29:17
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/SQL/mss_sps_droptmp.sql to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO 2008-09-07 20:29:17
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/SQL/mss_sps_droptmp.sql to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO 2008-09-07 20:29:17
    Creating file C:\Program Files\sapinst_instdir\R3E47X2\SYSTEM\ABAP\MSS\NUC\DB\mss_sps_droptmp.sql.
    INFO 2008-09-07 20:29:17
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/SQL/mss_users_sid_drop.sql to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO 2008-09-07 20:29:17
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/SQL/mss_users_sid_drop.sql to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO 2008-09-07 20:29:17
    Creating file C:\Program Files\sapinst_instdir\R3E47X2\SYSTEM\ABAP\MSS\NUC\DB\mss_users_sid_drop.sql.
    INFO 2008-09-07 20:29:17
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/SQL/mss_users_sid_drop_objs.sql to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO 2008-09-07 20:29:17
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/SQL/mss_users_sid_drop_objs.sql to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO 2008-09-07 20:29:17
    Creating file C:\Program Files\sapinst_instdir\R3E47X2\SYSTEM\ABAP\MSS\NUC\DB\mss_users_sid_drop_objs.sql.
    INFO 2008-09-07 20:29:17
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/SQL/srvchk.sql to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO 2008-09-07 20:29:17
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/SQL/srvchk.sql to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO 2008-09-07 20:29:17
    Creating file C:\Program Files\sapinst_instdir\R3E47X2\SYSTEM\ABAP\MSS\NUC\DB\srvchk.sql.
    INFO 2008-09-07 20:29:17
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/SQL/usrabap.sql to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO 2008-09-07 20:29:17
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/SQL/usrabap.sql to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO 2008-09-07 20:29:17
    Creating file C:\Program Files\sapinst_instdir\R3E47X2\SYSTEM\ABAP\MSS\NUC\DB\usrabap.sql.
    INFO 2008-09-07 20:29:17
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/SQL/usrstd.sql to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO 2008-09-07 20:29:17
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/SQL/usrstd.sql to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO 2008-09-07 20:29:17
    Creating file C:\Program Files\sapinst_instdir\R3E47X2\SYSTEM\ABAP\MSS\NUC\DB\usrstd.sql.
    INFO 2008-09-07 20:29:17
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/SQL9/db_all.sql to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO 2008-09-07 20:29:17
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/SQL9/db_all.sql to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO 2008-09-07 20:29:17
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/SQL9/db_std_checks.sql to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO 2008-09-07 20:29:17
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/SQL9/db_std_checks.sql to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO 2008-09-07 20:29:17
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/SQL9/mss_r3db_gconf.sql to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO 2008-09-07 20:29:17
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/SQL9/mss_r3db_gconf.sql to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO 2008-09-07 20:29:17
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/SQL9/usrabap.sql to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO 2008-09-07 20:29:17
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/SQL9/usrabap.sql to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO 2008-09-07 20:29:17
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/SQL9/usrstd.sql to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO 2008-09-07 20:29:17
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/SQL9/usrstd.sql to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO[E] 2008-09-07 20:30:00
    Account group="ORA_PRD_DBA" does not exist.
    INFO[E] 2008-09-07 20:30:00
    Account group="ORA_PRD_OPER" does not exist.
    INFO[E] 2008-09-07 20:30:00
    Account group="SBA\dbprdctl" does not exist.
    INFO 2008-09-07 20:48:16
    Copying file E:/Export_PRD/DB/MSS/DBSIZE.XML to: DBSIZE.XML.
    INFO 2008-09-07 20:48:16
    Copying file E:/Export_PRD/DB/MSS/DBSIZE.XML to: DBSIZE.XML.
    INFO 2008-09-07 20:48:16
    Creating file C:\Program Files\sapinst_instdir\R3E47X2\SYSTEM\ABAP\MSS\NUC\DB\DBSIZE.XML.
    INFO 2008-09-07 20:50:58
    Package table created
    INFO 2008-09-07 20:50:58
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/mssprocs620.dat to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO 2008-09-07 20:50:58
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/mssprocs620.dat to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO 2008-09-07 20:50:58
    Creating file C:\Program Files\sapinst_instdir\R3E47X2\SYSTEM\ABAP\MSS\NUC\DB\mssprocs620.dat.
    INFO 2008-09-07 20:50:58
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/mssprocs620BW.dat to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO 2008-09-07 20:50:58
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/mssprocs620BW.dat to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO 2008-09-07 20:50:58
    Creating file C:\Program Files\sapinst_instdir\R3E47X2\SYSTEM\ABAP\MSS\NUC\DB\mssprocs620BW.dat.
    INFO 2008-09-07 20:50:58
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/mssprocs640.dat to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO 2008-09-07 20:50:58
    Copying file E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/mssprocs640.dat to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB.
    INFO 2008-09-07 20:50:58
    Creating file C:\Program Files\sapinst_instdir\R3E47X2\SYSTEM\ABAP\MSS\NUC\DB\mssprocs640.dat.
    INFO 2008-09-07 20:53:12
    Copying file C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB/summary.html to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB/summary.1.html.
    INFO 2008-09-07 20:53:12
    Copying file C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB/summary.html to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB/summary.1.html.
    INFO 2008-09-07 20:53:12
    Creating file C:\Program Files\sapinst_instdir\R3E47X2\SYSTEM\ABAP\MSS\NUC\DB\summary.1.html.
    PHASE 2008-09-07 20:53:12
    SAP Web Application Server
    PHASE 2008-09-07 20:53:12
    Request common parameters of SAP system
    PHASE 2008-09-07 20:53:12
    Collecting information on database configuration
    PHASE 2008-09-07 20:53:12
    Collecting information on database configuration
    PHASE 2008-09-07 20:53:12
    Create accounts
    INFO 2008-09-07 20:53:12
    Copying file C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB/product.xml to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB/product.1.xml.
    INFO 2008-09-07 20:53:12
    Copying file C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB/product.xml to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB/product.1.xml.
    INFO 2008-09-07 20:53:12
    Creating file C:\Program Files\sapinst_instdir\R3E47X2\SYSTEM\ABAP\MSS\NUC\DB\product.1.xml.
    INFO 2008-09-07 20:53:12
    Copying file C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB/product.xml to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB/product.2.xml.
    INFO 2008-09-07 20:53:12
    Copying file C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB/product.xml to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB/product.2.xml.
    INFO 2008-09-07 20:53:12
    Creating file C:\Program Files\sapinst_instdir\R3E47X2\SYSTEM\ABAP\MSS\NUC\DB\product.2.xml.
    INFO 2008-09-07 20:53:12
    Copying file C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB/mssversions.xml to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB/mssversions.1.xml.
    INFO 2008-09-07 20:53:12
    Copying file C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB/mssversions.xml to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB/mssversions.1.xml.
    INFO 2008-09-07 20:53:12
    Creating file C:\Program Files\sapinst_instdir\R3E47X2\SYSTEM\ABAP\MSS\NUC\DB\mssversions.1.xml.
    INFO 2008-09-07 20:53:12
    Copying file C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB/DBSIZE.XML to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB/DBSIZE.1.XML.
    INFO 2008-09-07 20:53:12
    Copying file C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB/DBSIZE.XML to: C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB/DBSIZE.1.XML.
    INFO 2008-09-07 20:53:12
    Creating file C:\Program Files\sapinst_instdir\R3E47X2\SYSTEM\ABAP\MSS\NUC\DB\DBSIZE.1.XML.
    WARNING 2008-09-07 20:53:25
    Existing account SAPMssXPUser has the primary group None, not Administrators. Changing primary group.
    PHASE 2008-09-07 20:53:25
    Preparing OS account for MCOD installation
    PHASE 2008-09-07 20:53:25
    Request operating system user information
    PHASE 2008-09-07 20:53:25
    Request operating system user information
    PHASE 2008-09-07 20:53:25
    Request operating system user information
    PHASE 2008-09-07 20:53:25
    Request operating system user information
    PHASE 2008-09-07 20:53:25
    Request operating system user information
    PHASE 2008-09-07 20:53:25
    Request operating system user information
    PHASE 2008-09-07 20:53:25
    Request operating system user information
    PHASE 2008-09-07 20:53:25
    Request operating system user information
    PHASE 2008-09-07 20:53:25
    Request operating system user information
    PHASE 2008-09-07 20:53:25
    Request operating system user information
    PHASE 2008-09-07 20:53:25
    Request operating system user information
    PHASE 2008-09-07 20:53:25
    Request operating system user information
    PHASE 2008-09-07 20:53:25
    Request operating system user information
    PHASE 2008-09-07 20:53:25
    Request operating system user information
    PHASE 2008-09-07 20:53:25
    Request operating system user information
    PHASE 2008-09-07 20:53:25
    Request operating system user information
    PHASE 2008-09-07 20:53:25
    Request operating system user information
    PHASE 2008-09-07 20:53:25
    Request operating system user information
    PHASE 2008-09-07 20:53:25
    Request operating system user information
    PHASE 2008-09-07 20:53:25
    Request operating system user information
    INFO 2008-09-07 20:53:26
    Successfully added privileges 'SeTcbPrivilege SeAssignPrimaryTokenPrivilege SeIncreaseQuotaPrivilege' to account 'S-1-5-21-2140900914-1967063802-3263448767-500' on host 'QASECC1'.
    INFO 2008-09-07 20:53:26
    Successfully added privileges 'SeServiceLogonRight SeNetworkLogonRight SeDenyInteractiveLogonRight SeDenyRemoteInteractiveLogonRight' to account 'SBA\SAPServicePRD' on host 'QASECC1'.
    INFO 2008-09-07 20:53:26
    Successfully added privileges 'SeTcbPrivilege SeAssignPrimaryTokenPrivilege SeIncreaseQuotaPrivilege' to account 'SBA\prdadm' on host 'QASECC1'.
    INFO 2008-09-07 20:53:26
    All 'tNT_RegistryEntries' table rows evaluated.
    PHASE 2008-09-07 20:53:27
    Preparing DBMS-specific environment variables
    INFO 2008-09-07 20:53:27
    Switched to user: prdadm.
    INFO 2008-09-07 20:53:27
    All NT registry entries from the tNT_RegistryEntries table created or updated successfully.
    INFO 2008-09-07 20:53:27
    Switched to user: prdadm.
    INFO 2008-09-07 20:53:27
    All NT registry entries from the tNT_RegistryEntries table created or updated successfully.
    INFO 2008-09-07 20:53:28
    Switched to user: prdadm.
    INFO 2008-09-07 20:53:28
    All NT registry entries from the tNT_RegistryEntries table created or updated successfully.
    INFO 2008-09-07 20:53:28
    Switched to user: prdadm.
    INFO 2008-09-07 20:53:28
    All NT registry entries from the tNT_RegistryEntries table created or updated successfully.
    INFO 2008-09-07 20:53:28
    Switched to user: prdadm.
    INFO 2008-09-07 20:53:28
    All NT registry entries from the tNT_RegistryEntries table created or updated successfully.
    INFO 2008-09-07 20:53:28
    Switched to user: prdadm.
    INFO 2008-09-07 20:53:28
    All NT registry entries from the tNT_RegistryEntries table created or updated successfully.
    INFO 2008-09-07 20:53:29
    Switched to user: prdadm.
    INFO 2008-09-07 20:53:29
    All NT registry entries from the tNT_RegistryEntries table created or updated successfully.
    INFO 2008-09-07 20:53:29
    Switched to user: prdadm.
    INFO 2008-09-07 20:53:29
    All NT registry entries from the tNT_RegistryEntries table created or updated successfully.
    INFO 2008-09-07 20:53:29
    Switched to user: prdadm.
    INFO 2008-09-07 20:53:29
    All NT registry entries from the tNT_RegistryEntries table created or updated successfully.
    PHASE 2008-09-07 20:53:29
    Adapt file system
    PHASE 2008-09-07 20:53:29
    Prepare check/adapt SAP instance file system
    INFO 2008-09-07 20:53:30
    File system node S:\usr\sap exists.
    INFO 2008-09-07 20:53:30
    All file system node operations of table t_SAPComponent_Filesystem_Action_SHARED processed successfully.
    INFO 2008-09-07 20:53:30
    File system node S:\usr\sap/PRD exists already. Nothing to do.
    INFO 2008-09-07 20:53:30
    File system node S:\usr\sap/tmp exists already. Nothing to do.
    INFO 2008-09-07 20:53:30
    File system node
    DEVECC64\sapmnt\trans exists already. Nothing to do.
    INFO 2008-09-07 20:53:30
    File system node
    DEVECC64\sapmnt\trans/tmp exists already. Nothing to do.
    INFO 2008-09-07 20:53:30
    File system node
    DEVECC64\sapmnt\trans/EPS exists already. Nothing to do.
    INFO 2008-09-07 20:53:30
    File system node
    DEVECC64\sapmnt\trans/EPS/in exists already. Nothing to do.
    INFO 2008-09-07 20:53:30
    File system node
    DEVECC64\sapmnt\trans/EPS/out exists already. Nothing to do.
    INFO 2008-09-07 20:53:30
    File system node
    DEVECC64\sapmnt\trans/EPS/log exists already. Nothing to do.
    INFO 2008-09-07 20:53:30
    File system node
    DEVECC64\sapmnt\trans/bin exists already. Nothing to do.
    INFO 2008-09-07 20:53:30
    File system node
    DEVECC64\sapmnt\trans/buffer exists already. Nothing to do.
    INFO 2008-09-07 20:53:30
    File system node
    DEVECC64\sapmnt\trans/cofiles exists already. Nothing to do.
    INFO 2008-09-07 20:53:30
    File system node
    DEVECC64\sapmnt\trans/data exists already. Nothing to do.
    INFO 2008-09-07 20:53:30
    File system node
    DEVECC64\sapmnt\trans/etc exists already. Nothing to do.
    INFO 2008-09-07 20:53:30
    File system node
    DEVECC64\sapmnt\trans/log exists already. Nothing to do.
    INFO 2008-09-07 20:53:30
    File system node
    DEVECC64\sapmnt\trans/sapnames exists already. Nothing to do.
    INFO 2008-09-07 20:53:30
    All file system node operations of table t_SAPComponent_Filesystem_Action_SHARED processed successfully.
    INFO 2008-09-07 20:53:30
    All file system node operations of table t_SAPComponent_Filesystem_Action_SHARED processed successfully.
    INFO 2008-09-07 20:53:31
    All NT shares while processing the table 'tNT_SHARE' created successfully.
    PHASE 2008-09-07 20:53:31
    Extract archives
    INFO 2008-09-07 20:53:31
    All file system node operations of table t_SAPComponent_Archives_FORMS_SHARED processed successfully.
    PHASE 2008-09-07 20:53:31
    Extract SAP System kernel archives
    INFO 2008-09-07 20:53:32
    Copying file S:/usr/sap/PRD/SYS/exe/run/rfcexec.sec to: /rfcexec.sec.
    INFO 2008-09-07 20:53:32
    Copying file S:/usr/sap/PRD/SYS/exe/run/rfcexec.sec to: /rfcexec.sec.
    INFO 2008-09-07 20:53:32
    Creating file C:\Program Files\sapinst_instdir\R3E47X2\SYSTEM\ABAP\MSS\NUC\DB\SAPMMC.SAR.log.
    INFO 2008-09-07 20:53:33
    C:/DOCUME1/ADMINI1.SBA/LOCALS~1/Temp/2/sapinst_exe.1064.1220804594\sapcar.exe -xvgf E:/4.7_200Ext/51033746_15_Inst_Master/Installation_Master_6.20_6.40_05_08\IM_WINDOWS_X86_64/SAPINST/NT/AMD64/MMC/SAPMMC.SAR, -R C:\Program Files\sapinst_instdir\R3E47X2\SYSTEM\ABAP\MSS\NUC\DB succeeded. (See output in './SAPMMC.SAR.log'.)
    INFO 2008-09-07 20:53:33
    While copying node C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB/sapmmc.dll to C:/WINDOWS/system32/sapmmc.dll, source is not newer than the target. Nothing to do.
    INFO 2008-09-07 20:53:33
    While copying node C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB/sapmmcada.dll to C:/WINDOWS/system32/sapmmcada.dll, source is not newer than the target. Nothing to do.
    INFO 2008-09-07 20:53:33
    While copying node C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB/sapmmcdb6.dll to C:/WINDOWS/system32/sapmmcdb6.dll, source is not newer than the target. Nothing to do.
    INFO 2008-09-07 20:53:33
    While copying node C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB/sapmmcinf.dll to C:/WINDOWS/system32/sapmmcinf.dll, source is not newer than the target. Nothing to do.
    INFO 2008-09-07 20:53:33
    While copying node C:/Program Files/sapinst_instdir/R3E47X2/SYSTEM/ABAP/MSS/NUC/DB/sapmmcms.dll to C:/WINDOWS/system32/sapmmcms.dll, source is not newer than the target. Nothing to do.
    INFO 2008-09-07 20:53:33
    All file system node operations of table t_SAPComponent_Archives_Copy_SHARED processed successfully.
    INFO 2008-09-07 20:53:33
    Removing file S:\usr\sap\PRD\SYS\exe\run\strdbs.cmd.
    INFO 2008-09-07 20:53:33
    Creating file S:\usr\sap\PRD\SYS\exe\run\strdbs.cmd.
    INFO 2008-09-07 20:53:34
    All 'tNT_RegistryEntries' table rows evaluated.
    INFO 2008-09-07 20:53:34
    All NT registry entries from the tNT_RegistryEntries table created or updated successfully.
    PHASE 2008-09-07 20:53:34
    Creating service ports
    PHASE 2008-09-07 20:53:35
    Generate instance profiles
    PHASE 2008-09-07 20:53:35
    Create versions of default profile, instance profile and start profile
    INFO 2008-09-07 20:53:35
    All file system node operations of table t_SAPComponent_Profiles_FORMS_SHARED processed successfully.
    PHASE 2008-09-07 20:53:35
    Preparing DBMS-specific profile parameters
    INFO 2008-09-07 20:53:35
    Adapt operation t_SAPComponent_Profiles_SHARED processed successfully.
    PHASE 2008-09-07 20:53:35
    Setting up database server
    ERROR 2008-09-07 20:53:36
    MDB-05053  Errors when executing sql command: <p nr="0"/> If this message is displayed as a warning - it can be ignored. If this is an error - call your SAP support.
    ERROR 2008-09-07 20:55:14
    MDB-05053  Errors when executing sql command: <p nr="0"/> If this message is displayed as a warning - it can be ignored. If this is an error - call your SAP support.

    Hi,
    I think some of the Microsoft runtime DLLs are missing, which you can observe in the above pasted log :-
    INFO 2008-09-07 20:26:01
    File not found: C:/DOCUME1/ADMINI1.SBA/LOCALS~1/Temp/2/sapinst_exe.1064.1220804594/msvcp71.dll.
    INFO 2008-09-07 20:26:01
    File not found: C:/DOCUME1/ADMINI1.SBA/LOCALS~1/Temp/2/sapinst_exe.1064.1220804594/msvcr71.dll.
    Do have a look at snote Note 684106 - Microsoft runtime DLLs to drill more in to the issue.
    Rgds
    Radhakrishna D S

  • System copy: RZ21 MTE has source SID and not the target SID

    An system copy of PRD to QAS environment has been performed.
    Since then receive the following message in the CCMS Monitor sets (trx RZ20):
    Unable to determine the name of MTE class from <SID>\Background\...\SAP_SRT_COLLECTOR_FOR_MONITORIN or the message "Failed to determine MTE information for system QAS"
    Checked and in the transaction RZ21 the MTE class is pointing to the PRD system and not to the QAS system:
    RZ21 -> MTE-specific properties
    Monitoring: Properties Assigned to MTEs
    RZ21 -> Methods assigned to specific MTEs
    Monitoring: Properties and Methods
    Unable to determine the name of MTE class from PRD\Background\...\SAP_SRT_COLLECTOR_FOR_MONITORIN
    I would expect here the value "QAS\Background\...\SAP_SRT_COLLECTOR_FOR_MONITORIN".
    How can I adjust the MTE to check the QAS instead of the source system PRD ?

    Received following answer from SAP:
    we can find out the follow errors from the dev_disp developer trace file you attached.
    ERROR => e=13 semop(1048668,(0,-1,4096),1)
    (13: Permission denied) [semux.c 1196]
    ERROR => CCMS: AlCreateAttachShm_AS : lock semaphore return 1
    [alxxappl.c 665]
    ERROR => CCMS: sAlInit: could not create/attach shared memory key 13(rtc = 1) [alxx.c 1187]
    ERROR => AlDpAdmInit: sAlInit rtc = 1 [alxx.c 514]
    ERROR => DpLoopInit: AlDpAdmInit [dpxxdisp.c 2033]
    The shared memory area 13 is the one that is responsible for the alert area.
    An error within that area could cause the problem that you are facing when opening monitoring trees.
    If we look at your OS, we can see that the semaphore for this area is currently being held by the root user:
    [1]ipcs | grep 1048668
    s 1048668 0x00004e46 ra-r root system
    You need to delete this area with root user using ipcrm and restart the instace or to reboot the OS and start the instance once again.
    Performed these actions and the issue was solved.

  • System copy problem...No transfer rules available

    Hi ,
    We are facing a problem in getting the Transfer Rules...
    1.we did a system copy from PRD system and created a Sandbox system .
    2.After the system copy the problem came from the source system.....i.e for the datasource's in the table RSOLTPSOURCE the mapping is showing for 2 systems....CRM PRD system & CRM SANDBOX system....
    3.Coz of this issue the Transfer rules are not available and the all the DS are inactive......
    4.I tried with the FM RS_TRANSTRUC_ACTIVATE_ALL but im getting message as no transfer structure is available.
    5.When i tried to manually activate the DS from BW side it is asking to create TRANSFER RULE.
    Please help me to sort it out.....
    Thanks in Advance
    BASKAR

    HI ,
    I also raised a OSS to SAP ....what they suggested is....
    According the logs in BWS there was definitely a systemcopy from BWP to BWS, but the BDLS logs looks very strange, which actually did not converted anything, because the administration tables containing some very strange entries.
    Lets take the datasource 0crm_sales_act_1 for example. If you check this datasource in table RSOLTPSOURCE you can see, that it exists currently for both source systems:
    OLTPSOURCE LOGSYS OBJVERS
    0CRM_SALES_ACT_1 CMPCLNT501 A
    0CRM_SALES_ACT_1 CMSCLNT501 A
    Unfortunately the root cause of this is unkown, but most probably it is caused by an improper copy procedure, where the consulting note
    886102 was not followed.
    To solve the problem, please follow the below steps:
    1. Implement note 1405233 and 1336119 to your system 2. Go to RSA1 and delete the source System CMS.
    3. With function module rsar_logical_system_delete delete the source system CMP:
    I_LOGSYS CMPCLNT501
    I_FORCE_DELETE X
    I_NO_TRANSPORT X
    I_NO_AUTHORITY X
    4. In your productive BW (BWP) please create a transport request which contains all the source system dependent objects for CMP. Please check note 886102 scenario B3 step 2 for details.
    5. In BWS, please recreate the source system to CMS and activate it but please do not replicate the datasources yet.
    6. In BWS please maintain the table RSLOGSYSMAP and map CMP to CMS and import the transport request created in step 4.
    Please be aware, that such a constellation happens mostly, if some steps are missed or are not carried out properly from consulting note 886102. Please get in touch with your basis colleagues and provide them this note, so the next time such a problem does not occur.
    I hope this helps to solve the problem.
    Thanks
    BASKAR

  • Homogeneous System Copy on Windows/Oracle.

    Hi!
    I have to start a project on Homogeneous System Copy on Windows/Oracle.
    I have gone through the System Copy documents by SAP and also verious SAP note (spl. 659509 ). But still I am not really clear about the whole process.
    As per my understanding, as follows :
    1. Export the Database from Source Host. <b>But HOW? Wheather I have to use any System Tool from SAP ?  </b>
    <b>Copy that to Target Host.</b>
    2. <b>Install the CI in Target Host. As I am working on SAP 4.7 1.10 (SR1) with Kernel 6.20  (NU).</b>
    3. At the time of installation of DI in Target Host give the path of Exoprt fileset.
    My question :
    <b>1. Wheather my plan is right or needs change?</b>
    2. What type of copy it will be :
    a) Homogeneous System Copy using Online / Offline Database Backup.
    b) Homogeneous System Copy using R3LOAD Procedure.
    c) Homogeneous System Copy using R3COPY Procedure.
    <b>3. Do I really need to download/order any system copy tool from SAP?</b>
    My Source :
    SAP 4.7 on Windows 2000 with Oracle 8.1.7 with noarchivelog mode.
    Terget :
    SAP 4.7 on Windows 2003 with Oracle9.2.0.8
    All Kernel : 620 (NU)
    Looking for an urgent solution.
    With Kind Regards,
    Pratip Bhattacharyya

    Hi! Umesh,
    I have found 2 errore .
    1)  ORA-01652: unable to extend temp segment by 2560 in tablespace PSAPTEMP
    2)  DbSl Trace: ORA-1403 when accessing table SAPUSER
    Two things I want to mention here.
    1.  I donot know the passwd of datadase users of Source . I have used different passwd for Target DB userd.
    2. Used defferent SAP SID. Source : ID4 and Target : IDN
    Is that cause any harm?
    Here is the detail logs of those two files.
    <b><i>SAPSSEXC.log</i></b>
    D:\usr\sap\IDN\SYS\exe\run/R3load.exe: START OF LOG: 20061222010532
    D:\usr\sap\IDN\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/620/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    D:\usr\sap\IDN\SYS\exe\run/R3load.exe: version R6.20/V1.2
    D:\usr\sap\IDN\SYS\exe\run/R3load.exe -ctf I G:\Export/DATA/SAPSSEXC.STR C:\SAPinst ORACLE SAPINST_di/DDLORA.TPL C:\SAPinst ORACLE SAPINST_di/SAPSSEXC.TSK ORA -l C:\SAPinst ORACLE SAPINST_di/SAPSSEXC.log
    D:\usr\sap\IDN\SYS\exe\run/R3load.exe: job completed
    D:\usr\sap\IDN\SYS\exe\run/R3load.exe: END OF LOG: 20061222010532
    D:\usr\sap\IDN\SYS\exe\run/R3load.exe: START OF LOG: 20061222010539
    D:\usr\sap\IDN\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/620/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    D:\usr\sap\IDN\SYS\exe\run/R3load.exe: version R6.20/V1.2
    D:\usr\sap\IDN\SYS\exe\run/R3load.exe -dbcodepage 1100 -i C:\SAPinst ORACLE SAPINST_di/SAPSSEXC.cmd -l C:\SAPinst ORACLE SAPINST_di/SAPSSEXC.log -stop_on_error
    DbSl Trace: Got ORACLE_HOME=D:\oracle\idn\928 from environment
    DbSl Trace: Client NLS settings: AMERICAN_AMERICA.WE8DEC
    DbSl Trace: Logon as OPS$-user to get SAPIDN's password
    DbSl Trace: Connecting as /@IDN on connection 0 ...
    DbSl Trace: Attaching to DB Server IDN (con_hdl=0,svchp=0146C57C,svrhp=0146E82C)
    DbSl Trace: Starting user session (con_hdl=0,svchp=0146C57C,srvhp=0146E82C,usrhp=01477414)
    DbSl Trace: Now I'm connected to ORACLE
    DbSl Trace: ORA-1403 when accessing table SAPUSER
    DbSl Trace: Disconnecting from connection 0 ...
    DbSl Trace: Closing user session (con_hdl=0,svchp=0146C57C,usrhp=01477414)
    DbSl Trace: Now I'm disconnected from ORACLE
    DbSl Trace: Try to connect with default password
    DbSl Trace: Connecting as SAPIDN/<pwd>@IDN on connection 0 ...
    DbSl Trace: Starting user session (con_hdl=0,svchp=0146C57C,srvhp=0146E82C,usrhp=01477414)
    DbSl Trace: Now I'm connected to ORACLE
    DbSl Trace: Database NLS settings: AMERICAN_AMERICA.WE8DEC
    DbSl Trace: Database instance idn is running on DLWSDV10 with ORACLE version 9.2.0.8.0 since 20061222
    Fri Dec 22 01:05:39 2006
    ***LOG BZA=> table SVERS      does not exist on database [dblink#1 @ 1292] [dblink  1292 ]
    (DB) INFO: connected to DB
    (GSI) INFO: dbname   = "IDN20061222121231                                                                                "
    (GSI) INFO: vname    = "ORACLE                          "
    (GSI) INFO: hostname = "DLWSDV10                                                        "
    (GSI) INFO: sysname  = "Windows NT"
    (GSI) INFO: nodename = "DLWSDV10"
    (GSI) INFO: release  = "5.2"
    (GSI) INFO: version  = "3790 Service Pack 1"
    (GSI) INFO: machine  = "8x Intel 801586 (Mod 4 Step 9)"
    (DB) INFO: BCACT created
    (IMP) INFO: import of BCACT completed (0 rows)
    (DB) INFO: BCACT~0 created
    (DB) INFO: BCCOM created
    (IMP) INFO: import of BCCOM completed (0 rows)
    (DB) INFO: BCCOM~0 created
    (DB) INFO: BCEXC created
    (IMP) INFO: import of BCEXC completed (0 rows)
    (DB) INFO: BCEXC~0 created
    (DB) INFO: BCRES created
    (IMP) INFO: import of BCRES completed (0 rows)
    (DB) INFO: BCRES~0 created
    (DB) INFO: BCSPO created
    (IMP) INFO: import of BCSPO completed (0 rows)
    (DB) INFO: BCSPO~0 created
    (DB) INFO: BCTOU created
    (IMP) INFO: import of BCTOU completed (0 rows)
    (DB) INFO: BCTOU~0 created
    (DB) INFO: BRATEXT created
    (IMP) INFO: import of BRATEXT completed (914265 rows)
    (DB) INFO: BRATEXT~0 created
    (DB) INFO: BTCSED created
    (IMP) INFO: import of BTCSED completed (623 rows)
    (DB) INFO: BTCSED~0 created
    (DB) INFO: CD0T000 created
    (IMP) INFO: import of CD0T000 completed (0 rows)
    (DB) INFO: CD0T000~0 created
    (DB) INFO: CD0T120TAB created
    (IMP) INFO: import of CD0T120TAB completed (0 rows)
    (DB) INFO: CD0T120TAB~0 created
    (DB) INFO: CD0T130TAB created
    (IMP) INFO: import of CD0T130TAB completed (0 rows)
    (DB) INFO: CD0T130TAB~0 created
    (DB) INFO: CD0T140TAB created
    (IMP) INFO: import of CD0T140TAB completed (0 rows)
    (DB) INFO: CD0T140TAB~0 created
    (DB) INFO: CD0T500TAB created
    (IMP) INFO: import of CD0T500TAB completed (0 rows)
    (DB) INFO: CD0T500TAB~0 created
    (DB) INFO: CD2APP0 created
    (IMP) INFO: import of CD2APP0 completed (0 rows)
    (DB) INFO: CD2APP0~0 created
    (DB) INFO: CD2HV1PTAB created
    (IMP) INFO: import of CD2HV1PTAB completed (0 rows)
    (DB) INFO: CD2HV1PTAB~0 created
    (DB) INFO: CD2HV2FTAB created
    (IMP) INFO: import of CD2HV2FTAB completed (0 rows)
    (DB) INFO: CD2HV2FTAB~0 created
    (DB) INFO: CNTLWARN created
    (IMP) INFO: import of CNTLWARN completed (0 rows)
    (DB) INFO: CNTLWARN~0 created
    (DB) INFO: D010INC created
    (IMP) INFO: import of D010INC completed (3599971 rows)
    (DB) INFO: D010INC~0 created
    (DB) INFO: D010INC~1 created
    (DB) INFO: D010TAB created
    (IMP) INFO: import of D010TAB completed (11017270 rows)
    DbSl Trace: ORA-1652 occured when executing SQL statement (parse error offset = 35)
    DbSl Trace: sc_p=013ED590,no=20,idc_p=00000000,con=0,act=0,slen=187,smax=256,#vars=0,stmt=01E1A0C8,table=
    DbSl Trace: CREATE UNIQUE INDEX "D010TAB~0" ON "D010TAB" ( "MASTER", "TABNAME" ) TABLESPACE PSAPIDN620 STORAGE (\
    DbSl Trace: INITIAL 0 NEXT 0000000640K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) ;
    <b>(DB) ERROR: DDL statement failed
    (CREATE UNIQUE INDEX "D010TAB~0" ON "D010TAB" ( "MASTER", "TABNAME" ) TABLESPACE PSAPIDN620 STORAGE (INITIAL 0 NEXT 0000000640K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) )
    DbSlExecute: rc = 99
      (SQL error 1652)
      error message returned by DbSl:
    ORA-01652: unable to extend temp segment by 2560 in tablespace PSAPTEMP
    DbSl Trace: Disconnecting from connection 0 ...</b>
    DbSl Trace: Closing user session (con_hdl=0,svchp=0146C57C,usrhp=01477414)
    DbSl Trace: Detaching from DB Server (con_hdl=0,svchp=0146C57C,srvhp=0146E82C)
    DbSl Trace: Now I'm disconnected from ORACLE
    (DB) INFO: disconnected from DB
    D:\usr\sap\IDN\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    D:\usr\sap\IDN\SYS\exe\run/R3load.exe: END OF LOG: 20061222011210
    D:\usr\sap\IDN\SYS\exe\run/R3load.exe: START OF LOG: 20061222023556
    D:\usr\sap\IDN\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/620/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    D:\usr\sap\IDN\SYS\exe\run/R3load.exe: version R6.20/V1.2
    D:\usr\sap\IDN\SYS\exe\run/R3load.exe -dbcodepage 1100 -i C:\SAPinst ORACLE SAPINST_di/SAPSSEXC.cmd -l C:\SAPinst ORACLE SAPINST_di/SAPSSEXC.log -stop_on_error
    DbSl Trace: Got ORACLE_HOME=D:\oracle\idn\928 from environment
    DbSl Trace: Client NLS settings: AMERICAN_AMERICA.WE8DEC
    DbSl Trace: Logon as OPS$-user to get SAPIDN's password
    DbSl Trace: Connecting as /@IDN on connection 0 ...
    DbSl Trace: Attaching to DB Server IDN (con_hdl=0,svchp=0146C57C,svrhp=0146E82C)
    DbSl Trace: Starting user session (con_hdl=0,svchp=0146C57C,srvhp=0146E82C,usrhp=01477414)
    DbSl Trace: Now I'm connected to ORACLE
    DbSl Trace: ORA-1403 when accessing table SAPUSER
    DbSl Trace: Disconnecting from connection 0 ...
    DbSl Trace: Closing user session (con_hdl=0,svchp=0146C57C,usrhp=01477414)
    DbSl Trace: Now I'm disconnected from ORACLE
    DbSl Trace: Try to connect with default password
    DbSl Trace: Connecting as SAPIDN/<pwd>@IDN on connection 0 ...
    DbSl Trace: Starting user session (con_hdl=0,svchp=0146C57C,srvhp=0146E82C,usrhp=01477414)
    DbSl Trace: Now I'm connected to ORACLE
    DbSl Trace: Database NLS settings: AMERICAN_AMERICA.WE8DEC
    DbSl Trace: Database instance idn is running on DLWSDV10 with ORACLE version 9.2.0.8.0 since 20061222
    (DB) INFO: connected to DB
    (GSI) INFO: dbname   = "IDN20061222121231                                                                                "
    (GSI) INFO: vname    = "ORACLE                          "
    (GSI) INFO: hostname = "DLWSDV10                                                        "
    (GSI) INFO: sysname  = "Windows NT"
    (GSI) INFO: nodename = "DLWSDV10"
    (GSI) INFO: release  = "5.2"
    (GSI) INFO: version  = "3790 Service Pack 1"
    (GSI) INFO: machine  = "8x Intel 801586 (Mod 4 Step 9)"
    (DB) ERROR: DDL statement failed
    (DROP INDEX "D010TAB~0")
    DbSlExecute: rc = 103
      (SQL error 1418)
      error message returned by DbSl:
    ORA-01418: specified index does not exist
    (IMP) INFO: a failed DROP attempt is not necessarily a problem
    DbSl Trace: ORA-1652 occured when executing SQL statement (parse error offset = 35)
    DbSl Trace: sc_p=013ECFEC,no=1,idc_p=00000000,con=0,act=0,slen=187,smax=256,#vars=0,stmt=01E06DA8,table=
    DbSl Trace: CREATE UNIQUE INDEX "D010TAB~0" ON "D010TAB" ( "MASTER", "TABNAME" ) TABLESPACE PSAPIDN620 STORAGE (\
    DbSl Trace: INITIAL 0 NEXT 0000000640K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) ;
    (DB) ERROR: DDL statement failed
    (CREATE UNIQUE INDEX "D010TAB~0" ON "D010TAB" ( "MASTER", "TABNAME" ) TABLESPACE PSAPIDN620 STORAGE (INITIAL 0 NEXT 0000000640K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) )
    DbSlExecute: rc = 99
      (SQL error 1652)
      error message returned by DbSl:
    ORA-01652: unable to extend temp segment by 2560 in tablespace PSAPTEMP
    DbSl Trace: Disconnecting from connection 0 ...
    DbSl Trace: Closing user session (con_hdl=0,svchp=0146C57C,usrhp=01477414)
    DbSl Trace: Detaching from DB Server (con_hdl=0,svchp=0146C57C,srvhp=0146E82C)
    DbSl Trace: Now I'm disconnected from ORACLE
    (DB) INFO: disconnected from DB
    D:\usr\sap\IDN\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    D:\usr\sap\IDN\SYS\exe\run/R3load.exe: END OF LOG: 20061222023612
    D:\usr\sap\IDN\SYS\exe\run/R3load.exe: START OF LOG: 20061222031914
    D:\usr\sap\IDN\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/620/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    D:\usr\sap\IDN\SYS\exe\run/R3load.exe: version R6.20/V1.2
    D:\usr\sap\IDN\SYS\exe\run/R3load.exe -dbcodepage 1100 -i C:\SAPinst ORACLE SAPINST_di/SAPSSEXC.cmd -l C:\SAPinst ORACLE SAPINST_di/SAPSSEXC.log -stop_on_error
    DbSl Trace: Got ORACLE_HOME=D:\oracle\idn\928 from environment
    DbSl Trace: Client NLS settings: AMERICAN_AMERICA.WE8DEC
    DbSl Trace: Logon as OPS$-user to get SAPIDN's password
    DbSl Trace: Connecting as /@IDN on connection 0 ...
    DbSl Trace: Attaching to DB Server IDN (con_hdl=0,svchp=0146C57C,svrhp=0146E82C)
    DbSl Trace: Starting user session (con_hdl=0,svchp=0146C57C,srvhp=0146E82C,usrhp=01477414)
    DbSl Trace: Now I'm connected to ORACLE
    DbSl Trace: ORA-1403 when accessing table SAPUSER
    DbSl Trace: Disconnecting from connection 0 ...
    DbSl Trace: Closing user session (con_hdl=0,svchp=0146C57C,usrhp=01477414)
    DbSl Trace: Now I'm disconnected from ORACLE
    DbSl Trace: Try to connect with default password
    DbSl Trace: Connecting as SAPIDN/<pwd>@IDN on connection 0 ...
    DbSl Trace: Starting user session (con_hdl=0,svchp=0146C57C,srvhp=0146E82C,usrhp=01477414)
    DbSl Trace: Now I'm connected to ORACLE
    DbSl Trace: Database NLS settings: AMERICAN_AMERICA.WE8DEC
    DbSl Trace: Database instance idn is running on DLWSDV10 with ORACLE version 9.2.0.8.0 since 20061222
    (DB) INFO: connected to DB
    (GSI) INFO: dbname   = "IDN20061222121231                                                                                "
    (GSI) INFO: vname    = "ORACLE                          "
    (GSI) INFO: hostname = "DLWSDV10                                                        "
    (GSI) INFO: sysname  = "Windows NT"
    (GSI) INFO: nodename = "DLWSDV10"
    (GSI) INFO: release  = "5.2"
    (GSI) INFO: version  = "3790 Service Pack 1"
    (GSI) INFO: machine  = "8x Intel 801586 (Mod 4 Step 9)"
    (DB) ERROR: DDL statement failed
    (DROP INDEX "D010TAB~0")
    DbSlExecute: rc = 103
      (SQL error 1418)
      error message returned by DbSl:
    ORA-01418: specified index does not exist
    (IMP) INFO: a failed DROP attempt is not necessarily a problem
    DbSl Trace: ORA-1652 occured when executing SQL statement (parse error offset = 35)
    DbSl Trace: sc_p=013ECFEC,no=1,idc_p=00000000,con=0,act=0,slen=187,smax=256,#vars=0,stmt=01E06DA8,table=
    DbSl Trace: CREATE UNIQUE INDEX "D010TAB~0" ON "D010TAB" ( "MASTER", "TABNAME" ) TABLESPACE PSAPIDN620 STORAGE (\
    DbSl Trace: INITIAL 0 NEXT 0000000640K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) ;
    (DB) ERROR: DDL statement failed
    (CREATE UNIQUE INDEX "D010TAB~0" ON "D010TAB" ( "MASTER", "TABNAME" ) TABLESPACE PSAPIDN620 STORAGE (INITIAL 0 NEXT 0000000640K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) )
    DbSlExecute: rc = 99
      (SQL error 1652)
      error message returned by DbSl:
    ORA-01652: unable to extend temp segment by 2560 in tablespace PSAPTEMP
    DbSl Trace: Disconnecting from connection 0 ...
    DbSl Trace: Closing user session (con_hdl=0,svchp=0146C57C,usrhp=01477414)
    DbSl Trace: Detaching from DB Server (con_hdl=0,svchp=0146C57C,srvhp=0146E82C)
    DbSl Trace: Now I'm disconnected from ORACLE
    (DB) INFO: disconnected from DB
    D:\usr\sap\IDN\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    D:\usr\sap\IDN\SYS\exe\run/R3load.exe: END OF LOG: 20061222031938
    <b><u>SAPAPPL0.log</u></b>
    D:\usr\sap\IDN\SYS\exe\run/R3load.exe: START OF LOG: 20061222010528
    D:\usr\sap\IDN\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/620/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    D:\usr\sap\IDN\SYS\exe\run/R3load.exe: version R6.20/V1.2
    D:\usr\sap\IDN\SYS\exe\run/R3load.exe -ctf I G:\Export/DATA/SAPAPPL0.STR C:\SAPinst ORACLE SAPINST_di/DDLORA.TPL C:\SAPinst ORACLE SAPINST_di/SAPAPPL0.TSK ORA -l C:\SAPinst ORACLE SAPINST_di/SAPAPPL0.log
    D:\usr\sap\IDN\SYS\exe\run/R3load.exe: job completed
    D:\usr\sap\IDN\SYS\exe\run/R3load.exe: END OF LOG: 20061222010530
    D:\usr\sap\IDN\SYS\exe\run/R3load.exe: START OF LOG: 20061222010539
    D:\usr\sap\IDN\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/620/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    D:\usr\sap\IDN\SYS\exe\run/R3load.exe: version R6.20/V1.2
    D:\usr\sap\IDN\SYS\exe\run/R3load.exe -dbcodepage 1100 -i C:\SAPinst ORACLE SAPINST_di/SAPAPPL0.cmd -l C:\SAPinst ORACLE SAPINST_di/SAPAPPL0.log -stop_on_error
    DbSl Trace: Got ORACLE_HOME=D:\oracle\idn\928 from environment
    DbSl Trace: Client NLS settings: AMERICAN_AMERICA.WE8DEC
    DbSl Trace: Logon as OPS$-user to get SAPIDN's password
    DbSl Trace: Connecting as /@IDN on connection 0 ...
    DbSl Trace: Attaching to DB Server IDN (con_hdl=0,svchp=0146C57C,svrhp=0146E82C)
    DbSl Trace: Starting user session (con_hdl=0,svchp=0146C57C,srvhp=0146E82C,usrhp=01477414)
    DbSl Trace: Now I'm connected to ORACLE
    DbSl Trace: ORA-1403 when accessing table SAPUSER
    DbSl Trace: Disconnecting from connection 0 ...
    DbSl Trace: Closing user session (con_hdl=0,svchp=0146C57C,usrhp=01477414)
    DbSl Trace: Now I'm disconnected from ORACLE
    DbSl Trace: Try to connect with default password
    DbSl Trace: Connecting as SAPIDN/<pwd>@IDN on connection 0 ...
    DbSl Trace: Starting user session (con_hdl=0,svchp=0146C57C,srvhp=0146E82C,usrhp=01477414)
    DbSl Trace: Now I'm connected to ORACLE
    DbSl Trace: Database NLS settings: AMERICAN_AMERICA.WE8DEC
    DbSl Trace: Database instance idn is running on DLWSDV10 with ORACLE version 9.2.0.8.0 since 20061222
    Fri Dec 22 01:05:39 2006
    ***LOG BZA=> table SVERS      does not exist on database [dblink#1 @ 1292] [dblink  1292 ]
    (DB) INFO: connected to DB
    (GSI) INFO: dbname   = "IDN20061222121231                                                                                "
    (GSI) INFO: vname    = "ORACLE                          "
    (GSI) INFO: hostname = "DLWSDV10                                                        "
    (GSI) INFO: sysname  = "Windows NT"
    (GSI) INFO: nodename = "DLWSDV10"
    (GSI) INFO: release  = "5.2"
    (GSI) INFO: version  = "3790 Service Pack 1"
    (GSI) INFO: machine  = "8x Intel 801586 (Mod 4 Step 9)"
    (DB) INFO: /1SAP1/FC_TFG200 created
    (IMP) INFO: import of /1SAP1/FC_TFG200 completed (3 rows)
    (DB) INFO: /1SAP1/FC_TFG200~0 created
    (DB) INFO: /1SAP1/FC_TFG201 created
    (IMP) INFO: import of /1SAP1/FC_TFG201 completed (2 rows)
    (DB) INFO: /1SAP1/FC_TFG201~0 created
    (DB) INFO: /1SAP1/FC_TFG300 created
    (IMP) INFO: import of /1SAP1/FC_TFG300 completed (3 rows)
    (DB) INFO: /1SAP1/FC_TFG300~0 created
    (DB) INFO: /1SAP1/FC_TFG301 created
    (IMP) INFO: import of /1SAP1/FC_TFG301 completed (4 rows)
    (DB) INFO: /1SAP1/FC_TFG301~0 created
    (DB) INFO: /SAPDMC/LSCDOCU created
    (IMP) INFO: import of /SAPDMC/LSCDOCU completed (25 rows)
    (DB) INFO: /SAPDMC/LSCDOCU~0 created
    (DB) INFO: /SAPDMC/LSCDOCUT created
    (IMP) INFO: import of /SAPDMC/LSCDOCUT completed (200 rows)
    (DB) INFO: /SAPDMC/LSCDOCUT~0 created
    (DB) INFO: /SAPDMC/LSCRULE created
    (IMP) INFO: import of /SAPDMC/LSCRULE completed (15 rows)
    (DB) INFO: /SAPDMC/LSCRULE~0 created
    (DB) INFO: /SAPDMC/LSCRULET created
    (IMP) INFO: import of /SAPDMC/LSCRULET completed (119 rows)
    (DB) INFO: /SAPDMC/LSCRULET~0 created
    (DB) INFO: /SAPDMC/LSCSTEPS created
    (IMP) INFO: import of /SAPDMC/LSCSTEPS completed (62 rows)
    (DB) INFO: /SAPDMC/LSCSTEPS~0 created
    (DB) INFO: /SAPDMC/LSCSTEPT created
    (IMP) INFO: import of /SAPDMC/LSCSTEPT completed (495 rows)
    (DB) INFO: /SAPDMC/LSCSTEPT~0 created
    (DB) INFO: /SAPDMC/LSCVERSN created
    (IMP) INFO: import of /SAPDMC/LSCVERSN completed (19 rows)
    (DB) INFO: /SAPDMC/LSCVERSN~0 created
    (DB) INFO: /SAPDMC/LSGBDCA created
    (IMP) INFO: import of /SAPDMC/LSGBDCA completed (74 rows)
    (DB) INFO: /SAPDMC/LSGBDCA~0 created
    (DB) INFO: /SAPDMC/LSGBDCS created
    (IMP) INFO: import of /SAPDMC/LSGBDCS completed (74 rows)
    (DB) INFO: /SAPDMC/LSGBDCS~0 created
    (DB) INFO: /SAPDMC/LSGBDCT created
    (IMP) INFO: import of /SAPDMC/LSGBDCT completed (74 rows)
    (DB) INFO: /SAPDMC/LSGBDCT~0 created
    (DB) INFO: /SAPDMC/LSGCUST created
    (IMP) INFO: import of /SAPDMC/LSGCUST completed (0 rows)
    (DB) INFO: /SAPDMC/LSGCUST~0 created
    (DB) INFO: /SAPDMC/LSGSUB created
    (IMP) INFO: import of /SAPDMC/LSGSUB completed (166 rows)
    (DB) INFO: /SAPDMC/LSGSUB~0 created
    (DB) INFO: /SAPDMC/LSGUSDFI created
    (IMP) INFO: import of /SAPDMC/LSGUSDFI completed (16 rows)
    (DB) INFO: /SAPDMC/LSGUSDFI~0 created
    (DB) INFO: /SAPDMC/LSMCUST created
    (IMP) INFO: import of /SAPDMC/LSMCUST completed (0 rows)
    (DB) INFO: /SAPDMC/LSMCUST~0 created
    (DB) INFO: /SAPDMC/LSOALG created
    (IMP) INFO: import of /SAPDMC/LSOALG completed (1250 rows)
    (DB) INFO: /SAPDMC/LSOALG~0 created
    (DB) INFO: /SAPDMC/LSOATT created
    (IMP) INFO: import of /SAPDMC/LSOATT completed (269 rows)
    (DB) INFO: /SAPDMC/LSOATT~0 created
    (DB) INFO: /SAPDMC/LSOLOG created
    (IMP) INFO: import of /SAPDMC/LSOLOG completed (461 rows)
    (DB) INFO: /SAPDMC/LSOLOG~0 created
    (DB) INFO: /SAPDMC/LSOPAR created
    (IMP) INFO: import of /SAPDMC/LSOPAR completed (1421 rows)
    (DB) INFO: /SAPDMC/LSOPAR~0 created
    (DB) INFO: /SAPDMC/LSOREC created
    (IMP) INFO: import of /SAPDMC/LSOREC completed (56 rows)
    (DB) INFO: /SAPDMC/LSOREC~0 created
    (DB) INFO: /SAPDMC/LSOTXT created
    (IMP) INFO: import of /SAPDMC/LSOTXT completed (455 rows)
    (DB) INFO: /SAPDMC/LSOTXT~0 created
    (DB) INFO: /SAPDMC/LSRATT created
    (IMP) INFO: import of /SAPDMC/LSRATT completed (304 rows)
    (DB) INFO: /SAPDMC/LSRATT~0 created
    (DB) INFO: /SAPDMC/LSRTXT created
    (IMP) INFO: import of /SAPDMC/LSRTXT completed (308 rows)
    (DB) INFO: /SAPDMC/LSRTXT~0 created
    (DB) INFO: /SAPDMC/LSUCUST created
    (IMP) INFO: import of /SAPDMC/LSUCUST completed (22 rows)
    (DB) INFO: /SAPDMC/LSUCUST~0 created
    (DB) INFO: /SAPDMC/LSUMENU created
    (IMP) INFO: import of /SAPDMC/LSUMENU completed (0 rows)
    (DB) INFO: /SAPDMC/LSUMENU~0 created
    (DB) INFO: /SAPDMC/LSUPROF created
    (IMP) INFO: import of /SAPDMC/LSUPROF completed (19 rows)
    (DB) INFO: /SAPDMC/LSUPROF~0 created
    (DB) INFO: /SAPNEA/MR3_SODT created
    (IMP) INFO: import of /SAPNEA/MR3_SODT completed (0 rows)
    (DB) INFO: /SAPNEA/MR3_SODT~0 created
    (DB) INFO: /SAPSLL/ECPPA created
    (IMP) INFO: import of /SAPSLL/ECPPA completed (0 rows)
    (DB) INFO: /SAPSLL/ECPPA~0 created
    (DB) INFO: /SAPSMOSS/STAT created
    (IMP) INFO: import of /SAPSMOSS/STAT completed (9 rows)
    (DB) INFO: /SAPSMOSS/STAT~0 created
    (DB) INFO: /SAPSMOSS/STATT created
    (IMP) INFO: import of /SAPSMOSS/STATT completed (171 rows)
    (DB) INFO: /SAPSMOSS/STATT~0 created
    (DB) INFO: /SAPSMOSS/TURL created
    (IMP) INFO: import of /SAPSMOSS/TURL completed (4 rows)
    (DB) INFO: /SAPSMOSS/TURL~0 created
    (DB) INFO: /SAPTRX/APARPRF created
    (IMP) INFO: import of /SAPTRX/APARPRF completed (0 rows)
    (DB) INFO: /SAPTRX/APARPRF~0 created
    (DB) INFO: /SAPTRX/APARPRFT created
    (IMP) INFO: import of /SAPTRX/APARPRFT completed (0 rows)
    (DB) INFO: /SAPTRX/APARPRFT~0 created
    (DB) INFO: /SAPTRX/ASFCTEV created
    (IMP) INFO: import of /SAPTRX/ASFCTEV completed (40 rows)
    (DB) INFO: /SAPTRX/ASFCTEV~0 created
    (DB) INFO: /SAPTRX/ASFCTEVT created
    (IMP) INFO: import of /SAPTRX/ASFCTEVT completed (88 rows)
    (DB) INFO: /SAPTRX/ASFCTEVT~0 created
    (DB) INFO: /SAPTRX/ASFCTPAR created
    (IMP) INFO: import of /SAPTRX/ASFCTPAR completed (305 rows)
    (DB) INFO: /SAPTRX/ASFCTPAR~0 created
    (DB) INFO: /SAPTRX/ASFCTPAT created
    (IMP) INFO: import of /SAPTRX/ASFCTPAT completed (671 rows)
    (DB) INFO: /SAPTRX/ASFCTPAT~0 created
    (DB) INFO: /SAPTRX/ASPARDC created
    (IMP) INFO: import of /SAPTRX/ASPARDC completed (0 rows)
    (DB) INFO: /SAPTRX/ASPARDC~0 created
    (DB) INFO: /SAPTRX/ASPARDCT created
    (IMP) INFO: import of /SAPTRX/ASPARDCT completed (0 rows)
    (DB) INFO: /SAPTRX/ASPARDCT~0 created
    (DB) INFO: /SAPTRX/SCSOMAP created
    (IMP) INFO: import of /SAPTRX/SCSOMAP completed (0 rows)
    (DB) INFO: /SAPTRX/SCSOMAP~0 created
    (DB) INFO: /SAPTRX/SOLUTN created
    (IMP) INFO: import of /SAPTRX/SOLUTN completed (0 rows)
    (DB) INFO: /SAPTRX/SOLUTN~0 created
    (DB) INFO: /SAPTRX/SOLUTNT created
    (IMP) INFO: import of /SAPTRX/SOLUTNT completed (0 rows)
    (DB) INFO: /SAPTRX/SOLUTNT~0 created
    (DB) INFO: /SDF/STGLTRAN created
    (IMP) INFO: import of /SDF/STGLTRAN completed (0 rows)
    (DB) INFO: /SDF/STGLTRAN~0 created
    (DB) INFO: /SOMO/INPUTTAB created
    (IMP) INFO: import of /SOMO/INPUTTAB completed (12 rows)
    (DB) INFO: /SOMO/INPUTTAB~0 created
    (DB) INFO: A000 created
    (IMP) INFO: import of A000 completed (0 rows)
    (DB) INFO: A000~0 created
    (DB) INFO: A002 created
    (IMP) INFO: import of A002 completed (68 rows)
    (DB) INFO: A002~0 created
    (DB) INFO: A008 created
    (IMP) INFO: import of A008 completed (0 rows)
    (DB) INFO: A008~0 created
    (DB) INFO: A011 created
    (IMP) INFO: import of A011 completed (28 rows)
    (DB) INFO: A011~0 created
    (DB) INFO: A013 created
    (IMP) INFO: import of A013 completed (68 rows)
    (DB) INFO: A013~0 created
    (DB) INFO: A014 created
    (IMP) INFO: import of A014 completed (62 rows)
    (DB) INFO: A014~0 created
    (DB) INFO: A020 created
    (IMP) INFO: import of A020 completed (2 rows)
    (DB) INFO: A020~0 created
    (DB) INFO: A027 created
    (IMP) INFO: import of A027 completed (16 rows)
    (DB) INFO: A027~0 created
    (DB) INFO: A029 created
    (IMP) INFO: import of A029 completed (0 rows)
    (DB) INFO: A029~0 created
    (DB) INFO: A031 created
    (IMP) INFO: import of A031 completed (0 rows)
    (DB) INFO: A031~0 created
    (DB) INFO: A033 created
    (IMP) INFO: import of A033 completed (8 rows)
    (DB) INFO: A033~0 created
    (DB) INFO: A034 created
    (IMP) INFO: import of A034 completed (0 rows)
    (DB) INFO: A034~0 created
    (DB) INFO: A035 created
    (IMP) INFO: import of A035 completed (56 rows)
    (DB) INFO: A035~0 created
    (DB) INFO: A036 created
    (IMP) INFO: import of A036 completed (56 rows)
    (DB) INFO: A036~0 created
    (DB) INFO: A037 created
    (IMP) INFO: import of A037 completed (56 rows)
    (DB) INFO: A037~0 created
    (DB) INFO: A038 created
    (IMP) INFO: import of A038 completed (56 rows)
    (DB) INFO: A038~0 created
    (DB) INFO: A039 created
    (IMP) INFO: import of A039 completed (56 rows)
    (DB) INFO: A039~0 created
    (DB) INFO: A040 created
    (IMP) INFO: import of A040 completed (454 rows)
    (DB) INFO: A040~0 created
    (DB) INFO: A041 created
    (IMP) INFO: import of A041 completed (0 rows)
    (DB) INFO: A041~0 created
    (DB) INFO: A042 created
    (IMP) INFO: import of A042 completed (0 rows)
    (DB) INFO: A042~0 created
    (DB) INFO: A043 created
    (IMP) INFO: import of A043 completed (0 rows)
    (DB) INFO: A043~0 created
    (DB) INFO: A048 created
    (IMP) INFO: import of A048 completed (0 rows)
    (DB) INFO: A048~0 created
    (DB) INFO: A050 created
    (IMP) INFO: import of A050 completed (2 rows)
    (DB) INFO: A050~0 created
    (DB) INFO: A057 created
    (IMP) INFO: import of A057 completed (1364 rows)
    (DB) INFO: A057~0 created
    (DB) INFO: A066 created
    (IMP) INFO: import of A066 completed (4 rows)
    (DB) INFO: A066~0 created
    (DB) INFO: A067 created
    (IMP) INFO: import of A067 completed (1 rows)
    (DB) INFO: A067~0 created
    (DB) INFO: A068 created
    (IMP) INFO: import of A068 completed (0 rows)
    (DB) INFO: A068~0 created
    (DB) INFO: A069 created
    (IMP) INFO: import of A069 completed (0 rows)
    (DB) INFO: A069~0 created
    (DB) INFO: A070 created
    (IMP) INFO: import of A070 completed (0 rows)
    (DB) INFO: A070~0 created
    (DB) INFO: A071 created
    (IMP) INFO: import of A071 completed (70 rows)
    (DB) INFO: A071~0 created
    (DB) INFO: A072 created
    (IMP) INFO: import of A072 completed (0 rows)
    (DB) INFO: A072~0 created
    (DB) INFO: A073 created
    (IMP) INFO: import of A073 completed (159 rows)
    (DB) INFO: A073~0 created
    (DB) INFO: A074 created
    (IMP) INFO: import of A074 completed (0 rows)
    (DB) INFO: A074~0 created
    (DB) INFO: A075 created
    (IMP) INFO: import of A075 completed (0 rows)
    (DB) INFO: A075~0 created
    (DB) INFO: A076 created
    (IMP) INFO: import of A076 completed (0 rows)
    (DB) INFO: A076~0 created
    (DB) INFO: A077 created
    (IMP) INFO: import of A077 completed (0 rows)
    (DB) INFO: A077~0 created
    (DB) INFO: A078 created
    (IMP) INFO: import of A078 completed (10 rows)
    (DB) INFO: A078~0 created
    (DB) INFO: A079 created
    (IMP) INFO: import of A079 completed (84 rows)
    (DB) INFO: A079~0 created
    (DB) INFO: A080 created
    (IMP) INFO: import of A080 completed (0 rows)
    (DB) INFO: A080~0 created
    (DB) INFO: A081 created
    (IMP) INFO: import of A081 completed (1128 rows)
    (DB) INFO: A081~0 created
    (DB) INFO: A082 created
    (IMP) INFO: import of A082 completed (0 rows)
    (DB) INFO: A082~0 created
    (DB) INFO: A083 created
    (IMP) INFO: import of A083 completed (0 rows)
    (DB) INFO: A083~0 created
    (DB) INFO: A084 created
    (IMP) INFO: import of A084 completed (0 rows)
    (DB) INFO: A084~0 created
    (DB) INFO: A085 created
    (IMP) INFO: import of A085 completed (0 rows)
    (DB) INFO: A085~0 created
    (DB) INFO: A086 created
    (IMP) INFO: import of A086 completed (0 rows)
    (DB) INFO: A086~0 created
    (DB) INFO: A087 created
    (IMP) INFO: import of A087 completed (10 rows)
    (DB) INFO: A087~0 created
    (DB) INFO: A088 created
    (IMP) INFO: import of A088 completed (0 rows)
    (DB) INFO: A088~0 created
    (DB) INFO: A089 created
    (IMP) INFO: import of A089 completed (0 rows)
    (DB) INFO: A089~0 created
    (DB) INFO: A090 created
    (IMP) INFO: import of A090 completed (42 rows)
    (DB) INFO: A090~0 created
    (DB) INFO: A091 created
    (IMP) INFO: import of A091 completed (0 rows)
    (DB) INFO: A091~0 created
    (DB) INFO: A092 created
    (IMP) INFO: import of A092 completed (0 rows)
    (DB) INFO: A092~0 created
    (DB) INFO: A093 created
    (IMP) INFO: import of A093 completed (0 rows)
    (DB) INFO: A093~0 created
    (DB) INFO: A094 created
    (IMP) INFO: import of A094 completed (0 rows)
    (DB) INFO: A094~0 created
    (DB) INFO: A095 created
    (IMP) INFO: import of A095 completed (0 rows)
    (DB) INFO: A095~0 created
    (DB) INFO: A096 created
    (IMP) INFO: import of A096 completed (41 rows)
    (DB) INFO: A096~0 created
    (DB) INFO: A097 created
    (IMP) INFO: import of A097 completed (56 rows)
    (DB) INFO: A097~0 created
    (DB) INFO: A098 created
    (IMP) INFO: import of A098 completed (2 rows)
    (DB) INFO: A098~0 created
    (DB) INFO: A099 created
    (IMP) INFO: import of A099 completed (2 rows)
    (DB) INFO: A099~0 created
    (DB) INFO: A100 created
    (IMP) INFO: import of A100 completed (0 rows)
    (DB) INFO: A100~0 created
    (DB) INFO: A101 created
    (IMP) INFO: import of A101 completed (0 rows)
    (DB) INFO: A101~0 created
    (DB) INFO: A102 created
    (IMP) INFO: import of A102 completed (0 rows)
    (DB) INFO: A102~0 created
    (DB) INFO: A103 created
    (IMP) INFO: import of A103 completed (0 rows)
    (DB) INFO: A103~0 created
    (DB) INFO: A104 created
    (IMP) INFO: import of A104 completed (150 rows)
    (DB) INFO: A104~0 created
    (DB) INFO: A105 created
    (IMP) INFO: import of A105 completed (192 rows)
    (DB) INFO: A105~0 created
    (DB) INFO: A106 created
    (IMP) INFO: import of A106 completed (0 rows)
    (DB) INFO: A106~0 created
    (DB) INFO: A107 created
    (IMP) INFO: import of A107 completed (0 rows)
    (DB) INFO: A107~0 created
    (DB) INFO: A108 created
    (IMP) INFO: import of A108 completed (0 rows)
    (DB) INFO: A108~0 created
    (DB) INFO: A109 created
    (IMP) INFO: import of A109 completed (0 rows)
    (DB) INFO: A109~0 created
    (DB) INFO: A110 created
    (IMP) INFO: import of A110 completed (0 rows)
    (DB) INFO: A110~0 created
    (DB) INFO: A112 created
    (IMP) INFO: import of A112 completed (15 rows)
    (DB) INFO: A112~0 created
    (DB) INFO: A113 created
    (IMP) INFO: import of A113 completed (0 rows)
    (DB) INFO: A113~0 created
    (DB) INFO: A114 created
    (IMP) INFO: import of A114 completed (0 rows)
    (DB) INFO: A114~0 created
    (DB) INFO: A115 created
    (IMP) INFO: import of A115 completed (0 rows)
    (DB) INFO: A115~0 created
    (DB) INFO: A116 created
    (IMP) INFO: import of A116 completed (0 rows)
    (DB) INFO: A116~0 created
    (DB) INFO: A117 created
    (IMP) INFO: import of A117 completed (0 rows)
    (DB) INFO: A117~0 created
    (DB) INFO: A118 created
    (IMP) INFO: import of A118 completed (12 rows)
    (DB) INFO: A118~0 created
    (DB) INFO: A119 created
    (IMP) INFO: import of A119 completed (0 rows)
    (DB) INFO: A119~0 created
    (DB) INFO: A120 created
    (IMP) INFO: import of A120 completed (0 rows)
    (DB) INFO: A120~0 created
    (DB) INFO: A121 created
    (IMP) INFO: import of A121 completed (0 rows)
    (DB) INFO: A121~0 created
    (DB) INFO: A122 created
    (IMP) INFO: import of A122 completed (0 rows)
    (DB) INFO: A122~0 created
    (DB) INFO: A123 created
    (IMP) INFO: import of A123 completed (0 rows)
    (DB) INFO: A123~0 created
    (DB) INFO: A124 created
    (IMP) INFO: import of A124 completed (0 rows)
    (DB) INFO: A124~0 created
    (DB) INFO: A125 created
    (IMP) INFO: import of A125 completed (73 rows)
    (DB) INFO: A125~0 created
    (DB) INFO: A126 created
    (IMP) INFO: import of A126 completed (0 rows)
    (DB) INFO: A126~0 created
    (DB) INFO: A127 created
    (IMP) INFO: import of A127 completed (0 rows)
    (DB) INFO: A127~0 created
    (DB) INFO: A128 created
    (IMP) INFO: import of A128 completed (0 rows)
    (DB) INFO: A128~0 created
    (DB) INFO: A129 created
    (IMP) INFO: import of A129 completed (0 rows)
    (DB) INFO: A129~0 created
    (DB) INFO: A130 created
    (IMP) INFO: import of A130 completed (0 rows)
    (DB) INFO: A130~0 created
    (DB) INFO: A131 created
    (IMP) INFO: import of A131 completed (0 rows)
    (DB) INFO: A131~0 created
    (DB) INFO: A132 created
    (IMP) INFO: import of A132 completed (0 rows)
    (DB) INFO: A132~0 created
    (DB) INFO: A133 created
    (IMP) INFO: import of A133 completed (0 rows)
    (DB) INFO: A133~0 created
    (DB) INFO: A134 created
    (IMP) INFO: import of A134 completed (0 rows)
    (DB) INFO: A134~0 created
    (DB) INFO: A135 created
    (IMP) INFO: import of A135 completed (0 rows)
    (DB) INFO: A135~0 created
    (DB) INFO: A136 created
    (IMP) INFO: import of A136 completed (8 rows)
    (DB) INFO: A136~0 created
    (DB) INFO: A137 created
    (IMP) INFO: import of A137 completed (0 rows)
    (DB) INFO: A137~0 created
    (DB) INFO: A138 created
    (IMP) INFO: import of A138 completed (0 rows)
    (DB) INFO: A138~0 created
    (DB) INFO: A139 created
    (IMP) INFO: import of A139 completed (0 rows)
    (DB) INFO: A139~0 created
    (DB) INFO: A140 created
    (IMP) INFO: import of A140 completed (2 rows)
    (DB) INFO: A140~0 created
    (DB) INFO: A141 created
    (IMP) INFO: import of A141 completed (0 rows)
    (DB) INFO: A141~0 created
    (DB) INFO: A142 created
    (IMP) INFO: import of A142 completed (0 rows)
    (DB) INFO: A142~0 created
    (DB) INFO: A143 created
    (IMP) INFO: import of A143 completed (0 rows)
    (DB) INFO: A143~0 created
    (DB) INFO: A144 created
    (IMP) INFO: import of A144 completed (0 rows)
    (DB) INFO: A144~0 created
    (DB) INFO: A145 created
    (IMP) INFO: import of A145 completed (0 rows)
    (DB) INFO: A145~0 created
    (DB) INFO: A146 created
    (IMP) INFO: import of A146 completed (0 rows)
    (DB) INFO: A146~0 created
    (DB) INFO: A147 created
    (IMP) INFO: import of A147 completed (0 rows)
    (DB) INFO: A147~0 created
    (DB) INFO: A148 created
    (IMP) INFO: import of A148 completed (0 rows)
    (DB) INFO: A148~0 created
    (DB) INFO: A149 created
    (IMP) INFO: import of A149 completed (0 rows)
    (DB) INFO: A149~0 created
    (DB) INFO: A152 created
    (IMP) INFO: import of A152 completed (0 rows)
    (DB) INFO: A152~0 created
    (DB) INFO: A153 created
    (IMP) INFO: import of A153 completed (0 rows)
    (DB) INFO: A153~0 created
    (DB) INFO: A154 created
    (IMP) INFO: import of A154 completed (0 rows)
    (DB) INFO: A154~0 created
    (DB) INFO: A155 created
    (IMP) INFO: import of A155 completed (0 rows)
    (DB) INFO: A155~0 created
    (DB) INFO: A156 created
    (IMP) INFO: import of A156 completed (0 rows)
    (DB) INFO: A156~0 created
    (DB) INFO: A160 created
    (IMP) INFO: import of A160 completed (7 rows)
    (DB) INFO: A160~0 created
    (DB) INFO: A161 created
    (IMP) INFO: import of A161 completed (0 rows)
    (DB) INFO: A161~0 created
    (DB) INFO: A162 created
    (IMP) INFO: import of A162 completed (0 rows)
    (DB) INFO: A162~0 created
    (DB) INFO: A173 created
    (IMP) INFO: import of A173 completed (0 rows)
    (DB) INFO: A173~0 created
    (DB) INFO: A174 created
    (IMP) INFO: import of A174 completed (0 rows)
    (DB) INFO: A174~0 created
    (DB) INFO: A175 created
    (IMP) INFO: import of A175 completed (0 rows)
    (DB) INFO: A175~0 created
    (DB) INFO: A176 created
    (IMP) INFO: import of A176 completed (0 rows)
    (DB) INFO: A176~0 created
    (DB) INFO: A177 created
    (IMP) INFO: import of A177 completed (0 rows)
    (DB) INFO: A177~0 created
    (DB) INFO: A178 created
    (IMP) INFO: import of A178 completed (0 rows)
    (DB) INFO: A178~0 created
    (DB) INFO: A179 created
    (IMP) INFO: import of A179 completed (0 rows)
    (DB) INFO: A179~0 created
    (DB) INFO: A180 created
    (IMP) INFO: import of A180 completed (0 rows)
    (DB) INFO: A180~0 created
    (DB) INFO: A185 created
    (IMP) INFO: import of A185 completed (0 rows)
    (DB) INFO: A185~0 created
    (DB) INFO: A190 created
    (IMP) INFO: import of A190 completed (0 rows)
    (DB) INFO: A190~0 created
    (DB) INFO: A191 created
    (IMP) INFO: import of A191 completed (0 rows)
    (DB) INFO: A191~0 created
    (DB) INFO: A192 created
    (IMP) INFO: import of A192 completed (0 rows)
    (DB) INFO: A192~0 created
    (DB) INFO: A193 created
    (IMP) INFO: import of A193 completed (0 rows)
    (DB) INFO: A193~0 created
    (DB) INFO: A194 created
    (IMP) INFO: import of A194 completed (0 rows)
    (DB) INFO: A194~0 created
    (DB) INFO: A195 created
    (IMP) INFO: import of A195 completed (13 rows)
    (DB) INFO: A195~0 created
    (DB) INFO: A196 created
    (IMP) INFO: import of A196 completed (0 rows)
    (DB) INFO: A196~0 created
    (DB) INFO: A197 created
    (IMP) INFO: import of A197 completed (5 rows)
    (DB) INFO: A197~0 created
    (DB) INFO: A198 created
    (IMP) INFO: import of A198 completed (0 rows)
    (DB) INFO: A198~0 created
    (DB) INFO: A215 created
    (IMP) INFO: import of A215 completed (0 rows)
    (DB) INFO: A215~0 created
    (DB) INFO: A291 created
    (IMP) INFO: import of A291 completed (0 rows)
    (DB) INFO: A291~0 created
    (DB) INFO: A292 created
    (IMP) INFO: import of A292 completed (0 rows)
    (DB) INFO: A292~0 created
    (DB) INFO: A293 created
    (IMP) INFO: import of A293 completed (0 rows)
    (DB) INFO: A293~0 created
    (DB) INFO: A300 created
    (IMP) INFO: import of A300 completed (0 rows)
    (DB) INFO: A300~0 created
    (DB) INFO: A301 created
    (IMP) INFO: import of A301 completed (0 rows)
    (DB) INFO: A301~0 created
    (DB) INFO: A304 created
    (IMP) INFO: import of A304 completed (3414 rows)
    (DB) INFO: A304~0 created
    (DB) INFO: A305 created
    (IMP) INFO: import of A305 completed (54 rows)
    (DB) INFO: A305~0 created
    (DB) INFO: A306 created
    (IMP) INFO: import of A306 completed (0 rows)
    (DB) INFO: A306~0 created
    (DB) INFO: A307 created
    (IMP) INFO: import of A307 completed (0 rows)
    (DB) INFO: A307~0 created
    (DB) INFO: A310 created
    (IMP) INFO: import of A310 completed (0 rows)
    (DB) INFO: A310~0 created
    (DB) INFO: A311 created
    (IMP) INFO: import of A311 completed (0 rows)
    (DB) INFO: A311~0 created
    (DB) INFO: A312 created
    (IMP) INFO: import of A312 completed (0 rows)
    (DB) INFO: A312~0 created
    (DB) INFO: A315 created
    (IMP) INFO: import of A315 completed (0 rows)
    (DB) INFO: A315~0 created
    (DB) INFO: A316 created
    (IMP) INFO: import of A316 completed (0 rows)
    (DB) INFO: A316~0 created
    (DB) INFO: A317 created
    (IMP) INFO: import of A317 completed (0 rows)
    (DB) INFO: A317~0 created
    (DB) INFO: A320 created
    (IMP) INFO: import of A320 completed (0 rows)
    (DB) INFO: A320~0 created
    (DB) INFO: A321 created
    (IMP) INFO: import of A321 completed (0 rows)
    (DB) INFO: A321~0 created
    (DB) INFO: A325 created
    (IMP) INFO: import of A325 completed (0 rows)
    (DB) INFO: A325~0 created
    (DB) INFO: A326 created
    (IMP) INFO: import of A326 completed (0 rows)
    (DB) INFO: A326~0 created
    (DB) INFO: A330 created
    (IMP) INFO: import of A330 completed (0 rows)
    (DB) INFO: A330~0 created
    (DB) INFO: A331 created
    (IMP) INFO: import of A331 completed (0 rows)
    (DB) INFO: A331~0 created
    (DB) INFO: A335 created
    (IMP) INFO: import of A335 completed (0 rows)
    (DB) INFO: A335~0 created
    (DB) INFO: A336 created
    (IMP) INFO: import of A336 completed (0 rows)
    (DB) INFO: A336~0 created
    (DB) INFO: A340 created
    (IMP) INFO: import of A340 completed (0 rows)
    (DB) INFO: A340~0 created
    (DB) INFO: A341 created
    (IMP) INFO: import of A341 completed (0 rows)
    (DB) INFO: A341~0 created
    (DB) INFO: A342 created
    (IMP) INFO: import of A342 completed (0 rows)
    (DB) INFO: A342~0 created
    (DB) INFO: A343 created
    (IMP) INFO: import of A343 completed (0 rows)
    (DB) INFO: A343~0 created
    (DB) INFO: A344 created
    (IMP) INFO: import of A344 completed (0 rows)
    (DB) INFO: A344~0 created
    (DB) INFO: A345 created
    (IMP) INFO: import of A345 completed (0 rows)
    (DB) INFO: A345~0 created
    (DB) INFO: A346 created
    (IMP) INFO: import of A346 completed (0 rows)
    (DB) INFO: A346~0 created
    (DB) INFO: A347 created
    (IMP) INFO: import of A347 completed (0 rows)
    (DB) INFO: A347~0 created
    (DB) INFO: A348 created
    (IMP) INFO: import of A348 completed (0 rows)
    (DB) INFO: A348~0 created
    (DB) INFO: A349 created
    (IMP) INFO: import of A349 completed (0 rows)
    (DB) INFO: A349~0 created
    (DB) INFO: A350 created
    (IMP) INFO: import of A350 completed (0 rows)
    (DB) INFO: A350~0 created
    (DB) INFO: A352 created
    (IMP) INFO: import of A352 completed (0 rows)
    (DB) INFO: A352~0 created
    (DB) INFO: A353 created
    (IMP) INFO: import of A353 completed (0 rows)
    (DB) INFO: A353~0 created
    (DB) INFO: A354 created
    (IMP) INFO: import of A354 completed (0 rows)
    (DB) INFO: A354~0 created
    (DB) INFO: A355 created
    (IMP) INFO: import of A355 completed (0 rows)
    (DB) INFO: A355~0 created
    (DB) INFO: A356 created
    (IMP) INFO: import of A356 completed (0 rows)
    (DB) INFO: A356~0 created
    (DB) INFO: A357 created
    (IMP) INFO: import of A357 completed (0 rows)
    (DB) INFO: A357~0 created
    (DB) INFO: A358 created
    (IMP) INFO: import of A358 completed (0 rows)
    (DB) INFO: A358~0 created
    (DB) INFO: A359 created
    (IMP) INFO: import of A359 completed (0 rows)
    (DB) INFO: A359~0 created
    (DB) INFO: A362 created
    (IMP) INFO: import of A362 completed (0 rows)
    (DB) INFO: A362~0 created
    (DB) INFO: A363 created
    (IMP) INFO: import of A363 completed (0 rows)
    (DB) INFO: A363~0 created
    (DB) INFO: A364 created
    (IMP) INFO: import of A364 completed (0 rows)
    (DB) INFO: A364~0 created
    (DB) INFO: A365 created
    (IMP) INFO: import of A365 completed (0 rows)
    (DB) INFO: A365~0 created
    (DB) INFO: A366 created
    (IMP) INFO: import of A366 completed (0 rows)
    (DB) INFO: A366~0 created
    (DB) INFO: A367 created
    (IMP) INFO: import of A367 completed (0 rows)
    (DB) INFO: A367~0 created
    (DB) INFO: A368 created
    (IMP) INFO: import of A368 completed (0 rows)
    (DB) INFO: A368~0 created
    (DB) INFO: A369 created
    (IMP) INFO: import of A369 completed (0 rows)
    (DB) INFO: A369~0 created
    (DB) INFO: A371 created
    (IMP) INFO: import of A371 completed (0 rows)
    (DB) INFO: A371~0 created
    (DB) INFO: A372 created
    (IMP) INFO: import of A372 completed (0 rows)
    (DB) INFO: A372~0 created
    (DB) INFO: A373 created
    (IMP) INFO: import of A373 completed (0 rows)
    (DB) INFO: A373~0 created
    (DB) INFO: A374 created
    (IMP) INFO: import of A374 completed (0 rows)
    (DB) INFO: A374~0 created
    (DB) INFO: A375 created
    (IMP) INFO: import of A375 completed (0 rows)
    (DB) INFO: A375~0 created
    (DB) INFO: A376 created
    (IMP) INFO: import of A376 completed (0 rows)
    (DB) INFO: A376~0 created
    (DB) INFO: A382 created
    (IMP) INFO: import of A382 completed (0 rows)
    (DB) INFO: A382~0 created
    (DB) INFO: A390 created
    (IMP) INFO: import of A390 completed (4 rows)
    (DB) INFO: A390~0 created
    (DB) INFO: A392 created
    (IMP) INFO: import of A392 completed (0 rows)
    (DB) INFO: A392~0 created
    (DB) INFO: A393 created
    (IMP) INFO: import of A393 completed (0 rows)
    (DB) INFO: A393~0 created
    (DB) INFO: A394 created
    (IMP) INFO: import of A394 completed (0 rows)
    (DB) INFO: A394~0 created
    (DB) INFO: A395 created
    (IMP) INFO: import of A395 completed (5 rows)
    (DB) INFO: A395~0 created
    (DB) INFO: A396 created
    (IMP) INFO: import of A396 completed (0 rows)
    (DB) INFO: A396~0 created
    (DB) INFO: A397 created
    (IMP) INFO: import of A397 completed (0 rows)
    (DB) INFO: A397~0 created
    (DB) INFO: A399 created
    (IMP) INFO: import of A399 completed (0 rows)
    (DB) INFO: A399~0 created
    (DB) INFO: A441 created
    (IMP) INFO: import of A441 completed (0 rows)
    (DB) INFO: A441~0 created
    (DB) INFO: A502 created
    (IMP) INFO: import of A502 completed (58 rows)
    (DB) INFO: A502~0 created
    (DB) INFO: A503 created
    (IMP) INFO: import of A503 completed (7 rows)
    (DB) INFO: A503~0 created
    (DB) INFO: A504 created
    (IMP) INFO: import of A504 completed (4 rows)
    (DB) INFO: A504~0 created
    (DB) INFO: A506 created
    (IMP) INFO: import of A506 completed (10 rows)
    (DB) INFO: A506~0 created
    (DB) INFO: A507 created
    (IMP) INFO: import of A507 completed (0 rows)
    (DB) INFO: A507~0 created
    (DB) INFO: A510 created
    (IMP) INFO: import of A510 completed (0 rows)
    (DB) INFO: A510~0 created
    (DB) INFO: A511 created
    (IMP) INFO: import of A511 completed (0 rows)
    (DB) INFO: A511~0 created
    (DB) INFO: A518 created
    (IMP) INFO: import of A518 completed (0 rows)
    (DB) INFO: A518~0 created
    (DB) INFO: A599 created
    (IMP) INFO: import of A599 completed (0 rows)
    (DB) INFO: A599~0 created
    (DB) INFO: A601 created
    (IMP) INFO: import of A601 completed (3 rows)
    (DB) INFO: A601~0 created
    (DB) INFO: A755 created
    (IMP) INFO: import of A755 completed (0 rows)
    (DB) INFO: A755~0 created
    (DB) INFO: A800 created
    (IMP) INFO: import of A800 completed (1 rows)
    (DB) INFO: A800~0 created
    (DB) INFO: A801 created
    (IMP) INFO: import of A801 completed (0 rows)
    (DB) INFO: A801~0 created
    (DB) INFO: A805 created
    (IMP) INFO: import of A805 completed (0 rows)
    (DB) INFO: A805~0 created
    (DB) INFO: A810 created
    (IMP) INFO: import of A810 completed (0 rows)
    (DB) INFO: A810~0 created
    (DB) INFO: A815 created
    (IMP) INFO: import of A815 completed (0 rows)
    (DB) INFO: A815~0 created
    (DB) INFO: A816 created
    (IMP) INFO: import of A816 completed (1 rows)
    (DB) INFO: A816~0 created
    (DB) INFO: A817 created
    (IMP) INFO: import of A817 completed (0 rows)
    (DB) INFO: A817~0 created
    (DB) INFO: A818 created
    (IMP) INFO: import of A818 completed (6 rows)
    (DB) INFO: A818~0 created
    (DB) INFO: A819 created
    (IMP) INFO: import of A819 completed (0 rows)
    (DB) INFO: A819~0 created
    (DB) INFO: A900 created
    (IMP) INFO: import of A900 completed (250 rows)
    (DB) INFO: A900~0 created
    (DB) INFO: A902 created
    (IMP) INFO: import of A902 completed (0 rows)
    (DB) INFO: A902~0 created
    (DB) INFO: A903 created
    (IMP) INFO: import of A903 completed (11 rows)
    (DB) INFO: A903~0 created
    (DB) INFO: A933 created
    (IMP) INFO: import of A933 completed (0 rows)
    (DB) INFO: A933~0 created
    (DB) INFO: A940 created
    (IMP) INFO: import of A940 completed (0 rows)
    (DB) INFO: A940~0 created
    (DB) INFO: A941 created
    (IMP) INFO: import of A941 completed (0 rows)
    (DB) INFO: A941~0 created
    (DB) INFO: A942 created
    (IMP) INFO: import of A942 completed (0 rows)
    (DB) INFO: A942~0 created
    (DB) INFO: A972 created
    (IMP) INFO: import of A972 completed (0 rows)
    (DB) INFO: A972~0 created
    (DB) INFO: A973 created
    (IMP) INFO: import of A973 completed (0 rows)
    (DB) INFO: A973~0 created
    (DB) INFO: A974 created
    (IMP) INFO: import of A974 completed (0 rows)
    (DB) INFO: A974~0 created
    (DB) INFO: A976 created
    (IMP) INFO: import of A976 completed (0 rows)
    (DB) INFO: A976~0 created
    (DB) INFO: A977 created
    (IMP) INFO: import of A977 completed (0 rows)
    (DB) INFO: A977~0 created
    (DB) INFO: A994 created
    (IMP) INFO: import of A994 completed (0 rows)
    (DB) INFO: A994~0 created
    (DB) INFO: A997 created
    (IMP) INFO: import of A997 completed (0 rows)
    (DB) INFO: A997~0 created
    (DB) INFO: A998 created
    (IMP) INFO: import of A998 completed (1 rows)
    (DB) INFO: A998~0 created
    (DB) INFO: A999 created
    (IMP) INFO: import of A999 completed (0 rows)
    (DB) INFO: A999~0 created
    (DB) INFO: AAA_KEYS created
    (IMP) INFO: import of AAA_KEYS completed (0 rows)
    (DB) INFO: AAA_KEYS~0 created
    (DB) INFO: AAA_ROLES created
    (IMP) INFO: import of AAA_ROLES completed (0 rows)
    (DB) INFO: AAA_ROLES~0 created
    (DB) INFO: AAA_ROLES2 created
    (IMP) INFO: import of AAA_ROLES2 completed (0 rows)
    (DB) INFO: AAA_ROLES2~0 created
    (DB) INFO: AAA_USERS created
    (IMP) INFO: import of AAA_USERS completed (0 rows)
    (DB) INFO: AAA_USERS~0 created
    (DB) INFO: AAA_VALUES created
    (IMP) INFO: import of AAA_VALUES completed (0 rows)
    (DB) INFO: AAA_VALUES~0 created
    (DB) INFO: AAB_ID_ACT created
    (IMP) INFO: import of AAB_ID_ACT completed (0 rows)
    (DB) INFO: AAB_ID_ACT~0 created
    (DB) INFO: AAB_VAR_ID created
    (IMP) INFO: import of AAB_VAR_ID completed (6 rows)
    (DB) INFO: AAB_VAR_ID~0 created
    (DB) INFO: AAB_VAR_ID~ID1 created
    (DB) INFO: AAB_VAR_PROP created
    (IMP) INFO: import of AAB_VAR_PROP completed (9 rows)
    (DB) INFO: AAB_VAR_PROP~0 created
    (DB) INFO: AAB_VAR_PROPT created
    (IMP) INFO: import of AAB_VAR_PROPT completed (18 rows)
    (DB) INFO: AAB_VAR_PROPT~0 created
    (DB) INFO: AAF_ROLES created
    (IMP) INFO: import of AAF_ROLES completed (0 rows)
    (DB) INFO: AAF_ROLES~0 created
    (DB) INFO: AAT_ROLES created
    (IMP) INFO: import of AAT_ROLES completed (0 rows)
    (DB) INFO: AAT_ROLES~0 created
    (DB) INFO: AAT_USERS created
    (IMP) INFO: import of AAT_USERS completed (0 rows)
    (DB) INFO: AAT_USERS~0 created
    (DB) INFO: AAT_VALUES created
    (IMP) INFO: import of AAT_VALUES completed (0 rows)
    (DB) INFO: AAT_VALUES~0 created
    (DB) INFO: AAUSVAR created
    (IMP) INFO: import of AAUSVAR completed (0 rows)
    (DB) INFO: AAUSVAR~0 created
    (DB) INFO: ABAPHTML created
    (IMP) INFO: import of ABAPHTML completed (859 rows)
    (DB) INFO: ABAPHTML~0 created
    (DB) INFO: ABAPTREE created
    (IMP) INFO: import of ABAPTREE completed (487 rows)
    (DB) INFO: ABAPTREE~0 created
    (DB) INFO: ABAPTREET created
    (IMP) INFO: import of ABAPTREET completed (7814 rows)
    (DB) INFO: ABAPTREET~0 created
    (DB) INFO: ABDOCMODE created
    (IMP) INFO: import of ABDOCMODE completed (78 rows)
    (DB) INFO: ABDOCMODE~0 created
    (DB) INFO: ACAC_OBJECTS created
    (IMP) INFO: import of ACAC_OBJECTS completed (0 rows)
    (DB) INFO: ACAC_OBJECTS~0 created
    (DB) INFO: ACAC_OBJECTS~1 created
    (DB) INFO: ACCRBD created
    (IMP) INFO: import of ACCRBD completed (0 rows)
    (DB) INFO: ACCRBD~0 created
    (DB) INFO: ACCRBD~1 created
    (DB) INFO: ACCRFI created
    (IMP) INFO: import of ACCRFI completed (0 rows)
    (DB) INFO: ACCRFI~0 created
    (DB) INFO: ACEDSASSGMT created
    (IMP) INFO: import of ACEDSASSGMT completed (0 rows)
    (DB) INFO: ACEDSASSGMT~0 created
    (DB) INFO: ACEDSOH created
    (IMP) INFO: import of ACEDSOH completed (0 rows)
    (DB) INFO: ACEDSOH~0 created
    (DB) INFO: ACEDSOI created
    (IMP) INFO: import of ACEDSOI completed (0 rows)
    (DB) INFO: ACEDSOI~0 created
    (DB) INFO: ACEDSOP created
    (IMP) INFO: import of ACEDSOP completed (0 rows)
    (DB) INFO: ACEDSOP~0 created
    (DB) INFO: ACEOBJ created
    (IMP) INFO: import of ACEOBJ completed (0 rows)
    (DB) INFO: ACEOBJ~0 created
    (DB) INFO: ACEOBJ~001 created
    (DB) INFO: ACE_SOP_DESTINTN created
    (IMP) INFO: import of ACE_SOP_DESTINTN completed (0 rows)
    (DB) INFO: ACE_SOP_DESTINTN~0 created
    (DB) INFO: ACE_SOP_FFVERSNS created
    (IMP) INFO: import of ACE_SOP_FFVERSNS completed (1 rows)
    (DB) INFO: ACE_SOP_FFVERSNS~0 created
    (DB) INFO: ACE_SOP_FFVRSTXT created
    (IMP) INFO: import of ACE_SOP_FFVRSTXT completed (18 rows)
    (DB) INFO: ACE_SOP_FFVRSTXT~0 created
    (DB) INFO: ACE_SOP_INVERSNS created
    (IMP) INFO: import of ACE_SOP_INVERSNS completed (0 rows)
    (DB) INFO: ACE_SOP_INVERSNS~0 created
    (DB) INFO: ACE_SOP_INVRSTXT created
    (IMP) INFO: import of ACE_SOP_INVRSTXT completed (0 rows)
    (DB) INFO: ACE_SOP_INVRSTXT~0 created
    (DB) INFO: ACE_SOP_REFKEY created
    (IMP) INFO: import of ACE_SOP_REFKEY completed (0

Maybe you are looking for