Java stack system copy

Dear Experts,
I have recently done few ABAP+java stack system copies using R3load method. Basically i have done Export ABAP and JAVA stack and Imported the same to QAS system using sapinst with SMIGR_CREATE_DDLs kept along with Import.
But i am really not having in depth idea over it even after reading system-copy guides for Neweaver SR1.
Because this procedure is taking a lot of time as compared to our old technique for only ABAP stack which was normal backup and restore of database and then change of SID with controlfile.
But while reading TADM10  i found backing up and restoring AS java ..
and i have querry whether is there any way we can do simple database backup and restore for ABAP stack ... and then just Export JAVA stack from source and Import the same to target QAS machine which will save time for us.
Or anything like just backup SDM , instance dir,bootstarp.properties,instance.properties and then Import through Configtool in Target machine.
Please let me know the procedure in depth as we are really facing hard time because of downtime required for R3load Export-import method.
Best Regards,
AjitR

I guess you have Exported java and imported JAVA to one system and the  Exported ABAP and Imported to another system.
I´ve exported Java, imported it on system A, I´ve copied the complete database using backup/restore onto system B and deleted the Java schema.
I suppose there is no way for parallel Export Import for dual ABAP + JAVA at one strock.
I´m afraid - no - I just checked...
So the way out could during Export and Import there is something called as Number of work processes for Export and may be for Import. With increase or change in default ones will i get more Time saved during Export and Import as compared to default one.
Yes - definitely.
You can also split tables.
I usually use 2 R3load per CPU, max. table sizes in one package 250 MB, separate the biggest 250 tables. This enables me to export a 1.8 TB system in about 7 hours (which is still a VERY long time) with a total of about 400 single packages.
About the degree of parallelism: Make sure you underlying I/O system can deliver enough. If you have a system with many CPUs (8+) and your I/O system is not able to handle that load, speed will go down and probably this will affect normal work.
The fastest way I found out is to use a socket connection over a gigabit ethernet instead of storing onto a network drive, however, in that case the target system need to be fast enough to import all the data as fast as the export system delivers (same amount of R3load processes). During import you can use "-loadprocedure fast" as additional option (bulk import). This will speed up significantly. However, make sure you have the latest patches installed on the target system if you use the default ASSM tablespaces, corruptions may occur otherwise (see note 1045847 - ORACLE DIRECT PATH LOAD SUPPORT IN R3LOAD)
Long story short: If you have the possibility and hardware resources to separate ABAP from Java it´s the best you can do from an administrative point of view, this will make you refrain from doing copies via R3load.
Markus

