Oradebug -g all dump systemstate 266

Hi All,
I am trying to create SYSTEMSTATE dump for my RAC database. Recently we had a node crash, due to hanging sessions. When we open a SR with oracle, they suggested us to run following if the same scenario repeats.
oradebug setmypid
oradebug unlimit
oradebug -g all dump systemstate 266
wait for 2 min
oradebug -g all dump systemstate 266
wait for 2 min
oradebug -g all dump systemstate 266
I tried running the above without "oradebug unlimit". I got "ORA-02819: Write failed" after generating 30Mb trace file.
Second time, I did set "oradebug unlimit" and trying to run "oradebug -g all dump systemstate 266".
But getting the following error.
Error 2819 encountered by local DIAG [ospid=529126]
Error 2819 encountered by remote DIAG [ospid=1151684][instance=2]
Error 2819 encountered by remote DIAG [ospid=1208710][instance=4]
Error 2819 encountered by remote DIAG [ospid=549384][instance=3]
Please advice.
Thanks in advance.

Hi All,
I got these instructions from oracle and they worked.
alter session set max_dump_file_size=unlimited;
oradebug setmypid     -- Have to do this else you will get ORA-00074 - no process specified on subsequent cmds
oradebug unlimit
oradebug setinst all
oradebug -g all dump systemstate 266
oradebug tracefile_name
     ( Run from each instance sequentially - starting with hung one - then move on to other non hung instances)

