Timeout dumps

Hi All,
In our PI Production system we are getting lot of time out dumps in ST22 as below.
The program u201CCL_XMS_PERSIST_ADM============CPu201D has exceeded the maximum permitted uninterrupted runtime and has therefore been terminated.
I have checked all of Dialog work process is Running and ON HOLD state is it any cause for these dumps.. as well as rdisp/max_wprun_time chaged to 900.
Short text
    Time limit exceeded.
What happened?
    The program "CL_XMS_PERSIST_ADM============CP" has exceeded the maximum
     permitted uninterrrupted
    runtime and has therefore been terminated.
What can you do?
    Take note of the actions and inputs that lead to the error.
    Contact your SAP administrator for further processing of the problem.
    Using transaction ST22 for ABAP short dump analysis you can see and
    administrate termination messages and retain them for a longer period.
Error analysis
    The system profile contains the maximum runtime of a program.
    When this time limit has been exceeded, the program is terminated
    to make way for other users who may be waiting.
    In the case of a work area, this means that
    - endless loops (DO, WHILE, ...),
    - database accesses producing an excessively large result set,
    - database accesses without a suitable index (full table scan)
    do not block the processing for too long.
Kindly advice on this..
Regards,
KUMAR

i am able to view the messages in SXMB_MONI but when i click on message to open it will taking long time then it creates dump..
pls find logs below
How to correct the error
    Long running programs should generally be run as batch jobs.
    If that is not possible, the system profile parameter "rdisp/max_wprun_time"
     can be
    enlarged.
    Depending on the cause of the error, you may have to take one of the
    following measures:
    - Endless loop: Correct program;
    - Dataset resulting from database access is too large:
      Instead of "SELECT * ... ENDSELECT", use "SELECT * INTO internal table
      (for example);
    - Database has unsuitable index: Check index generation.
    You may able to find an interim solution to the problem
    in the SAP note system. If you have access to the note system yourself,
    please use the following search criteria:
        "TIME_OUT" " "
        "CL_XMS_PERSIST================CP" bzw.
     "CL_XMS_PERSIST================CM02M"
        "READ_CHILDS"
    If you cannot solve the problem yourself, please send the
    following documents to SAP:
    1. A hard copy print describing the problem (short dump).
       To obtain this, select "System->List->Save->Local File (unconverted)"
       on the current screen.
    2. A suitable hardcopy printout of the system log.
       To obtain this, call the system log with Transaction SM21
       and set the time interval to 10 minutes before and 5 minutes after
       the short dump. In the display choose "System->List->Save->
       Local File (unconverted)"
    3. If the programs are your own programs or modified SAP programs,
======================================================================================
Tue Jan  4 17:26:46 2011
  rdisp/max_wprun_time: 900 -> 1200
Tue Jan  4 17:59:30 2011
  rdisp/max_wprun_time: 1200 -> 1800
Tue Jan  4 18:31:50 2011
     OCIStmtExecute() failed with -1=OCI_ERROR
     SQL error 1013:
  SQL cancelled; calling registered function at 4efd80
  program canceled
    reason   = max run time exceeded
    user     = PISUPER
    client   = 500
    terminal = dv2700-PC
    report   = CL_XMS_PERSIST================CP
  TH VERBOSE LEVEL FULL
RABAX: level LEV_RX_PXA_RELEASE_MTX entered.
RABAX: level LEV_RX_PXA_RELEASE_MTX completed.
RABAX: level LEV_RX_COVERAGE_ANALYSER entered.
RABAX: level LEV_RX_COVERAGE_ANALYSER completed.
RABAX: level LEV_RX_SAVE_SHMLOCKS entered.
RABAX: level LEV_RX_SAVE_SHMLOCKS completed.
RABAX: level LEV_RX_RESET_SHMLOCKS entered.
RABAX: level LEV_RX_RESET_SHMLOCKS completed.
RABAX: level LEV_RX_ROLLBACK entered.
RABAX: level LEV_RX_ROLLBACK completed.
  ABAP Program CL_XMS_PERSIST================CP        .
  Source CL_XMS_PERSIST================CM02M      Line 53.
  Error Code TIME_OUT.
  Module  $Id: //bas/710_REL/src/krn/th/thhiserv.c#12 $ SAP.
  Function ThTimeout Line 1736.
RABAX: level LEV_RX_STDERR completed.
RABAX: level LEV_RX_RFC_ERROR entered.
RABAX: level LEV_RX_RFC_ERROR completed.
RABAX: level LEV_RX_RFC_CLOSE entered.
RABAX: level LEV_RX_RFC_CLOSE completed.
RABAX: level LEV_RX_IMC_ERROR entered.
RABAX: level LEV_RX_IMC_ERROR completed.
RABAX: level LEV_RX_DATASET_CLOSE entered.
RABAX: level LEV_RX_DATASET_CLOSE completed.
RABAX: level LEV_RX_ERROR_SAVE entered.
RABAX: level LEV_RX_ERROR_SAVE completed.
RABAX: level LEV_RX_ERROR_TPDA entered.
RABAX: level LEV_RX_ERROR_TPDA completed.
RABAX: level LEV_RX_PXA_RELEASE_RUDI entered.
RABAX: level LEV_RX_PXA_RELEASE_RUDI completed.
RABAX: level LEV_RX_LIVE_CACHE_CLEANUP entered.
RABAX: level LEV_RX_LIVE_CACHE_CLEANUP completed.
RABAX: level LEV_RX_END entered.
RABAX: level LEV_RX_END completed.
RABAX: end no http/smtp
RABAX: end RX_GOTO_RABAX
  Time limit exceeded..
regards,
kumar