Similar Messages

  • Solution Manager information for Java stack systems

    Hi,
    Could someone please help with the setup of Solution Manager, and how to connect to the backend of a Java stack system. For our ERP systems this is working via RFC, but I was hoping to get more information on the procedure for java. I can specify manually via SMSY, but I am sure there must be a setup that can pull the information for the system itself. Could anyone shed some light on this if possible please.
    Regards,
    Chris

    Dear Chris,
    ABAP Stacks use RFC as you know for inter system communications.
    Java stack systems use Solution Manager Diagnostics.
    You will need to run Solman_Setup > Managed System Configuration
    First you should visit the link http://service.sap.com/diagnostics
    There you will see a link to the media library, and there you will find complete documentation.
    Hope you find this information Helpful.
    Regards,
    Paul

  • Java WAS System Copy for non-SR1 Systems

    Hi,
    I found the document describing the Java WAS system
    copy for NW 2004SR1.
    However, has anybody successfully copied a Java
    WAS system (Especially if the SID was
    changed) which was not SR1?
    I understand how to copy the datafiles, recreate the
    control files, adapt the default and instance
    profiles, etc..
    However, I am not sure which other parameters,
    XML files, or database entries need to be changed.
    This is for a development system (I wouldn't do this
    for a production system).
    Any information from somebody who succeeded to do
    this would be greatly appreciated.
    Thanks,
    IF

    Hi,
    for system copy of SCM 4.0 use the document system copy for webas 6.20
    https://websmp205.sap-ag.de/~sapdownload/011000358700002645032002E/syscopy620_140803.pdf
    perform DB copy as note 151603 :Copying an SQL Server database (homogeneous system copy)
    apply sap note 551915 - R/3 won't start after database restore or database copy after DB copy.
    if you want to perform livecache copy also
    check Note 457425 - Homogenous liveCache copy using backup/restore
    also consider Note 886103 - System Landscape Copy for SAP SCM
    regards,
    kaushal

  • Link for JAVA homogenous system copy for oracle

    hi
    I am unable to find the document for JAVA homogenous system copy for Oracle for NW04 & NW04s
    kindly find me the link
    thx
    regards
    Shoeb

    Hi
    Here you go...-
    [JAVA Sytem Copy for ORACLE |https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/cd76e07d-0c01-0010-298d-f699863f2ce4]
    Regards
    Jhony

  • Needs link for JAVA homogenous system copy NW04 & NW04s

    hi
    I am unable to find the document for JAVA homogenous system copy for NW04 and NW04s.
    kindly plz provide the link for it
    its urgent
    thanks
    regards
    Shoeb

    Hi,
    try [http://service.sap.com|http://service.sap.com] -> Relase & Upgrade-Info -> Installation and Upgrade ...-> SAP NetWeaver -> SAP NetWeaver 7.0 -> Installation -> Installation - SAP NetWeaver Systems
    Kind Regards
    David Heidbrink

  • Help in ABAP+JAVA Homogeneous System copy

    Dear BASIS Gurus,
    We have SRM 4.0, Portal 6.0, BW 3.5 and XI 3.0 based on WAS 640, all with
    ABAP+JAVA stacks in HP-UX B.11/Oracle 9.2.x.
    We are planning Homogeneous System copies to refresh our Development
    environment.
    After reading the instguides, I'm a litle confused about the best
    strategy to use.
    Using SAPINST in the source System to export the Database, I have the
    dump files with Database data.
    Do I must run SAPINST again to get the JAVA data (both database and
    filesystem data)?
    In the target system do I must do two runs of SAPINST ? One for ABAP
    and other for JAVA?
    Yhanks in adavnce.
    Best regards.
    Arnaldo Calçada.

    Hi Arnaldo,
    There are basically two method of performing system copy.
    1. Using database tool (you can use backup/restore procedure)
    2. Using SAPINST tool (export/import)
    This is applicable for both ABAP and JAVA.
    Do I must run SAPINST again to get the JAVA data (both database and
    filesystem data)?
    It depends which method you are using.
    In the target system do I must do two runs of SAPINST ? One for ABAP
    and other for JAVA?
    Yes if you are using 2nd method.
    Hope this will help.
    -Pinkle

  • NWBC 2.0 logon failure to ABAP/JAVA stack system

    Hi,
    Maybe not the correct forum, but there isn't any for the NWBC.
    I am testing the Netweaver business client 2.0. It seems to work fine for portal connections, but when i try to connect to a netweaver system (abap+java) using the internal ITS url (http://host:8000/sap/bc/gui/sap/its/webgui), i get an error saying:
    Could not open the logon window on server <host> (server URL http:// <host>:8000/sap/bc/gui/sap/its/webgui, logon URL http://<host>:8000/ticketissuer/TicketIssuer?NWBC_avoidCache=460486210'); check if the URL is valid and the server is running
    The URL works fine on the NWBC 1.0. Is there something significantly changed in 2.0? Does the 2.0 version only accept portal URLs? I can't find any documentation on this.
    regards,
    Bas

    hi,
    There might be problem in Properties in the Connection Sections
    Also see the below documentation as i dont know what parameters you might have given for configuring.
    [Configuring NWBC|http://help.sap.com/saphelp_nw70/helpdata/en/46/5549df9d3651eae10000000a114a6b/content.htm]
    [Adjusting properties. |http://help.sap.com/saphelp_nw70/helpdata/en/46/554a149d3651eae10000000a114a6b/content.htm]

  • J2EE_ADMIN has no Port Role in ABAP+JAVA stacks system

    I installed 2004s BI IDES SR2 with ABAP+JAVA on Win 2003 + Oracle, default client 800.
    I find the J2EE runs fine, I can log into SDM, configtools. And I can launch
    http://host:50000/index and http://host:50000/irj/portal, which mean the portal is up.
    But with http:host:50000/index.html, I can't goto http://host:50000/useradmin, nor http://host:50000/nwa
    The error message is:
    Application cannot be started.
    Details:        com.sap.engine.services.deploy.container.ExceptionInfo: Naming error.
    with http://host:50000/irj/portal, both j2ee_admin and sap* can log in, but without any portal role. Thus
    only logoff link available, and I can't do anything else.
    I read through all the related post and can't figure out a way to assign the portal role to j2ee_admin or create additional portal user, anyone can help my situation.
    I also can not log into Visual Admin with j2ee_admin, connect error:
    Error while connecting
    com.sap.engine.services.jmx.exception.JmxSecurityException: Caller J2EE_ADMIN not authorized, only role administrators is allowed to access JMX
    (which I checked sap_j2ee_admin role is green on su01 role tab with correct valid period.)
    what should I do?
    Thanks

    Thanks for prompt reply, Debasis.
    Could you please elaborate the steps I need to take? Thanks.
    eg. how do I "Assign a user a role that has the permission for the UME action JMX.JmxManageAll"
    I don't have any portal tools working properly yet, I don't have useradmin, and I don't have nwa. I don't even have visual admin. Everything I do in ABAP, pfcg, su01, seems have no effect to those portal functionalities.
    The fact that I enable emergency sap* from configtool also doesn't make useradmin / nwa work...
    Any idea? Thank you.

  • Mixed (Java & ABAP w/different sources) System Copy Failed- NW 7.0 SR3/SP14

    Hello SAP Friends! Our NW admin did a dual stack system copy where the ABAP server came from system 1 and the Java server came from system 2. This worked fine for ABAP (duh it was installed first), but the Java system copy was a disaster. the server started but many key services did not.
    Why?
    Many of the configuration entries were not generated properly. For example, a new, unknown SID was created, and many entries referenced System 1 (the ABAP source, not even the Java source). We were able to find and fix some incorrect config entries, but we still couldn't get all of the services we needed to work.
    I think NW is so complicated that such a configuration is probably impossible, but maybe I am wrong.
    Does anyone have tips? Or can confirm that this would never work?
    The current plan is to install the Java Server from scratch as an add-in, which is less effort than searching through all the config files without any certainty that it will work. Hopefully it will work.
    Many thanks in advance.

    Hi Matt,
    What kind of infos are you looking for? I didn't perform the copy, have just been trying to figure out how to get all of the Java stack's services to start properly. As far as I know, it was done using the standard System Copy wizard. The ABAP server was done as a central instance and then the Java server was copied and installed as a java add-in.
    I have asked the admin to post the details to this thread, but it would be helpful if you could mention what types of info and details you are looking for.
    Thanks and Best Regards,
    John

  • Solman 7.1 dual stack homogenous System copy

    Hi all,
    I need to perform a solman 7.1 dual stack system copy from QA to sandbox system.
    Can anybody let me know the steps involved in solman 7.1 dual stack system copy Procedure.
    Thanks
    Vimal

    Hi Vimal,
    Please check:
    "System Copy for SAP Systems Based on SAP NetWeaver 7.1 Including Enhancement Package 1 Java (PI/XI)
    SAP NetWeaver Process Integration 7.1 including Enhancement Package 1 - 2010/12/02" or 011000358700001317792010E.pdf
    The best way to perform a system copy of a dual stack is to use sapinst with the backup/restore options. Install a plaine system an restore the db would not work. Sapinst exports also a lot of stuff from the filesystem repository.
    1. Export actual SAP system using sapinst with option export ABAP+JAVA
    2. Uninstall SAP+DB from actual server
    3. Install SAP using option System Copy (Target system)
    Thanks
    Vikram

  • Manuall java system copy.

    hi experts,
    Accourding to JAVA(NW04s) system copy guide, it's mandatory to use CI EXPORT/IMPORT to ajust the difference JAVA ID(IDXXXXXX) and SDM info of source and target system.
    In our environment,
    1st,  install source system
    2nd, install target system
    3rd,  export ci from source system
    4th,  import ci into target system
    in 4th phase, existing CI is overwrited during being imported.
    And modify JAVA IDXXXXXXX in database to fit IDXXXXXXXX in insternce.properties(file system)
    All done by SAPINST,,,,only database.
    Does anyone know how to ajust manually instead of
    CI EXPORT/IMPORT???
    Because CI IMP/EXP takes some time, it can be
    downtime.I'd like to create bat script to do this.
    I wish there is some script to change JAVA IDXXXXX
    in Database by SQL Command or something.
    Thanks in advance.
    Regards
    MASAKI

    > >The secure store must be "recreated", all references to the old hostname must be changed (in the database as well as in the .properties >files) etc. This "magic" is done by sapinst.
    >
    > Sorry, I don't know a lot about the secure store. Does this mean Secure Store and Forward (SSF) ???
    > And "recreated" means not required setting after run ci import for secure store??
    It's a java program, that's executed with parameters and creates a "secure store" - means, encrypted passwords.
    > If possible, please refer me to document describing the relationship between ci import function and secure store.
    I'd stop trying to do a Java copy manually. You may get it to work with lots of manual work - but the time you need to invest will be more than a sapinst run will cost you.
    I'm sure there are methods of doing this, but since many things can go wrong if you really don't know what to do I wouldn't do it. In case the support will look on the system and will see, that something weird is going on, they may refrain from helping you because you didn't use the supported way of copying Java systems.
    Markus

  • DBACockpit Configuration - Remote Database backup of Java Stack.

    Hi All,
    I am configuring remote database backup of my SAP Java stack system.
    I have successfully connected the system in dbacockpit. I have gateway installed also on the remote host system. but Database scheduling on DB13 failed.
    On the OS of CEN system, I can connect to the host system of the remote using the OPS$ logon and i.e
    sqlplus /@SID as sysdba  - (It connected, to confirm i querried the v$instance I was also able to shutdown the remote system)
    E:\>sqlplus /@SID as sysdba
    SQL*Plus: Release 10.2.0.4.0 - Production on Wed May 18 15:37:46 2011
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    But when I ran the brtools to perform the backup I got this error.
    "BR0301W SQL error -12560 at location BrDbConnect-2, SQL statement:

    Hi Niyi,
    This is a TNS error. The system is not able to connect TNS by using br*tools.
    Firstly, check your environment variables. They should be as same as java system environmnt variables.
    Secondly, check the link below;
    [BR0301W SQL error -1017;
    You need to create a synonym and SAPUSER table for the gateway installation <sid>adm user on Java database. By doing so, br*tools will be able to connect to the java database.
    Best regards,
    Orkun Gedik

  • Install JAVA Stack for CRM

    Hi, I have installed CRM 7.0 EHP3 AS ABAP over Windows 2012+SQL 2012 and I want to install AS JAVA CRM 7.0 EHP3
    I recenlty upgraded my NW AS JAVA 7.3 to NW AS JAVA 7.4, can I use this NW AS JAVA to implement CRM 7.0 EHP3 AS JAVA Stack?
    what package do I need to deploy?

    So from what I understand you have a NW 7.4 Java system you upgraded from NW 7.3. I am assuming this is standalone Java stack.
    you can technically put CRM Java 703 as an add-on to this but it will be tricky. I think the best way to do that will be use Maint optimizer to select appropriate components. run an Maint optimizer transaction and see if it shows up SAP CRM as add-on to this. If it does, you should be able to put in all correct components along with appropriate add-ons.
    doing it manually, you will have to pick all relevant CRM java components and still I think it will be tricky to get it working. Honestly I have not done it.
    Easiest way to do it of-course will be to install a standalone Java stack system with CRM components to start with but then of-course you will end up with a separate java stack. We did the same and now we have 6 java stack business systems to serve various business add-ons. I would love to consolidate them to fewer but too lazy to put in the efforts. 
    Do update the message with your findings, it will be interesting to know how it worked. Maybe it encourages me to take the initiative.
    hope this helped
    regards
    Yogesh

  • Portal Error after system copy

    We are getting below error after we performed a dual stack system copy.  We are able to connect to VA, Configtool, SDM except portal. Any ideas?!
    http://host:port
    Application cannot be started.
      Details:   com.sap.engine.services.deploy.container.ExceptionInfo: Error in starting application [sap.com/com.sap.engine.docs.examples].
    std_server0.out has erros like below:
    com.sap.portal.prt.sapj2ee.error [SAPEngine_Application_Thread[impl:3]_33] Fatal:
    com.sap.portal.prt.sapj2ee.error [SAPEngine_System_Thread[impl:5]_150] Fatal: Exception while starting: sap.com/com.sa
    p.netweaver.bc.rf
    com.sap.portal.prt.sapj2ee.error [SAPEngine_Application_Thread[impl:3]_7] Fatal:
    com.sap.portal.prt.sapj2ee.error [SAPEngine_System_Thread[impl:5]_150] Fatal: Exception while starting: sap.com/com.sa
    p.portal.pcm.admin.apiservice
    dev_server0:
    Wed Sep 17 21:52:37 2008
    186.817: [GC 186.817: [ParNew: 119589K->32359K(130560K), 0.0669152 secs] 169148K->81918K(1005056K), 0.0670788 secs]
    [Thr 223] Wed Sep 17 21:52:38 2008
    [Thr 223] JLaunchISetState: change state from [Starting applications (10)] to [Running (3)]
    Wed Sep 17 21:54:58 2008
    327.480: [GC 327.481: [ParNew: 119399K->35834K(130560K), 0.0745068 secs] 168958K->85393K(1005056K), 0.0746528 secs]
    Wed Sep 17 21:54:59 2008
    328.550: [GC 328.551: [ParNew: 121894K->43519K(130560K), 0.0827871 secs] 171454K->93460K(1005056K), 0.0829520 secs]
    Wed Sep 17 22:01:04 2008
    693.368: [GC 693.368: [ParNew: 130559K->43520K(130560K), 0.1257561 secs] 180500K->103573K(1005056K), 0.1259380 secs]

    Hello. Try to connect VA, after navigate --> Deploy --> Application , try to find applications
    (for example sap.com/com.sap.netweaver.bc.rf or other, and try to start) if it not starts, check the errors directly here. Regards.

  • Error during Homogenous System copy of ABAP+JAVA stack

    Hi All,
    I'm trying to do a homogeneous system copy of an XI system NW04s on Windows 2k3 and Oracle database to another windows 2k3 machine. SCS and Database went on fine but during CI installation on the target system I'm stuck at "Run ABAP Reports" phase.
    I'm getting an error:
    MUT-03025 Caught ERfcExcept in Modulecall: Exception condition "WRITE_FAILED" raised..
    runRADDBDIF was executed with status ERROR
    The ABAP stack is however up and when I login to 000 client using DDIC user and try to execute the report RADDBDIF, I get a runtime error RAISE_EXCEPTION with Exception condition "WRITE_FAILED" raised.
    A RAISE statement in the program "SAPLSUGI" raised the exception condition "WRITE_FAILED".
    If anyone has encountered similar problem, kindly help me.
    Regards,
    Sameer

    Hi Juan,
    I've already checked dev_disp and dev_ms but didn't find any errors. However, I got some errors in dev_w0. I'm pasting the same for your reference.
    trc file: "dev_w0", trc level: 1, release: "700"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, MJ

    B Mon Jan 07 18:45:15 2008
    B  create_con (con_name=R/3)
    B  Loading DB library 'F:\usr\sap\COP\DVEBMGS04\exe\dboraslib.dll' ...
    B  Library 'F:\usr\sap\COP\DVEBMGS04\exe\dboraslib.dll' loaded
    B  Version of 'F:\usr\sap\COP\DVEBMGS04\exe\dboraslib.dll' is "700.08", patchlevel (0.107)
    B  New connection 0 created
    M sysno      04
    M sid        COP
    M systemid   560 (PC with Windows NT)
    M relno      7000
    M patchlevel 0
    M patchno    111
    M intno      20050900
    M make:      multithreaded, Unicode, optimized
    M pid        2148
    M
    M  kernel runs with dp version 229000(ext=109000) (@(#) DPLIB-INT-VERSION-229000-UC)
    M  length of sys_adm_ext is 576 bytes
    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 2148) [dpxxdisp.c   1301]
    I  MtxInit: 30000 0 0
    M  DpSysAdmExtCreate: ABAP is active
    M  DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active

    M Mon Jan 07 18:45:16 2008
    M  DpShMCreate: sizeof(wp_adm)          10056     (1436)
    M  DpShMCreate: sizeof(tm_adm)          4232256     (21056)
    M  DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    M  DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    M  DpCommTableSize: max/headSize/ftSize/tableSize=500/8/528056/528064
    M  DpShMCreate: sizeof(comm_adm)          528064     (1048)
    M  DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    M  DpShMCreate: sizeof(slock_adm)          0     (96)
    M  DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    M  DpShMCreate: sizeof(file_adm)          0     (72)
    M  DpShMCreate: sizeof(vmc_adm)          0     (1536)
    M  DpShMCreate: sizeof(wall_adm)          (38456/34360/64/184)
    M  DpShMCreate: sizeof(gw_adm)     48
    M  DpShMCreate: SHM_DP_ADM_KEY          (addr: 05EC0040, size: 4883696)
    M  DpShMCreate: allocated sys_adm at 05EC0040
    M  DpShMCreate: allocated wp_adm at 05EC2090
    M  DpShMCreate: allocated tm_adm_list at 05EC47D8
    M  DpShMCreate: allocated tm_adm at 05EC4808
    M  DpShMCreate: allocated wp_ca_adm at 062CDC48
    M  DpShMCreate: allocated appc_ca_adm at 062D3A08
    M  DpShMCreate: allocated comm_adm at 062D5948
    M  DpShMCreate: system runs without slock table
    M  DpShMCreate: system runs without file table
    M  DpShMCreate: allocated vmc_adm_list at 06356808
    M  DpShMCreate: allocated gw_adm at 06356848
    M  DpShMCreate: system runs without vmc_adm
    M  DpShMCreate: allocated ca_info at 06356878
    M  DpShMCreate: allocated wall_adm at 06356880
    X  EmInit: MmSetImplementation( 2 ).
    X  MM global diagnostic options set: 0
    X  <ES> client 0 initializing ....
    X  Using implementation view
    X  <EsNT> Using memory model view.
    M  <EsNT> Memory Reset disabled as NT default
    X  ES initialized.
    M  ThInit: running on host hydhtc24738
    M  calling db_connect ...
    C  Prepending F:\usr\sap\COP\DVEBMGS04\exe to Path.

    C Mon Jan 07 18:45:18 2008
    C  Oracle Client Version: '10.2.0.1.0'
    C  Client NLS settings: AMERICAN_AMERICA.UTF8
    C  Logon as OPS$-user to get SAPSR3's password
    C  Connecting as /@COP on connection 0 (nls_hdl 0) ... (dbsl 700 250407)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   0649D5C8   064A2B64   064A23EC
    C  Attaching to DB Server COP (con_hdl=0,svchp=064A2338,srvhp=064B3F34)
    C  Starting user session (con_hdl=0,svchp=064A2338,srvhp=064B3F34,usrhp=064FFA98)
    C  Now '/@COP' is connected (con_hdl 0, nls_hdl 0).
    C  Got SAPSR3's password from OPS$-user
    C  Disconnecting from connection 0 ...
    C  Closing user session (con_hdl=0,svchp=064A2338,usrhp=064FFA98)
    C  Now I'm disconnected from ORACLE
    C  Connecting as SAPSR3/<pwd>@COP on connection 0 (nls_hdl 0) ... (dbsl 700 250407)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   0649D5C8   064A2B64   064A23EC
    C  Starting user session (con_hdl=0,svchp=064A2338,srvhp=064B3F34,usrhp=064FFA98)
    C  Now 'SAPSR3/<pwd>@COP' is connected (con_hdl 0, nls_hdl 0).
    C  Database NLS settings: AMERICAN_AMERICA.UTF8
    C  DB instance COP is running on HYDHTC24738 with ORACLE version 10.2.0.1.0 since JAN 07, 2008, 15:34:24
    B  Connection 0 opened (DBSL handle 0)
    B  Wp  Hdl ConName          ConId     ConState     TX  PRM RCT TIM MAX OPT Date     Time   DBHost         
    B  000 000 R/3              000000000 ACTIVE       NO  YES NO  000 255 255 20080107 184516 HYDHTC24738    
    M  db_connect o.k.
    M  ICT: exclude compression: .zip,.cs,.rar,.arj,.z,.gz,.tar,.lzh,.cab,.hqx,.ace,.jar,.ear,.war,.css,.pdf,.js,.gzip,.uue,.bz2,.iso,.sda,.sar,.gif

    I Mon Jan 07 18:45:22 2008
    I  MtxInit: 0 0 0
    M  SHM_PRES_BUF               (addr: 0AB50040, size: 4400000)
    M  SHM_ROLL_AREA          (addr: 788A0040, size: 61440000)
    M  SHM_PAGING_AREA          (addr: 0AF90040, size: 32768000)
    M  SHM_ROLL_ADM               (addr: 0CEE0040, size: 615040)
    M  SHM_PAGING_ADM          (addr: 0CF80040, size: 525344)
    M  ThCreateNoBuffer          allocated 544152 bytes for 1000 entries at 0D010040
    M  ThCreateNoBuffer          index size: 3000 elems
    M  ThCreateVBAdm          allocated 12160 bytes (50 server) at 0D0A0040
    X  EmInit: MmSetImplementation( 2 ).
    X  MM global diagnostic options set: 0
    X  <ES> client 0 initializing ....
    X  Using implementation view
    X  ES initialized.
    B  db_con_shm_ini:  WP_ID = 0, WP_CNT = 7, CON_ID = -1
    B  dbtbxbuf: Buffer TABL  (addr: 10CD00C8, size: 30000000, end: 1296C448)
    B  dbtbxbuf: Buffer TABLP (addr: 129700C8, size: 10240000, end: 133340C8)
    B  dbexpbuf: Buffer EIBUF (addr: 133400D0, size: 4194304, end: 137400D0)
    B  dbexpbuf: Buffer ESM   (addr: 137500D0, size: 4194304, end: 13B500D0)
    B  dbexpbuf: Buffer CUA   (addr: 13B600D0, size: 3072000, end: 13E4E0D0)
    B  dbexpbuf: Buffer OTR   (addr: 13E500D0, size: 4194304, end: 142500D0)

    M Mon Jan 07 18:45:23 2008
    M  CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.

    S Mon Jan 07 18:45:26 2008
    S  *** init spool environment
    S  initialize debug system
    T  Stack direction is downwards.
    T  debug control: prepare exclude for printer trace
    T  new memory block 1965E820

    S Mon Jan 07 18:45:27 2008
    S  spool kernel/ddic check: Ok
    S  using table TSP02FX for frontend printing
    S  1 spool work process(es) found
    S  frontend print via spool service enabled
    S  printer list size is 150
    S  printer type list size is 50
    S  queue size (profile)   = 300
    S  hostspool list size = 3000
    S  option list size is 30
    S      found processing queue enabled
    S  found spool memory service RSPO-RCLOCKS at 1D8C00A8
    S  doing lock recovery
    S  setting server cache root
    S  found spool memory service RSPO-SERVERCACHE at 1D8C02B0
    S    using messages for server info
    S  size of spec char cache entry: 297028 bytes (timeout 100 sec)
    S  size of open spool request entry: 2236 bytes
    S  immediate print option for implicitely closed spool requests is disabled

    A  -PXA--
    A  PXA INITIALIZATION
    A  System page size: 4kb, total admin_size: 4888kb, dir_size: 4856kb.
    A  Attached to PXA (address 688A0040, size 150000K)
    A  abap/pxa = shared protect gen_remote
    A  PXA INITIALIZATION FINISHED
    A  -PXA--

    A  ABAP ShmAdm attached (addr=57A1C000 leng=20955136 end=58E18000)
    A  >> Shm MMADM area (addr=57E91D98 leng=126176 end=57EB0A78)
    A  >> Shm MMDAT area (addr=57EB1000 leng=16150528 end=58E18000)
    A  RFC Destination> destination hydhtc24738_COP_04 host hydhtc24738 system COP systnr 4 (hydhtc24738_COP_04)
    A  RFC Options> H=hydhtc24738,S=04,d=2,
    A  RFC FRFC> fallback activ but this is not a central instance.
    A   
    A  RFC rfc/signon_error_log = -1
    A  RFC rfc/dump_connection_info = 0
    A  RFC rfc/dump_client_info = 0
    A  RFC rfc/cp_convert/ignore_error = 1
    A  RFC rfc/cp_convert/conversion_char = 23
    A  RFC rfc/wan_compress/threshold = 251
    A  RFC rfc/recorder_pcs not set, use defaule value: 2
    A  RFC rfc/delta_trc_level not set, use default value: 0
    A  RFC rfc/no_uuid_check not set, use default value: 0
    A  RFC rfc/bc_ignore_thcmaccp_retcode not set, use default value: 0
    A  RFC Method> initialize RemObjDriver for ABAP Objects
    M  ThrCreateShObjects          allocated 7406 bytes at 0FFB0040
    N  SsfSapSecin: putenv(SECUDIR=F:\usr\sap\COP\DVEBMGS04\sec): ok

    N  =================================================
    N  === SSF INITIALIZATION:
    N  ===...SSF Security Toolkit name SAPSECULIB .
    N  ===...SSF trace level is 0 .
    N  ===...SSF library is F:\usr\sap\COP\DVEBMGS04\exe\sapsecu.dll .
    N  ===...SSF hash algorithm is SHA1 .
    N  ===...SSF symmetric encryption algorithm is DES-CBC .
    N  ===...sucessfully completed.
    N  =================================================

    N Mon Jan 07 18:45:28 2008
    N  MskiInitLogonTicketCacheHandle: Logon Ticket cache pointer retrieved from shared memory.
    N  MskiInitLogonTicketCacheHandle: Workprocess runs with Logon Ticket cache.
    M  JrfcVmcRegisterNativesDriver o.k.
    W  =================================================
    W  === ipl_Init() called
    B    dbtran INFO (init_connection '<DEFAULT>' [ORACLE:700.08]):
    B     max_blocking_factor =   5,  max_in_blocking_factor      =   5,
    B     min_blocking_factor =   5,  min_in_blocking_factor      =   5,
    B     prefer_union_all    =   0,  prefer_join                 =   0,
    B     prefer_fix_blocking =   0,  prefer_in_itab_opt          =   1,
    B     convert AVG         =   0,  alias table FUPD            =   0,
    B     escape_as_literal   =   1,  opt GE LE to BETWEEN        =   0,
    B     select *            =0x0f,  character encoding          = STD / <none>:-,
    B     use_hints           = abap->1, dbif->0x1, upto->2147483647, rule_in->0,
    B                           rule_fae->0, concat_fae->0, concat_fae_or->0
    W    ITS Plugin: Path dw_gui
    W    ITS Plugin: Description ITS Plugin - ITS rendering DLL
    W    ITS Plugin: sizeof(SAP_UC) 2
    W    ITS Plugin: Release: 700, [7000.0.111.20050900]
    W    ITS Plugin: Int.version, [33]
    W    ITS Plugin: Feature set: [14]
    W    ===... Calling itsp_Init in external dll ===>
    W  === ipl_Init() returns 0, ITSPE_OK: OK
    W  =================================================
    E  Enqueue Info: rdisp/wp_no_enq=1, rdisp/enqname=<empty>, assume hydhtc24738_COP_04
    E  Replication is disabled
    E  EnqCcInitialize: local lock table initialization o.k.
    E  EnqId_SuppressIpc: local EnqId initialization o.k.
    E  EnqCcInitialize: local enqueue client init o.k.
    M  MBUF info for hooks: MS component UP
    M  ThSetEnqName: set enqname by server list
    M  ThISetEnqname: enq name = >hydhtc24738_COP_04                      <

    E  *************** EnqId_EN_ActionAtMsUpHook ***************
    E  Hook on upcoming Ms (with EnqSrv), get auth EnqId and check it locally

    E  *************** ObjShMem_CheckAuthoritativeEnqId ***************
    E  Checking authoritative EnqId from EnqSrv into ObjShMem
    E  ObjShMem_CheckAuthoritativeEnqId: ObjShMem ...
    E  EnqId.EnqTabCreaTime    = -999
    E  EnqId.RandomNumber      = -999
    E  ReqOrd.TimeInSecs       = -999
    E  ReqOrd.ReqNumberThisSec = -999
    E  ObjShMem_CheckAuthoritativeEnqId: ObjShMem ...
    E  EnqId.EnqTabCreaTime    = -999
    E  EnqId.RandomNumber      = -999
    E  ReqOrd.TimeInSecs       = -999
    E  ReqOrd.ReqNumberThisSec = -999
    E  ObjShMem_CheckAuthoritativeEnqId: EnqId is initial in ShMem
    E  ObjShMem_CheckAuthoritativeEnqId: Overwrite incoming auth EnqId, continue
    E  EnqId inscribed into initial ObjShMem: (ObjShMem_CheckAuthoritativeEnqId)
    E  -SHMEM--
    E  EnqId:          EnqTabCreaTime/RandomNumber    = 07.01.2008 18:45:27  1199711727 / 1692
    E  ReqOrd at Srv:  TimeInSecs/ReqNumberThisSec    = 07.01.2008 18:45:28  1199711728 / 1
    E  ReqOrd at Cli:  TimeInSecs/ReqNumberThisSec    = 07.01.2008 18:45:28  1199711728 / 1
    E  Status:         STATUS_OK
    E  -
    M  ThActivateServer: state = STARTING
    L  BtcSysStartRaise: Begin
    L  Raise event SAP_SYSTEM_START with parameter <hydhtc24738_COP_04  >
    L  BtcSysStartRaise: End

    S Mon Jan 07 18:45:36 2008
    S  server @>SSRV:hydhtc24738_COP_04@< appears or changes (state 1)
    M  SecAudit(RsauShmInit): WP attached to existing shared memory.
    M  SecAudit(RsauShmInit): addr of SCSA........... = 05E90040
    M  SecAudit(RsauShmInit): addr of RSAUSHM........ = 05E907A8
    M  SecAudit(RsauShmInit): addr of RSAUSLOTINFO... = 05E907E0
    M  SecAudit(RsauShmInit): addr of RSAUSLOTS...... = 05E907EC

    S Mon Jan 07 18:45:44 2008
    S  server @>SSRV:hydhtc24738_COP_04@< appears or changes (state 1)

    B Mon Jan 07 18:47:27 2008
    B  dbmyclu : info : my major identification is 3244494858, minor one 4.
    B  dbmyclu : info : Time Reference is 1.12.2001 00:00:00h GMT.
    B  dbmyclu : info : my initial uuid is DCBD22E36FC346F1BF890002E339BE1E.
    B  dbmyclu : info : current optimistic cluster level: 0
    B  dbmyclu : info : pessimistic reads set to 2.

    A Mon Jan 07 18:47:55 2008
    A  TH VERBOSE LEVEL FULL
    A  ** RABAX: level LEV_RX_PXA_RELEASE_MTX entered.
    A  ** RABAX: level LEV_RX_PXA_RELEASE_MTX completed.
    A  ** RABAX: level LEV_RX_COVERAGE_ANALYSER entered.
    A  ** RABAX: level LEV_RX_COVERAGE_ANALYSER completed.
    A  ** RABAX: level LEV_RX_ROLLBACK entered.
    A  ** RABAX: level LEV_RX_ROLLBACK completed.
    A  ** RABAX: level LEV_RX_DB_ALIVE entered.
    A  ** RABAX: level LEV_RX_DB_ALIVE completed.
    A  ** RABAX: level LEV_RX_HOOKS entered.
    A  ** RABAX: level LEV_RX_HOOKS completed.
    A  ** RABAX: level LEV_RX_STANDARD entered.
    A  ** RABAX: level LEV_RX_STANDARD completed.
    A  ** RABAX: level LEV_RX_STOR_VALUES entered.
    A  ** RABAX: level LEV_RX_STOR_VALUES completed.
    A  ** RABAX: level LEV_RX_C_STACK entered.

    A Mon Jan 07 18:48:02 2008
    A  ** RABAX: level LEV_RX_C_STACK completed.
    A  ** RABAX: level LEV_RX_MEMO_CHECK entered.
    A  ** RABAX: level LEV_RX_MEMO_CHECK completed.
    A  ** RABAX: level LEV_RX_AFTER_MEMO_CHECK entered.
    A  ** RABAX: level LEV_RX_AFTER_MEMO_CHECK completed.
    A  ** RABAX: level LEV_RX_INTERFACES entered.
    A  ** RABAX: level LEV_RX_INTERFACES completed.
    A  ** RABAX: level LEV_RX_GET_MESS entered.
    A  ** RABAX: level LEV_RX_GET_MESS completed.
    A  ** RABAX: level LEV_RX_INIT_SNAP entered.
    A  ** RABAX: level LEV_RX_INIT_SNAP completed.
    A  ** RABAX: level LEV_RX_WRITE_SYSLOG entered.
    A  ** RABAX: level LEV_RX_WRITE_SYSLOG completed.
    A  ** RABAX: level LEV_RX_WRITE_SNAP entered.

    A Mon Jan 07 18:48:03 2008
    A  ** RABAX: level LEV_SN_END completed.
    A  ** RABAX: level LEV_RX_SET_ALERT entered.

    A Mon Jan 07 18:48:04 2008
    A  ** RABAX: level LEV_RX_SET_ALERT completed.
    A  ** RABAX: level LEV_RX_COMMIT entered.
    A  ** RABAX: level LEV_RX_COMMIT completed.
    A  ** RABAX: level LEV_RX_SNAP_SYSLOG entered.
    A  ** RABAX: level LEV_RX_SNAP_SYSLOG completed.
    A  ** RABAX: level LEV_RX_RESET_PROGS entered.
    A  ** RABAX: level LEV_RX_RESET_PROGS completed.
    A  ** RABAX: level LEV_RX_STDERR entered.
    A  Mon Jan 07 18:48:04 2008

    A  ABAP Program SAPLSUGI                                .
    A  Source LSUGIU08                                 Line 77.
    A  Error Code RAISE_EXCEPTION.
    A  Module  $Id: //bas/700_REL/src/krn/runt/abfunc.c#10 $ SAP.
    A  Function ab_jfune Line 2561.
    A  ** RABAX: level LEV_RX_STDERR completed.
    A  ** RABAX: level LEV_RX_RFC_ERROR entered.
    A  ** RABAX: level LEV_RX_RFC_ERROR completed.
    A  ** RABAX: level LEV_RX_RFC_CLOSE entered.
    A  ** RABAX: level LEV_RX_RFC_CLOSE completed.
    A  ** RABAX: level LEV_RX_IMC_ERROR entered.
    A  ** RABAX: level LEV_RX_IMC_ERROR completed.
    A  ** RABAX: level LEV_RX_DATASET_CLOSE entered.
    A  ** RABAX: level LEV_RX_DATASET_CLOSE completed.
    A  ** RABAX: level LEV_RX_RESET_SHMLOCKS entered.
    A  ** RABAX: level LEV_RX_RESET_SHMLOCKS completed.
    A  ** RABAX: level LEV_RX_ERROR_SAVE entered.
    A  ** RABAX: level LEV_RX_ERROR_SAVE completed.
    A  ** RABAX: level LEV_RX_ERROR_TPDA entered.
    A  ** RABAX: level LEV_RX_ERROR_TPDA completed.
    A  ** RABAX: level LEV_RX_PXA_RELEASE_RUDI entered.
    A  ** RABAX: level LEV_RX_PXA_RELEASE_RUDI completed.
    A  ** RABAX: level LEV_RX_LIVE_CACHE_CLEANUP entered.
    A  ** RABAX: level LEV_RX_LIVE_CACHE_CLEANUP completed.
    A  ** RABAX: level LEV_RX_END entered.
    A  ** RABAX: level LEV_RX_END completed.
    A  ** RABAX: end no http/smtp
    A  ** RABAX: end RX_GOTO_RABAX
    A  Exception condition "WRITE_FAILED" raised..


    S Mon Jan 07 18:53:35 2008
    S  found spool memory service RSPO-ACTIONS at 1D8C9978

    B Mon Jan 07 20:31:35 2008
    B  table logging switched off for all clients
    Regards,
    Sameer

Maybe you are looking for

  • Some images don't appear in iPhone, but do on desktop.

    Can someone download this PDF and let me know why the jpg images appear fine when viewing with desktop browser, but some images in the same document don't appear when viewing in Safari on the iPhone? Vector artwork and text show fine. Shows white spa

  • Why is Photoshop CS4 crashing under ...

    ... such seemingly unrelated conditions?: When I try to convert an RGB image with layers to CMYK or grayscale When I try to delete an adjustment layer or layer w/a vector mask by clicking on the layer palette trashcan (drag/drop, delete key and fly-o

  • N95 16 GB micro sdhc memory card

    Hiya, Can I use the 16GB memory card in my N95??. The Nokia site shows I can uses the 8GB but the N95 is not listed for the 16GB. Also, What does the hc bit mean as all the memory cards before the 8GB only say sd and after they say sdhc Solved! Go to

  • Mirror internet video using apple tv

    With my iphone in safari browser if i run a FULL SCREEN video will it display properly in HDTV using apple tv.  I mean full screen in my HDTV

  • Double-click in finder

    Is there a way to go to single-click to activate or select items in Finder? Thanks, Sterling