Similar Messages

  • Facing error while performing hang analysis in RAC database.

    Hi,
    We have been performing hang analysis in one of our RAC databases. While doing this we faced the below error after executing the systemstate command.
    SQL> oradebug -g all dump systemstate 266
    Error 601 encountered by local DIAG [ospid=11984]
    Error 601 encountered by remote DIAG [ospid=25384][instance=2]
    Error 601 encountered by remote DIAG [ospid=688][instance=3]
    Please help us to troubleshoot this and guide us on how to proceed.
    Database version is as follows.
    11.1.0.7
    OS version is as follows,
    $ uname -a
    SunOS isdtarhp001 5.10 Generic_144488-06 sun4v sparc SUNW,T5240
    $ isainfo -vk
    64-bit sparcv9 kernel modules

    Hi..
    Check the note # SAP Note 1121978
    SAP Note 1121978 - Recommended settings to improve peformance risk analysis.
    Check for the following...
    CONFIGTOOL>SERVER>MANAGERS>THREADMANAGER
    ChangeThreadCountStep =50
    InitialThreadCount= 100
    MaxThreadCount =200
    MinThreadCount =50
    Regards
    Gangadhar

  • VIP timeout error

    Hello All,
    we are on a 4 node rac windows 64 bit 2003 ..base release 10.2.0.3
    Today morning we received a node eviction for node 3.
    The crs log showed this message
    2008-09-02 10:37:39.858: [  CRSEVT][8556]32CAAMonitorHandler :: 0:Action Script D:\oracle\product\10.2.0\crs\bin\racgwrap.bat(check) timed out for ora.serv-db03.vip! (timeout=60)
    2008-09-02 10:37:39.874: [  CRSAPP][8556]32CheckResource error for ora.serv-db03.vip error code = -2
    2008-09-02 10:39:43.000: [  CRSEVT][5396]32CAAMonitorHandler :: 0:Action Script D:\oracle\product\10.2.0\crs\bin\racgwrap.bat(check) timed out for ora.serv-db03.vip! (timeout=60)
    2008-09-02 10:39:43.016: [  CRSAPP][5396]32CheckResource error for ora.serv-db03.vip error code = -2
    Before the eviction happened, i was able to log on to the box but when the vip message started, sqlplus / as sysdba was hanging. No way to connect to the db. Listener status was also hanging. From node 1 crs log, we recevied heartbeat fatal error for node 3 and then the final eviction happned. During the entire time, i can ping the vip and the box from my laptop.no issues.
    My question is ...when the error or the VIP timeout message is being written to the crs, is there any debugging that i can do....Is there any system dump that wil give more additional info as to what is happening. Will OSWatcher give the necessary clue at the OS level..
    Please point the way..My SA is of the opinion that N/W is not an issue. How do i convince him that it could be..can he run any dignostic checks..
    Thank You,

    Hi,
    OSWatcher can helps.. you can see excessive swapping, 100% CPU processes and other clues which can helps to locate problem.
    For debugging you can try :
    sqlplus / as sysdba
    SQL> oradebug setmypid
    SQL> oradebug unlimit
    SQL> oradebug -g all hanganalyze 3
    for more diagnostics you can do :
    SQL> oradebug -g all dump systemstate 10
    -g all means state of all active instances
    SQL> oradebug flush
    or
    SQL>alter session set events 'immediate trace name SYSTEMSTATE level 10';
    In case when you can't log with sqlplus / as sysdba, try to locate oracle processes which can run on 100% CPU to get their OS Process ID and :
    $ svrmgrl
    connect internal
    oradebug setospid <process ID>
    oradebug unlimit
    oradebug dump systemstate 10
    Hope this helps.
    I recommend to read Note:203226.1 : RAC Survival Kit: Troubleshooting A Hung Database - if you have metalink account.
    Regards,
    Stanislav

  • (Diagnostics) Oracle10g DB 접속 안될때 sqlplus 에서 SYSTEMSTATE DUMP 받기

    (Diagnostics) Oracle10g DB 접속 안될때 sqlplus 에서 SYSTEMSTATE DUMP 받기
    =========================================================================
    PURPOSE
    Oracle10g 이상에서는 HANG 발생으로 DB 접속 안될때 OS 디버거 사용안하고도
    sqlplus -prelim 옵션으로 간단하게 SYSTEMSTATE DUMP 를 받을 수 있다.
    EXPLANATIONS
    1. 사용방법
    $ sqlplus -prelim / as sysdba
    SQL> oradebug setmypid
    SQL> oradebug unlimit
    SQL> oradebug hanganalyze 1
    SQL> oradebug dump systemstate 266
    >>> 30 초 WAIT
    SQL> oradebug dump systemstate 266
    >>> 30 초 WAIT
    SQL> oradebug dump systemstate 266
    2. 주의사항
    (1) 9.2.0.6 이상에서는 SYSTEMSTATE DUMP LEVEL 266 사용을 권장한다.
    LEVEL 266 는 프로세스의 short call stack 을 생성하여 blocker 원인 분석에 유용하다.
    (2) 오라클 엔지니어들이 사용하는 SYSTEMSTATE DUMP 분석 툴에서 한 트레이스
    파일에 있는 여러개의 SYSTEMSTATE DUMP 들을 비교하여 blocker 를 결정하므로
    SYSTEMSTATE DUMP 들이 한 트레이스 취합되도록 동일 세션에서 30초 간격으로 3번 수행한다.
    (3) -prelim 옵션 사용시 ORA-7445 에러발생하면 PGA 변수 초기화하여 사용한다.
    sqlplus -prelim '/ as sysdba'
    oradebug setmypid
    oradebug unlimit;
    oradebug call ksmcpg
    oradebug dump systemstate 266
    (4) SYSTEMSTATE DUMP LEVEL 266 사용시 OS 에따라 프로세스의 short call stack
    생성 속도와 부하가 다르므로 프러덕션에서 사용 전에 꼭 테스트 후 사용 권장한다.
    만약 LEVEL 266 이 너무 느리거나 부하가 많다면 LEVEL 10 을 사용한다.
    References
    Note 121779.1 - Taking Systemstate Dumps when You cannot Connect to Oracle
    Note 417879.1 - ORA-07445 [kgllkd] With -prelim Option When Running System State Dump

  • How to configure debug mode in Oracle 11g ?

    I am making Oracle Argus system based on Oracle 11g DB.
    I heard there is debugging mode in Oracle DB to investigate trouble.
    How to configure debug mode in Oracle 11g ?

    Are you talking about oradebug:
    SQL> oradebug setmypid
    SQL> oradebug unlimit
    SQL> oradebug dump systemstate 266
    SQL> oradebug dump systemstate 266
    SQL> oradebug -g all hanganalyze 3 ---> g is for RAC database instances
    Thanks,
    http://gssdba.wordpress.com

  • Data-guard conceptual help needed

    Hello Experts,
    We have 2-node RAC Physical standby DG. I got the following doubts in my mind just to clear my concept:-
    1. Can we perform Hang analyze on the DG site, when it is on managed recovery and of-course in read-only mode? if not then Q2?
    2. If both of my DG nodes (in a 2-node RAC DG) are in a hung state while the managed recovery was active, can I do sqlplus sql> set _prelim on and enable oradebug hanganalyze or do I have any other option apart from restarting the DB
    3. IF the Primary RAC (2-node) hangs then if we take systemstate dump / Hanganalyze from the DG site
    I guess, we will not get meaningful results as Hanganalyze will use Kernel system calls of the Server on the DG site and systemstatsdump will dump the SGA of the secondary site instance's SGA
    4. I am using a non-RAC primary and Secondary site and non-ASM disk
    I have my Primary mount -points as /Oradata/Prim1 = 1 TB and Physical standby DG - real time apply mount-point as /Oradata/Seco1 =.8 TB & /Oradata/Seco2 = .2TB and my Primary DB is now on size expansion from .79 TB to .95 TB overnight. I am not intending not to take any down-time nor am I able to extend the disks on the Primary for any reason. what can be done wisely to keep the DR site in close sync?
    Regards,
    Syvalli
    Edited by: user4566776 on Dec 12, 2012 6:04 AM

    We have 2-node RAC Physical standby DG. I got the following doubts in my mind just to clear my concept:-
    1. Can we perform Hang analyze on the DG site, when it is on managed recovery and of-course in read-only mode? if not then Q2?
    2. If both of my DG nodes (in a 2-node RAC DG) are in a hung state while the managed recovery was active, can I do sqlplus sql> set _prelim on and enable oradebug hanganalyze or do I have any other option apart from restarting the DBYes you can perform hang analyze and even you can generate active session history report if DR is on read-only mode.
    SQL> select database_role from v$database;
    DATABASE_ROLE
    PHYSICAL STANDBY
    SQL>
    SQL> oradebug setmypid;
    Statement processed.
    SQL> oradebug unlimit;
    Statement processed.
    SQL>
    SQL> oradebug hanganalyze 3;
    Hang Analysis in /u02/app/oracle/diag/rdbms/CKPT_un/CKPT/trace/CKPT_ora_5113.trc
    SQL>
    SQL> oradebug dump systemstate 266;
    Statement processed.
    SQL>
    [oracle@oracle-stby ~]$ tail -10 /u02/app/oracle/diag/rdbms/CKPT_un/CKPT/trace/CKPT_ora_5113.trc
      Holder:
      SO: 0x8ca2c8b8, type: 83, owner: 0x6000c478, flag: INIT/-/-/0x00 if: 0x3 c: 0x3
       proc=0x90488f50, name=circuit holder, file=kmc.h LINE:2615, pg=0
      (circuit holder) disp = 0x8ca2c830 (0, 1), proc = (0x90488f50, 1)
    END DISPATCHER DUMPS
    END OF SYSTEM STATE
    *** 2012-12-12 20:03:44.100
    Oradebug command 'dump systemstate 266' console output: <none>
    [oracle@oracle-stby ~]$
    3. IF the Primary RAC (2-node) hangs then if we take systemstate dump / Hanganalyze from the DG site
    I guess, we will not get meaningful results as Hanganalyze will use Kernel system calls of the Server on the DG site and systemstatsdump will dump the SGA of the secondary site instance's SGAYes, the hang analysis we should perform from the instance where you have problem. you can use OS level trace if database not accessible by using How to interpret OS system traces [ID 1429678.1]
    4. I am using a non-RAC primary and Secondary site and non-ASM disk
    I have my Primary mount -points as /Oradata/Prim1 = 1 TB and Physical standby DG - real time apply mount-point as /Oradata/Seco1 =.8 TB & /Oradata/Seco2 = .2TB and my Primary DB is now on size expansion from .79 TB to .95 TB overnight. I am not intending not to take any down-time nor am I able to extend the disks on the Primary for any reason. what can be done wisely to keep the DR site in close sync?Can you tell me one thing? After size expanded in primary from .79 TB to .95 TB does your standby is out of SYNC?
    If you do not have space, then you should add some space to the disk to avoid any interruption to production. Or check whether you can adjust HWM on primary database using below method. http://www.oracle-ckpt.com/how-to-shrink-datafiles-adjusting-hwm/
    Hope this helps

  • 先library cache pin还是先library cache lock??

    Question from Oracler:
    session1 给test 建主键
    session2 select test 出现library cache lock
    session3 select test 出现library cache pin
    不是说先获得library cache lock再library cache pin吗
    session1以exclusive模式获得 library cache lock
    session2 以shared模式请求 library cache lock ,session1未释放,所以session2 wait
    那session3 什么解释呢????

    as maclean answer:
    SQL> select * from V$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bi
    PL/SQL Release 10.2.0.1.0 - Production
    CORE    10.2.0.1.0      Production
    TNS for Linux: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    session A  SQL> alter table maclean add a10 char(2000) default 'maclean';
    session B:  select 1 from maclean where rownum=1;      ==> hang here !
    session C:  select 1 from maclean where rownum=1;   ==> SAME SQL, hang here !
    SQL> select event from v$session where event like 'library%';
    EVENT
    library cache lock
    library cache pin
    session 4:
    SQL> oradebug setmypid;
    Statement processed.
    SQL> oradebug dump systemstate 266;
    Statement processed.
    SQL> oradebug tracefile_name;
    /s01/admin/G10R21/udump/g10r21_ora_6208.trc
        SO: 0x84f5b4a8, type: 4, owner: 0x84e5d4f8, flag: INIT/-/-/0x00
        (session) sid: 142 trans: (nil), creator: 0x84e5d4f8, flag: (41) USR/- BSY/-/-/-/-/-
                  DID: 0001-0010-00000027, short-term DID: 0000-0000-00000000
                  txn branch: (nil)
                  oct: 3, prv: 0, sql: 0x7bf10088, psql: 0x7bf582f0, user: 0/SYS
        O/S info: user: oracle, term: pts/1, ospid: 6159, machine: vrh8.oracle.com
                  program: [email protected] (TNS V1-V3)
        application name: [email protected] (TNS V1-V3), hash value=0
        waiting for 'library cache lock' blocking sess=0x(nil) seq=23 wait_time=0 seconds since wait started=17
                    handle address=7c3a5560, lock address=8003b350, 100*mode+namespace=c9
        Dumping Session Wait History
         for 'library cache lock' count=1 wait_time=2149666
                    handle address=7c3a5560, lock address=8003b350, 100*mode+namespace=c9
         for 'library cache lock' count=1 wait_time=2930643
                    handle address=7c3a5560, lock address=8003b350, 100*mode+namespace=c9
         for 'library cache lock' count=1 wait_time=2930300
                    handle address=7c3a5560, lock address=8003b350, 100*mode+namespace=c9
         for 'library cache lock' count=1 wait_time=2930715
                    handle address=7c3a5560, lock address=8003b350, 100*mode+namespace=c9
         for 'library cache lock' count=1 wait_time=2930545
                    handle address=7c3a5560, lock address=8003b350, 100*mode+namespace=c9
         for 'library cache lock' count=1 wait_time=2929985
    session 142 is  B  waiting for library cache lock
    the lock handle address is 7c3a5560
            SO: 0x8003b350, type: 53, owner: 0x84f98ba0, flag: INIT/-/-/0x00
            LIBRARY OBJECT LOCK: lock=8003b350 handle=7c3a5560 request=S
            call pin=(nil) session pin=(nil) hpc=0005 hlc=0000
            htl=0x8003b3d0[0x7d034330,0x7d034330] htb=0x7d034330 ssga=0x7e9f2168
            user=84f5b4a8 session=84f5b4a8 count=0 flags=RES/[0010] savepoint=0x1f9
            LIBRARY OBJECT HANDLE: handle=7c3a5560 mutex=0x7c3a5690(0)
            name=SYS.MACLEAN
            hash=458787ae49fd6f284ccb04a892b38231 timestamp=02-09-2012 21:32:36
            namespace=TABL flags=KGHP/TIM/SML/[02000000]
            kkkk-dddd-llll=0000-0701-0701 lock=X pin=X latch#=3 hpc=0006 hlc=0004
            lwt=0x7c3a5608[0x8003b380,0x8003b380] ltm=0x7c3a5618[0x7c3a5618,0x7c3a5618]
            pwt=0x7c3a55d0[0x7c3a55d0,0x7c3a55d0] ptm=0x7c3a55e0[0x7c3a55e0,0x7c3a55e0]
            ref=0x7c3a5638[0x7c3a5638,0x7c3a5638] lnd=0x7c3a5650[0x7bf75a18,0x7bf90650]
              LIBRARY OBJECT: object=7c1dec60
              type=TABL flags=EXS/LOC/UPD[0905] pflags=[0000] status=VALD load=0
              DATA BLOCKS:
              data#     heap  pointer    status pins change whr
                  0 7c3a54a0 7c1ded78 I/P/A/-/-    0 NONE   00
                  8 7c1de7f0 7e33ed48 I/P/A/-/-    1 UPDATE 00
                  9 7c1de8c0 7bf109e8 I/P/A/-/-    1 NONE   00
                 10 7c1de948 7bf10600 I/P/A/-/-    1 NONE   00
    关于session B的 library cache lock , 其原因是 add column 的session A 以 X mode lock SYS.MACLEAN, X mode pin  SYS.MACLEAN 且不释放, 所以session B的 library cache lock不用多解释
    session C:
        SO: 0x84f5dd18, type: 4, owner: 0x84e5dce0, flag: INIT/-/-/0x00
        (session) sid: 144 trans: (nil), creator: 0x84e5dce0, flag: (41) USR/- BSY/-/-/-/-/-
                  DID: 0001-0011-0000000A, short-term DID: 0000-0000-00000000
                  txn branch: (nil)
                  oct: 3, prv: 0, sql: 0x7bf10088, psql: 0x7bf582f0, user: 0/SYS
        O/S info: user: oracle, term: pts/2, ospid: 6183, machine: vrh8.oracle.com
                  program: [email protected] (TNS V1-V3)
        application name: [email protected] (TNS V1-V3), hash value=0
        waiting for 'library cache pin' blocking sess=0x(nil) seq=19 wait_time=0 seconds since wait started=17
                    handle address=7bf46e40, pin address=7f03f890, 100*mode+namespace=c8
        Dumping Session Wait History
         for 'library cache pin' count=1 wait_time=2568684
                    handle address=7bf46e40, pin address=7f03f890, 100*mode+namespace=c8
         for 'library cache pin' count=1 wait_time=2930677
                    handle address=7bf46e40, pin address=7f03f890, 100*mode+namespace=c8
         for 'library cache pin' count=1 wait_time=2929805
                    handle address=7bf46e40, pin address=7f03f890, 100*mode+namespace=c8
         for 'library cache pin' count=1 wait_time=2931420
                    handle address=7bf46e40, pin address=7f03f890, 100*mode+namespace=c8
         for 'library cache pin' count=1 wait_time=2930258
                    handle address=7bf46e40, pin address=7f03f890, 100*mode+namespace=c8
    session 144 is session C , waiting for library cache pin
    handle address 7bf46e40=>  指向 一个 child cursor namespace=CRSR, 而这个child cursor已经被 session B pin住了:
          SO: 0x7f03f890, type: 54, owner: 0x84f5dd18, flag: INIT/-/-/0x00
          LIBRARY OBJECT PIN: pin=7f03f890 handle=7bf46e40 request=S lock=0
          user=84f5dd18 session=84f5dd18 count=0 mask=0000 savepoint=0x3f flags=[00]
          SO: 0x7ec4cc80, type: 53, owner: 0x84f5dd18, flag: INIT/-/-/0x00
          LIBRARY OBJECT LOCK: lock=7ec4cc80 handle=7bf46e40 mode=N
          call pin=(nil) session pin=(nil) hpc=0000 hlc=0000
          htl=0x7ec4cd00[0x7e449348,0x80c35108] htb=0x80c35108 ssga=0x80c34ff0
          user=84f5dd18 session=84f5dd18 count=1 flags=[0000] savepoint=0x0
          LIBRARY OBJECT HANDLE: handle=7bf46e40 mutex=0x7bf46f70(0)
          namespace=CRSR flags=RON/KGHP/PN0/[10010000]
          kkkk-dddd-llll=0000-0001-0000 lock=N pin=X latch#=3 hpc=0004 hlc=0004
          lwt=0x7bf46ee8[0x7bf46ee8,0x7bf46ee8] ltm=0x7bf46ef8[0x7bf46ef8,0x7bf46ef8]
          pwt=0x7bf46eb0[0x7f03f8c0,0x7f03f8c0] ptm=0x7bf46ec0[0x7bf46ec0,0x7bf46ec0]
          ref=0x7bf46f18[0x7bf7bfe0,0x7bf7bfe0] lnd=0x7bf46f30[0x7bf46f30,0x7bf46f30]
            LIBRARY OBJECT: object=7bf29018
            type=CRSR flags=EXS[0001] pflags=[0000] status=VALD load=0
            READ ONLY DEPENDENCIES: count=1 size=16
            DATA BLOCKS:
            data#     heap  pointer    status pins change whr
                0 7bf20060 7bf28ba8 I/P/A/-/-    0 NONE   00
                6 7bf77a20 7bf776f8 I/P/A/-/-    1 NONE   00
    我们可以找到 上面这个child cursor 的 parent cursor :
          SO: 0x7d03b620, type: 53, owner: 0x84f5b4a8, flag: INIT/-/-/0x00
          LIBRARY OBJECT LOCK: lock=7d03b620 handle=7bf10088 mode=N
          call pin=(nil) session pin=(nil) hpc=0000 hlc=0000
          htl=0x7d03b6a0[0x7d034030,0x7c03c9f8] htb=0x7d034030 ssga=0x7e9f2168
          user=84f5b4a8 session=84f5b4a8 count=1 flags=[0000] savepoint=0x1f7
          LIBRARY OBJECT HANDLE: handle=7bf10088 mutex=0x7bf101b8(0)
          name=select 1 from maclean where rownum=1
          hash=324793c639b13d0954bd5421eaed6701 timestamp=03-08-2012 02:29:24
          namespace=CRSR flags=RON/KGHP/TIM/KEP/PN0/SML/DBN/[12010044]
          kkkk-dddd-llll=0001-0001-0001 lock=N pin=0 latch#=3 hpc=0004 hlc=0004
          lwt=0x7bf10130[0x7bf10130,0x7bf10130] ltm=0x7bf10140[0x7bf10140,0x7bf10140]
          pwt=0x7bf100f8[0x7bf100f8,0x7bf100f8] ptm=0x7bf10108[0x7bf10108,0x7bf10108]
          ref=0x7bf10160[0x7bf10160,0x7bf10160] lnd=0x7bf10178[0x82f4f2f8,0x7bf4d608]
            LIBRARY OBJECT: object=7bf7c8a8
            type=CRSR flags=EXS[0001] pflags=[0000] status=VALD load=0
            CHILDREN: size=16
            child#    table reference   handle
                 0 7bf7c370  7bf7bfe0 7bf46e40                           => 只有一个child  handle 7bf46e40                          
            DATA BLOCKS:
            data#     heap  pointer    status pins change whr
                0 7bf2a428 7bf7c9c0 I/P/A/-/-    0 NONE   00即在session B parse SQL "select 1 from maclean where rownum=1" 的时候, 会生成一个child cursor 并 X mode pin住这个child cursor , 而session C 同时发起 一样的SQL语句 "select 1 from maclean where rownum=1" 时 需要 share 这个child cursor , 即以 S mode pin 这个child cursor , 但是session B 还没有完成 optimize 没有生成完整的child cursor , 需要等待 session A 释放 library cache lock才能 完成, 所以 session C 要等 session B build child cursor , 此时session C等" library cache pin" ;
    如果 session C 执行的是不一样的SQL,那么 session C 不share 同一个child cursor , session C 会wait for library cache lock.
    since 10.2.0.3 "_kks_use_mutex_pin"=TRUE or 11g 开始 使用mutex 保护cursor pin ,所以 session C 若执行 与session B 一样的SQL,那么 wiat for cursor pin S on X
    SQL> select * from V$version;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    PL/SQL Release 11.2.0.3.0 - Production
    CORE 11.2.0.3.0 Production
    TNS for Linux: Version 11.2.0.3.0 - Production
    NLSRTL Version 11.2.0.3.0 - Production
    session A:
    SQL> alter table test add t11 char(2000) default 'maclean';
    session B:
    SQL> select * from test where rownum=1;
    session C:
    SQL> select * from test where rownum=1;
    SQL> select event from v$session where wait_class='Concurrency';
    EVENT
    cursor: pin S wait on X
    library cache lock
    SQL> oradebug setmypid;
    Statement processed.
    SQL> oradebug dump systemstate 266;
    Statement processed.
    session C:
    SO: 0x9e2256b8, type: 4, owner: 0x9e59a1c0, flag: INIT/-/-/0x00 if: 0x3 c: 0x3
    proc=0x9e59a1c0, name=session, file=ksu.h LINE:12624, pg=0
    (session) sid: 179 ser: 41307 trans: (nil), creator: 0x9e59a1c0
    flags: (0x41) USR/- flags_idl: (0x1) BSY/-/-/-/-/-
    flags2: (0x40009) -/-/INC
    DID: , short-term DID:
    txn branch: (nil)
    oct: 3, prv: 0, sql: 0x956e18b8, psql: 0x956e18b8, user: 0/SYS
    ksuxds FALSE at location: 0
    service name: SYS$USERS
    client details:
    O/S info: user: oracle, term: pts/3, ospid: 26823
    machine: vrh1.oracle.com program: [email protected] (TNS V1-V3)
    application name: [email protected] (TNS V1-V3), hash value=1481565533
    Current Wait Stack:
    0: waiting for 'cursor: pin S wait on X'
    idn=0xe76d0d8c, value=0xca00000000, where=0x500000000
    wait_id=17 seq_num=18 snap_id=1
    wait times: snap=12.671273 sec, exc=12.671273 sec, total=12.671273 sec
    wait times: max=infinite, heur=12.671273 sec
    wait counts: calls=1148 os=1148
    in_wait=1 iflags=0x15b2
    There is at least one session blocking this session.
    Dumping 1 direct blocker(s):
    inst: 1, sid: 202, ser: 15511
    Dumping final blocker:
    inst: 1, sid: 9, ser: 1
    Wait State:
    fixed_waits=0 flags=0x22 boundary=(nil)/-1
    idn=0xe76d0d8c=> 这个是mutex的标示
    KGX Atomic Operation Log 0x94aa8ca8
    Mutex 0x8a328978(202, 0) idn e76d0d8c oper GET_SHRD
    Cursor Pin uid 179 efd 0 whr 5 slp 1148
    opr=2 pso=0x8b5a8c48 flg=0
    pcs=0x8a3288e0 nxt=(nil) flg=35 cld=1 hd=0x93d4bbb8 par=0x8a328048
    ct=1 hsh=0 unp=(nil) unn=0 hvl=8a328ef0 nhv=1 ses=0x9e1e0ea0
    hep=0x8a328978 flg=80 ld=1 ob=0x939a30b0 ptr=0x935e0348 fex=0x935df6f0
    这个mutex的 oper是 GET_SHRD 即 pin S 它指向 0x93d4bbb8 是一个child cursor
    以下是parent cursor:
    SO: 0x957fa9d8, type: 78, owner: 0x9e1e0ea0, flag: INIT/-/-/0x00 if: 0x3 c: 0x3
    proc=0x9e593da0, name=LIBRARY OBJECT LOCK, file=kgl.h LINE:8547, pg=0
    LibraryObjectLock: Address=0x957fa9d8 Handle=0x956e18b8 Mode=N CanBeBrokenCount=1 Incarnation=1 ExecutionCount=0
    User=0x9e1e0ea0 Session=0x9e1e0ea0 ReferenceCount=1 Flags=CNB/[0001] SavepointNum=4f5864b8
    LibraryHandle: Address=0x956e18b8 Hash=e76d0d8c LockMode=N PinMode=0 LoadLockMode=0 Status=VALD
    ObjectName: Name=select * from test where rownum=1
    FullHashValue=7e277fabf95d7c80e8924ed6e76d0d8c Namespace=SQL AREA(00) Type=CURSOR(00) Identifier=3882683788 OwnerIdn=0
    Statistics: InvalidationCount=1 ExecutionCount=2 LoadCount=3 ActiveLocks=2 TotalLockCount=4 TotalPinCount=1
    Counters: BrokenCount=1 RevocablePointer=1 KeepDependency=1 BucketInUse=3 HandleInUse=3 HandleReferenceCount=0
    Concurrency: DependencyMutex=0x956e1968(0, 2, 0, 0) Mutex=0x956e19e8(0, 45, 0, 0)
    Flags=RON/PIN/TIM/PN0/DBN/[10012841]
    WaitersLists:
    Lock=0x956e1948[0x956e1948,0x956e1948]
    Pin=0x956e1928[0x956e1928,0x956e1928]
    LoadLock=0x956e19a0[0x956e19a0,0x956e19a0]
    Timestamp: Current=03-08-2012 02:45:45
    HandleReference: Address=0x956e1a78 Handle=(nil) Flags=[00]
    LibraryObject: Address=0x8a327fa8 HeapMask=0000-0001-0001-0000 Flags=EXS[0000] Flags2=[0000] PublicFlags=[0000]
    ChildTable: size='16'
    Child: id='0' Table=0x8a328e58 Reference=0x8a3288b8 Handle=0x956db988
    Child: id='1' Table=0x8a328e58 Reference=0x8a328b80 Handle=0x93d4bbb8
    NamespaceDump:
    Parent Cursor: sql_id=fj4kfuvmqu3cc parent=0x8a328048 maxchild=2 plk=y ppn=n
    但是很可惜 0x93d4bbb8 这个 child cursor 被 session B pin住了:
    SO: 0x957fa8d8, type: 78, owner: 0x9e1e0ea0, flag: INIT/-/-/0x00 if: 0x3 c: 0x3
    proc=0x9e593da0, name=LIBRARY OBJECT LOCK, file=kgl.h LINE:8547, pg=0
    LibraryObjectLock: Address=0x957fa8d8 Handle=0x93d4bbb8 Mode=N CanBeBrokenCount=1 Incarnation=1 ExecutionCount=0
    ClusterLock=0x8f1945f8 Context=0x7fd379518308 User=0x9e1e0ea0 Session=0x9e1e0ea0 ReferenceCount=1
    Flags=CBK/[0020] SavepointNum=0
    LibraryHandle: Address=0x93d4bbb8 Hash=0 LockMode=N PinMode=X LoadLockMode=0 Status=VALD
    Name: Namespace=SQL AREA(00) Type=CURSOR(00)
    Statistics: InvalidationCount=0 ExecutionCount=0 LoadCount=1 ActiveLocks=2 TotalLockCount=2 TotalPinCount=3
    Counters: BrokenCount=1 RevocablePointer=1 KeepDependency=0 BucketInUse=0 HandleInUse=0 HandleReferenceCount=0
    Concurrency: DependencyMutex=0x93d4bc68(0, 0, 0, 0) Mutex=0x956e19e8(0, 45, 0, 0)
    Flags=RON/PIN/PN0/EXP/CHD/[10012111]
    WaitersLists:
    Lock=0x93d4bc48[0x93d4bc48,0x93d4bc48]
    Pin=0x93d4bc28[0x93d4bc28,0x93d4bc28]
    LoadLock=0x93d4bca0[0x93d4bca0,0x93d4bca0]
    LibraryObject: Address=0x939a30b0 HeapMask=0000-0001-0001-0000 Flags=EXS[0000] Flags2=[0000] PublicFlags=[0000]
    DataBlocks:
    Block: #='0' name=KGLH0^e76d0d8c pins=0 Change=NONE
    Heap=0x93d1a808 Pointer=0x939a3150 Extent=0x939a3030 Flags=I/-/P/A/-/-
    FreedLocation=0 Alloc=1.546875 Size=4.000000 LoadTime=4385736620
    Block: #='6' name=SQLA^e76d0d8c pins=0 Change=NONE
    Heap=0x8a328a20 Pointer=0x935e0348 Extent=0x935df6f0 Flags=I/-/P/A/-/E
    FreedLocation=0 Alloc=0.000000 Size=0.000000 LoadTime=0
    NamespaceDump:
    Child Cursor: Heap0=0x939a3150 Heap6=0x935e0348 Heap0 Load Time=03-08-2012 02:50:16 Heap6 Load
    PinMode=X
    保持这个 X mode pin的是另外一个 mutex , 这个mutex的 oper是 LONG_EXCL
    Time=03-08-2012 02:50:16 ----------------------------------------
    KGX Atomic Operation Log 0x8f1945f8
    Mutex 0x8a328978(202, 0) idn e76d0d8c oper LONG_EXCL
    Cursor Pin uid 202 efd 0 whr 1 slp 0
    opr=3 pso=0x957fa8d8 flg=0
    pcs=0x8a3288e0 nxt=(nil) flg=35 cld=1 hd=0x93d4bbb8 par=0x8a328048
    ct=1 hsh=0 unp=(nil) unn=0 hvl=8a328ef0 nhv=1 ses=0x9e1e0ea0
    hep=0x8a328978 flg=80 ld=1 ob=0x939a30b0 ptr=0x935e0348 fex=0x935df6f0

  • Dump is coming after Moving the request to Quality server.

    Dear All,
    Dump is coming in a ABAP code after moving the same to quality server.
    Kindly refer the attached screenshot.
    Kindly suggest.
    Thanks and Regards
    Jai

    see the below code,
    I have changed the value of l_age1 TYPE bsid-dmbtr to l_age1 TYPE p LENGTH 10 DECIMALS 2.
    *& Report  ZFIRDEBAGEING
    * 1. Program Name:ZFIRDEBAGEING             2.  Creation Dt:18/03/2013 *
    * 3. Module Name :FI                        4.  Modified Dt:2/04/2013  *
    * 5. Developer Name: Kallol Chakrabarty     6.  Modified By:           *
    * 7.Background / Online :Online             8. Trans Code : ZCAGE      *
    * 9. Frequency  : Regular    *
    * Request Number :            - Created                                *
    * Remarks : Customer Ageing Report                                     *
    REPORT zfirdebageing.
    TYPE-POOLS : slis.
    TABLES: bsid,bseg.
    TYPES : BEGIN OF tt_bsid,
              belnr TYPE belnr_d,
              gjahr TYPE gjahr,
              bukrs TYPE bukrs,
              dmbtr TYPE dmbtr,
              kunnr TYPE kunnr,
              budat TYPE budat,
              zfbdt TYPE dzfbdt,
              zterm TYPE dzterm,
              zbd1t TYPE dzbd1t,
              shkzg TYPE shkzg,
            END OF tt_bsid,
            BEGIN OF tt_bseg,
              belnr TYPE belnr_d,
              gjahr TYPE gjahr,
              bukrs TYPE bukrs,
              werks TYPE werks_d,
              prctr TYPE prctr,
              segment TYPE fb_segment,
            END OF tt_bseg,
            BEGIN OF tt_faglseg,
              langu TYPE spras,
              segment TYPE fb_segment,
              name TYPE text50,
            END OF tt_faglseg,
            BEGIN OF tt_cepct,
              spras  TYPE  spras,
              prctr  TYPE  prctr,
              ltext  TYPE  ltext,
            END OF tt_cepct,
            BEGIN OF tt_final,
              kunnr TYPE kunnr,
              segment TYPE fb_segment,
              name TYPE text50,
              prctr  TYPE  prctr,
              ltext  TYPE  ltext,
              name1 TYPE name1_gp,
              ort01 TYPE ort01_gp,
              age1 TYPE dmbtr,
              age2 TYPE dmbtr,
              age3 TYPE dmbtr,
              age4 TYPE dmbtr,
              age5 TYPE dmbtr,
              age6 TYPE dmbtr,
              age7 TYPE dmbtr,
              total TYPE dmbtr,
              total1 TYPE dmbtr,
              total2 TYPE dmbtr,
              zfbdt TYPE dzfbdt,
              zterm TYPE dzterm,
              zbd1t TYPE dzbd1t,
              budat TYPE budat,
            END OF tt_final,
            BEGIN OF tt_kna1,
              kunnr TYPE kunnr,
              name1 TYPE name1_gp,
              ort01 TYPE ort01_gp,
            END OF tt_kna1.
    DATA : wa_bsid TYPE tt_bsid,
            it_bsid TYPE TABLE OF tt_bsid,
            wa_bseg TYPE tt_bseg,
            it_bseg TYPE TABLE OF tt_bseg,
    "       wa_tmp1 TYPE tt_bseg, "Commented by ++KC 18.03.2013 after extended check
            it_tmp1 TYPE TABLE OF tt_bseg,
            wa_faglseg TYPE tt_faglseg,
            it_faglseg TYPE TABLE OF tt_faglseg,
            wa_cepct TYPE  tt_cepct,
            it_cepct TYPE TABLE OF tt_cepct,
            it_tmp TYPE TABLE OF  tt_bsid,
            wa_final TYPE tt_final,
            it_final TYPE TABLE OF tt_final,
            wa_final1 TYPE tt_final,
            it_final1 TYPE TABLE OF tt_final,
            wa_kna1 TYPE tt_kna1,
            it_kna1 TYPE TABLE OF tt_kna1.
    *& ALV Data Declaration                                                *
    DATA: it_fieldcat TYPE slis_t_fieldcat_alv,
           wa_fieldcat TYPE slis_fieldcat_alv,
           is_layout   TYPE slis_layout_alv,
           wa_event    TYPE slis_alv_event,
           it_event    TYPE slis_t_event.
    SELECTION-SCREEN: BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.
    SELECT-OPTIONS : s_kunnr FOR bsid-kunnr.
    PARAMETERS : p_bukrs TYPE bseg-bukrs OBLIGATORY,
                        p_dateon  TYPE bsid-budat DEFAULT sy-datum OBLIGATORY.
    SELECTION-SCREEN : END OF BLOCK b1.
    SELECTION-SCREEN: BEGIN OF BLOCK b2 WITH FRAME TITLE text-003.
    SELECT-OPTIONS : s_werks FOR bseg-werks,
                        s_sgmnt   FOR  bseg-segment,
                        s_prctr   FOR  bseg-prctr.
    SELECT-OPTIONS : s_umskz FOR bsid-umskz.
    SELECTION-SCREEN : END OF BLOCK b2.
    DATA: v_days TYPE string,
           v_date1 TYPE bsid-budat,
           v_date2 TYPE bsid-budat,
           v_date3 TYPE bsid-budat,
           v_date4 TYPE bsik-budat,
           v_date5 TYPE bsik-budat,
           v_date6 TYPE bsik-budat,
           v_date7 TYPE bsik-budat,
    *     l_age1 TYPE bsid-budat,
    *     l_age2 TYPE bsid-dmbtr,
    *     l_age3 TYPE bsid-dmbtr,
    *     l_age4 TYPE bsid-dmbtr,
    *     l_age5 TYPE bsid-dmbtr,
    *     l_age6 TYPE bsid-dmbtr,
    *     l_age7 TYPE bsid-dmbtr,
           l_age1 TYPE p LENGTH 10 DECIMALS 2,
           l_age2 TYPE p LENGTH 10 DECIMALS 2,
           l_age3 TYPE p LENGTH 10 DECIMALS 2,
           l_age4 TYPE p LENGTH 10 DECIMALS 2,
           l_age5 TYPE p LENGTH 10 DECIMALS 2,
           l_age6 TYPE p LENGTH 10 DECIMALS 2,
           l_age7 TYPE p LENGTH 10 DECIMALS 2.
    CONSTANTS : v_age1(4) TYPE c VALUE 15 ,
                 v_age2(4)    TYPE c VALUE  30,
                 v_age3(4)    TYPE c VALUE  45,
                 v_age4(4)    TYPE c VALUE  90,
                 v_age5(4)    TYPE c VALUE  180,
                 v_age6(4)    TYPE c VALUE  360,
                 v_age7(4)    TYPE c VALUE  360.
    INITIALIZATION.
       sy-title = 'CUSTOMER AGEING'.
    *--------------- S-T-A-R-T O-F S-E-L-E-C-T-I-O-N ----------------------*
    START-OF-SELECTION.
       PERFORM get_data.
       PERFORM process_data.
       PERFORM alv_display.
    *&      Form  GET_DATA
    *       text
    *  -->  p1        text
    *  <--  p2        text
    FORM get_data .
       SELECT  belnr
               gjahr
               bukrs
               dmbtr
               kunnr
               budat
               zfbdt
               zterm
               zbd1t
               shkzg
               FROM bsid INTO TABLE it_bsid
               WHERE kunnr IN  s_kunnr
               AND bukrs = p_bukrs
    *          AND zfbdt <= p_dateon
                   AND budat <= p_dateon
               AND umskz IN s_umskz.
       SELECT      belnr
                   gjahr
                   bukrs
                   dmbtr
                   kunnr
                   budat
                   zfbdt
                   zterm
                   zbd1t
                   shkzg
                   FROM bsad APPENDING CORRESPONDING FIELDS OF TABLE it_bsid
                   WHERE kunnr IN  s_kunnr
                   AND bukrs = p_bukrs
                   AND augdt > p_dateon
                   AND umskz IN s_umskz.
       IF it_bsid[] IS NOT INITIAL.
         it_tmp[] = it_bsid[].
         DELETE ADJACENT DUPLICATES FROM it_tmp COMPARING kunnr.
         SELECT kunnr
                name1
                ort01 FROM kna1 INTO TABLE it_kna1
                                      FOR ALL ENTRIES IN it_tmp
                                      WHERE kunnr = it_tmp-kunnr.
         SELECT belnr
                gjahr
                bukrs
                werks
                prctr
                segment
                FROM bseg INTO TABLE it_bseg
                          FOR ALL ENTRIES IN it_bsid
                          WHERE belnr = it_bsid-belnr
                          AND   gjahr = it_bsid-gjahr
                          AND   werks IN s_werks
                          AND   prctr IN s_prctr
                          AND   segment IN s_sgmnt
                          AND umskz IN s_umskz.
         IF it_bseg[] IS NOT INITIAL.
           it_tmp1[] = it_bseg[].
           SORT it_tmp1 BY segment.
           DELETE ADJACENT DUPLICATES FROM it_tmp1 COMPARING segment.
           SELECT langu
                  segment
                  name
                  FROM fagl_segmt INTO TABLE it_faglseg
                                  FOR ALL ENTRIES IN it_tmp1
                                  WHERE langu = 'EN'
                                  AND segment = it_tmp1-segment.
           REFRESH it_tmp1.
           it_tmp1[] = it_bseg[].
           SORT it_tmp1 BY prctr.
           DELETE ADJACENT DUPLICATES FROM it_tmp1 COMPARING prctr.
           SELECT  spras
                   prctr
                   ltext
                   FROM cepct INTO TABLE it_cepct
                              FOR ALL ENTRIES IN it_tmp1
                              WHERE spras = 'EN'
                              AND   prctr = it_tmp1-prctr.
         ENDIF.
       ENDIF.
    ENDFORM. " GET_DATA
    *&      Form  PROCESS_DATA
    *       text
    *  -->  p1        text
    *  <--  p2        text
    FORM process_data .
       v_date1 = p_dateon - v_age1.                              " 15 days  " Cnanges made by Jaiprakash
       v_date2 = p_dateon - v_age2.                              " 30 days  " Cnanges made by Jaiprakash
       v_date3 = p_dateon - v_age3.                              " 45 days  " Cnanges made by Jaiprakash
       v_date4 = p_dateon - v_age4.                              " 90 days  " Cnanges made by Jaiprakash
       v_date5 = p_dateon - v_age5.                              " 180 days " Cnanges made by Jaiprakash
       v_date6 = p_dateon - v_age6.                              " 360 days " Cnanges made by Jaiprakash
       v_date7 = p_dateon - v_age7.                              " 360 days " Changes made by Jaiprakash
       IF NOT it_bseg IS INITIAL.
    *    DELETE it_bseg FROM wa_bseg WHERE segment = ''.
         DATA: lv_add TYPE i.
         DATA: lv_date TYPE sy-datum.
         LOOP AT it_bsid INTO wa_bsid.
           wa_final-zterm = wa_bsid-zterm.
           wa_final-zbd1t = wa_bsid-zbd1t.
           CLEAR wa_bseg.
           READ TABLE it_bseg INTO wa_bseg WITH KEY belnr = wa_bsid-belnr.
           IF sy-subrc EQ 0.
             wa_final-segment = wa_bseg-segment.
             wa_final-prctr   = wa_bseg-prctr.
             IF wa_bsid-shkzg = 'H'.
               wa_bsid-dmbtr = -1 * wa_bsid-dmbtr.
             ENDIF.
             CLEAR wa_faglseg.
             READ TABLE it_faglseg INTO wa_faglseg WITH KEY segment = wa_final-segment.
             IF sy-subrc EQ 0.
               wa_final-name = wa_faglseg-name.
             ENDIF.
             CLEAR wa_cepct.
             READ TABLE it_cepct INTO wa_cepct WITH KEY prctr = wa_final-prctr.
             IF sy-subrc EQ 0.
               wa_final-ltext = wa_cepct-ltext.
             ENDIF.
    * Calculation for the age buckets of <15, <30, <45, <90, <180 , <360 and >360 days
    *        IF     wa_bsid-zfbdt <= p_dateon AND wa_bsid-zfbdt > v_date1.
    *          l_age1 = wa_bsid-dmbtr + l_age1.
    *        ELSEIF wa_bsid-zfbdt <= v_date1 AND wa_bsid-zfbdt > v_date2.
    *          l_age2 = wa_bsid-dmbtr + l_age2.
    *        ELSEIF wa_bsid-zfbdt <= v_date2 AND wa_bsid-zfbdt > v_date3.
    *          l_age3 = wa_bsid-dmbtr + l_age3.
    *        ELSEIF wa_bsid-zfbdt <= v_date3 AND wa_bsid-zfbdt > v_date4.
    *          l_age4 = wa_bsid-dmbtr + l_age4.
    *        ELSEIF wa_bsid-zfbdt <= v_date4 AND wa_bsid-zfbdt > v_date5.
    *          l_age5 = wa_bsid-dmbtr + l_age5.
    *        ELSEIF wa_bsid-zfbdt <= v_date5 AND wa_bsid-zfbdt > v_date6.
    *          l_age6 = wa_bsid-dmbtr + l_age6.
    *        ELSEIF wa_bsid-zfbdt <= v_date7.
    *          l_age7 = wa_bsid-dmbtr + l_age7.
    *        ENDIF.
             IF     wa_bsid-zfbdt <= p_dateon AND wa_bsid-zfbdt > v_date1.
               l_age1 = wa_bsid-dmbtr + l_age1.
             ELSEIF wa_bsid-zfbdt <= v_date1 AND wa_bsid-zfbdt > v_date2.
               l_age2 = wa_bsid-dmbtr + l_age2.
             ELSEIF wa_bsid-zfbdt <= v_date2 AND wa_bsid-zfbdt > v_date3.
               l_age3 = wa_bsid-dmbtr + l_age3.
             ELSEIF wa_bsid-zfbdt <= v_date3 AND wa_bsid-zfbdt > v_date4.
               l_age4 = wa_bsid-dmbtr + l_age4.
             ELSEIF wa_bsid-zfbdt <= v_date4 AND wa_bsid-zfbdt > v_date5.
               l_age5 = wa_bsid-dmbtr + l_age5.
             ELSEIF wa_bsid-zfbdt <= v_date5 AND wa_bsid-zfbdt > v_date6.
               l_age6 = wa_bsid-dmbtr + l_age6.
             ELSEIF wa_bsid-zfbdt <= v_date7.
               l_age7 = wa_bsid-dmbtr + l_age7.
             ENDIF.
             wa_final-kunnr = wa_bsid-kunnr.
             CLEAR wa_kna1.
             READ TABLE it_kna1 INTO wa_kna1 WITH KEY kunnr = wa_bsid-kunnr.
             IF sy-subrc EQ 0.
               wa_final-name1 = wa_kna1-name1.
               wa_final-ort01 = wa_kna1-ort01.
             ENDIF.
             lv_add = wa_final-zbd1t.
    *     lv_add = wa_final-zbd1t.
             CLEAR:lv_date.
             CALL FUNCTION 'FKK_ADD_WORKINGDAY'
               EXPORTING
                 i_date      = wa_final-budat
                 i_days      = lv_add
    *           I_CALENDAR1 =
    *           I_CALENDAR2 =
               IMPORTING
                 e_date      = lv_date
    *           E_RETURN    =
             wa_final-age1  = l_age1.
             wa_final-age2  = l_age2.
             wa_final-age3  = l_age3.
             wa_final-age4  = l_age4.
             wa_final-age5  = l_age5.
             wa_final-age6  = l_age6.
             wa_final-age7  = l_age7.
             wa_final-total = wa_final-age1 + wa_final-age2 + wa_final-age3 + wa_final-age4 + wa_final-age5 + wa_final-age6 + wa_final-age7.
    *          wa_final-age1  = l_age1.
    *          wa_final-age2  = l_age2.
    *          wa_final-age3  = l_age3.
    *          wa_final-age4  = l_age4.
    *          wa_final-age5  = l_age5.
    *          wa_final-age6  = l_age6.
    *          wa_final-age7  = l_age7.
    *         wa_final-total1 = wa_final-age1 + wa_final-age2 + wa_final-age3 + wa_final-age4 + wa_final-age5 + wa_final-age6 + wa_final-age7.
    *        wa_final-age1  = l_age1.
    *         wa_final-age2  = l_age2.
    *         wa_final-age3  = l_age3.
    *         wa_final-age4  = l_age4.
    *         wa_final-age5  = l_age5.
    *         wa_final-age6  = l_age6.
    *         wa_final-age7  = l_age7.
    *         wa_final-total1 = wa_final-age1 + wa_final-age2 + wa_final-age3 + wa_final-age4 + wa_final-age5 + wa_final-age6 + wa_final-age7.
             IF p_dateon GT lv_date.
               wa_final-age1  = l_age1.
               wa_final-age2  = l_age2.
               wa_final-age3  = l_age3.
               wa_final-age4  = l_age4.
               wa_final-age5  = l_age5.
               wa_final-age6  = l_age6.
               wa_final-age7  = l_age7.
               wa_final-total1 = wa_final-age1 + wa_final-age2 + wa_final-age3 + wa_final-age4 + wa_final-age5 + wa_final-age6 + wa_final-age7.
             ELSE.
               wa_final-age1  = l_age1.
               wa_final-age2  = l_age2.
               wa_final-age3  = l_age3.
               wa_final-age4  = l_age4.
               wa_final-age5  = l_age5.
               wa_final-age6  = l_age6.
               wa_final-age7  = l_age7.
               wa_final-total2 = wa_final-age1 + wa_final-age2 + wa_final-age3 + wa_final-age4 + wa_final-age5 + wa_final-age6 + wa_final-age7.
             ENDIF.
             APPEND wa_final TO it_final.
             CLEAR: wa_final,l_age1,l_age2,l_age3,l_age4,l_age5,l_age6,l_age7.
           ENDIF.
         ENDLOOP.
       ENDIF.
       IF it_final IS NOT INITIAL.
         SORT it_final BY kunnr segment.
         LOOP AT it_final INTO wa_final.
           MOVE wa_final TO wa_final1.
           wa_final1-prctr = ''.
           wa_final1-ltext = ''.
           wa_final1-segment = ''.
           wa_final1-name = ''.
           wa_final1-zterm = ''.
           AT END OF name1.
             SUM.
             wa_final1-total = wa_final-total.
             wa_final1-total1 = wa_final-total1.
             wa_final1-total2 = wa_final-total2.
             wa_final1-age1 = wa_final-age1.
             wa_final1-age2 = wa_final-age2.
             wa_final1-age3 = wa_final-age3.
             wa_final1-age4 = wa_final-age4.
             wa_final1-age5 = wa_final-age5.
             wa_final1-age6 = wa_final-age6.
             wa_final1-age7 = wa_final-age7.
             COLLECT wa_final1 INTO it_final1.
             CLEAR wa_final1.
           ENDAT.
         ENDLOOP.
       ENDIF.
    ENDFORM. " PROCESS_DATA
    **&      Form  ALV_DISPLAY
    **       text
    **  -->  p1        text
    **  <--  p2        text
    FORM alv_display .
       DATA : v_col TYPE i VALUE 1.
       CLEAR wa_fieldcat.
       v_col = v_col + 1.
       wa_fieldcat-col_pos   = v_col.
       wa_fieldcat-seltext_m = 'Customer Code'.
       wa_fieldcat-fieldname = 'KUNNR'.
       wa_fieldcat-tabname   = text-002.
       wa_fieldcat-key       = 'X'.
       wa_fieldcat-outputlen = 14.
       APPEND wa_fieldcat TO it_fieldcat.
       CLEAR wa_fieldcat.
       wa_fieldcat-col_pos   = v_col.
       wa_fieldcat-seltext_m = 'Customer Name'.
       wa_fieldcat-fieldname = 'NAME1'.
       wa_fieldcat-tabname   = text-002.
       wa_fieldcat-key       = 'X'.
       wa_fieldcat-outputlen = 14.
       APPEND wa_fieldcat TO it_fieldcat.
       CLEAR wa_fieldcat.
       v_col = v_col + 1.
       wa_fieldcat-col_pos   = v_col.
       wa_fieldcat-seltext_m = 'City'.
       wa_fieldcat-fieldname = 'ORT01'.
       wa_fieldcat-tabname   = text-002.
       wa_fieldcat-key       = 'X'.
       wa_fieldcat-outputlen = 35.
       APPEND wa_fieldcat TO it_fieldcat.
    ***   CLEAR wa_fieldcat.
    ***   v_col = v_col + 1.
    ***   wa_fieldcat-col_pos   = v_col.
    ***   wa_fieldcat-seltext_m = 'Payment Term'.
    ***   wa_fieldcat-fieldname = 'ZTERM'.
    ***   wa_fieldcat-tabname   = text-002.
    ***   wa_fieldcat-key       = 'X'.
    ***   wa_fieldcat-outputlen = 14.
    ***   APPEND wa_fieldcat TO it_fieldcat.
    *  CLEAR wa_fieldcat.
    *  v_col = v_col + 1.
    *  wa_fieldcat-col_pos   = v_col.
    *  wa_fieldcat-seltext_m = 'No. Of Days'.
    *  wa_fieldcat-fieldname = 'ZBD1T'.
    *  wa_fieldcat-tabname   = text-002.
    *  wa_fieldcat-key       = 'X'.
    *  wa_fieldcat-outputlen = 14.
    *  APPEND wa_fieldcat TO it_fieldcat.
    * CLEAR wa_fieldcat.
    * v_col = v_col + 1.
    * wa_fieldcat-col_pos   = v_col.
    * wa_fieldcat-seltext_m = 'Baseline Date'.
    * wa_fieldcat-fieldname = 'ZFBDT'.
    * wa_fieldcat-tabname   = text-002.
    * wa_fieldcat-key       = '

  • My iPad used to organize TV shows by show name, now all the shows are in one folder.

    When I used to sync my iPad with iTunes, all my Tivoed TV shows would neatly organize according to show name.  Now they are all dumped into one folder.  It is frustrating.  How can I get them organized again?

    Peter
    To move a library from an old machine to a new machine:
    Simply copy the old Library to the Pictures Folder in your new machine and launch iPhoto. There is no importing involved.
    When you imported the old library you lost all the albums and imported all the duplication.
    Do you still have the old library? Then trash the new one and start over.
    Regards
    TD

  • How can a non dba user manipulate the dump file outside of oracle ?

    I have a business request to allow a none DBA database user to dump his tables and he can move his dump file on the Unix box from a file system to another file system. This user has a none oracle unix account. When using traditional exp, this is not a problem. But in expdp, all dump files are owned by oracle. Does anybody know how to change the ownership without a DBA involved?
    Unix: Sun Solaris
    DB: 10g
    Storage: sand disk

    Betty wrote:
    following option 1, problem is now the command in the shell script like chmod 744 doesn't allow this none dba user to change the permission, since he doesn't own the file. you can test yourself:
    changepermit.ksh 755
    chmod 744 dump.dmpSo have the script owned by oracle:dba change the owner!
    $ echo "" > bla
    $ ll bla
    -rw-rw-rw-   1 jeg    users            1 Nov 10 16:53 bla
    $ chmod 640 bla
    $ ll bla
    -rw-r-----   1 jeg    users            1 Nov 10 16:53 bla
    $ chown smk bla
    $ ll bla
    -rw-r-----   1 smk    users            1 Nov 10 16:53 bla
    $ echo "" > bla
    /usr/bin/ksh: bla: cannot createNote you'll have to move it unless you let oracle write to it.

  • St22 Dump in Mail

    Dear All,
    I want to configure the St22 dump in mail , With criteria if Mail is more than 150 in a day it should send a mail.Please Let me know the steps need to be done.
    RK

    Hello Rableen,
    in RZ20 there are several MTEs, where dumps are catched, for example, ABAP dumps are displayed under:
    RZ20 --> SAP CCMS Monitor Templates
                   --> Entire System
                        --> <SID> --> Application Server
                             --> <instance> --> R3Abap
    and here you have these MTEs
    You can configure threshold values in the properties of MTE "Shortdumps Frequency" and assign an autoreaction method.
    But this MTE is only for ABAP dumps. Other type of dumps you can find as described in KBA:
    1942651 - RZ20 does not display shortdumps
    but there is no such monitor in RZ20, which cathes all dumps from ST22 in one MTE.
    Regards,
    Alwina

  • Threshold values of all the parameters.

    hi gurus
    kindly help me regarding.threshold/safe  values of all the parameters.
    File system less than 90% full
    Database size History
    Database Disk Space(Total Data Size(MB))
    Data Free Size(MB)
    Total Log Size(MB)
    Log Free Space(MB)
    Database Backup Stutas
    Database Backup Size(GB)
    SM51/SM66 - long running processes
    ST06 - paging/cpu idle/busy status
    SM21 - System log messages (critical)
    ST22 - ABAP Dumps
    SM12 - Pending (>24 hrs) Lock entries
    SM13 - Failed updates
    SM37 - failed Jobs
    Other General Observation/remarks
    Performance data
    ST02 - Buffers swaps/program
    ST06 - Response times (ms)
    ST02 Hit ratio Each Buffer >95

    hi
    File system less than 90% full- when space in file system goes above 90%.you should increase the size of the disk
    Database size History- this should be analyzed for future requirement of space
    Database Disk Space(Total Data Size(MB))- Total size that has been assigned to the data files
    Data Free Size(MB)- current free space in the data files-should be 80% free all the times
    Total Log Size(MB)- In Oracle,the logs are generated which are very important for backup/restore operations
    Log Free Space(MB)- you must make sure that free space in the log must be more than 75%,if the log gets full,system will stop
    Database Backup Stutas - Backup status should always be green
    Database Backup Size(GB)- not a issue,this only means the size of the databae that has been backed up
    SM51/SM66 - long running processes- processes running for more than 24 hours should be investigated
    ST06 - paging/cpu idle/busy status
    SM21 - System log messages (critical)- messages in red shoud be investigated
    ST22 - ABAP Dumps- not all dumps are critical,only dumps which point to system errors will be critical for Basis
    SM12 - Pending (>24 hrs) Lock entries- lock entries in SM12 for more than 24 hours should be looked
    SM13 - Failed updates- should be anayzed
    SM37 - failed Jobs- SAP standard jobs which are failing should be lloked
    Other General Observation/remarks
    Performance data
    ST02 - Buffers swaps/program- In ST02.buffer swaaping should be less,If you find higher no of red entries in ST02 screen,this indicates a performance issue and the buffers size should be increased
    ST06 - Response times (ms)-
    ST02 Hit ratio Each Buffer >95- in ST02,hit ratioes should be greater  than 95% and should be close to 99% for all the buffers,if the ratio is less this indicates performance issue
    Let me know what else you need to know
    Rohit

  • Gc quiesce wait event on creating an index

    Hi,
    We're running Oracle 10.2.0.3 in a 2-node RAC.
    Today we encountered something strange:
    On creating an index on an empty table the session ended up in the 'waiting' state. The event was: 'gc quiesce wait'.
    In an attempt to solve it we stopped 1 instance. This didn't help a bit.
    Killing the session and restarting the index creation had the same result.
    Eventually we bounced the database and then things went fine.
    Can anyone explain what might have caused this? I've tried to find an explanation on the internet but can’t really find anything on this wait event.
    I’m a newbie on RAC and would like to learn from this…
    Regards,
    René

    Mladen Gogala wrote once:
    To "quiesce" database means to suspend it for a brief period of time.
    In RAC context, GC quiesce probably means to quiesce a resource Database.
    This is an educated guess, only. If this table is heavily in use,
    the instance you're inserting into may be pulling huge numbers of
    blocks from the other nodes and becoming their master. You are waiting
    for remastering. Make sure that all inserts are being done on the same
    instance.
    Look at the list of bugs in the heavenly patchset, the one that will be
    released week after the judgment day, 10.2.0.4. The list of bug fixes is
    available in the doc id: 401436.1.
    Also, dump systemstate, level 12 when you observe such waits, send it to
    Oracle Corp. and work with them. Using HANGANALYZE might not be a bad idea
    in this situation.
    K. Gopalakrishnan, the author of the RAC book might be having to say about
    that, as well. I don't have his book right here and I can't look into it.
    I looked into Gopal and Kirti's "Oracle10g Wait Event" book, but there is
    nothing in there.
    Mladen Gogala
    http://mgogala.freehostia.com

  • Canu00B4t complete EP 6 installation because of timeout

    Hello experts,
    We are trying to install an EP 6 with NetWeaver 04 R1 SPS9 on a Windows Server 2003 R2 Standar x64 Edition Service Pack 2 with 8 GB ram. We use the j2sdk1.4.2_13-x64.
    We install the Java System and is all ok, the issue is when we try the next step, to install the EP 6, in the Phase 24 of 26, "Start SAP J2EE Engine" we get a message box with this text "Portal Deployment Monitor has reached the timeout of 1800 seconds. Press OK to wait another 1800 seconds for the deployment process to finish or CANCEL to stop SAPInst now", the text on the status bar is "Portal Content Deployment(0 of 298 files done. 0 with erros. Time elapsed 1800 seconds). Wait...". And we
    can´t install the Portal because of that. We apply the Note 723909 - Java VM settings for J2EE 6.40/7.0 but nothing changes, also try to find another notes or some help in the sdn without success. We try to install more than once, and the problem is always de the same.
    Anyone can help us?
    Thanks in advance.
    Benoit Caddins

    Thanks for the quick replys Sergo.
    What do you mean when you say u201CDVD dumps on hards disk, (all dumps) like
    D:\Install_master ... and other ..u201D
    Here is the content of the file sapinst.log, very long:
    INFO 2008-12-04 12:29:25
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/keydb.xml to: q0w9e9r8t7.1.xml.
    INFO 2008-12-04 12:29:25
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/keydb.xml to: q0w9e9r8t7.1.xml.
    INFO 2008-12-04 12:29:25
    Creating file C:\Program Files\sapinst_instdir\NW04\SYSTEM\JAVA\CENTRAL\ONE_HOST\q0w9e9r8t7.1.xml.
    INFO 2008-12-04 12:29:26
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/keydb.xml to: C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/keydb.1.xml.
    INFO 2008-12-04 12:29:26
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/keydb.xml to: C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/keydb.1.xml.
    INFO 2008-12-04 12:29:26
    Creating file C:\Program Files\sapinst_instdir\NW04\SYSTEM\JAVA\CENTRAL\ONE_HOST\keydb.1.xml.
    INFO 2008-12-04 12:29:26
    Creating file C:\Program Files\sapinst_instdir\NW04\SYSTEM\JAVA\CENTRAL\ONE_HOST\change.log.
    INFO 2008-12-04 12:29:26
    Output of change user /install is written to the logfile change.log.
    WARNING 2008-12-04 12:29:26
    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-12-04 12:29:26
    File not found: [C:/DOCUME1/NATALI1/LOCALS~1/Temp/1/sapinst_exe.6816.1228390150/msvcp71.dll].
    INFO 2008-12-04 12:29:26
    File not found: [C:/DOCUME1/NATALI1/LOCALS~1/Temp/1/sapinst_exe.6816.1228390150/msvcr71.dll].
    INFO 2008-12-04 12:29:27
    Successfully added privileges 'SeTcbPrivilege SeAssignPrimaryTokenPrivilege SeIncreaseQuotaPrivilege' to account 'FORCENDM\NATALIAHD' on host '.'.
    INFO 2008-12-04 12:29:27
    Creating file C:\Program Files\sapinst_instdir\NW04\SYSTEM\JAVA\CENTRAL\ONE_HOST\summary.html.
    PHASE 2008-12-04 12:29:27
    Prepare the installation program.
    INFO 2008-12-04 12:29:28
    Installation start: Thursday, 04 December 2008, 12:29:25; installation directory: C:\Program Files\sapinst_instdir\NW04\SYSTEM\JAVA\CENTRAL\ONE_HOST; product to be installed: SAP NetWeaver '04 SR1> SAP System Installation> Java System> MS SQL Server> Central / Distributed System> Custom Installation - Java System
    INFO 2008-12-04 12:29:28
    Looking for SAP system instances installed on this host...
    INFO 2008-12-04 12:29:29
    No installed instances found!
    INFO 2008-12-04 12:29:29
    DNS is configured correctly.
    INFO 2008-12-04 12:29:51
    Copying file C:/DVDSAP/NW04/51031849_2/NW_04_SR1_SAP_Web_AS_JAVA_WIN_x64/J2EE_OSINDEP/JDKVersion.xml to: ..
    INFO 2008-12-04 12:29:51
    Copying file C:/DVDSAP/NW04/51031849_2/NW_04_SR1_SAP_Web_AS_JAVA_WIN_x64/J2EE_OSINDEP/JDKVersion.xml to: ..
    INFO 2008-12-04 12:29:51
    Creating file C:\Program Files\sapinst_instdir\NW04\SYSTEM\JAVA\CENTRAL\ONE_HOST\JDKVersion.xml.
    INFO 2008-12-04 12:29:51
    Execution of the command "C:\j2sdk1.4.2_13-x64/bin/java.exe -version" finished with return code 0. Output: java version "1.4.2_13"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_13-b06)
    Java HotSpot(TM) 64-Bit Server VM (build 1.4.2_13-b06, mixed mode)
    INFO 2008-12-04 12:29:51
    Execution of the command "C:\j2sdk1.4.2_13-x64/bin/java.exe -classpath C:/DOCUME1/NATALI1/LOCALS~1/Temp/1/sapinst_exe.6816.1228390150/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetDataModel" finished with return code 0. Output: 64
    INFO 2008-12-04 12:29:51
    Execution of the command "C:\j2sdk1.4.2_13-x64/bin/java.exe -classpath C:/DOCUME1/NATALI1/LOCALS1/Temp/1/sapinst_exe.6816.1228390150/JAR/ins-j2ee.jar;C:/DOCUME1/NATALI1/LOCALS1/Temp/1/sapinst_exe.6816.1228390150/JAR/sapxmltoolkit.jar com.sap.ins.j2ee.TestClassLoader" finished with return code 0. Output: CORRECT
    INFO 2008-12-04 12:29:51
    Found a valid JAVA_HOME directory C:\j2sdk1.4.2_13-x64 with JDK version 1.4.2_13.
    INFO 2008-12-04 12:29:52
    Execution of the command "C:\j2sdk1.4.2_13-x64/bin/java.exe -version" finished with return code 0. Output: java version "1.4.2_13"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_13-b06)
    Java HotSpot(TM) 64-Bit Server VM (build 1.4.2_13-b06, mixed mode)
    INFO 2008-12-04 12:29:54
    Execution of the command "C:\j2sdk1.4.2_13-x64/bin/java.exe -version" finished with return code 0. Output: java version "1.4.2_13"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_13-b06)
    Java HotSpot(TM) 64-Bit Server VM (build 1.4.2_13-b06, mixed mode)
    INFO 2008-12-04 12:29:54
    Execution of the command "C:\j2sdk1.4.2_13-x64/bin/java.exe -classpath C:/DOCUME1/NATALI1/LOCALS~1/Temp/1/sapinst_exe.6816.1228390150/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetDataModel" finished with return code 0. Output: 64
    INFO 2008-12-04 12:29:54
    Execution of the command "C:\j2sdk1.4.2_13-x64/bin/java.exe -classpath C:/DOCUME1/NATALI1/LOCALS1/Temp/1/sapinst_exe.6816.1228390150/JAR/ins-j2ee.jar;C:/DOCUME1/NATALI1/LOCALS1/Temp/1/sapinst_exe.6816.1228390150/JAR/sapxmltoolkit.jar com.sap.ins.j2ee.TestClassLoader" finished with return code 0. Output: CORRECT
    INFO 2008-12-04 12:29:54
    Creating directory C:\Program Files\sapinst_instdir\NW04\SYSTEM\JAVA\CENTRAL\ONE_HOST\jdkPolicyCheck.
    INFO 2008-12-04 12:29:54
    Working directory changed to C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/jdkPolicyCheck.
    INFO 2008-12-04 12:29:54
    Working directory changed to C:\Program Files\sapinst_instdir\NW04\SYSTEM\JAVA\CENTRAL\ONE_HOST.
    INFO 2008-12-04 12:29:54
    Creating file C:\Program Files\sapinst_instdir\NW04\SYSTEM\JAVA\CENTRAL\ONE_HOST\local_policy.log.
    INFO 2008-12-04 12:29:54
    Output of C:\j2sdk1.4.2_13-x64/bin/jar.exe is written to the logfile local_policy.log.
    INFO 2008-12-04 12:29:54
    Output of C:\j2sdk1.4.2_13-x64/bin/jar.exe xvf C:/j2sdk1.4.2_13-x64/jre/lib/security/local_policy.jar:
    INFO 2008-12-04 12:29:54
    Working directory changed to C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/jdkPolicyCheck.
    INFO 2008-12-04 12:29:54
    Working directory changed to C:\Program Files\sapinst_instdir\NW04\SYSTEM\JAVA\CENTRAL\ONE_HOST.
    INFO 2008-12-04 12:29:54
    Creating file C:\Program Files\sapinst_instdir\NW04\SYSTEM\JAVA\CENTRAL\ONE_HOST\US_export_policy.log.
    INFO 2008-12-04 12:29:54
    Output of C:\j2sdk1.4.2_13-x64/bin/jar.exe is written to the logfile US_export_policy.log.
    INFO 2008-12-04 12:29:54
    Output of C:\j2sdk1.4.2_13-x64/bin/jar.exe xvf C:/j2sdk1.4.2_13-x64/jre/lib/security/US_export_policy.jar:
    INFO 2008-12-04 12:29:54
    Removing file C:\Program Files\sapinst_instdir\NW04\SYSTEM\JAVA\CENTRAL\ONE_HOST\jdkPolicyCheck\default_local.policy.
    INFO 2008-12-04 12:29:54
    Removing file C:\Program Files\sapinst_instdir\NW04\SYSTEM\JAVA\CENTRAL\ONE_HOST\jdkPolicyCheck\default_US_export.policy.
    INFO 2008-12-04 12:29:54
    Removing file C:\Program Files\sapinst_instdir\NW04\SYSTEM\JAVA\CENTRAL\ONE_HOST\jdkPolicyCheck\exempt_local.policy.
    INFO 2008-12-04 12:29:54
    Removing file C:\Program Files\sapinst_instdir\NW04\SYSTEM\JAVA\CENTRAL\ONE_HOST\jdkPolicyCheck\META-INF\JCE_RSA.RSA.
    INFO 2008-12-04 12:29:54
    Removing file C:\Program Files\sapinst_instdir\NW04\SYSTEM\JAVA\CENTRAL\ONE_HOST\jdkPolicyCheck\META-INF\JCE_RSA.SF.
    INFO 2008-12-04 12:29:54
    Removing file C:\Program Files\sapinst_instdir\NW04\SYSTEM\JAVA\CENTRAL\ONE_HOST\jdkPolicyCheck\META-INF\MANIFEST.MF.
    INFO 2008-12-04 12:29:54
    Removing directory C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/jdkPolicyCheck/META-INF.
    INFO 2008-12-04 12:29:54
    Removing directory C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/jdkPolicyCheck.
    INFO[E] 2008-12-04 12:29:56
    Account user="fpdadm" does not exist.
    INFO[E] 2008-12-04 12:29:57
    Account user="FORCENDM\fpdadm" does not exist.
    INFO[E] 2008-12-04 12:29:57
    Account user="FORCENDM\SAPServiceFPD" does not exist.
    INFO[E] 2008-12-04 12:30:21
    Account user="FORCENDM\fpdadm" does not exist.
    INFO[E] 2008-12-04 12:30:21
    Account user="FORCENDM\SAPServiceFPD" does not exist.
    INFO[E] 2008-12-04 12:30:21
    Account user="FORCENDM\fpdadm" does not exist.
    INFO[E] 2008-12-04 12:30:21
    Account user="FORCENDM\fpdadm" does not exist.
    INFO[E] 2008-12-04 12:30:21
    Account user="FORCENDM\SAPServiceFPD" does not exist.
    INFO[E] 2008-12-04 12:30:21
    Account user="FORCENDM\SAPServiceFPD" does not exist.
    INFO 2008-12-04 12:30:21
    Looking for SAP system instances installed on this host...
    INFO 2008-12-04 12:30:22
    No installed instances found!
    INFO 2008-12-04 12:31:11
    Execution of the command "C:\j2sdk1.4.2_13-x64/bin/java.exe -version" finished with return code 0. Output: java version "1.4.2_13"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_13-b06)
    Java HotSpot(TM) 64-Bit Server VM (build 1.4.2_13-b06, mixed mode)
    INFO 2008-12-04 12:31:11
    Execution of the command "C:\j2sdk1.4.2_13-x64/bin/java.exe -classpath C:/DOCUME1/NATALI1/LOCALS~1/Temp/1/sapinst_exe.6816.1228390150/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetDataModel" finished with return code 0. Output: 64
    INFO 2008-12-04 12:31:11
    Execution of the command "C:\j2sdk1.4.2_13-x64/bin/java.exe -classpath C:/DOCUME1/NATALI1/LOCALS1/Temp/1/sapinst_exe.6816.1228390150/JAR/ins-j2ee.jar;C:/DOCUME1/NATALI1/LOCALS1/Temp/1/sapinst_exe.6816.1228390150/JAR/sapxmltoolkit.jar com.sap.ins.j2ee.TestClassLoader" finished with return code 0. Output: CORRECT
    INFO[E] 2008-12-04 12:31:11
    Account user="FORCENDM\fpdadm" does not exist.
    INFO[E] 2008-12-04 12:31:12
    Account user="FORCENDM\fpdadm" does not exist.
    INFO[E] 2008-12-04 12:31:12
    Account user="FORCENDM\SAPServiceFPD" does not exist.
    INFO[E] 2008-12-04 12:31:12
    Account user="FORCENDM\SAPServiceFPD" does not exist.
    INFO 2008-12-04 12:31:13
    Looking for SAP system instances installed on this host...
    INFO 2008-12-04 12:31:13
    Found these instances:
    sid: FPD, number: 01, name: SCS01, host: ASVDSAP001
    INFO 2008-12-04 12:31:52
    Copying file C:/DVDSAP/NW04/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/mssversions.xml to: C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST.
    INFO 2008-12-04 12:31:52
    Copying file C:/DVDSAP/NW04/Installation_Master_6.20_6.40_05_08/IM_WINDOWS_X86_64/SAPINST/NT/COMMON/MSS/mssversions.xml to: C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST.
    INFO 2008-12-04 12:31:52
    Creating file C:\Program Files\sapinst_instdir\NW04\SYSTEM\JAVA\CENTRAL\ONE_HOST\mssversions.xml.
    INFO 2008-12-04 12:31:52
    Copying file C:/DVDSAP/NW04/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/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST.
    INFO 2008-12-04 12:31:52
    Copying file C:/DVDSAP/NW04/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/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST.
    INFO 2008-12-04 12:31:52
    Creating file C:\Program Files\sapinst_instdir\NW04\SYSTEM\JAVA\CENTRAL\ONE_HOST\db_all.sql.
    INFO 2008-12-04 12:31:52
    Copying file C:/DVDSAP/NW04/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/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST.
    INFO 2008-12-04 12:31:52
    Copying file C:/DVDSAP/NW04/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/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST.
    INFO 2008-12-04 12:31:52
    Creating file C:\Program Files\sapinst_instdir\NW04\SYSTEM\JAVA\CENTRAL\ONE_HOST\db_di_clust.sql.
    INFO 2008-12-04 12:31:52
    Copying file C:/DVDSAP/NW04/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/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST.
    INFO 2008-12-04 12:31:52
    Copying file C:/DVDSAP/NW04/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/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST.
    INFO 2008-12-04 12:31:52
    Creating file C:\Program Files\sapinst_instdir\NW04\SYSTEM\JAVA\CENTRAL\ONE_HOST\db_std_checks.sql.
    INFO 2008-12-04 12:31:52
    Copying file C:/DVDSAP/NW04/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/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST.
    INFO 2008-12-04 12:31:52
    Copying file C:/DVDSAP/NW04/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/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST.
    INFO 2008-12-04 12:31:52
    Creating file C:\Program Files\sapinst_instdir\NW04\SYSTEM\JAVA\CENTRAL\ONE_HOST\mss_get_defpath.sql.
    INFO 2008-12-04 12:31:52
    Copying file C:/DVDSAP/NW04/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/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST.
    INFO 2008-12-04 12:31:52
    Copying file C:/DVDSAP/NW04/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/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST.
    INFO 2008-12-04 12:31:52
    Creating file C:\Program Files\sapinst_instdir\NW04\SYSTEM\JAVA\CENTRAL\ONE_HOST\mss_get_r3db_config.sql.
    INFO 2008-12-04 12:31:52
    Copying file C:/DVDSAP/NW04/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/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST.
    INFO 2008-12-04 12:31:52
    Copying file C:/DVDSAP/NW04/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/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST.
    INFO 2008-12-04 12:31:52
    Creating file C:\Program Files\sapinst_instdir\NW04\SYSTEM\JAVA\CENTRAL\ONE_HOST\mss_init_jc.sql.
    INFO 2008-12-04 12:31:52
    Copying file C:/DVDSAP/NW04/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/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST.
    INFO 2008-12-04 12:31:52
    Copying file C:/DVDSAP/NW04/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/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST.
    INFO 2008-12-04 12:31:52
    Creating file C:\Program Files\sapinst_instdir\NW04\SYSTEM\JAVA\CENTRAL\ONE_HOST\mss_r3db_gconf.sql.
    INFO 2008-12-04 12:31:52
    Copying file C:/DVDSAP/NW04/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/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST.
    INFO 2008-12-04 12:31:52
    Copying file C:/DVDSAP/NW04/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/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST.
    INFO 2008-12-04 12:31:52
    Creating file C:\Program Files\sapinst_instdir\NW04\SYSTEM\JAVA\CENTRAL\ONE_HOST\mss_r3db_lconf.sql.
    INFO 2008-12-04 12:31:52
    Copying file C:/DVDSAP/NW04/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/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST.
    INFO 2008-12-04 12:31:52
    Copying file C:/DVDSAP/NW04/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/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST.
    INFO 2008-12-04 12:31:52
    Creating file C:\Program Files\sapinst_instdir\NW04\SYSTEM\JAVA\CENTRAL\ONE_HOST\mss_r3srv_conf.sql.
    INFO 2008-12-04 12:31:52
    Copying file C:/DVDSAP/NW04/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/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST.
    INFO 2008-12-04 12:31:52
    Copying file C:/DVDSAP/NW04/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/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST.
    INFO 2008-12-04 12:31:52
    Creating file C:\Program Files\sapinst_instdir\NW04\SYSTEM\JAVA\CENTRAL\ONE_HOST\mss_schema_cnv.sql.
    INFO 2008-12-04 12:31:52
    Copying file C:/DVDSAP/NW04/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/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST.
    INFO 2008-12-04 12:31:52
    Copying file C:/DVDSAP/NW04/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/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST.
    INFO 2008-12-04 12:31:52
    Creating file C:\Program Files\sapinst_instdir\NW04\SYSTEM\JAVA\CENTRAL\ONE_HOST\mss_sps_droptmp.sql.
    INFO 2008-12-04 12:31:52
    Copying file C:/DVDSAP/NW04/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/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST.
    INFO 2008-12-04 12:31:52
    Copying file C:/DVDSAP/NW04/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/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST.
    INFO 2008-12-04 12:31:52
    Creating file C:\Program Files\sapinst_instdir\NW04\SYSTEM\JAVA\CENTRAL\ONE_HOST\mss_users_sid_drop.sql.
    INFO 2008-12-04 12:31:52
    Copying file C:/DVDSAP/NW04/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/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST.
    INFO 2008-12-04 12:31:52
    Copying file C:/DVDSAP/NW04/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/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST.
    INFO 2008-12-04 12:31:52
    Creating file C:\Program Files\sapinst_instdir\NW04\SYSTEM\JAVA\CENTRAL\ONE_HOST\mss_users_sid_drop_objs.sql.
    INFO 2008-12-04 12:31:52
    Copying file C:/DVDSAP/NW04/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/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST.
    INFO 2008-12-04 12:31:52
    Copying file C:/DVDSAP/NW04/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/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST.
    INFO 2008-12-04 12:31:52
    Creating file C:\Program Files\sapinst_instdir\NW04\SYSTEM\JAVA\CENTRAL\ONE_HOST\srvchk.sql.
    INFO 2008-12-04 12:31:52
    Copying file C:/DVDSAP/NW04/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/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST.
    INFO 2008-12-04 12:31:52
    Copying file C:/DVDSAP/NW04/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/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST.
    INFO 2008-12-04 12:31:52
    Creating file C:\Program Files\sapinst_instdir\NW04\SYSTEM\JAVA\CENTRAL\ONE_HOST\usrabap.sql.
    INFO 2008-12-04 12:31:52
    Copying file C:/DVDSAP/NW04/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/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST.
    INFO 2008-12-04 12:31:52
    Copying file C:/DVDSAP/NW04/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/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST.
    INFO 2008-12-04 12:31:52
    Creating file C:\Program Files\sapinst_instdir\NW04\SYSTEM\JAVA\CENTRAL\ONE_HOST\usrstd.sql.
    INFO 2008-12-04 12:31:52
    Copying file C:/DVDSAP/NW04/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/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST.
    INFO 2008-12-04 12:31:52
    Copying file C:/DVDSAP/NW04/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/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST.
    INFO 2008-12-04 12:31:52
    Copying file C:/DVDSAP/NW04/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/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST.
    INFO 2008-12-04 12:31:52
    Copying file C:/DVDSAP/NW04/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/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST.
    INFO 2008-12-04 12:31:52
    Copying file C:/DVDSAP/NW04/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/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST.
    INFO 2008-12-04 12:31:52
    Copying file C:/DVDSAP/NW04/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/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST.
    INFO 2008-12-04 12:31:52
    Copying file C:/DVDSAP/NW04/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/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST.
    INFO 2008-12-04 12:31:52
    Copying file C:/DVDSAP/NW04/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/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST.
    INFO 2008-12-04 12:31:52
    Copying file C:/DVDSAP/NW04/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/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST.
    INFO 2008-12-04 12:31:52
    Copying file C:/DVDSAP/NW04/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/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST.
    INFO 2008-12-04 12:32:11
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/summary.html to: C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/summary.1.html.
    INFO 2008-12-04 12:32:11
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/summary.html to: C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/summary.1.html.
    INFO 2008-12-04 12:32:11
    Creating file C:\Program Files\sapinst_instdir\NW04\SYSTEM\JAVA\CENTRAL\ONE_HOST\summary.1.html.
    INFO 2008-12-04 12:32:11
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/product.xml to: C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/product.1.xml.
    INFO 2008-12-04 12:32:11
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/product.xml to: C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/product.1.xml.
    INFO 2008-12-04 12:32:11
    Creating file C:\Program Files\sapinst_instdir\NW04\SYSTEM\JAVA\CENTRAL\ONE_HOST\product.1.xml.
    INFO 2008-12-04 12:32:11
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/JDKVersion.xml to: C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/JDKVersion.1.xml.
    INFO 2008-12-04 12:32:11
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/JDKVersion.xml to: C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/JDKVersion.1.xml.
    INFO 2008-12-04 12:32:11
    Creating file C:\Program Files\sapinst_instdir\NW04\SYSTEM\JAVA\CENTRAL\ONE_HOST\JDKVersion.1.xml.
    INFO 2008-12-04 12:32:11
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/JDKVersion.xml to: C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/JDKVersion.2.xml.
    INFO 2008-12-04 12:32:11
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/JDKVersion.xml to: C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/JDKVersion.2.xml.
    INFO 2008-12-04 12:32:11
    Creating file C:\Program Files\sapinst_instdir\NW04\SYSTEM\JAVA\CENTRAL\ONE_HOST\JDKVersion.2.xml.
    INFO 2008-12-04 12:32:11
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/JDKVersion.xml to: C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/JDKVersion.3.xml.
    INFO 2008-12-04 12:32:11
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/JDKVersion.xml to: C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/JDKVersion.3.xml.
    INFO 2008-12-04 12:32:11
    Creating file C:\Program Files\sapinst_instdir\NW04\SYSTEM\JAVA\CENTRAL\ONE_HOST\JDKVersion.3.xml.
    INFO 2008-12-04 12:32:11
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/JDKVersion.xml to: C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/JDKVersion.4.xml.
    INFO 2008-12-04 12:32:11
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/JDKVersion.xml to: C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/JDKVersion.4.xml.
    INFO 2008-12-04 12:32:11
    Creating file C:\Program Files\sapinst_instdir\NW04\SYSTEM\JAVA\CENTRAL\ONE_HOST\JDKVersion.4.xml.
    INFO 2008-12-04 12:32:11
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/mssversions.xml to: C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/mssversions.1.xml.
    INFO 2008-12-04 12:32:11
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/mssversions.xml to: C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/mssversions.1.xml.
    INFO 2008-12-04 12:32:11
    Creating file C:\Program Files\sapinst_instdir\NW04\SYSTEM\JAVA\CENTRAL\ONE_HOST\mssversions.1.xml.
    INFO[E] 2008-12-04 12:32:23
    Account group="FORCENDM\SAP_FPD_GlobalAdmin" does not exist.
    INFO[E] 2008-12-04 12:32:23
    Account group="FORCENDM\SAP_FPD_GlobalAdmin" does not exist.
    INFO 2008-12-04 12:32:23
    Account SAP_FPD_GlobalAdmin created.
    INFO 2008-12-04 12:32:26
    Account FORCENDM\SAP_FPD_GlobalAdmin added to group ASVDSAP001\SAP_LocalAdmin.
    INFO 2008-12-04 12:32:28
    Account FORCENDM\SAP_FPD_GlobalAdmin added to group ASVDSAP001\SAP_FPD_LocalAdmin.
    INFO 2008-12-04 12:32:28
    Modification description="SAP Global Administration Group" for account FORCENDM\SAP_FPD_GlobalAdmin was successful.
    INFO[E] 2008-12-04 12:32:28
    Account user="FORCENDM\SAPServiceFPD" does not exist.
    INFO 2008-12-04 12:32:29
    Account FORCENDM\SAPServiceFPD added to group FORCENDM\SAP_FPD_GlobalAdmin.
    INFO 2008-12-04 12:32:31
    Account FORCENDM\SAPServiceFPD added to group ASVDSAP001\Administrators.
    INFO 2008-12-04 12:32:31
    Account FORCENDM\SAPServiceFPD created.
    INFO 2008-12-04 12:32:31
    Successfully added privileges 'SeServiceLogonRight SeNetworkLogonRight SeDenyInteractiveLogonRight SeDenyRemoteInteractiveLogonRight' to account 'FORCENDM\SAPServiceFPD' on host '.'.
    INFO[E] 2008-12-04 12:32:31
    Account user="FORCENDM\fpdadm" does not exist.
    INFO 2008-12-04 12:32:32
    Account FORCENDM\fpdadm added to group FORCENDM\SAP_FPD_GlobalAdmin.
    INFO 2008-12-04 12:32:35
    Account FORCENDM\fpdadm added to group ASVDSAP001\Administrators.
    INFO 2008-12-04 12:32:35
    Account FORCENDM\fpdadm created.
    INFO 2008-12-04 12:32:35
    Successfully added privileges 'SeTcbPrivilege SeAssignPrimaryTokenPrivilege SeIncreaseQuotaPrivilege' to account 'FORCENDM\fpdadm' on host '.'.
    INFO 2008-12-04 12:32:35
    Switched to user: fpdadm.
    INFO 2008-12-04 12:32:35
    Switched to user: fpdadm.
    INFO 2008-12-04 12:32:35
    Switched to user: fpdadm.
    INFO 2008-12-04 12:32:35
    Switched to user: fpdadm.
    INFO 2008-12-04 12:32:35
    Switched to user: fpdadm.
    INFO 2008-12-04 12:32:35
    Switched to user: fpdadm.
    INFO[E] 2008-12-04 12:32:38
    Account user="ASVDSAP001\SAP_LocalAdmin" does not exist.
    INFO 2008-12-04 12:32:38
    Switched to user: fpdadm.
    INFO 2008-12-04 12:32:38
    Creating system directories for SAP system FPD.
    INFO 2008-12-04 12:32:38
    File system node C:/WINDOWS/TEMP exists already. Nothing to do.
    INFO 2008-12-04 12:32:38
    Creating directory C:\usr\sap\FPD.
    INFO 2008-12-04 12:32:38
    Creating directory C:\usr\sap\prfclog.
    INFO 2008-12-04 12:32:38
    Creating directory C:\usr\sap\prfclog\dsr.
    INFO 2008-12-04 12:32:38
    Creating directory C:\usr\sap\prfclog\logmon.
    INFO 2008-12-04 12:32:38
    Creating directory C:\usr\sap\prfclog\procmon.
    INFO 2008-12-04 12:32:38
    Creating directory C:\usr\sap\prfclog\grmg.
    INFO 2008-12-04 12:32:38
    Creating directory C:\usr\sap\ccms.
    INFO 2008-12-04 12:32:38
    Creating directory C:\usr\sap\tmp.
    INFO 2008-12-04 12:32:38
    File system node C:\usr\sap/FPD exists already. Nothing to do.
    INFO 2008-12-04 12:32:38
    Creating directory C:\usr\sap\FPD\SYS.
    INFO 2008-12-04 12:32:38
    Creating directory C:\usr\sap\FPD\SYS\exe.
    INFO 2008-12-04 12:32:38
    Creating directory C:\usr\sap\FPD\SYS\exe\opt.
    INFO 2008-12-04 12:32:38
    Creating directory C:\usr\sap\FPD\SYS\exe\dbg.
    INFO 2008-12-04 12:32:38
    Creating directory C:\usr\sap\FPD\SYS\exe\run.
    INFO 2008-12-04 12:32:38
    Creating directory C:\usr\sap\FPD\SYS\gen.
    INFO 2008-12-04 12:32:38
    Creating directory C:\usr\sap\FPD\SYS\gen\dbg.
    INFO 2008-12-04 12:32:38
    Creating directory C:\usr\sap\FPD\SYS\gen\opt.
    INFO 2008-12-04 12:32:38
    Creating directory C:\usr\sap\FPD\SYS\global.
    INFO 2008-12-04 12:32:38
    Creating directory C:\usr\sap\FPD\SYS\profile.
    INFO 2008-12-04 12:32:38
    Creating directory C:\usr\sap\FPD\SYS\src.
    INFO 2008-12-04 12:32:38
    File system node C:\usr\sap\FPD\SYS\exe\run exists already. Nothing to do.
    INFO 2008-12-04 12:32:38
    Creating instance directories for instance FPD/SCS01.
    INFO 2008-12-04 12:32:38
    Creating directory C:\usr\sap\FPD\SCS01.
    INFO 2008-12-04 12:32:38
    Creating directory C:\usr\sap\FPD\SCS01\data.
    INFO 2008-12-04 12:32:38
    Creating directory C:\usr\sap\FPD\SCS01\data\cache.
    INFO 2008-12-04 12:32:38
    Creating directory C:\usr\sap\FPD\SCS01\log.
    INFO 2008-12-04 12:32:38
    Creating directory C:\usr\sap\FPD\SCS01\sec.
    INFO 2008-12-04 12:32:39
    Creating directory C:\usr\sap\FPD\SCS01\work.
    INFO 2008-12-04 12:32:39
    Creating directory C:\usr\sap\ccms\FPD_01.
    INFO 2008-12-04 12:32:39
    Creating directory C:\usr\sap\ccms\FPD_01\sapccmsr.
    INFO 2008-12-04 12:32:39
    Creating directory C:\usr\sap\FPD\SCS01\exe.
    INFO 2008-12-04 12:32:39
    File system node C:\usr\sap\FPD\SYS\exe\run exists already. Nothing to do.
    INFO 2008-12-04 12:32:39
    Creating instance directories for instance FPD/JC00.
    INFO 2008-12-04 12:32:39
    Creating directory C:\usr\sap\FPD\JC00.
    INFO 2008-12-04 12:32:39
    Creating directory C:\usr\sap\FPD\JC00\data.
    INFO 2008-12-04 12:32:39
    Creating directory C:\usr\sap\FPD\JC00\data\cache.
    INFO 2008-12-04 12:32:39
    Creating directory C:\usr\sap\FPD\JC00\log.
    INFO 2008-12-04 12:32:39
    Creating directory C:\usr\sap\FPD\JC00\sec.
    INFO 2008-12-04 12:32:39
    Creating directory C:\usr\sap\FPD\JC00\work.
    INFO 2008-12-04 12:32:39
    Creating directory C:\usr\sap\ccms\FPD_00.
    INFO 2008-12-04 12:32:39
    Creating directory C:\usr\sap\ccms\FPD_00\sapccmsr.
    INFO 2008-12-04 12:32:39
    Creating directory C:\usr\sap\FPD\JC00\exe.
    INFO 2008-12-04 12:32:39
    File system node C:\usr\sap\FPD\SYS\exe\run exists already. Nothing to do.
    INFO 2008-12-04 12:32:39
    Creating directory C:\usr\sap\FPD\JC00\j2ee.
    INFO 2008-12-04 12:32:39
    Creating directory C:\usr\sap\FPD\JC00\SDM.
    INFO 2008-12-04 12:32:39
    Stopping SAP system services for FPD.
    ERROR 2008-12-04 12:32:39
    FSL-06002  Error 1060 (The specified service does not exist as an installed service.
    ) in execution of a 'OpenService' function, line (266), with parameter (SAPOsCol).
    ERROR 2008-12-04 12:33:09
    FSL-06002  Error 1060 (The specified service does not exist as an installed service.
    ) in execution of a 'OpenService' function, line (266), with parameter (SAPFPD_01).
    ERROR 2008-12-04 12:33:09
    FSL-06002  Error 1060 (The specified service does not exist as an installed service.
    ) in execution of a 'OpenService' function, line (266), with parameter (SAPFPD_01).
    ERROR 2008-12-04 12:33:09
    FSL-06002  Error 1060 (The specified service does not exist as an installed service.
    ) in execution of a 'OpenService' function, line (266), with parameter (SAPFPD_00).
    ERROR 2008-12-04 12:33:09
    FSL-06002  Error 1060 (The specified service does not exist as an installed service.
    ) in execution of a 'OpenService' function, line (266), with parameter (SAPFPD_00).
    INFO 2008-12-04 12:33:11
    Creating directory C:\Program Files\sapinst_instdir\NW04\SYSTEM\JAVA\CENTRAL\ONE_HOST\SCS.SAR.
    INFO 2008-12-04 12:33:11
    Creating file C:\Program Files\sapinst_instdir\NW04\SYSTEM\JAVA\CENTRAL\ONE_HOST\SCS.log.
    INFO 2008-12-04 12:33:11
    Output of C:/DOCUME1/NATALI1/LOCALS~1/Temp/1/sapinst_exe.6816.1228390150/SAPCAR.exe is written to the logfile SCS.log.
    INFO 2008-12-04 12:33:13
    Output of C:/DOCUME1/NATALI1/LOCALS~1/Temp/1/sapinst_exe.6816.1228390150/SAPCAR.exe -x -v -g -i -R SCS.SAR -f C:/DVDSAP/NW04/51031849_3/NW_04_SR1_SAP_Web_AS_JAVA_WIN_x64\SCS_NTAMD64\SCS/NT/AMD64/SCS.SAR,:
    INFO 2008-12-04 12:33:13
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/SAPCAR.exe to: C:/usr/sap/FPD/SYS/exe/run/SAPCAR.exe.
    INFO 2008-12-04 12:33:13
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/dsrlib.dll to: C:/usr/sap/FPD/SYS/exe/run/dsrlib.dll.
    INFO 2008-12-04 12:33:13
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/enqt.exe to: C:/usr/sap/FPD/SYS/exe/run/enqt.exe.
    INFO 2008-12-04 12:33:13
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/enrepserver.exe to: C:/usr/sap/FPD/SYS/exe/run/enrepserver.exe.
    INFO 2008-12-04 12:33:13
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/enrepserver.pdb to: C:/usr/sap/FPD/SYS/exe/run/enrepserver.pdb.
    INFO 2008-12-04 12:33:13
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/enserver.exe to: C:/usr/sap/FPD/SYS/exe/run/enserver.exe.
    INFO 2008-12-04 12:33:13
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/enserver.pdb to: C:/usr/sap/FPD/SYS/exe/run/enserver.pdb.
    INFO 2008-12-04 12:33:13
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/ensmon.exe to: C:/usr/sap/FPD/SYS/exe/run/ensmon.exe.
    INFO 2008-12-04 12:33:13
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/ensrepntha.dll to: C:/usr/sap/FPD/SYS/exe/run/ensrepntha.dll.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/ensrepntha.pdb to: C:/usr/sap/FPD/SYS/exe/run/ensrepntha.pdb.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/enstatus.cmd to: C:/usr/sap/FPD/SYS/exe/run/enstatus.cmd.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/esmon.exe to: C:/usr/sap/FPD/SYS/exe/run/esmon.exe.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/icmadmin.SAR to: C:/usr/sap/FPD/SYS/exe/run/icmadmin.SAR.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/icmbnd.exe to: C:/usr/sap/FPD/SYS/exe/run/icmbnd.exe.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/icmon.exe to: C:/usr/sap/FPD/SYS/exe/run/icmon.exe.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/icu_license.txt to: C:/usr/sap/FPD/SYS/exe/run/icu_license.txt.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/icudt20.dll to: C:/usr/sap/FPD/SYS/exe/run/icudt20.dll.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/icudt26l.dll to: C:/usr/sap/FPD/SYS/exe/run/icudt26l.dll.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/icuin20.dll to: C:/usr/sap/FPD/SYS/exe/run/icuin20.dll.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/icuin26.dll to: C:/usr/sap/FPD/SYS/exe/run/icuin26.dll.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/icuuc20.dll to: C:/usr/sap/FPD/SYS/exe/run/icuuc20.dll.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/icuuc26.dll to: C:/usr/sap/FPD/SYS/exe/run/icuuc26.dll.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/jcmon.exe to: C:/usr/sap/FPD/SYS/exe/run/jcmon.exe.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/jcontrol.exe to: C:/usr/sap/FPD/SYS/exe/run/jcontrol.exe.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/jenqulib.dll to: C:/usr/sap/FPD/SYS/exe/run/jenqulib.dll.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/jenqulib.jar to: C:/usr/sap/FPD/SYS/exe/run/jenqulib.jar.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/jenqulib.pdb to: C:/usr/sap/FPD/SYS/exe/run/jenqulib.pdb.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/jlaunch.exe to: C:/usr/sap/FPD/SYS/exe/run/jlaunch.exe.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/jlaunchw.exe to: C:/usr/sap/FPD/SYS/exe/run/jlaunchw.exe.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/jperflib.dll to: C:/usr/sap/FPD/SYS/exe/run/jperflib.dll.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/jperflib.jar to: C:/usr/sap/FPD/SYS/exe/run/jperflib.jar.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/jperflib.pdb to: C:/usr/sap/FPD/SYS/exe/run/jperflib.pdb.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/jstartup.jar to: C:/usr/sap/FPD/SYS/exe/run/jstartup.jar.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/jstartupapi.jar to: C:/usr/sap/FPD/SYS/exe/run/jstartupapi.jar.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/jstartupimpl.jar to: C:/usr/sap/FPD/SYS/exe/run/jstartupimpl.jar.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/lgtst.exe to: C:/usr/sap/FPD/SYS/exe/run/lgtst.exe.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/libsapu16vc71.dll to: C:/usr/sap/FPD/SYS/exe/run/libsapu16vc71.dll.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/libsapu16vc71.pdb to: C:/usr/sap/FPD/SYS/exe/run/libsapu16vc71.pdb.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/msclients.exe to: C:/usr/sap/FPD/SYS/exe/run/msclients.exe.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/msg_server.exe to: C:/usr/sap/FPD/SYS/exe/run/msg_server.exe.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/msg_server.pdb to: C:/usr/sap/FPD/SYS/exe/run/msg_server.pdb.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/msmon.exe to: C:/usr/sap/FPD/SYS/exe/run/msmon.exe.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/msprot.exe to: C:/usr/sap/FPD/SYS/exe/run/msprot.exe.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/niping.exe to: C:/usr/sap/FPD/SYS/exe/run/niping.exe.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/ntjcmon_mt.pdb to: C:/usr/sap/FPD/SYS/exe/run/ntjcmon_mt.pdb.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/ntjcontrol_mt.pdb to: C:/usr/sap/FPD/SYS/exe/run/ntjcontrol_mt.pdb.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/ntjlaunch_mt.pdb to: C:/usr/sap/FPD/SYS/exe/run/ntjlaunch_mt.pdb.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/ntjlaunchw_mt.pdb to: C:/usr/sap/FPD/SYS/exe/run/ntjlaunchw_mt.pdb.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/ntscmgr.exe to: C:/usr/sap/FPD/SYS/exe/run/ntscmgr.exe.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/sapccmsr.exe to: C:/usr/sap/FPD/SYS/exe/run/sapccmsr.exe.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/sapcpe.exe to: C:/usr/sap/FPD/SYS/exe/run/sapcpe.exe.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/sapevents.dll to: C:/usr/sap/FPD/SYS/exe/run/sapevents.dll.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/sapntchk.exe to: C:/usr/sap/FPD/SYS/exe/run/sapntchk.exe.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/sapntkill.exe to: C:/usr/sap/FPD/SYS/exe/run/sapntkill.exe.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/sapntwaitforhalt.exe to: C:/usr/sap/FPD/SYS/exe/run/sapntwaitforhalt.exe.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/saposcol.exe to: C:/usr/sap/FPD/SYS/exe/run/saposcol.exe.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/saposcol.pdb to: C:/usr/sap/FPD/SYS/exe/run/saposcol.pdb.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/sappad.exe to: C:/usr/sap/FPD/SYS/exe/run/sappad.exe.
    INFO 2008-12-04 12:33:14
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/sappfpar.exe to: C:/usr/sap/FPD/SYS/exe/run/sappfpar.exe.
    INFO 2008-12-04 12:33:15
    Copying file C:/Program Files/sapinst_instdir/NW04/SYSTEM/JAVA/CENTRAL/ONE_HOST/SCS.SAR/sapsrvkill.exe to: C:/usr/sap

  • Drop user command hangs on 10.2.0.1

    Hi,
    db version: 10.2.0.1 64 bit
    os : sun 5.9
    I created a sample user
    $. sqlplus / as sysdba
    sql> create user 'test' identified by test default tablespace tools;
    granted connect and resource to the user
    sql> created sample table and inserted few values in the table.
    now when i try to drop the user the session hangs for ever.
    sql> drop user test cascade;
    is this a bug? or am I missing something?
    Thanks

    Get SYSTEMSTATE and HANGANALYZE Dumps
    This creates a large trace file in the user_dump_dest (30M or more is not unusual).
    Note: the init<sid>.ora parameter MAX_DUMP_FILE_SIZE controls the maximum trace file size. Using Oradebug and setting unlimit will allow a complete dump which we will need.
    Do this step for sure if the entire database is frozen or nearly frozen and if this condition came on suddenly and there are no archive errors in the alert log. Please note: As systemstate dumps are instance specific, they tend to be inconclusive with hanging problems involving Oracle Parallel Server (OPS) unless you get them from each node. You will need 3 system state dumps from each node for OPS.
    NOTE: Do systemstate dump 3 times in a row, so we can determine whether
    the processes are hung or active.
    For Oracle 9.2.0.1 or higher
    $ sqlplus /nolog
    connect / as sysdba
    oradebug setmypid
    oradebug unlimit
    oradebug hanganalyze 3
    wait 90 seconds
    oradebug hanganalyze 3
    oradebug dump systemstate 10
    wait 90 seconds
    oradebug dump systemstate 10
    wait 90 seconds
    oradebug dump systemstate 10
    metalink doc Subject:      Diagnosing Database Hanging Issues
         Doc ID:      Note:61552.1

Maybe you are looking for

  • "Error opening installation log file" when installing Photoshop Elements 10

    I bought Photoshop Elements 10 , Premiere Elements 10 .... I got the Premiere to download no problem but i can't get the photoshop to download. This is the msg that I am getting when I try to dl it "Error opening installation log file. Verify that th

  • How do i go from windows 64b to 32b that is idiot proof?

    New here....can anyone help?

  • SAP system can not start up

    The system is SAP IDES 6.0 SR2 on windows 2003. There is no system entry in SAP MMC. Another system (NW70 SR2) can startup with command "startsap ..". But the IDES can not. R3trans -d  is OK. sapstartsrv   not work. Add system in SAP MMC, not work. I

  • Latency setting issues, and other problems.

    Hello, this is my first time posting on a forum, and I wouldn't be here if I didn't think this was an interesting problem. My computer (Hardware listings below) has a microphone lag issue.  I tested it by plugging in my microphone and recording the r

  • User not mofdify...

    I have sync OID with OIM and it is successfully sync and i'm able to create user in OIM with provisioning.but i found that i'm not able to modify existing user in OIM.it show one message "Unable to modify because none of the attribute values have cha