Similar Messages

  • Avoid timeout dump

    Hi friends!!
    I have a problem in my program. Sometimes, depending of server I have a timeout dump in a Loop process. Its possible avoid this using try/catch and show to user message instead?
    Thanks for any help.
    Edited by: Fulvio Valente on Aug 23, 2011 7:53 PM

    Hi
    try/catch  for what?
    If you don't have any updating of tables of database you can call a COMMIT WORK, this comand will reset the time
    But you should understand why your loop takes so long
    Max

  • SAP Smartform Timeout Dump in Production for the invoice form

    Hi Friends,
    I am working on Invoice Smartform. It is working fine when it is having avg line items. where as in my case one invoice iss having more than 500 line items in production. For this in production it is giving timeout short dump.
    In that invoice i am displaying standard fuctionality of invoice form and at the same tim i am displaying Serial Numbers based on delivery and Open Quantity based on Order. So it will take time for back processing.
    Insted of Back ground processing is there any other possibility to solve this. If not Please give me some steps how to implement this form in background based on conditions (if it is having more than 200 line items then only i need to run in background else foreground)
    Pls give me your valuble inputs.
    Thanks,
    Srinivas.

    Hi Vipin,
    Pls provide more details like SP level , Kernel level etc.
    I can see two probable reasons:
    Incorrect installtion of GUI , pls try reinstalling the GUI and then try
    Kernel upgrade but this solely depends on the current level and defer for further investigation.
    Best Regards
    Umesh

  • CV04N Dump in Object Link

    Hi,
    I have developed Object Link to ML81N. This linkage is working fine.
    when i go to CV04n by entering the Document type and then click on Object link and choose the tab as service entry sheet its going for dump.
    Dump history shows that Dynpro does not exist
    "DYNPRO_NOT_FOUND" " "
    "SAPLCV100" or "LCV100O01"
    "INIT_404"
    I hv included my custome screen in SAPLCV130. i dnt hv any issue in cv01n, cv02n,cv03n.
    Plz help me to resolve this issue.
    Regards
    Janani.

    Hi Janani,
    This error is typically observed incase a object maintained for one of the document types uses a non-existing screen number.
    This behavior can be corrected by entering the right screen number or removing the object in the customizing.
    You may find more details in the wiki links below:
    http://wiki.sdn.sap.com/wiki/display/PLM/PerformanceinCV04N-Timeout+Dump
    http://wiki.sdn.sap.com/wiki/display/PLM/DYNPRO_NOT_FOUNDDumpin+CV04N
    Regards,
    Pradeepkumar Haragoldavar

  • Dump:Generate Includes for sdccn for EWA

    Dear All,
    I am in the process of activating EWA,for which i am generating the includes for sdccn.When i run this it takes a long time to run and iam getting a timeout dump.
    Now for setting up the EWA i have created all the RFCs from solman to the satellite system.When i create a EWA session in solman,the same is not reflecting in EWA even after i do refress session in sdccn of satellite system.
    Is my problem due to not generating the includes for sdccn?
    if so please help me in overcoming the dump.
    Thanks in advance,
    Avinash.

    Hi Avinash,
    if the generation of includes didn't complete without a shortdump, then probably the solution manager is no longer able to create EWA sessions for the satellite systems correctly. Often a cause for long-running generation of includes is a lack of any or recent optimizer statistics for table D010INC.  I would suggest (re)creating the statistics for the table and then trying to generate the includes again. The EWA sessions created by Solution Manager after the successful generation of includes should be picked up by the satellite.
    best regards,
    -David.

  • Help with timeout for select inside loop

    Hi everyone, im a little confused with this code. Can you help me to optimize it? Its giving Timeout dump.
    Thanks so much, I´m new in abap and I tried hard, but its getting worse.
    Any idea is welcomed.
    LOOP AT it_lips.
        SELECT SINGLE *
          FROM vbak
         WHERE vbeln = it_lips-vgbel.
        IF sy-subrc <> 0 OR vbak-vbtyp <> 'C'.
          CONTINUE.
        ENDIF.
        SELECT SINGLE *
          FROM vbup
         WHERE vbeln = it_lips-vgbel
           AND posnr = it_lips-vgpos.
        IF sy-subrc = 0 AND vbup-lfgsa = 'C'.
          READ TABLE it_likp WITH KEY vbeln = it_lips-vbeln.
          IF it_likp-wadat < it_likp-wadat_ist.
            it_data-statu = 'N'.
            v_countn = v_countn + 1.
          ELSE.
            it_data-statu = 'S'.
            v_counts = v_counts + 1.
          ENDIF.
        ELSE.
          CONTINUE.
        ENDIF.
        it_data-vbeln = it_lips-vgbel.
        it_data-posnr = it_lips-vgpos.
        SELECT SINGLE matnr arktx kwmeng vrkme
          INTO (it_data-matnr, it_data-arktx, it_data-mengs, it_data-vrkme)
          FROM vbap
         WHERE vbeln = it_lips-vgbel
           AND posnr = it_lips-vgpos.
        it_data-menge = it_data-mengs.
        it_data-kunnr = vbak-kunnr.
        SELECT SINGLE name1
          INTO it_data-name1
          FROM kna1
         WHERE kunnr = it_data-kunnr.
        it_data-edatu = it_likp-wadat.
        it_data-wadat = it_likp-wadat_ist.
        it_data-vkorg = it_likp-vkorg.
        APPEND it_data.
        CLEAR: it_data, vbak, it_vbep, vbap, kna1, it_lips, it_likp.
      ENDLOOP.

    The issue of SELECTing within a LOOP is much overblown. All of the SELECTs are SELECT SINGLE using the fully qualified primary key. Using a JOIN or FOR ALL ENTRIES might speed this up a bit, but dollars to doughnuts, the problem is here:
    READ TABLE it_likp WITH KEY vbeln = it_lips-vbeln.
    If it_likp is a standard table, you will be reading half of all of the entries, on average, every time you do the read. If you don't want to change it to a sorted or hashed table, SORT it_likp by vbeln before going into the loop and use the addition BINARY SEARCH on the READ statement.
    Rob
    Edited by: Rob Burbank on Apr 18, 2010 9:34 PM
    Edited by: Rob Burbank on Apr 19, 2010 10:15 AM

  • V880 CPU timneout / dump errors

    We have a V880 with 8x1.2GHz CPU's we just purchased.
    And we are having some CPU problems.
    On arrival CPU's 7 & 8 failed due to timeouts. We received a new RMA from Sun for a 2x1.2GHx mem/board.
    Last night we had the same problem occur:
    Complained about cpu3 and dumped���(panic&#91;cpu3&#93;/thread=3001b87d760: panic sync timeout
    dumping to /dev/dsk/c1t0d0s1, offset 1718222848I) pulled that cpu module and the system was fine after that
    Then overnight we had another problem:
    Looks like our system rebooted last night due to a failure on cpu 5.
    Dec 13 01:57:23 gandalf unix: &#91;ID 836849 kern.notice&#93;
    Dec 13 01:57:23 gandalf ^Mpanic&#91;cpu5&#93;/thread=30015443080:
    Dec 13 01:57:23 gandalf unix: &#91;ID 127206 kern.notice&#93; alloccgblk: can't find blk in cyl, pos:10, i:1985, fs:/ bno: b49
    Dec 13 01:57:23 gandalf unix: &#91;ID 100000 kern.notice&#93;
    Dec 13 01:57:23 gandalf genunix: &#91;ID 723222 kern.notice&#93; 000002a1008f0f50 ufs:real_panic_v+70 (0, 1047c140, 2a1008f11f0, 0
    , 0, 0)
    Dec 13 01:57:23 gandalf genunix: &#91;ID 179002 kern.notice&#93; %l0-3: 00000000101ffa24 0000000000000000 0000000000002000 00000
    2a1008f1a00
    Dec 13 01:57:23 gandalf %l4-7: 00000300159e92d8 0000030002c8cd88 0000000000002000 00000000ff23c008
    Dec 13 01:57:23 gandalf genunix: &#91;ID 723222 kern.notice&#93; 000002a1008f1000 ufs:ufs_fault_v+c8 (3000017d230, 0, 2a1008f11f0,
    300031e9e18, 5b, 0)
    Dec 13 01:57:23 gandalf genunix: &#91;ID 179002 kern.notice&#93; %l0-3: 000003000017d180 000000001047c140 00000300159e9480 00000
    300159e9420
    Please advise if this may be due to a patch or hardware?
    thanks

    This is the diagnostic output from the test 880. This system only has 1 cpu module in it. This is the one that was sent as an rma replacement.
    ��
    <*>
    Hardware Power On
    @(#)OBP 4.15.1 2004/06/02 16:06 Sun Fire 8XX
    Front Panel Keyswitch is in Diagnostic position.
    System is initializing in Service Mode.
    Online: CPU0 CPU2*
    Validating JTAG integrity...Done
    Disabling DAR error circuitry...Done
    Clearing DCS error circuitry state...Done
    Initializing DTL circuitry state...Done
    Initializing MDR via JTAG...Done
    Enabling DAR error circuitry...Done
    Probing core system FRUs..
    Probing Motherboard....part# 501-6771-02 serial# 000406
    Safari min 100MHz, cumulative 100MHz; max 150MHz, cumulative 150MHz
    'STICK' clock 10MHz; BootBus timing 014f.99fd.a7e6.3f29
    Probing I/O Board......part# 501-5142-17 serial# 035061
    Probing System RSC.....part# 501-5856-06 serial# 267275
    Probing PwrDistBoard...part# 375-0071-03 serial# N59035
    Probing PowerSupply0...part# 300-1353-03 serial# M82973
    Probing PowerSupply1...part# 300-1353-03 serial# M82974
    Probing PowerSupply2...part# 300-1353-03 serial# M82971
    Probing GPTwo Slot A...part# 501-6164-02 serial# 007739
    Safari min 100MHz, cumulative 100MHz; max 150MHz, cumulative 150MHz
    CPU rated speed 1200MHz; ECache 8MB 3.3ns
    Probing GPTwo Slot B...No module detected
    Probing GPTwo Slot C...No module detected
    Probing GPTwo Slot D...No module detected Done
    Desired Safari Bus speed 150MHz, selecting 150MHz
    Configuring CPUs..........
    ... CPU0 Rated Speed 1200MHz, Safari 150MHz, want 8:1, got 8:1 ==> CPU 1200MHz
    Ecache 8MB 3.3ns mode=5-4-4 2-way ECCR: 0000.0000.0343.4c00
    ... CPU2 Rated Speed 1200MHz, Safari 150MHz, want 8:1, got 8:1 ==> CPU 1200MHz
    Ecache 8MB 3.3ns mode=5-4-4 2-way ECCR: 0000.0000.0343.4c00 Done
    Setting system speed (and resetting)...
    <*>
    Set Speed Reset
    @(#)OBP 4.15.1 2004/06/02 16:06 Sun Fire 8XX
    Front Panel Keyswitch is in Diagnostic position.
    System is initializing in Service Mode.
    Online: CPU0 UltraSPARC III+ (v11.1) 8:1 1200MHz 8MB 4:1 ECache
    Online: CPU2 UltraSPARC III+ (v11.1) 8:1 1200MHz 8MB 4:1 ECache <br />Executing POST w/%o0 = 0000.1000.0101.4043<br />0:0><br />0:0>@(#) Sun Fire&#91;TM&#93; V880/V890 POST 4.15.0 2004/05/27 13:23 <br />        /dat/fw/common-source/firmware_re/post/post-build-4.15.0/Cam elot/daktari/<br />integrated  (firmware_re)  <br />0:0>Copyright �� 2004 Sun Microsystems, Inc. All rights reserved<br />  SUN PROPRIETARY/CONFIDENTIAL.<br />  Use is subject to license terms.<br />0:0>Jump from OBP->POST.<br />0:0>diag-switch? configuration variable set TRUE.<br />0:0>Keyswitch in DIAGNOSTIC POSITION.<br />0:0>Diag level set to MAX.<br />0:0>Verbosity level set to MAX.<br />0:0>MFG scrpt mode set NORM <br />0:0>I/O port set to serial TTYA.<br />0:0><br />0:0>Start selftest...<br />0:0>CPUs present in system: 0:0 2:0<br />0:0>Test CPU(s).....<br />0:0>Init CPU<br />0:0>     UltraSparc_III_plus Version 11.1<br />0:0>DMMU Registers Access<br />0:0>DMMU TLB DATA RAM Access<br />0:0>DMMU TLB TAGS Access<br />0:0>IMMU Registers Access<br />0:0>IMMU TLB DATA RAM Access<br />0:0>IMMU TLB TAGS Access<br />0:0>Probe Ecache<br />0:0>     Size = 00000000.00800000...<br />0:0>Ecache Data Bitwalk<br />0:0>Ecache Address Bitwalk<br />0:0>Scrub and Setup Ecache<br />0:0>Setup and Enable DMMU<br />0:0>Setup DMMU Miss Handler<br />0:0>Test and Init Temp Mailbox<br />2:0>Init CPU<br />2:0>     UltraSparc_III_plus Version 11.1<br />2:0>DMMU Registers Access<br />2:0>DMMU TLB DATA RAM Access<br />2:0>DMMU TLB TAGS Access<br />2:0>IMMU Registers Access<br />2:0>IMMU TLB DATA RAM Access<br />2:0>IMMU TLB TAGS Access<br />2:0>Probe Ecache<br />2:0>     Size = 00000000.00800000...<br />2:0>Ecache Data Bitwalk<br />2:0>Ecache Address Bitwalk<br />2:0>Scrub and Setup Ecache<br />2:0>Setup and Enable DMMU<br />2:0>Setup DMMU Miss Handler<br />2:0>Test and Init Temp Mailbox<br />0:0>Init Scan/I2C.....<br />0:0>Initializing Scan Database<br />0:0>Mask DAR errors off<br />0:0>Init MDR DTL<br />0:0>Init DAR DTL<br />0:0>Enable Partial DAR error<br />0:0>Init DCS DTL<br />0:0>Init I2C<br />0:0>Unquiesce Safari<br />0:0>Margin all voltages to nominal<br />0:0>Scan ring integrity<br />0:0><br />0:0>INFO: H/W under test = CPU Board Slot B (Cheetah 1, DCDS &#91;0-7&#93;, SRAMs) Scan <br />Ring NOT Present or Shut OFF <br />0:0><br />0:0>INFO: H/W under test = CPU Board Slot B (Cheetah 3, SRAMs) Scan Ring NOT Pre<br />sent or Shut OFF <br />0:0><br />0:0>INFO: H/W under test = CPU Board Slot C (Cheetah 4, DCDS &#91;0-7&#93;, SRAMs) Scan <br />Ring NOT Present or Shut OFF <br />0:0><br />0:0>INFO: H/W under test = CPU Board Slot D (Cheetah 5, DCDS &#91;0-7&#93;, SRAMs) Scan <br />Ring NOT Present or Shut OFF <br />0:0><br />0:0>INFO: H/W under test = CPU Board Slot C (Cheetah 6, SRAMs) Scan Ring NOT Pre<br />sent or Shut OFF <br />0:0><br />0:0>INFO: H/W under test = CPU Board Slot D (Cheetah 7, SRAMs) Scan Ring NOT Pre<br />sent or Shut OFF <br />0:0>Set Trip Temp CPU 0 to 110C<br />0:0>Set Trip Temp CPU 2 to 110C<br />0:0>TUES DEC  13 11:48:56 GMT 5<br />0:0>Safari quick check<br />0:0>      to IO-bridge_0 <br />0:0>      to IO-bridge_1 <br />0:0>Safari full  check<br />0:0>      to IO-bridge_0 <br />0:0>      to IO-bridge_1 <br />0:0>Disable CPU 0 error checking<br />0:0>Disable CPU 2 error checking<br />0:0>Basic Memory Test.....<br />0:0>Probe and Setup Memory<br />0:0>INFO:        512MB Bank 0<br />0:0>INFO:        512MB Bank 1<br />0:0>INFO:        512MB Bank 2<br />0:0>INFO:        512MB Bank 3<br />0:0><br />0:0>Data Bitwalk on Master<br />0:0>     Test Bank 0.<br />0:0>     Test Bank 1.<br />0:0>     Test Bank 2.<br />0:0>     Test Bank 3.<br />0:0>Address Bitwalk on Master<br />0:0><br />0:0>INFO: Addr walk mem test on CPU 0:0 Bank 0: 00000000.00000000 to 00000000.20<br />000000.<br />0:0><br />0:0>INFO: Addr walk mem test on CPU 0:0 Bank 1: 00000001.00000000 to 00000001.20<br />000000.<br />0:0><br />0:0>INFO: Addr walk mem test on CPU 0:0 Bank 2: 00000002.00000000 to 00000002.20<br />000000.<br />0:0><br />0:0>INFO: Addr walk mem test on CPU 0:0 Bank 3: 00000003.00000000 to 00000003.20<br />000000.<br />0:0>Set Mailbox<br />0:0>Setup Final DMMU Entries<br />0:0>Post Image Region Scrub<br />0:0>Run POST from Memory<br />0:0>Verifying checksum on copied image.<br />0:0>The Memory's CHECKSUM value is 2a78.<br />0:0>The Memory's Content Size value is a0654.<br />0:0>Success...  Checksum on Memory Validated.<br />2:0>Safari quick check<br />2:0>      to IO-bridge_0 <br />2:0>      to IO-bridge_1 <br />2:0>Safari full  check<br />2:0>      to IO-bridge_0 <br />2:0>      to IO-bridge_1 <br />2:0>Probe and Setup Memory<br />2:0>INFO:        512MB Bank 0<br />2:0>INFO:        512MB Bank 1<br />2:0>INFO:        512MB Bank 2<br />2:0>INFO:        512MB Bank 3<br />2:0><br />2:0>Set Mailbox<br />0:0>Data Bitwalk on Slave 2<br />0:0>     Test Bank 0.<br />0:0>     Test Bank 1.<br />0:0>     Test Bank 2.<br />0:0>     Test Bank 3.<br />0:0>Address Bitwalk on Slave 2<br />0:0><br />0:0>INFO: Addr walk mem test on CPU 2:0 Bank 0: 00000020.00000000 to 00000020.20<br />000000.<br />0:0><br />0:0>INFO: Addr walk mem test on CPU 2:0 Bank 1: 00000021.00000000 to 00000021.20<br />000000.<br />0:0><br />0:0>INFO: Addr walk mem test on CPU 2:0 Bank 2: 00000022.00000000 to 00000022.20<br />000000.<br />0:0><br />0:0>INFO: Addr walk mem test on CPU 2:0 Bank 3: 00000023.00000000 to 00000023.20<br />000000.<br />2:0>Setup Final DMMU Entries<br />2:0>Map Slave POST to master memory<br />2:0>8k DMMU TLB 0 Data<br />0:0>Full CPU Test.....<br />0:0>8k DMMU TLB 0 Data<br />2:0>8k DMMU TLB 1 Data<br />0:0>8k DMMU TLB 1 Data<br />2:0>8k DMMU TLB 0 Tags<br />0:0>8k DMMU TLB 0 Tags<br />2:0>8k DMMU TLB 1 Tags<br />0:0>8k DMMU TLB 1 Tags<br />2:0>8k IMMU TLB Data<br />0:0>8k IMMU TLB Data<br />2:0>8k IMMU TLB Tags<br />0:0>8k IMMU TLB Tags<br />2:0>Instruction Cache Tag RAM<br />0:0>Instruction Cache Tag RAM<br />2:0>Instruction Cache RAM<br />0:0>Instruction Cache RAM<br />2:0>I-Cache Valid/Predict TAGS Test<br />0:0>I-Cache Valid/Predict TAGS Test<br />2:0>I-Cache Branch Predict Array Test<br />0:0>I-Cache Branch Predict Array Test<br />2:0>Instruction Cache Snoop Tag Field<br />0:0>Instruction Cache Snoop Tag Field<br />2:0>Flush D/W caches<br />0:0>Flush D/W caches<br />2:0>Data Cache RAM<br />0:0>Data Cache RAM<br />2:0>Data Cache Tags<br />0:0>Data Cache Tags<br />2:0>Data Micro Tags<br />0:0>Data Micro Tags<br />2:0>D-Cache SnoopTags Test<br />0:0>D-Cache SnoopTags Test<br />2:0>WCache RAM<br />0:0>WCache RAM<br />2:0>WCache Tags<br />0:0>WCache Tags<br />2:0>W-Cache Valid bit Test<br />0:0>W-Cache Valid bit Test<br />2:0>W-Cache Bank valid bit Test<br />0:0>W-Cache Bank valid bit Test<br />2:0>W-Cache SnoopTAGS Test<br />0:0>W-Cache SnoopTAGS Test<br />2:0>Prefetch Cache RAM<br />0:0>Prefetch Cache RAM<br />2:0>Prefetch Cache Tags<br />0:0>Prefetch Cache Tags<br />2:0>P-Cache SnoopTags Test<br />0:0>P-Cache SnoopTags Test<br />2:0>P-Cache Status Data Test<br />0:0>P-Cache Status Data Test<br />2:0>Branch Prediction Initialization<br />0:0>Branch Prediction Initialization<br />2:0>Print Mem Config<br />2:0>Caches : Icache is ON, Dcache is ON, Wcache is ON, Pcache is ON.<br />2:0>Memory in non-interleave config:<br />2:0>     Bank 0    512MB : 00000020.00000000 -> 00000020.20000000.<br />2:0>     Bank 1    512MB : 00000021.00000000 -> 00000021.20000000.<br />2:0>     Bank 2    512MB : 00000022.00000000 -> 00000022.20000000.<br />2:0>     Bank 3    512MB : 00000023.00000000 -> 00000023.20000000.<br />0:0>Memory Block.....<br />0:0>Print Mem Config<br />0:0>Caches : Icache is ON, Dcache is ON, Wcache is ON, Pcache is ON.<br />0:0>Memory in non-interleave config:<br />0:0>     Bank 0    512MB : 00000000.00000000 -> 00000000.20000000.<br />0:0>     Bank 1    512MB : 00000001.00000000 -> 00000001.20000000.<br />0:0>     Bank 2    512MB : 00000002.00000000 -> 00000002.20000000.<br />0:0>     Bank 3    512MB : 00000003.00000000 -> 00000003.20000000.<br />2:0>Scrub Memory<br />0:0>Scrub Memory<br />2:0>Quick Block Mem Test<br />2:0>Quick Test 16777216 bytes at 00000020.00000000<br />0:0>Quick Block Mem Test<br />0:0>Quick Test 16777216 bytes at 00000000.00600000<br />0:0>40% Done...<br />2:0>Flush Caches<br />0:0>Flush Caches<br />2:0>Get code in ecache.<br />0:0>Get code in ecache.<br />0:0>IO-Bridge Tests.....<br />0:0>IO-Bridge unit 0 init      test   <br />0:0>IO-Bridge unit 1 init      test   <br />0:0>IO-Bridge unit 0 reg       test   <br />0:0>IO-Bridge unit 0 mem       test   <br />0:0>IO-Bridge unit 0 PCI DMA A test   <br />0:0>IO-Bridge unit 0 PCI DMA B test   <br />0:0>IO-Bridge unit 0 PCI merg  test   <br />0:0>IO-Bridge unit 0 PCI iommu test   <br />0:0>IO-Bridge unit 0 PCI stc   test   <br />0:0>IO-Bridge unit 0 interrupt test   <br />0:0>IO-Bridge unit 1 reg       test   <br />0:0>IO-Bridge unit 1 mem       test   <br />0:0>IO-Bridge unit 1 PCI DMA C test   <br />0:0>IO-Bridge unit 1 PCI DMA D test   <br />0:0>IO-Bridge unit 1 PCI merg  test   <br />0:0>IO-Bridge unit 1 PCI iommu test   <br />0:0>IO-Bridge unit 1 PCI stc   test   <br />0:0>IO-Bridge unit 1 interrupt test   <br />2:0>IO-Bridge unit 0 init      test   <br />2:0>IO-Bridge unit 0 reg       test   <br />2:0>IO-Bridge unit 0 mem       test   <br />2:0>IO-Bridge unit 0 PCI DMA   test   <br />2:0>IO-Bridge unit 0 PCI merg  test   <br />2:0>IO-Bridge unit 0 PCI iommu test   <br />2:0>IO-Bridge unit 0 PCI stc   test   <br />2:0>IO-Bridge unit 0 interrupt test   <br />2:0>IO-Bridge unit 1 init      test   <br />2:0>IO-Bridge unit 1 reg       test   <br />2:0>IO-Bridge unit 1 mem       test   <br />2:0>IO-Bridge unit 1 PCI DMA   test   <br />2:0>IO-Bridge unit 1 PCI merg  test   <br />2:0>IO-Bridge unit 1 PCI iommu test   <br />2:0>IO-Bridge unit 1 PCI stc   test   <br />2:0>IO-Bridge unit 1 interrupt test   <br />2:0>FPU Registers and Data Path<br />0:0>FPU Registers and Data Path<br />2:0>FPU Move Registers<br />0:0>FPU Move Registers<br />2:0>FSR Read/Write<br />0:0>FSR Read/Write<br />2:0>FPU Branch Instructions<br />0:0>FPU Branch Instructions<br />2:0>FPU Functional Test<br />0:0>FPU Functional Test<br />2:0>FPU BLOCK REG TEST<br />0:0>FPU BLOCK REG TEST<br />2:0>Calculating memory test time<br />0:0>Full Memory Test.....<br />2:0><br />2:0>INFO: The expected TIMEOUT for the block memory tests can exceed 2 minutes.<br />0:0>Calculating memory test time<br />2:0><br />2:0>INFO: The expected TIMEOUT for the MOVI memory tests can exceed 112 minutes.<br />0:0><br />0:0>INFO: The expected TIMEOUT for the block memory tests can exceed 2 minutes.<br />0:0><br />0:0>INFO: The expected TIMEOUT for the MOVI memory tests can exceed 112 minutes.<br />2:0>Block Memory<br />0:0>Block Memory<br />2:0>Test 536870912 bytes on bank 0....<br />0:0>Test 530579456 bytes on bank 0....<br />0:0>1% Done...<br />0:0>4% Done...<br />0:0>6% Done...<br />0:0>9% Done...<br />0:0>12% Done...<br />0:0>15% Done...<br />0:0>18% Done...<br />0:0>20% Done...<br />0:0>23% Done...<br />0:0>26% Done...<br />0:0>29% Done...<br />0:0>32% Done...<br />0:0>35% Done...<br />0:0>37% Done...<br />0:0>40% Done...<br />0:0>43% Done...<br />0:0>46% Done...<br />0:0>49% Done...<br />0:0>51% Done...<br />0:0>54% Done...<br />0:0>57% Done...<br />0:0>60% Done...<br />0:0>63% Done...<br />0:0>65% Done...<br />0:0>68% Done...<br />0:0>71% Done...<br />0:0>74% Done...<br />0:0>77% Done...<br />0:0>79% Done...<br />0:0>82% Done...<br />0:0>85% Done...<br />0:0>88% Done...<br />0:0>91% Done...<br />0:0>94% Done...<br />2:0>Test 536870912 bytes on bank 1....<br />0:0>96% Done...<br />0:0>99% Done...<br />0:0>Test 536870912 bytes on bank 1....<br />0:0>1% Done...<br />0:0>4% Done...<br />0:0>6% Done...<br />0:0>9% Done...<br />0:0>12% Done...<br />0:0>15% Done...<br />0:0>18% Done...<br />0:0>20% Done...<br />0:0>23% Done...<br />0:0>26% Done...<br />0:0>29% Done...<br />0:0>31% Done...<br />0:0>34% Done...<br />0:0>37% Done...<br />0:0>40% Done...<br />0:0>43% Done...<br />0:0>45% Done...<br />0:0>48% Done...<br />0:0>51% Done...<br />0:0>54% Done...<br />0:0>56% Done...<br />0:0>59% Done...<br />0:0>62% Done...<br />0:0>65% Done...<br />0:0>68% Done...<br />0:0>70% Done...<br />0:0>73% Done...<br />0:0>76% Done...<br />0:0>79% Done...<br />0:0>81% Done...<br />0:0>84% Done...<br />2:0>Test 536870912 bytes on bank 2....<br />0:0>87% Done...<br />0:0>90% Done...<br />2:0><br />2:0>WARNING: TEST = Block Memory<br />2:0>H/W under test = CPU0, All CPU0 Memory<br />2:0>MSG = Data or Instruction Access Error,<br />     Trap Type      00000000.00000063<br />     Trap PC        ffffffff.f01213d0<br />     Trap Level     00000000.00000001<br />     AFSR           00000002.00000147<br />     AFAR           00000022.06330020<br />2:0>END_WARNING<br /><br />0:0>93% Done...<br />2:0>     CE bit: Correctable system data ECC error<br />2:0><br />     Failed cache line data:<br />2:0>          Address 00000022.06330000=00000000.00000000.<br />2:0>          Address 00000022.06330008=00000000.00000000.<br />2:0>          Address 00000022.06330010=00000000.00000000.<br />2:0>          Address 00000022.06330018=00000000.00000000.<br />2:0>          Address 00000022.06330020=00000000.00000000.<br />2:0>          Address 00000022.06330028=00000000.00000000.<br />2:0>          Address 00000022.06330030=00000000.00000000.<br />2:0>          Address 00000022.06330038=00000000.00000000.<br />2:0>     AFSR check after re-reading data:<br />2:0>     No Errors in afsr reg<br />0:0>95% Done...<br />2:0><br />2:0>ERROR: TEST = Block Memory<br />2:0>H/W under test = CPU2 Bank 2 Dimm 0, J7900 side 2<br />2:0>Repair Instructions: Replace items in order listed by 'H/W under test' above<br />.<br />2:0>MSG = DIMM failure Bank 2 DIMM 0 Pin 87<br />2:0>END_ERROR<br /><br />0:0>98% Done...<br />2:0>Test 536870912 bytes on bank 3....<br />0:0>Test 536870912 bytes on bank 2....<br />0:0>1% Done...<br />0:0>4% Done...<br />0:0>6% Done...<br />0:0>9% Done...<br />0:0>12% Done...<br />0:0>15% Done...<br />0:0>18% Done...<br />0:0>20% Done...<br />0:0>23% Done...<br />0:0>26% Done...<br />0:0>29% Done...<br />0:0>31% Done...<br />0:0>34% Done...<br />0:0>37% Done...<br />0:0>40% Done...<br />0:0>43% Done...<br />0:0>45% Done...<br />0:0>48% Done...<br />0:0>51% Done...<br />0:0>54% Done...<br />0:0>56% Done...<br />0:0>59% Done...<br />0:0>62% Done...<br />0:0>65% Done...<br />0:0>68% Done...<br />0:0>70% Done...<br />0:0>73% Done...<br />0:0>76% Done...<br />0:0>79% Done...<br />0:0>81% Done...<br />0:0>84% Done...<br />0:0>87% Done...<br />0:0>90% Done...<br />0:0>93% Done...<br />0:0>95% Done...<br />0:0>98% Done...<br />0:0>Test 536870912 bytes on bank 3....<br />0:0>1% Done...<br />0:0>4% Done...<br />0:0>6% Done...<br />0:0>9% Done...<br />0:0>12% Done...<br />0:0>15% Done...<br />0:0>18% Done...<br />0:0>20% Done...<br />0:0>23% Done...<br />0:0>26% Done...<br />0:0>29% Done...<br />0:0>31% Done...<br />0:0>34% Done...<br />0:0>37% Done...<br />0:0>40% Done...<br />0:0>43% Done...<br />0:0>45% Done...<br />0:0>48% Done...<br />0:0>51% Done...<br />0:0>54% Done...<br />0:0>56% Done...<br />0:0>59% Done...<br />0:0>62% Done...<br />0:0>65% Done...<br />0:0>68% Done...<br />0:0>70% Done...<br />0:0>73% Done...<br />0:0>76% Done...<br />0:0>79% Done...<br />0:0>81% Done...<br />0:0>84% Done...<br />0:0>87% Done...<br />0:0>90% Done...<br />0:0>93% Done...<br />0:0>95% Done...<br />0:0>98% Done...<br />0:0><br />0:0>Motherboard/Centerplane Board Part Number:   <br />0:0>     5016771-02-50<br />0:0>IO/Riser Board Part Number:   <br />0:0>     5015142-17-50<br />0:0>CPUA Board Part Number:   <br />0:0>     5016164-02-50<br />0:0>CPUB Board Part Number:   <br />0:0><br />0:0>INFO: Unpopulated Slot <br />0:0>CPUC Board Part Number:   <br />0:0><br />0:0>INFO: Unpopulated Slot <br />0:0>CPUD Board Part Number:   <br />0:0><br />0:0>INFO: Unpopulated Slot <br />0:0>Enable Errors.....<br />0:0>Turn IO-Bridge 0 errors on<br />0:0>Turn IO-Bridge 1 errors on<br />0:0>Turn CPU 0 errors on<br />0:0>Turn CPU 2 errors on<br />0:0>Turn Module A DCDS errors on<br />0:0>Turn DCS errors on<br />0:0>Turn DAR errors on<br />0:0>Turn error traps on<br />0:0>ERROR:<br />0:0>     POST toplevel status has the following failures:<br />0:0>          CPU2 Memory Bank 2<br />0:0>     POST failed the following devices on CPU 2:<br />0:0>          Mem Bank2 DIMM0<br />0:0>END_ERROR<br /><br />0:0>POST:     Return to OBP.<br /><br /><br />CPU0: System POST Completed<br />    Pass/Fail Status  = ffff.ffff.ffff.ffff<br />    ESB Overall Status  = ffff.fbff.ffff.ffff<br /><br /><br /><>
    POST Reset
    @(#)OBP 4.15.1 2004/06/02 16:06 Sun Fire 8XX
    Front Panel Keyswitch is in Diagnostic position.
    System is initializing in Service Mode.
    Online: CPU0 UltraSPARC III+ (v11.1) 8:1 1200MHz 8MB 4:1 ECache
    Online: CPU2 UltraSPARC III+ (v11.1) 8:1 1200MHz 8MB 4:1 ECache <br />Configuring CPUs..........<br />... CPU0 Rated Speed 1200MHz, Safari 150MHz, want 8:1, got 8:1 ==> CPU 1200MHz<br />         Ecache 8MB 3.3ns mode=5-4-4 2-way ECCR: 0000.0000.0343.4c00<br />... CPU2 Rated Speed 1200MHz, Safari 150MHz, want 8:1, got 8:1 ==> CPU 1200MHz<br />         Ecache 8MB 3.3ns mode=5-4-4 2-way ECCR: 0000.0000.0343.4c00 Done<br /><>
    CPU Configuration Reset
    @(#)OBP 4.15.1 2004/06/02 16:06 Sun Fire 8XX
    Front Panel Keyswitch is in Diagnostic position.
    System is initializing in Service Mode.
    Online: CPU0 UltraSPARC III+ (v11.1) 8:1 1200MHz 8MB 4:1 ECache
    Online: *CPU2 UltraSPARC III+ (v11.1) 8:1 1200MHz 8MB 4:1 ECache <br />Enabling system bus....... CPU0 CPU2 Done<br />Probing Memory............<br />Probing CPU0 memory configuration<br />  NGDIMM#0 part# 501-5401-02 serial# 239775,  128MB + 128MB,  SC#0<br />  NGDIMM#1 part# 501-5401-02 serial# 210339,  128MB + 128MB,  SC#0<br />  NGDIMM#2 part# 501-5401-02 serial# 269977,  128MB + 128MB,  SC#0<br />  NGDIMM#3 part# 501-5401-02 serial# 259281,  128MB + 128MB,  SC#0<br />  NGDIMM#4 part# 501-5401-02 serial# 285460,  128MB + 128MB,  SC#0<br />  NGDIMM#5 part# 501-5401-02 serial# 241197,  128MB + 128MB,  SC#0<br />  NGDIMM#6 part# 501-5401-02 serial# 239762,  128MB + 128MB,  SC#0<br />  NGDIMM#7 part# 501-5401-02 serial# 207368,  128MB + 128MB,  SC#0<br />Probing CPU2 memory configuration<br />  NGDIMM#0 part# 501-5401-02 serial# 306155,  128MB + 128MB,  SC#0<br />  NGDIMM#1 part# 501-5401-02 serial# 241926,  128MB + 128MB,  SC#0<br />  NGDIMM#2 part# 501-5401-02 serial# 236717,  128MB + 128MB,  SC#0<br />  NGDIMM#3 part# 501-5401-02 serial# 277929,  128MB + 128MB,  SC#0<br />  NGDIMM#4 part# 501-5401-02 serial# 267633,  128MB + 128MB,  SC#0<br />  NGDIMM#5 part# 501-5401-02 serial# 266643,  128MB + 128MB,  SC#0<br />  NGDIMM#6 part# 501-5401-02 serial# 210277,  128MB + 128MB,  SC#0<br />  NGDIMM#7 part# 501-5401-02 serial# 284702,  128MB + 128MB,  SC#0 Done<br />Initializing CPUs.........<br />Mungeing Memory...........Done<br />HiMem: 0000.00a0.8000.0000, size: 0000.0000.4000.0000<br />Configuring Memory........ CPU0 CPU2 Done<br />Init ICache/etc........... CPU0 CPU2 Done<br />Init ECache Tags.......... CPU0 CPU2 Done<br />Clearing TLBs............. CPU0 CPU2 Done<br />Setup I/DTLBs............. CPU0 CPU2 Done<br />Enabling Cache/MMUs....... CPU0 CPU2 Done<br />Init ECache Data.......... CPU0 CPU2 Done<br />Initializing boot memory..<br />Zeroing memory...Done<br />Copying FLASHRAM to memory...Verifying base 128KB...Done<br />Jumping into RAM (leaving slave CPUs in ROM)<br />RAM CRC = 0000.0000.64d5.d449;  ROM CRC = 0000.0000.64d5.d449<br />Dropping in...<br />Find dropin, Decompressing Done, Size 0000.0000.0007.a830 (491KB)<br />Slave CPUs starting Forth at 0000.0000.f000.00e0 Done<br /><br />Boot  CPU2 starting Forth at 0000.0000.f000.00e0<br /><br />Diagnostic console initialized<br />Probing gptwo at 0,0 SUNW,UltraSPARC-III+ (1200 MHz @ 8:1, 8 MB)<br />   memory-controller <br />Probing gptwo at 1,0 Nothing there<br />Probing gptwo at 2,0 SUNW,UltraSPARC-III+ (1200 MHz @ 8:1, 8 MB)<br />   memory-controller <br />Probing gptwo at 3,0 Nothing there<br />Probing gptwo at 4,0 Nothing there<br />Probing gptwo at 5,0 Nothing there<br />Probing gptwo at 6,0 Nothing there<br />Probing gptwo at 7,0 Nothing there<br />Probing gptwo at 8,0 pci pci <br />Probing gptwo at 9,0 pci pci <br />Probing gptwo at 10,0 Nothing there<br />Probing gptwo at 11,0 Nothing there<br />Probing gptwo at 12,0 Nothing there<br />Probing gptwo at 13,0 Nothing there<br />Probing gptwo at 14,0 Nothing there<br />Probing gptwo at 15,0 Nothing there<br />Probing gptwo at 16,0 Nothing there<br />Probing gptwo at 17,0 Nothing there<br />Loading Support Packages: kbd-translator obp-tftp SUNW,i2c-ram-device <br />   SUNW,fru-device <br />Loading onboard drivers: ebus flashprom bbc power i2c fru fru fru fru <br />   fru fru fru fru fru fru fru fru fru fru fru fru fru fru fru i2c <br />   controller smbus-ara controller temperature temperature ioexp adio <br />   adio ioexp ioexp ioexp ioexp ioexp ioexp ioexp adio adio adio adio <br />   temperature-sensor fru fru fru fru fru fru rscrtc hotplug-controller <br />   hotplug-controller hotplug-controller hotplug-controller bbc i2c i2c <br />   nvram idprom rtc gpio pmc rsc-control rsc-console serial <br />Setting NVRAM parameters to default values.<br />Memory Configuration: <br />CPU0 Bank0  128 +  128 +  128 +  128 :  512MB @  a080000000  2-way #0<br />CPU0 Bank1  128 +  128 +  128 +  128 :  512MB @  a000000000  4-way #0<br />CPU0 Bank2  128 +  128 +  128 +  128 :  512MB @  a080000000  2-way #1<br />CPU0 Bank3  128 +  128 +  128 +  128 :  512MB @  a000000000  4-way #2<br />CPU2 Bank0  128 +  128 +  128 +  128 : Not in Use <br />CPU2 Bank1  128 +  128 +  128 +  128 :  512MB @  a000000000  4-way #1<br />CPU2 Bank2  128 +  128 +  128 +  128 : Not in Use &#91;Failed POST diagnostics&#93;<br />CPU2 Bank3  128 +  128 +  128 +  128 :  512MB @  a000000000  4-way #3<br />Probing /<a href="mailto:pci&#64;8" target="_blank">pci&#64;8</a>,600000 Device 1  network <br />Probing /<a href="mailto:pci&#64;8" target="_blank">pci&#64;8</a>,600000 Device 2  SUNW,qlc fp disk <br />Probing /<a href="mailto:pci&#64;8" target="_blank">pci&#64;8</a>,700000 Device 1  scsi disk tape <br />Probing /<a href="mailto:pci&#64;8" target="_blank">pci&#64;8</a>,700000 Device 2  Nothing there <br />Probing /<a href="mailto:pci&#64;8" target="_blank">pci&#64;8</a>,700000 Device 3  Nothing there <br />Probing /<a href="mailto:pci&#64;8" target="_blank">pci&#64;8</a>,700000 Device 4  Nothing there <br />Probing /<a href="mailto:pci&#64;8" target="_blank">pci&#64;8</a>,700000 Device 5  Nothing there <br />Probing /<a href="mailto:pci&#64;9" target="_blank">pci&#64;9</a>,600000 Device 1  Nothing there <br />Probing /<a href="mailto:pci&#64;9" target="_blank">pci&#64;9</a>,600000 Device 2  Nothing there <br />Probing /<a href="mailto:pci&#64;9" target="_blank">pci&#64;9</a>,700000 Device 1  network usb <br />Probing /<a href="mailto:pci&#64;9" target="_blank">pci&#64;9</a>,700000 Device 2  Nothing there <br />Probing /<a href="mailto:pci&#64;9" target="_blank">pci&#64;9</a>,700000 Device 3  Nothing there <br />Probing /<a href="mailto:pci&#64;9" target="_blank">pci&#64;9</a>,700000 Device 4  Nothing there <br /><br />screen not found.<br />keyboard not found.<br />Keyboard not present.  Using ttya for input and output.<br />Probing gptwo at 0,0 SUNW,UltraSPARC-III+ (1200 MHz @ 8:1, 8 MB)<br />   memory-controller <br />Probing gptwo at 1,0 Nothing there<br />Probing gptwo at 2,0 SUNW,UltraSPARC-III+ (1200 MHz @ 8:1, 8 MB)<br />   memory-controller <br />Probing gptwo at 3,0 Nothing there<br />Probing gptwo at 4,0 Nothing there<br />Probing gptwo at 5,0 Nothing there<br />Probing gptwo at 6,0 Nothing there<br />Probing gptwo at 7,0 Nothing there<br />Probing gptwo at 8,0 pci pci <br />Probing gptwo at 9,0 pci pci <br />Probing gptwo at 10,0 Nothing there<br />Probing gptwo at 11,0 Nothing there<br />Probing gptwo at 12,0 Nothing there<br />Probing gptwo at 13,0 Nothing there<br />Probing gptwo at 14,0 Nothing there<br />Probing gptwo at 15,0 Nothing there<br />Probing gptwo at 16,0 Nothing there<br />Probing gptwo at 17,0 Nothing there<br />Loading Support Packages: kbd-translator obp-tftp SUNW,i2c-ram-device <br />   SUNW,fru-device <br />Loading onboard drivers: ebus flashprom bbc power i2c fru fru fru fru <br />   fru fru fru fru fru fru fru fru fru fru fru fru fru fru fru i2c <br />   controller smbus-ara controller temperature temperature ioexp adio <br />   adio ioexp ioexp ioexp ioexp ioexp ioexp ioexp adio adio adio adio <br />   temperature-sensor fru fru fru fru fru fru rscrtc hotplug-controller <br />   hotplug-controller hotplug-controller hotplug-controller bbc i2c i2c <br />   nvram idprom rtc gpio pmc rsc-control rsc-console serial <br />Setting NVRAM parameters to default values.<br />Memory Configuration: <br />CPU0 Bank0  128 +  128 +  128 +  128 :  512MB @  a080000000  2-way #0<br />CPU0 Bank1  128 +  128 +  128 +  128 :  512MB @  a000000000  4-way #0<br />CPU0 Bank2  128 +  128 +  128 +  128 :  512MB @  a080000000  2-way #1<br />CPU0 Bank3  128 +  128 +  128 +  128 :  512MB @  a000000000  4-way #2<br />CPU2 Bank0  128 +  128 +  128 +  128 : Not in Use <br />CPU2 Bank1  128 +  128 +  128 +  128 :  512MB @  a000000000  4-way #1<br />CPU2 Bank2  128 +  128 +  128 +  128 : Not in Use &#91;Failed POST diagnostics&#93;<br />CPU2 Bank3  128 +  128 +  128 +  128 :  512MB @  a000000000  4-way #3<br />Probing /<a href="mailto:pci&#64;8" target="_blank">pci&#64;8</a>,600000 Device 1  network <br />Probing /<a href="mailto:pci&#64;8" target="_blank">pci&#64;8</a>,600000 Device 2  SUNW,qlc fp disk <br />Probing /<a href="mailto:pci&#64;8" target="_blank">pci&#64;8</a>,700000 Device 1  scsi disk tape <br />Probing /<a href="mailto:pci&#64;8" target="_blank">pci&#64;8</a>,700000 Device 2  Nothing there <br />Probing /<a href="mailto:pci&#64;8" target="_blank">pci&#64;8</a>,700000 Device 3  Nothing there <br />Probing /<a href="mailto:pci&#64;8" target="_blank">pci&#64;8</a>,700000 Device 4  Nothing there <br />Probing /<a href="mailto:pci&#64;8" target="_blank">pci&#64;8</a>,700000 Device 5  Nothing there <br />Probing /<a href="mailto:pci&#64;9" target="_blank">pci&#64;9</a>,600000 Device 1  Nothing there <br />Probing /<a href="mailto:pci&#64;9" target="_blank">pci&#64;9</a>,600000 Device 2  Nothing there <br />Probing /<a href="mailto:pci&#64;9" target="_blank">pci&#64;9</a>,700000 Device 1  network usb <br />Probing /<a href="mailto:pci&#64;9" target="_blank">pci&#64;9</a>,700000 Device 2  Nothing there <br />Probing /<a href="mailto:pci&#64;9" target="_blank">pci&#64;9</a>,700000 Device 3  Nothing there <br />Probing /<a href="mailto:pci&#64;9" target="_blank">pci&#64;9</a>,700000 Device 4  Nothing there <br /><br /><br />Sun Fire 880, No Keyboard<br />Copyright 1998-2004 Sun Microsystems, Inc.  All rights reserved.<br />OpenBoot 4.15.1, 3072 MB memory installed, Serial #53196234.<br />Ethernet address 0:3:ba:2b:b5:ca, Host ID: 832bb5ca.<br /><br /><br /><br />Creating CPU memory layout properties.<br /><br /><br />Running diagnostic script obdiag/normal<br /><br />Testing /<a href="mailto:pci&#64;8" target="_blank">pci&#64;8</a>,600000/<a href="mailto:network&#64;1" target="_blank">network&#64;1</a><br />Subtest pci-config-reg-test<br />Subtest gem-enet-soft-reset-test<br />Subtest gem-txmc-soft-reset-test<br />Subtest gem-rxmc-soft-reset-test<br />Subtest global-config-reg-test<br />Subtest global-int-mask-reg-walk1-test<br />Subtest gem-txmc-soft-reset-test<br />Subtest tx-configuration-reg-read-test<br />Subtest tx-fifo-wr-ptr-reg-read-test<br />Subtest tx-fifo-rd-ptr-reg-read-test<br />Subtest tx-fifo-pkt-cntr-reg-read-test<br />Subtest tx-data-ptrl-reg-read-test<br />Subtest tx-data-ptrh-reg-rea                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Error in PM report...

    created a replica of standard report program for PM, when executed for sp. plant gives TimeOut dump. SQL Trace shows the error in COBRB table read (not at beg , but after many reads), not able to find the prob. can u suggest the area to look at.. 
    thanx,

    HI,
    Put break point at the specified point and check the cause for the same
    also analyse the dump in ST22
    Regards
    Shiva

  • Performance problems due to sequential read on tables WBCROSSGT and CROSS

    Hello all,
    got the SAPNW2004s Sneak Preview ABAP installed. Performance is quite ok. But with certain dictionary operations like creating new attributes for a class I experience exceptional long runtimes and timeout dumps. In SM50 I see a sequential read on table WBCROSSGT. In OSS I can't find anything applicable yet for this release  (SAP_BASIS 700, support level 5).
    Any suggestions appreciated.
    Simon

    Hello,
    i had exactly the same problem after upgrading from MS SQL 2005 to MS SQl 2008 R2.
    Our DEV system was almost completely exhausted and normal operation wasn't possible anymore.
    SAP Note 1479008 solved the issue, even it is only "released" for MaxDB.
    Cheers, Christoph

  • Problem in Customer Hierarchy

    Hi all,
      I have a problem in creating customer hierarchy in CRM.
    According to SAP HELP:
    Before you create a CRM account hierarchy from an ERP customer hierarchy, you first have to:
    ●      Perform an initial load of the necessary Customizing settings from SAP ECC to SAP CRM.
    Use the initial load in CRM (transaction R3AS) in CRM Middleware and the Customizing object DNL_CUST_THIT.
    ●      Map the ERP customer hierarchy categories to the CRM account hierarchies.
    For more information about mapping, see in the Implementation Guide (IMG) Customer Relationship Management ® Master Data ® Business Partner ® Account Hierarchy ® Data Exchange of ERP Customer Hierarchies with SAP CRM ® Assign ERP Customer Hierarchy Type to CRM Hierarchy Category.
    My problem stuck here where in the R/3 Hierarchy Type, the F4 help value does not show any value. I checked in R3, there is a standard entry A for customer hierarchy. Could any one help me on this?
    ●      Download the ERP table KNVH (customer hierarchies) to SAP CRM.
    Use the initial load in SAP CRM (transaction R3AS) with the business object DNL_BUPA_KNVH. A copy of the ERP table KNVH is replicated to SAP CRM to create the account hierarchy from it.
    cheers,
    ginnie

    Hello Ginnie,
    Reason might be that initial download of DNL_CUST_THIT  was not complete.
    Check SM58 to see if there's an error, when the system was trying to download the hierarchy. Please go also to trx. st22 to see if there is a TIMEOUT dump related to this download. If so, you can try to increase the parameter rdisp/max_wprun_time and start again the download of the hierarchy.
    Also some of the attached OSS Note 522815 might help for more details. Check also Note 516725 it might be helpful.
    Thanks
    Raja Pamireddy
    CRM Marketing Forum Moderator

  • Smartform Activation[program "SAPLSUNI" has exceeded the permitted runtime]

    I was working on a smartform. For 2-3 Hrs it was working fine, whatever changes I was making were getting activated smoothly.
    Then, for some unknown reason the smatform stopped getting activated. Timeout dump is happening. But when we 'Check' the smatform, no error is coming. Still it is not getting activated.
    I checked another smarform & made some changes, activated....it got activated instantaneously. The function module of that smartform that it is showing in Environment -> Function Module Name ->  /1BCDWB/SF00000144
    But when we check SE37, it says no such module exists !!! Please help !!!!!!!!!!!!!!!!!!!!!!!
    Here is the dump :
    Runtime Errors         TIME_OUT
    Date and Time          01.06.2010 12:37:24
    Short text
         Time limit exceeded.
    What happened?
         The program "SAPLSUNI" has exceeded the maximum permitted runtime without
         interruption and has therefore been terminated.
    Error analysis
         After a specific time, the program is terminated to make the work area
         available to other users who may be waiting.
         This is to prevent a work area being blocked unnecessarily long by, for
         example:
         - Endless loops (DO, WHILE, ...),
         - Database accesses with a large result set
         - Database accesses without a suitable index (full table scan)
         The maximum runtime of a program is limited by the system profile
         parameter "rdisp/max_wprun_time". The current setting is 600 seconds. If this
          time limit is
         exceeded, the system attempts to cancel any running SQL statement or
         signals the ABAP processor to stop the running program. Then the system
         waits another 60 seconds maximum. If the program is then still active,
         the work process is restarted.
    Trigger Location of Runtime Error
        Program                                 SAPLSUNI
        Include                                 LSUNIU06
        Row                                     101
        Module type                             (FORM)
        Module Name                             DELETE_FUNCTION_POOL_INCLUDES
    Source Code Extract
    Line  SourceCde
       71
       72 ENDFUNCTION.
       73
       74 &----
       75 *&      Form  DELETE_FUNCTION_POOL_INCLUDES
       76 &----
       77 *       text
       78 ----
       79 *      -->P_AREA     text
       80 *      -->SKIP_PROGREtextND
       81 ----
       82 FORM delete_function_pool_includes USING    p_area
       83                                          skip_progress_ind.
       84   DATA: l_prog LIKE trdir-name,
       85         l_incl_uxx LIKE trdir-name,
       86         l_name LIKE streenode-name,
       87         l_object LIKE euobj-id,
       88         l_area LIKE rs38l-area,
       89         l_namespace LIKE rs38l-namespace.
       90
       91   CALL FUNCTION 'FUNCTION_INCLUDE_SPLIT'
       92     EXPORTING
       93       complete_area = p_area
       94     IMPORTING
       95       namespace     = l_namespace
       96       group         = l_area
       97     EXCEPTIONS
       98       OTHERS        = 6.
       99   CONCATENATE l_namespace 'SAPL' l_area INTO l_prog.
      100   CONCATENATE l_namespace 'L' l_area 'UXX' INTO l_incl_uxx.
    >>>>>   UPDATE progdir SET edtx = space WHERE name = l_incl_uxx AND state = 'A'.
      102
      103 * Hier Michael rufen
      104   CALL FUNCTION 'RS_DELETE_PROGRAM'
      105     EXPORTING
      106       program            = l_prog
      107       with_includes      = 'X'
      108       suppress_popup     = 'X'
      109       skip_progress_ind  = skip_progress_ind
      110     EXCEPTIONS
      111       enqueue_lock       = 1
      112       permission_failure = 2
      113       reject_deletion    = 3.
      114
      115   IF sy-subrc = 0.
      116     PERFORM ed_delete_function_pool_new(sapms38l)
      117                                     USING p_area
      118                                     CHANGING sy-subrc.
      119
      120     PERFORM delete_rest_of_group USING p_area.
    Edited by: ajaybachchas on Jun 1, 2010 9:23 AM

    Hey Guys,
    For some reason, the problem automatically got resolved. First I check STXFADMI table to find entry of the FM against that smartform. When I punched the FM name of the smartform in SE37, it repeatedly said "FM does not exist". But the entry for that FM is present in the STXFADMI table. Hence I started debugging SE37 after entering the FM name. To my surprise, at the end the FM was displayed !!! After that I went to the smartform & activated, again surprised....it got activated in a flash !!!
    Can anyway justify this mystery ?
    Ajay.

  • Performance of native sql query detoriates

    Dear Experts,
    The performance of my native SQL query is bad. On the database the query takes less than 5 seconds to process. From my abap program I get a session timeout dump after 10 minutes. What might be the possible reason.
    Warm Regards,
    Abdullah

    I am not a DBA, but this is a wild guess.
    I have a native SQL query. It was running fine all morning(transported it to production today). By afternoon the report was not giving any output.
    I went to the MS SQL query analyzer and executed the query, it returned the results in less than 5 seconds. The same query when I was executing from SAP using native SQL took more than 10 minutes and gave a dump(time exceeded).
    My database guy asked me to execute the following on the database. Dbcc dbreindex('tablename')
    The report is running fine since then. I am still not satisfied if this is the reason the performance is back on track, but yeah the report is running fine again. There seems to be some problem with the indexes.
    I am using standard classes provided by SAP to execute my query and after execution the resultset reference object is being closed, I am closing the connection.
    the code is as below.
          PERFORM:
            connect               USING con_name con_ref,
            select_into_table     USING con_ref,
            disconnect            USING con_ref.
    *  FORM connect
    *  Connects to the database specified by the logical connection name
    *  P_CON_NAME which is expected to be specified in table DBCON. In case
    *  of success the form returns in P_CON_REF a reference to a connection
    *  object of class CL_SQL_CONNECTION.
    *  --> P_CON_NAME  logical connection name
    *  <-- P_CON_REF   reference to a CL_SQL_CONNECTION object
    FORM connect  USING    p_con_name TYPE dbcon-con_name
                           p_con_ref  TYPE REF TO cl_sql_connection
                           RAISING cx_sql_exception.
    * if CON_NAME is not initial then try to open the connection, otherwise
    * create a connection object representing the default connection.
      IF p_con_name IS INITIAL.
        CREATE OBJECT p_con_ref.
      ELSE.
        p_con_ref = cl_sql_connection=>get_connection( p_con_name ).
      ENDIF.
    ENDFORM.                    " connect
    *  FORM select_into_table
    *  Selects some rows from the test table and fetches the result rows
    *  into an internal table whose row structure corresponds to the
    *  queries select list columns.
    FORM select_into_table
      USING   p_con_ref TYPE REF TO cl_sql_connection
      RAISING cx_sql_exception.
      DATA:
        l_stmt         TYPE string,
        l_stmt_ref     TYPE REF TO cl_sql_statement,
        l_dref         TYPE REF TO data,
        l_res_ref      TYPE REF TO cl_sql_result_set,
    *Data related query
        l_itab         TYPE TABLE OF t_pricing_report,
        l_row_cnt      TYPE i.
    * create the query string
    CONCATENATE
        'select A.SEQ,A.CONDTABLE,A.CONDNAME,A.VKORG,A.VTWEG,A.MATKL,A.MATNR,B.MTEXT,A.VKGRP,A.SGRPNAME,'
        'A.VKBUR,A.SOFFNAME,A.ZSALES,A.SCNTNAME,A.KUNNR,A.SCSTNAME,A.PRBATCH,A.INCO1,'
        'A.INCO2,A.DATAB,A.DATBI,A.KBETR,A.KONWA,A.KOSRT,B.MTART,B.GROES,B.VOLUM,B.EXTWG,B.WRKST,'
        'A.MXWRT,A.GKWRT,'
        'B.PATTERN,B.RIM,B.SERIES,B.SPDINDEX,B.LDINDX,B.MGROUP,B.APPLN,B.SDWALL,B.MGRPTXT'
        'FROM Z_PRICELIST A,Z_MATERIALVIEW B'
        'WHERE A.MANDT = ? AND'
              'B.MANDT = A.MANDT AND'
              'A.MATNR = B.MATNR AND'
              'A.KSCHL = ? AND'
              'A.CONDTABLE LIKE ? AND'
              'A.VKORG LIKE ? AND'
              'A.VTWEG LIKE ? AND'
              'A.MATKL >= ? AND A.MATKL <= ? AND'
              'A.MATNR >= ? AND A.MATNR <= ? AND'
              'A.INCO1 LIKE ? AND'
              'A.INCO2 LIKE ? AND'
              'A.ZSALES >= ? AND A.ZSALES <= ? AND'
              'A.KUNNR  >= ? AND A.KUNNR <= ? AND'
              'A.PRBATCH  >= ? AND A.PRBATCH <= ? AND'
              'A.VKBUR  >= ? AND A.VKBUR <= ? AND'
              'A.VKGRP  >= ? AND A.VKGRP <= ? AND'
              'B.WRKST  >= ? AND B.WRKST <= ? AND'
              'B.MTART  >= ? AND B.MTART <= ? AND'
              '? BETWEEN A.DATAB AND A.DATBI AND'
              'B.GROES LIKE ? AND'
              'B.LDINDX LIKE ? AND'
              'B.SPDINDEX LIKE ? AND'
              'B.RIM LIKE ? AND'
              'B.SERIES LIKE ? AND'
              'B.PATTERN LIKE ? AND'
              'B.MGROUP LIKE ?'
              'order by A.MATNR'
        INTO l_stmt SEPARATED BY space.                         "#EC NOTEXT
    * create a statement object
      l_stmt_ref = p_con_ref->create_statement( ).
    * bind input variables
      GET REFERENCE OF l_col1 INTO l_dref.
      l_stmt_ref->set_param( l_dref ).
    *binding other references here
      GET REFERENCE OF l_col33 INTO l_dref.
      l_stmt_ref->set_param( l_dref ).
    * set the input values and execute the query
      l_col1  = sy-mandt.
    *..Assigning values here
      l_col33 = p_mgroup.
    *  PERFORM trace_2 USING 'EXECUTE_QUERY' l_stmt l_col1 l_col2.
      l_res_ref = l_stmt_ref->execute_query( l_stmt ).
    * set output table
      GET REFERENCE OF l_itab INTO l_dref.
      l_res_ref->set_param_table( l_dref ).
    * get the complete result set
      l_row_cnt = l_res_ref->next_package( ).
    * display the contents of the output table
    *  PERFORM trace_next_package USING l_itab.
    *  PERFORM trace_result USING l_row_cnt 'rows fetched'.
      pricing_report[] = l_itab[].
      free l_itab.
    * don't forget to close the result set object in order to free
    * resources on the database
      l_res_ref->close( ).
    ENDFORM.                    "select_into_table
    *  FORM disconnect
    *  Disconnect from the given connection. In case of the default
    *  connection this can be omitted.
    FORM disconnect
      USING   p_con_ref TYPE REF TO cl_sql_connection
      RAISING cx_sql_exception.
      DATA: l_con_name TYPE dbcon-con_name.
      l_con_name = p_con_ref->get_con_name( ).
      CHECK l_con_name <> cl_sql_connection=>c_default_connection.
    *  PERFORM trace_0 USING 'CLOSE CONNECTION' l_con_name.
      p_con_ref->close( ).
    *  PERFORM trace_result USING l_con_name 'closed'.
    ENDFORM.                    "disconnect
    *  FORM handle_sql_exception
    *  Write appropriate error messages when a SQL exception has occured
    *  -->  P_SQLERR_REF  reference to a CX_SQL_EXCEPTION object
    FORM handle_sql_exception
      USING p_sqlerr_ref TYPE REF TO cx_sql_exception.
      FORMAT COLOR COL_NEGATIVE.
      IF p_sqlerr_ref->db_error = 'X'.
        WRITE: / 'SQL error occured:', p_sqlerr_ref->sql_code,
               / p_sqlerr_ref->sql_message.                     "#EC NOTEXT
      ELSE.
        WRITE:
          / 'Error from DBI (details in dev-trace):',
            p_sqlerr_ref->internal_error.                       "#EC NOTEXT
      ENDIF.
    ENDFORM.                    "handle_sql_exception

  • Queries Performance impact

    Hi Team,
              We have few queries which were running good until last week; but for the past 3 days these queries were facing severe some performance issues and timeout dumps in the back-end.
    For some selections it is running long and for some selection it is executing quicker and for some selection it is getting time out.
    We made a complete data rebuild for the queries connected data targets (data rebuild from the source) before 3 days; after which  the query performance issue faced.
    No changes were made to the queries or objects for the last 2 months.
    Data Flow -  Query -> Multi Provider -> Infoset -> InfoCube -> DSO -> Datasource (DB Connect).
    Note:
    In Query we have nested aggregation to handle the result rows; but again no changes to it for the past 2 months.
    We have loaded data in one single request at the InfoCube level.
              I mean some 2 million records with different plants in one single request do it have performance impact while reading data?
    Can anyone please throw light on the possible cause for the performance issue?
    Thanks
    Regards
    San

    Hi San,
    As you said that you completely loaded data and then  only your performance issues started, can you please tell whether you are using any BIA  for reporting?.
    If not BIA,  can  you please  delete the DB  staticstics for those Infocubes and then  create the DB  statistics for the same.
    Also you completely rebuild the  data which means  drop and reload, your PSATEMPSPACE OR  your temporarrily file space   might have  completely build. Ask your basis team to check the  space in the tables.
    Regards,
    Rajesh

  • Sizing Requirement

    For sizing requirements, I need to find out the rowcount of certains heavy Cubes. When I try to find the rowcount using LISTCUBE these heavy Cubes give timeout dumps. Any other way I can find the rowcount.. I can not execute in back ground as it doesn't allow me to!
    Thanks in advance.

    Hi KBWUSER,
    You can find out the size of the F table for your cubes in SE16 > /BIC/Fyrcubename. Click the Number of Entries button, or simply Ctrl+F7.
    Hope this helps...

  • Error when I am execting the Transaction GD23

    Hi friends,
                  When I am trying to execute the transaction I am getting the Time out dump error, surprisingly some time its coming fine, some times thrown the dump error. please advice me what is the problem and how to rectify the problem, its a standard module pool program
    Thanks
    Richard.Joe

    Hi,
    Can you pst the exact error you get?
    When huge data is accessed a timeout dump can arise based on your BASIS settings. I think that is the problem. Try giving doc.no from and doc. no to in short intervals. In first attempt may be 2 documents, then some 10 ...so that you can see what is the maximum number of records you can access without error.
    Hope this helps. Pls reward points if useful.
    Regards,
    Renjith Michael.

Maybe you are looking for