Smartform Dumping..Please help....

Hi Guys,
I am developing a new smartform for the PO in MM(AFS ).
I know, I am putting too much stuff inside an item loop (item, vas, sizes, HTS, texts etc, putting more than 30 templates and 20 more required). Do we have any chance to avoid this dumping including any OSS notes?
I am pasting the dump message below.
<i>While generating program "/1BCDWB/SAPLSF00000009", the system discovered that      
  an ABAP                                                                           
event block, a control structure (such as IF... ENDIF or LOOP...                   
ENDLOOP) or a routine (such as a FORM routine) is too big.                         
The resulting jump is too great to be generated.                                   
The jump may be no greater than 32768 for the internal load format                 
(corresponding to around 10,000 ABAP statements).                                  
However, the jump in this case would have been 32819.</i>  
Please help me and it is urgent...
Thanks
Ashok

Hi Bala, I am pasting the code below from ST22.  At line 1847, the dump occurs. I am put too many templates in side item loop. I knew that, but is there any way to get rid of this dump?
Thanks
Ashok
1835      EXPORTING  MODE   = %OPEN                                                            
1836      EXCEPTIONS OTHERS = 1.                                                               
1837 IF SY-SUBRC <> 0. RAISE ERROR. ENDIF.                                                     
1838 CALL FUNCTION 'SSFCOMP_XSF_SECTION'                                                       
1839      EXPORTING  NAME   = 'ITEM_LOOP'                                                      
1840                 MODE   = %OPEN                                                            
1841      EXCEPTIONS OTHERS = 1.                                                               
1842 IF SY-SUBRC <> 0. RAISE ERROR. ENDIF.                                                     
1843 CALL FUNCTION 'SSFCOMP_XSF_BODY'                                                          
1844      EXPORTING  MODE   = %OPEN                                                            
1845      EXCEPTIONS OTHERS = 1.                                                               
1846 IF SY-SUBRC <> 0. RAISE ERROR. ENDIF.                                                     
>>>>> LOOP AT I_ITEMS INTO W_ITEMS .                                                            
1848 CALL FUNCTION 'SSFCOMP_TABLE_BEGIN'                                                       
1849      EXPORTING  I_DEFINITION = 'ITEM_HEADER_TEMPLATE1'                                    
1850      EXCEPTIONS OTHERS       = 1.                                                         
1851 IF SY-SUBRC <> 0. RAISE ERROR. ENDIF.                                                     
1852 CALL FUNCTION 'SSFCOMP_XSF_BODY'                                                          
1853      EXPORTING  MODE   = %OPEN                                                            
1854      EXCEPTIONS OTHERS = 1.                                                               
1855 IF SY-SUBRC <> 0. RAISE ERROR. ENDIF.                                                     
1856 CALL FUNCTION 'SSFCOMP_TABLE_GOTO_CELL'                                                   
1857      EXPORTING  I_ROW  = 001                                                              
1858                 I_COL  = 001                                                              
1859      EXCEPTIONS OTHERS = 1.                                                               
1860 IF SY-SUBRC <> 0. RAISE ERROR. ENDIF.                                                     
1861 REFRESH %INPUTFIELDS.                                                                     
1862 FILL_TEXTAREA 'F'  0  0 ' '.                                                              
1863 PERFORM %WRITE_TEXT USING 'IH_ITEM_NO' SPACE SPACE 'P' SPACE %INPUTFIELDS %TEXTAREA.      
1864 IF %WEXIT <> SPACE. EXIT. ENDIF.                                                          
1865 CALL FUNCTION 'SSFCOMP_TABLE_GOTO_CELL'                                                   
1866      EXPORTING  I_ROW  = 001

Similar Messages

  • VL10 Short Dump  - Please Help

    Hello guys,
    I have a shortdump in VL10, when selecting an order and push the button "Hierarchical Display". I tried to see in debugger but I couldn't figure it out.
    Error in the ABAP Application Program
    The current ABAP program "SAPLKKBL" had to be terminated because it has
    come across a statement that unfortunately cannot be executed.
    An exception occurred that is explained in detail below.
    The exception, which is assigned to class 'CX_SY_DYN_TABLE_ILL_COMP_VAL',
    not caught in
    procedure "FB_OUTTAB_SORT2" "(FORM)", nor was it propagated by a RAISING
    clause.
    Since the caller of the procedure could not have anticipated that the
    exception would occur, the current program is terminated.
    The reason for the exception is:
    The table "\FUNCTION-POOL=KKBL\FORM=FB_OUTTAB_SORT2\DATA=LT_SORTBYTAB" con
    an incorrect value in row 1 in the
    component with the name "NAME".
    In this particular case, the condition mentioned below was violated:
    (" ") The addition AS TEXT can only be used for character-type fields.
    IF RT_SORT-DOWN = 'X'.
    ls_sortbytab-descending = 'X'.
    ENDIF.
    append ls_sortbytab to lt_sortbytab.
    ENDLOOP.
    if RFLG_STABLE eq 'X'.
    sort rt_outtab stable by (lt_sortbytab).*******here dump is coming
    else.
    sort rt_outtab by (lt_sortbytab).
    endif.
    What can I do???
    Please help.

    Yes, I have solved the problem.
    In VL10, if you go on User Role Tab, there is a field:  "Header-item assgnmnt".
    Depending on the Role selected: this field can have certain values. If wrong values -> here comes the dump.
    For example I had:
    User Role: Z503
    and for this role that field shouldn't have had the following values: 2 or 6
    It could have the values : 1, 3, 7.
    So, it is a functional job not a programmer's job, but you can test VL10 by changing this field with other values, and you will se it works.
    I'm sure that you know already that VL10 have 4 views for output:
    1. Sales Orders (order level)
    2. Sales Orders (item/schedule line level)
    3. Purchase Orders (order level)
    4. Purchase Orders (item/schedule line level)
    So it's a common sense not to set "Header-item assgnmnt" with value 2 - source document item, when you output Orders at order level.
    Reward pls.
    I hope you understood my explanation.

  • Uploading Bartender Label To Smartform.  Please Help!

    Hello Abap Gurus.  I am in need of help with my current requirement.  My requirement is to create a packing list smartform and then a label from the Bartender software.  The first page of the smartform will have the packing list and I want the second page to contain the label created from the bartender software.  The client wants the packing list program and label to print at the same time. So I created the packing list smartform already and I have created z print programs for RLKOMM40 & RLVSDR40.  I have never used the Bartender software before. My question is how do I upload the bartender label to my smartform.  The bartender label is currently in .btw format, but can be exported in .itf format.   I was advised to upload the .itf format via transaction SO10, but I don't know what I should do next.  Please help as this requirement is urgent. I will award points accordingly.

    Hello,
    On the smartform you can use the uploaded label with tcode so10.
    just open you smartform and create a graphic, and the put the uploaded name there, you can  look for the information with the matchcode help.
    No more to do.
    dont forget to reward
    Gabriel

  • Database memory dump (please help!!!!!).

    Hello people,
    I have a big problem with one of the database of my company, it seems that is a memory fail when try to allocate space or something, i search the Metalink looking for a solution but, I really don´t know what is the real problem of this memory dump, in the alert log that post down shows error in the TRC file, but there only shows the dump memory not the cause of this, we have big datafiles with a lot of data, I dont know if this is because the DBF files contain too much data or what..... the ORA-07445 seems that is a very generic error, and I dont have any tips to search the original error.
    Can be this error because the server don´t have big resources?, the configuration of the server are:
    XEON 1 core 4 cpu´s
    4gb ram
    1TB hard disk
    Windows 2003 standard edition
    Oracle 10g 10.2.0.1 standard edition.
    All in 32bits, ¿do you recommend migrating to 64bits for the 2gb memory limit of users in W2003?
    ¿The big datafiles and big tablespaces can be an issue for this memory dump? ¿Oracle 11g manages better big files that Oracle10g?
    Please if your need any more info of configuration or something, please tellme.
    Thanks for all your answers.
    ALERT.LOG
    Mon May 31 11:44:15 2010
    Errors in file e:\oracle\product\10.2.0\admin\udump\orcl_ora_1620.trc:
    ORA-07445: se ha encontrado una excepción: volcado de memoria [ACCESS_VIOLATION] [_kglrfcl+313] [PC:0x603F7EE5] [ADDR:0x4] [UNABLE_TO_WRITE] []
    Mon May 31 11:44:19 2010
    Errors in file e:\oracle\product\10.2.0\admin\bdump\orcl_pmon_2104.trc:
    ORA-00600: internal error code, arguments: [1100], [0x4FCCB9FC], [0x4A54A8EC], [], [], [], [], []
    Mon May 31 11:44:20 2010
    Errors in file e:\oracle\product\10.2.0\admin\bdump\orcl_pmon_2104.trc:
    ORA-00600: internal error code, arguments: [1100], [0x4FCCB9FC], [0x4A54A8EC], [], [], [], [], []
    Mon May 31 11:44:20 2010
    PMON: terminating instance due to error 472
    Mon May 31 11:44:22 2010
    Errors in file e:\oracle\product\10.2.0\admin\bdump\orcl_psp0_3604.trc:
    ORA-00472: PMON process terminated with error
    Mon May 31 11:44:22 2010
    Errors in file e:\oracle\product\10.2.0\admin\bdump\orcl_j000_3844.trc:
    ORA-00472: proceso PMON terminado con error
    Mon May 31 11:44:22 2010
    Errors in file e:\oracle\product\10.2.0\admin\bdump\orcl_mman_3760.trc:
    ORA-00472: PMON process terminated with error
    Mon May 31 11:44:23 2010
    Errors in file e:\oracle\product\10.2.0\admin\bdump\orcl_lgwr_360.trc:
    ORA-00472: PMON process terminated with error
    Mon May 31 11:44:23 2010
    Errors in file e:\oracle\product\10.2.0\admin\bdump\orcl_ckpt_2112.trc:
    ORA-00472: PMON process terminated with error
    Mon May 31 11:44:24 2010
    Errors in file e:\oracle\product\10.2.0\admin\bdump\orcl_q001_952.trc:
    ORA-00472: PMON process terminated with error
    Mon May 31 11:44:24 2010
    Errors in file e:\oracle\product\10.2.0\admin\bdump\orcl_dbw0_1444.trc:
    ORA-00472: PMON process terminated with error
    Mon May 31 11:44:26 2010
    Errors in file e:\oracle\product\10.2.0\admin\bdump\orcl_reco_1256.trc:
    ORA-00472: PMON process terminated with error
    Mon May 31 11:44:26 2010
    Errors in file e:\oracle\product\10.2.0\admin\bdump\orcl_smon_2504.trc:
    ORA-00472: PMON process terminated with error
    Instance terminated by PMON, pid = 2104

    I have tracked the SQL that hangs up the database but is a SQL that works always not only once, but there is something that when the database is with too many resources this crash the DB and not always is the same SQL. I have searched any tip or solution on the metalink but nothing is like this error.
    I don´t know if anyone can help me with this... I have open an request via Metalink but i dont know if going to be any solution to this error.
    Thanks anyway.

  • I get short dump, please help~

    Hi!
    I get the short dump , for the code below.
    Since I have exported to memory, why i get this short dump when i try to list it from the memory?
    SUBMIT (prog) with SELECTION-TABLE (seltab)
                          EXPORTING LIST TO MEMORY
                          AND RETURN.
    CALL FUNCTION 'LIST_FROM_MEMORY'
    TABLES
    listobject = abaplist.
    and the short dump is as follows
    A RAISE statement in the program "SAPLSLST" raised the exception
    condition "NOT_FOUND".
    Since the exception was not intercepted by a superior
    program, processing was terminated.
    Short description of exception condition:
    No list found in memory
    For detailed documentation of the exception condition, use
    Transaction SE37 (Function Library). You can take the called
    function module from the display of active calls.

    Hi,
      I have given a saple code for SUBMIT
    SUBMIT RMCB0300 WITH SL_WERKS-LOW  EQ SO_WERKS-LOW
                      WITH SL_MATNR      IN SO_MATNR
                      WITH VA            EQ 'X'
                      WITH SL_SPMON-LOW  EQ W_BUDAT1
                      WITH SL_SPMON-HIGH EQ W_BUDAT1
                      WITH SL_MTART-LOW  EQ 'ROH'
                      WITH SLV_NO        EQ 'STOCK'
                      EXPORTING LIST TO MEMORY AND RETURN.
      CALL FUNCTION 'LIST_FROM_MEMORY'
        TABLES
          LISTOBJECT = LISTTAB
        EXCEPTIONS
          NOT_FOUND  = 1
          OTHERS     = 2.
      CALL FUNCTION 'LIST_TO_ASCI'
        TABLES
          LISTASCI           = I_LISTASCI
          LISTOBJECT         = LISTTAB
        EXCEPTIONS
          EMPTY_LIST         = 1
          LIST_INDEX_INVALID = 2
          OTHERS             = 3.
      IF SY-SUBRC <> 0.
      ENDIF.
    Which im using currently .PLease reward points if solved
    Thanks
    Shankar S

  • My daughter accidentally dumped my iTouch into the tub.  It is ruined.  How can I receive my one time regrant on all the songs I've lost.  There were approximately 80 songs I purchased on iTunes.  They get me through the day!  Please help!

    My daughter accidentally dumped my iTouch into the bath tub.  It is ruined.  How can I receive my one time regrant to get back the 80 plus songs I purchased and downloaded on iTunes?  I'm devastated....please help!  My husband bought me the new iPhone4 for my new Mother's Day gift.  I would like to download all the songs I lost.  Thank you so much!

    You can redownload the songs as many times as you want, the "one time regrant" no longer exists. Make sure you are using the same apple id on both your dead itouch and your iphone 4. On your iphone 4 go to the itunes app > Purchased (may be under more based on your settings) at the top click not on this iphone, click all songs then click the little cloud next to each song you want to redownload. It will prompt you for your id and password and the begin your download

  • Blue screen 109 error, mini dump attached, please help

    Hi Experts,
    I am frequently getting blue screen error in my laptop. Please help. The link to minidump file is given below. I am using Windows 7 ultimate operating system.
    I have tried a lot of things to avoid this dump but it keep recurring.
    https://onedrive.live.com/redir?resid=49561AD592663106!107&authkey=!AFI9kcFyy6ncfJ8&ithint=file%2c.dmp
    regards,
    Ayaz

    AA
    This one DMP file was inconclusive please run driver verifier to find the underlying cause
    Please run these tests to verify your memory and find which driver is causing the problem.  
    If you are overclocking (pushing the components beyond their design) you should revert to default at least until the crashing is solved. If you don't
    know what it is you probably are not overclocking.
    Since it is more likely to be a driver please run verifier first.
    1-Driver verifier (for complete directions see our wiki here)
    2-Memtest. (You can read more about running memtest here)
    Co-Authored by  JMH3143
    Wanikiya and Dyami--Team Zigzag

  • Manny Dumps in production Please  helps

    I am facing a suddenly a problem in Production server
    In sm50 work process get stop one by one and if try to restart again it get stop.
    Ther are many dumps of 2 types but in different Tx and Table
    (DBIF_RSQL_INVALID_REQUEST, TEXTENV_UNICODE_LANGU_INVALID)in the system .
    In sm21 there is like to error like these
    21:00:43 DIA 023                       R19 Initialization DB-Connect Failed, Return Code 000256
    21:00:43 DIA 023                       Q02 Stop Workproc23, PID 7384
    21:00:43 SPO 034                       BY2 Database error 12560 at CON
    21:00:43 SPO 034                       BY0 > ORA-12560: TNS:protocol adapter error
    21:00:43 SPO 034                       BY2 Database error 12560 at CON
    21:00:43 SPO 034                       BY0 > ORA-12560: TNS:protocol adapter error
    21:00:43 SPO 034                       R19 Initialization DB-Connect Failed, Return Code 000256
    21:00:43 SPO 034                       Q02 Stop Workproc34, PID 1920
    21:00:43 DIA 015                       BY2 Database error 12560 at CON
    21:00:43 DIA 015                       BY0 > ORA-12560: TNS:protocol adapter error
    21:00:43 DIA 015                       BY2 Database error 12560 at CON
    21:00:43 DIA 015                       BY0 > ORA-12560: TNS:protocol adapter error
    21:00:43 DIA 015                       R19 Initialization DB-Connect Failed, Return Code 000256
    21:00:43 DIA 015                       Q02 Stop Workproc15, PID 8820
    21:00:43 DIA 013                       BY2 Database error 12560 at CON
    21:00:43 DIA 013                       BY0 > ORA-12560: TNS:protocol adapter error
    21:00:43 DIA 013                       BY2 Database error 12560 at CON
    21:00:43 DIA 013                       BY0 > ORA-12560: TNS:protocol adapter error
    21:00:43 DIA 013                       R19 Initialization DB-Connect Failed, Return Code 000256
    21:00:43 DIA 013                       Q02 Stop Workproc13, PID 8236
    21:05:10 WRK 000                       Q0Q Start Workproc 1, Pid 7012
    21:05:10 WRK 000                       Q0Q Start Workproc 0, Pid 4252
    21:05:10 WRK 000                       Q0Q Start Workproc 6, Pid 9112
    21:05:43 SPO 033                       R19 Initialization DB-Connect Failed, Return Code 000256
    21:05:43 SPO 033                       Q02 Stop Workproc33, PID 7060
    21:05:43 BTC 029                       BY2 Database error 12560 at CON
    21:05:43 BTC 029                       BY0 > ORA-12560: TNS:protocol adapter error
    21:05:43 BTC 029                       BY2 Database error 12560 at CON
    21:05:43 BTC 029                       BY0 > ORA-12560: TNS:protocol adapter error
    21:05:43 BTC 029                       R19 Initialization DB-Connect Failed, Return Code 000256
    21:05:43 BTC 029                       Q02 Stop Workproc29, PID 4288
    21:05:43 DIA 014                       BY2 Database error 12560 at CON
    21:05:43 DIA 014                       BY0 > ORA-12560: TNS:protocol adapter error
    21:05:43 DIA 014                       BY2 Database error 12560 at CON
    21:05:43 DIA 014                       BY0 > ORA-12560: TNS:protocol adapter error
    21:05:43 DIA 014                       R19 Initialization DB-Connect Failed, Return Code 000256
    21:05:43 DIA 014                       Q02 Stop Workproc14, PID 9456
    21:05:43 DP                            Q0I Operating system call gethostbyaddr failed (error no. 0 )
    21:05:43 DP                            Q04 Connection to user 5740 ( ), terminal 66 (HOLT088 ) lost
    21:07:10 ENQ 027                       Q02 Stop Workproc27, PID 6888
    21:07:10 ENQ 027                       Q02 Stop Workproc27, PID 6888
    21:07:11 RD                            S30 SAP gateway was closed
    21:07:11 RD                            S30 SAP gateway was closed
    21:07:13 DP                            Q0M Message server disconnected
    21:07:13 DP                            Q05 R/3 System stop, dispatcher PID 83
    21:07:13 MS                            Q02 Stop Msg Server, PID 10236
    21:07:13 DP                            Q0M Message server disconnected
    21:07:13 DP                            Q05 R/3 System stop, dispatcher PID 83
    At present listener is up and running and sap is working. It happen suddenely and after restart of R/3 system it ok but same thing happen today also. we are using windows 2003 Enterprise in server.
    Please help
    Best Regards,
    Kumar
    Edited by: Kumar on Aug 28, 2008 7:18 AM
    Edited by: Kumar on Aug 28, 2008 7:20 AM

    Dear All,
    Please find the dev_disp log
    trc file: "dev_disp", trc level: 1, release: "640"
    kernel runs with dp version 130000(ext=102000) (@(#) DPLIB-INT-VERSION-130000-UC)
    length of sys_adm_ext is 524 bytes
    sysno      00
    sid        **
    systemid   561 (PC with Windows NT)
    relno      6400
    patchlevel 0
    patchno    129
    intno      20020600
    make:      multithreaded, Unicode, 64 bit
    pid        6164
    ***LOG Q00=> DpSapEnvInit, DPStart (00 6164) [dpxxdisp.c   1098]
         shared lib "dw_xml.dll" version 129 successfully loaded
         shared lib "dw_xtc.dll" version 129 successfully loaded
         shared lib "dw_stl.dll" version 129 successfully loaded
         shared lib "dw_gui.dll" version 129 successfully loaded
         shared lib "dw_mdm.dll" version 129 successfully loaded
    Wed Aug 27 21:07:24 2008
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 4 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  3893]
    MtxInit: -2 0 0
    DpSysAdmExtInit: ABAP is active
    DpIPCInit2: start server >rfcl-sap-vir_PRD_00                     <
    DpShMCreate: sizeof(wp_adm)          51328     (1316)
    DpShMCreate: sizeof(tm_adm)          35937968     (17960)
    DpShMCreate: sizeof(wp_ca_adm)          80000     (80)
    DpShMCreate: sizeof(appc_ca_adm)     160000     (80)
    DpShMCreate: sizeof(comm_adm)          1248000     (624)
    DpShMCreate: sizeof(vmc_adm)          0     (512)
    DpShMCreate: sizeof(wall_adm)          (416064/346352/64/192)
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 000000000D110050, size: 38247047)
    DpShMCreate: allocated sys_adm at 000000000D110050
    DpShMCreate: allocated wp_adm at 000000000D111C30
    DpShMCreate: allocated tm_adm_list at 000000000D11E4B0
    DpShMCreate: allocated tm_adm at 000000000D11E4E0
    DpShMCreate: allocated wp_ca_adm at 000000000F364390
    DpShMCreate: allocated appc_ca_adm at 000000000F377C10
    DpShMCreate: allocated comm_adm_list at 000000000F39ED10
    DpShMCreate: allocated comm_adm at 000000000F39ED30
    DpShMCreate: allocated vmc_adm_list at 000000000F4CF830
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 000000000F4CF860
    DpShMCreate: allocated wall_adm at 000000000F4CF870
    MBUF state OFF
    EmInit: MmSetImplementation( 2 ).
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 4096 kByte.
    Using implementation flat
    <EsNT> Memory Reset disabled as NT default
    <ES> 1226 blocks reserved for free list.
    ES initialized.
    Wed Aug 27 21:07:25 2008
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG CPS=> DpLoopInit, ICU ( 2.6 2.6 4.0) [dpxxdisp.c   1466]
    **LOG Q0K=> DpMsAttach, mscon (**) []
    use SAPLOCALHOST***> as internal hostname
    DpStartStopMsg: send start message (myname is ***<)
    DpStartStopMsg: start msg sent
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    Wed Aug 27 21:07:27 2008
    CCMS: start to initalize 3.X shared alert area (first segment).
    DpMsgAdmin: Set release to 6400, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1025]
    DpMsgAdmin: Set patchno for this platform to 129
    Release check o.K.
    Wed Aug 27 21:07:50 2008
    MBUF state ACTIVE
    DpModState: change server state from STARTING to ACTIVE
    Wed Aug 27 21:18:22 2008
    ***LOG Q0I=> NiPRead: recv (10054: WSAECONNRESET: Connection reset by peer) [ninti.c 789]
    Network error of client T39, NiBufReceive (-6: NIECONN_BROKEN), dp_tm_status=3
    Wed Aug 27 21:18:24 2008
    Client address of T39 is >####->###- ###<)< .107(***)
    ***LOG Q04=> DpRTmPrep, NiBufReceive (54 ***) [dpxxdisp.c   9632]
    RM-T39, U54, 600 ***, ***, M0, W0, SESS, 2/0
    Wed Aug 27 21:19:34 2008
    ***LOG Q0I=> NiPRead: recv (10054: WSAECONNRESET: Connection reset by peer) [ninti.c 789]
    Network error of client T40, NiBufReceive (-6: NIECONN_BROKEN), dp_tm_status=3
    Wed Aug 27 21:19:35 2008
    Client address of T40 is >####->###- ###<)< .34(>####->###- ###<)< ->####->###- ###<)< )
    ***LOG Q04=> DpRTmPrep, NiBufReceive (59 ***) [dpxxdisp.c   9632]
    RM-T40, U59, 600 ***, 21:18:41, M0, W0, SESS, 2/0
    Wed Aug 27 21:38:45 2008
    DpHdlDeadWp: restart wp (pid=2484) automatically
    Wed Aug 27 21:39:05 2008
    Wed Aug 27 21:41:05 2008
    DpHdlDeadWp: restart wp (pid=1900) automatically
    Wed Aug 27 21:48:05 2008
    DpHdlDeadWp: restart wp (pid=4384) automatically
    Wed Aug 27 22:01:05 2008
    DpHdlDeadWp: restart wp (pid=4500) automatically
    Wed Aug 27 22:01:45 2008
    DpHdlDeadWp: restart wp (pid=2028) automatically
    Wed Aug 27 22:09:45 2008
    DpHdlDeadWp: restart wp (pid=9536) automatically
    Wed Aug 27 22:10:05 2008
    DpHdlDeadWp: restart wp (pid=1972) automatically
    DpHdlDeadWp: restart wp (pid=7596) automatically
    DpHdlDeadWp: restart wp (pid=10104) automatically
    DpHdlDeadWp: restart wp (pid=6296) automatically
    DpHdlDeadWp: restart wp (pid=7720) automatically
    Wed Aug 27 22:12:05 2008
    DpHdlDeadWp: restart wp (pid=2428) automatically
    Wed Aug 27 22:28:05 2008
    DpHdlDeadWp: restart wp (pid=9992) automatically
    Wed Aug 27 22:34:24 2008
    ***LOG Q0I=> NiPRead: recv (10054: WSAECONNRESET: Connection reset by peer) [ninti.c 789]
    Network error of client T40, NiBufReceive (-6: NIECONN_BROKEN), dp_tm_status=3
    Wed Aug 27 22:34:29 2008
    ***LOG Q0I=> NiPGetHostByAddr: address ***not found: gethostbyaddr [ninti.c 379]
    Client address of T40 is *** (***)
    ***LOG Q04=> DpRTmPrep, NiBufReceive (122 ***) [dpxxdisp.c   9632]
    RM-T40, U122, 600 ***, ***M0, W0, ZVN1, 2/2
    Wed Aug 27 22:35:49 2008
    DpHdlDeadWp: restart wp (pid=7132) automatically
    Wed Aug 27 22:40:49 2008
    DpHdlDeadWp: restart wp (pid=9272) automatically
    DpHdlDeadWp: restart wp (pid=7896) automatically
    DpHdlDeadWp: restart wp (pid=8856) automatically
    DpHdlDeadWp: restart wp (pid=8272) automatically
    Wed Aug 27 22:41:49 2008
    DpHdlDeadWp: restart wp (pid=1372) automatically
    DpHdlDeadWp: restart wp (pid=8276) automatically
    Wed Aug 27 22:56:49 2008
    DpHdlDeadWp: restart wp (pid=10128) automatically
    Wed Aug 27 23:07:49 2008
    DpHdlDeadWp: restart wp (pid=4476) automatically
    Wed Aug 27 23:11:49 2008
    DpHdlDeadWp: restart wp (pid=8404) automatically
    Wed Aug 27 23:13:49 2008
    DpHdlDeadWp: restart wp (pid=9268) automatically
    Wed Aug 27 23:14:49 2008
    DpHdlDeadWp: restart wp (pid=6472) automatically
    Wed Aug 27 23:15:03 2008
    ***LOG Q0I=> NiPRead: recv (10054: WSAECONNRESET: Connection reset by peer) [ninti.c 789]
    Network error of client T42, NiBufReceive (-6: NIECONN_BROKEN), dp_tm_status=3
    Wed Aug 27 23:15:09 2008
    ***LOG Q0I=> NiPGetHostByAddr: address ***not found: gethostbyaddr [ninti.c 379]
    WARNING => NiAddrToHost took 6 seconds [dpxxdisp.c   16611]
    Client address of T42 is *** (***)
    ***LOG Q04=> DpRTmPrep, NiBufReceive (165 ****** ) [dpxxdisp.c   9632]
    RM-T42, U165, 600 RFCL-CFA-AHDHOLT267, HOLT267, 23:10:06, M0, W0, ZVN1, 2/2
    Wed Aug 27 23:29:49 2008
    DpHdlDeadWp: restart wp (pid=8020) automatically
    Wed Aug 27 23:31:09 2008
    DpHdlDeadWp: restart wp (pid=9936) automatically
    Wed Aug 27 23:41:29 2008
    DpHdlDeadWp: restart wp (pid=1972) automatically
    Wed Aug 27 23:41:49 2008
    DpHdlDeadWp: restart wp (pid=9168) automatically
    Wed Aug 27 23:41:50 2008
    DpHdlDeadWp: restart wp (pid=5180) automatically
    DpHdlDeadWp: restart wp (pid=5568) automatically
    DpHdlDeadWp: restart wp (pid=5964) automatically
    DpHdlDeadWp: restart wp (pid=7352) automatically
    DpHdlDeadWp: restart wp (pid=5464) automatically
    DpHdlDeadWp: restart wp (pid=9080) automatically
    DpHdlDeadWp: restart wp (pid=9316) automatically
    Wed Aug 27 23:42:09 2008
    DpHdlDeadWp: restart wp (pid=9284) automatically
    Wed Aug 27 23:42:49 2008
    DpHdlDeadWp: restart wp (pid=640) automatically
    Wed Aug 27 23:45:49 2008
    DpHdlDeadWp: restart wp (pid=5712) automatically
    Wed Aug 27 23:47:49 2008
    DpHdlDeadWp: restart wp (pid=4872) automatically
    Thu Aug 28 00:01:49 2008
    DpHdlDeadWp: restart wp (pid=6648) automatically
    Thu Aug 28 00:02:09 2008
    DpHdlDeadWp: restart wp (pid=6380) automatically
    Thu Aug 28 00:02:29 2008
    DpHdlDeadWp: restart wp (pid=7656) automatically
    Thu Aug 28 00:11:49 2008
    DpHdlDeadWp: restart wp (pid=1576) automatically
    Thu Aug 28 00:16:48 2008
    ***LOG Q0I=> NiPRead: recv (10054: WSAECONNRESET: Connection reset by peer) [ninti.c 789]
    Network error of client T40, NiBufReceive (-6: NIECONN_BROKEN), dp_tm_status=3
    Thu Aug 28 00:16:54 2008
    ***LOG Q0I=> NiPGetHostByAddr: address ******not found: gethostbyaddr [ninti.c 379]
    WARNING => NiAddrToHost took 6 seconds [dpxxdisp.c   16611]
    Client address of T40 is *(**)
    ***LOG Q04=> DpRTmPrep, NiBufReceive (201 ******) [dpxxdisp.c   9632]
    RM-T40, U201, 600 ****, ***7, 00:11:42, M0, W1, ZVSL, 2/1
    Thu Aug 28 03:59:54 2008
    DpHdlDeadWp: restart wp (pid=6008) automatically
    Thu Aug 28 04:00:54 2008
    DpHdlDeadWp: restart wp (pid=1776) automatically
    Thu Aug 28 05:01:14 2008
    DpHdlDeadWp: restart wp (pid=7496) automatically
    Thu Aug 28 05:04:14 2008
    DpHdlDeadWp: restart wp (pid=7848) automatically
    Thu Aug 28 05:07:14 2008
    DpHdlDeadWp: restart wp (pid=9600) automatically
    Thu Aug 28 05:14:54 2008
    DpHdlDeadWp: restart wp (pid=480) automatically
    Thu Aug 28 06:25:54 2008
    DpHdlDeadWp: restart wp (pid=7404) automatically
    Thu Aug 28 06:26:54 2008
    DpHdlDeadWp: restart wp (pid=9508) automatically
    ***LOG Q0I=> NiPRead: recv (10054: WSAECONNRESET: Connection reset by peer) [ninti.c 789]
    Network error of client T44, NiBufReceive (-6: NIECONN_BROKEN), dp_tm_status=3
    Thu Aug 28 06:32:07 2008
    ***LOG Q0I=> NiPGetHostByAddr: address ****** not found: gethostbyaddr [ninti.c 379]
    WARNING => NiAddrToHost took 6 seconds [dpxxdisp.c   16611]
    Client address of T44 is **(*)
    ***LOG Q04=> DpRTmPrep, NiBufReceive (255 &&&& ) [dpxxdisp.c   9632]
    RM-T44, U255, 600 ****, 06:27:03, M0, W0, SQVI, 2/2
    Thu Aug 28 06:39:54 2008
    DpHdlDeadWp: restart wp (pid=2080) automatically
    Thu Aug 28 06:47:54 2008
    DpHdlDeadWp: restart wp (pid=6620) automatically
    Thu Aug 28 06:48:34 2008
    DpHdlDeadWp: restart wp (pid=6856) automatically
    Thu Aug 28 06:50:54 2008
    DpHdlDeadWp: restart wp (pid=8780) automatically
    Thu Aug 28 06:51:14 2008
    ERROR => W28 (pid 2104) died [dpxxdisp.c   12414]
    Thu Aug 28 06:53:34 2008
    ERROR => W28 (pid 7484) died [dpxxdisp.c   12414]
    Thu Aug 28 06:55:54 2008
    DpHdlDeadWp: restart wp (pid=4212) automatically
    Thu Aug 28 06:56:34 2008
    ERROR => W1 (pid 7940) died [dpxxdisp.c   12414]
    Thu Aug 28 06:56:54 2008
    DpHdlDeadWp: restart wp (pid=9144) automatically
    Thu Aug 28 06:57:34 2008
    ERROR => W33 (pid 8824) died [dpxxdisp.c   12414]
    Thu Aug 28 06:57:54 2008
    DpHdlDeadWp: restart wp (pid=3640) automatically
    DpHdlDeadWp: restart wp (pid=8420) automatically
    Thu Aug 28 06:58:34 2008
    ERROR => W1 (pid 9156) died [dpxxdisp.c   12414]
    ERROR => W5 (pid 7220) died [dpxxdisp.c   12414]
    ERROR => W28 (pid 8444) died [dpxxdisp.c   12414]
    ERROR => W33 (pid 5500) died [dpxxdisp.c   12414]
    ERROR => W34 (pid 8076) died [dpxxdisp.c   12414]
    Thu Aug 28 06:58:54 2008
    DpHdlDeadWp: restart wp (pid=6692) automatically
    Thu Aug 28 06:59:34 2008
    ERROR => W35 (pid 1996) died [dpxxdisp.c   12414]
    Thu Aug 28 06:59:54 2008
    DpHdlDeadWp: restart wp (pid=8832) automatically
    DpHdlDeadWp: restart wp (pid=6644) automatically
    Thu Aug 28 07:00:34 2008
    ERROR => W29 (pid 8108) died [dpxxdisp.c   12414]
    ERROR => W36 (pid 6760) died [dpxxdisp.c   12414]
    my types changed after wp death/restart 0xbf --> 0xaf
    Thu Aug 28 07:01:34 2008
    DpHdlDeadWp: restart wp (pid=8304) automatically
    Thu Aug 28 07:02:54 2008
    my types changed after wp death/restart 0xa7 --> 0xbf
    Thu Aug 28 07:03:34 2008
    ERROR => W1 (pid 1716) died [dpxxdisp.c   12414]
    ERROR => W2 (pid 9320) died [dpxxdisp.c   12414]
    ERROR => W5 (pid 5296) died [dpxxdisp.c   12414]
    ERROR => W28 (pid 6256) died [dpxxdisp.c   12414]
    ERROR => W29 (pid 8468) died [dpxxdisp.c   12414]
    ERROR => W30 (pid 9000) died [dpxxdisp.c   12414]
    ERROR => W31 (pid 5612) died [dpxxdisp.c   12414]
    ERROR => W32 (pid 3844) died [dpxxdisp.c   12414]
    my types changed after wp death/restart 0xbf --> 0xb7
    ERROR => W33 (pid 1700) died [dpxxdisp.c   12414]
    ERROR => W34 (pid 1268) died [dpxxdisp.c   12414]
    ERROR => W35 (pid 9048) died [dpxxdisp.c   12414]
    ERROR => W36 (pid 9668) died [dpxxdisp.c   12414]
    my types changed after wp death/restart 0xb7 --> 0xa7
    Thu Aug 28 07:07:54 2008
    my types changed after wp death/restart 0xa7 --> 0xbf
    DpHdlDeadWp: restart wp (pid=1172) automatically
    Thu Aug 28 07:11:54 2008
    DpHdlDeadWp: restart wp (pid=6484) automatically
    Thu Aug 28 07:12:34 2008
    ERROR => W3 (pid 1700) died [dpxxdisp.c   12414]
    Thu Aug 28 07:17:54 2008
    my types changed after wp death/restart 0xa7 --> 0xbf
    DpHdlDeadWp: restart wp (pid=8212) automatically
    DpHdlDeadWp: restart wp (pid=9276) automatically
    Thu Aug 28 07:18:34 2008
    ERROR => W2 (pid 1936) died [dpxxdisp.c   12414]
    DpHdlDeadWp: restart wp (pid=5108) automatically
    ERROR => W7 (pid 3644) died [dpxxdisp.c   12414]
    Thu Aug 28 07:18:54 2008
    DpHdlDeadWp: restart wp (pid=708) automatically
    ERROR => W4 (pid 1560) died [dpxxdisp.c   12414]
    Thu Aug 28 07:19:14 2008
    ERROR => W0 (pid 8636) died [dpxxdisp.c   12414]
    Thu Aug 28 07:19:34 2008
    DpHdlDeadWp: restart wp (pid=1736) automatically
    Thu Aug 28 07:19:54 2008
    ERROR => W11 (pid 9428) died [dpxxdisp.c   12414]
    DpHdlDeadWp: restart wp (pid=7572) automatically
    DpWpRestart: pid 8056 of WP12 also found for WP28 - removed
    ERROR => W28 (pid 8056) died [dpxxdisp.c   12414]
    DpHdlDeadWp: restart wp (pid=5932) automatically
    DpWpRestart: pid 4248 of WP13 also found for WP31 - removed
    ERROR => W31 (pid 4248) died [dpxxdisp.c   12414]
    DpHdlDeadWp: restart wp (pid=1988) automatically
    DpWpRestart: pid 5220 of WP14 also found for WP33 - removed
    ERROR => W33 (pid 5220) died [dpxxdisp.c   12414]
    Thu Aug 28 07:20:14 2008
    ERROR => W12 (pid 8056) died [dpxxdisp.c   12414]
    ERROR => W13 (pid 4248) died [dpxxdisp.c   12414]
    ERROR => W14 (pid 5220) died [dpxxdisp.c   12414]
    Thu Aug 28 07:20:34 2008
    DpHdlDeadWp: restart wp (pid=1348) automatically
    Thu Aug 28 07:20:54 2008
    DpHdlDeadWp: restart wp (pid=6220) automatically
    Thu Aug 28 07:21:14 2008
    ERROR => W15 (pid 6096) died [dpxxdisp.c   12414]
    ERROR => W16 (pid 4264) died [dpxxdisp.c   12414]
    Thu Aug 28 07:21:34 2008
    DpHdlDeadWp: restart wp (pid=8708) automatically
    Thu Aug 28 07:47:54 2008
    my types changed after wp death/restart 0xa6 --> 0xbf
    Thu Aug 28 07:48:34 2008
    ERROR => W0 (pid 6496) died [dpxxdisp.c   12414]
    ERROR => W1 (pid 6772) died [dpxxdisp.c   12414]
    ERROR => W2 (pid 6264) died [dpxxdisp.c   12414]
    ERROR => W3 (pid 6760) died [dpxxdisp.c   12414]
    ERROR => W4 (pid 5772) died [dpxxdisp.c   12414]
    ERROR => W5 (pid 9164) died [dpxxdisp.c   12414]
    ERROR => W6 (pid 5244) died [dpxxdisp.c   12414]
    ERROR => W7 (pid 7908) died [dpxxdisp.c   12414]
    ERROR => W8 (pid 9604) died [dpxxdisp.c   12414]
    ERROR => W9 (pid 4472) died [dpxxdisp.c   12414]
    ERROR => W10 (pid 7164) died [dpxxdisp.c   12414]
    ERROR => W11 (pid 1996) died [dpxxdisp.c   12414]
    ERROR => W12 (pid 9864) died [dpxxdisp.c   12414]
    ERROR => W13 (pid 1848) died [dpxxdisp.c   12414]
    ERROR => W14 (pid 8348) died [dpxxdisp.c   12414]
    ERROR => W15 (pid 4536) died [dpxxdisp.c   12414]
    ERROR => W16 (pid 5808) died [dpxxdisp.c   12414]
    ERROR => W17 (pid 5444) died [dpxxdisp.c   12414]
    ERROR => W18 (pid 7444) died [dpxxdisp.c   12414]
    ERROR => W19 (pid 1160) died [dpxxdisp.c   12414]
    ERROR => W20 (pid 2028) died [dpxxdisp.c   12414]
    ERROR => W21 (pid 4364) died [dpxxdisp.c   12414]
    ERROR => W22 (pid 8752) died [dpxxdisp.c   12414]
    ERROR => W23 (pid 3944) died [dpxxdisp.c   12414]
    my types changed after wp death/restart 0xbf --> 0xbe
    ERROR => W28 (pid 8952) died [dpxxdisp.c   12414]
    ERROR => W29 (pid 7804) died [dpxxdisp.c   12414]
    ERROR => W30 (pid 4940) died [dpxxdisp.c   12414]
    ERROR => W31 (pid 8292) died [dpxxdisp.c   12414]
    ERROR => W32 (pid 9200) died [dpxxdisp.c   12414]
    my types changed after wp death/restart 0xbe --> 0xb6
    ERROR => W33 (pid 7888) died [dpxxdisp.c   12414]
    ERROR => W34 (pid 4396) died [dpxxdisp.c   12414]
    ERROR => W35 (pid 5496) died [dpxxdisp.c   12414]
    ERROR => W36 (pid 8252) died [dpxxdisp.c   12414]
    my types changed after wp death/restart 0xb6 --> 0xa6
    Thu Aug 28 07:50:00 2008
    DpSigInt: caught signal 2
    DpHalt: shutdown server >####->###- ###<)< (normal)
    DpModState: change server state from ACTIVE to SHUTDOWN
    Stop work processes...
    Thu Aug 28 07:50:01 2008
    Stop gateway
    Stop icman
    Terminate gui connections
    waiting for termination of gateway
    Thu Aug 28 07:50:02 2008
    waiting for termination of icman
    Thu Aug 28 07:50:03 2008
    DpStartStopMsg: send stop message (myname is >###- ###<)
    DpStartStopMsg: stop msg sent
    Thu Aug 28 07:50:04 2008
    DpHalt: sync with message server o.k.
    detach from message server
    ***LOG Q0M=> DpMsDetach, ms_detach () [dpxxdisp.c   10153]
    MBUF state OFF
    MBUF component DOWN
    ***LOG Q05=> DpHalt, DPStop ( 6164) [dpxxdisp.c   8643]
    Thanks
    Kumar
    Edited by: Kumar on Aug 28, 2008 9:30 AM

  • Logic in Smartform: Please help

    Hi All,
    I have a requirement to print a form and Ive chosen  to use smartforms but I dont know how to implement it.
    I'll be passing a table to the smartforms but the requirement is to print one form for each line item in the table. So if there are 4 line items in the table, there will be 4 identical forms generated with different values.
    How do I go about this?
    Please help.
    Thanks.
    Tyken

    Hi,
    Following are some poin ts to be copnsidered when you print miltiple forms at a time.
    1) when you give for printing theys should be in one spool because when you give for direct printing they may appear in different spools
    2) when you see the print preview they should appear one below the other
    In print preview you cant see all at a time . like If you give it for print priview first it will display first form and when you go on pressing back button it will display one by one . To avoid this write the following code.
    DESCRIBE TABLE it_mdocm LINES v_lines.
        LOOP AT it_mdocm INTO wa_mdocm.
          IF sy-tabix EQ 1.
            wa_ssfctrl-no_open = space.
            wa_ssfctrl-no_close = c_x.
          ELSEIF sy-tabix EQ v_lines.
            wa_ssfctrl-no_open = c_x.
            wa_ssfctrl-no_close = space.
          ELSE.
            wa_ssfctrl-no_open = c_x.
            wa_ssfctrl-no_close = c_x.
          ENDIF.
          IF p_pv = c_x.
            wa_ssfctrl-preview = c_x.         " printpreview required ( I think this you dont need)
          ENDIF.
          wa_ssfctrl-device = 'PRINTER'.    " Device
          wa_ssfctrl-no_dialog = c_x.       " Dialog
          wa_ssfctrl-langu = sy-langu.      " langauage
              CALL FUNCTION v_func_mod_name
                 EXPORTING
          ARCHIVE_INDEX              =
          ARCHIVE_INDEX_TAB          =
          ARCHIVE_PARAMETERS         =
           control_parameters         = wa_ssfctrl
          MAIL_APPL_OBJ              =
          MAIL_RECIPIENT             =
          MAIL_SENDER                =
           output_options             = x_output_options
           user_settings              = space
           mdocm                      = wa_mdocm-mdocm
           point                      = wa_mdocm-point
        IMPORTING
          DOCUMENT_OUTPUT_INFO       =
          JOB_OUTPUT_INFO            =
          JOB_OUTPUT_OPTIONS         =
                EXCEPTIONS
                  formatting_error           = 1
                  internal_error             = 2
                  send_error                 = 3
                  user_canceled              = 4
                  OTHERS                     = 5
              IF sy-subrc <> 0.
                MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                        WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
              ENDIF.
    endloop.
    Reward points if useful.
    Regards,
    Nageswar

  • Ready to dump my G5.  Please help me before I do!  Kernel panics gallore!

    I have been experiencing kernel panics everytime I startup my G5 for the last 5 months. It started as an occassional event until it became an every time event. I got to the point that the computer would not start even after trying 10+ times successfully. I only managed to do it by booting up with a bootable CD or with my backup Firewire drive. I was unable to boot up with the Firewire drive when I selected it as a startup disk though. In any case, the kernel panics always occur at startup. I ran all kinds of diagnostics including Disk Warrior, TechTool Pro and Disk Utilities. All 3 always showed that my computer has no problems. Every test passed. I repaired permissions countless times, followed all different advices on how to deal with kernel panics, etc. I finally decided to erase my drive by zeroing and start from scratch. Before re-installing Tiger I ran diagnostics again to make sure nothing was wrong with the drive and the rest of my computer and all tests passed. I finally re-installed Tiger and to my frustration the problem continues even when all I have loaded in my computer is Tiger. I am able to startup without getting a kernel panic the first time after I have re-installed Tiger (have done it 3-4 times in the last week or so) but then on a second trial I get back to the same situation. I forgot to mention that I got the panics even while re-installing Tiger and while running Techtool Pro. I had to perform hard startups several times before I was able to complete the tests and re-install Tiger. In most cases whenever I get the kernel panics if I don't do a hard startup my diks accelerates very rapidly and gets the fans running at full and very noisy speed. Throughout this whole deal all the diagnostics tools have been unable to identify the problem. Do I need to trash my computer? As far as I am concerned I have tried everything I can think of for the last 3 months to no avail. The situation kept deteriorating with time so it sounds like a hardware problem and as if one of the internal parts is just dying a slow death. Any words of wisdom will do. I have owned close to 7 Macs over the years (this one is about 2 years old) and this is the first time I have felt like trashing one. Please Help!!

    Hello!
    I had the same problem once - it was the Ram, but Hardware Test didn´t get it. It just said everythings ok - So for testing if the Ram is ok, I put out all the Ram that was in and always tried 2 slices at one time. Well it works fine to check when you have more than 2 slices of Ram, but if not maybe you´ve got friends to borrow some working Ram from them. After I´ve tried that I found out that there were 2 slices out of 6 damaged. After replacing the damaged no Kernell Panics again.
    But I hope you have a less costs problem!
    Yours,
    Jörg

  • Smartforms Dump

    Hello experts,
    I copied a smartforms and adapted to new needs.
    The original report print one or more pages normally, but my smartform doesn't.
    The problem is in a Main window. In this main has a main table, this main table has only header and footer. When I try print more informations that fits in the first page the dump happens.
    Please, help me.

    This table has only the header and footer and in the original form works correctly.
    About the size of line.... The smartform has 6 types of lines with 1,36cm high. And it isn't the problem. The form is printed normally if the ifnormations don't pass the first page. The dump only happens if the second page is necessary.
    The strange thing is that informaions stay in main windows, so, if I right, the main should automatically call the second page.

  • 790FX-GD70 Ram Problem (PLEASE HELP!!)

    Hello all,
    I recently installed my 790FX-GD70 motherboard with all the ram and all that
    I have 2x4gb RAM but when i put both sticks of ram in i do not get anything on the screen but when i install 1 stick of ram into the 2nd dimm windows loads up and all that but after like 10-15minutes i get a blue screen and at the bottom it says "Dumping Physical Memory to Disc" then it reboots loads back to windows and does the same thing again, but i dont know why when i put 2x 4GB ram the same the computer boots up but nothing comes on the screen.
    Any help please?
    Really need to fix this.
    750W PSU
    AMD phenom II 850 @ 3.3GHz
    2x4gb ram only 1 allowed
    2x ASUS GeForce 550TI's
    PLEASE HELP ME!!
    Nothing is overclocked.

    Hello Sorry here are the links to my PSU and RAM!
    PSU:
    http://www.ebay.co.uk/itm/NEW-QUIET-ARTIC-750W-ATX-PSU-8-PIN-SATA-PCI-E-PFC-120mm-FAN-POWER-SUPPLY-/140722519305?pt=UK_Computing_PowerSupplies_EH&hash=item20c3b73d09#ht_3045wt_1012
    RAM:
    MTEX 1333MHz-----1111G14JCJ6-----MTC003944
    I got these numbers of the ram itself so i don't know which is the model number and the serial number.
    And the voltage of the ram is at default. 1.5 i think
    I did try and set the voltage to 1.8 and put my 8gb ram in, it booted up to windows and i managed to put 2 sticks of ram in then about 10 minutes later it went to blue screen again and said  dumping physical memory to disc
    I done a error check of the ram and it came up with no errors.

  • Please, help me learn J2EE...point me out to better tutorials or something!

    Hi,
    Guys, I really need help in trying to learn what J2EE is.
    I've got prior knowledge and experience on Java (I thought), but ever since I came across the terms J2EE, EJB, JNI, JSP, JDBC and all that crap, I now don't know what I actually learnt!
    Please bear with me I beg of you! :)
    1.0: What I've learnt.
    ===============================
    So far, I've learnt (I think) the core/basics of the Java language, covering uhm...the basics up to GUIs, Arrays, IOStreams...yeah I think that's it.
    I code using notepad and compile them using the SDK...which up to now I still don't know if it is an SE or EE edition. It's j2sdk1.4.0 the last time I checked. I didn't use any IDE.
    I've done (school) projects like a Library System (involves loaning of books and charges etc etc), a Chalet Organizer (Loaning out chalets/rooms and charges etc etc) and an Appointment Organizer.
    So what was that which I learnt? Am I right to say that that is only core Java and nothing else and is next to worthless in the working world?
    2.0: Why I want to learn J2EE.
    ===============================
    Okay so why do I want to learn specifically J2EE? Well, most employment opportunities here require J2EE and EJB (and maybe some other alien terms) as prerequisites to being a "Java Programmer".
    I really need the job as soon as possible (for family's sake) and the job market here is already saturated with webmasters..
    3.0: What I have tried.
    ===============================
    Believe me, I tried for like 2 months already to try learn this thing on my own.
    I have followed almost exactly to the J2EE "Beginner's Tutorial" found on http://java.sun.com/j2ee/tutorial/ but no matter how far I read, I'm still just as clueless as I was when I was in my mother's womb about what J2EE is all about, even though I did the examples. I stopped somewhere in the middle of "Getting Started" because I realized I wasn't learning anything at all.
    4.0: Help meeeeeee...
    ===============================
    4.1:
    Can anyone please help me set my head straight and either point me to a REAL beginner's tutorial on J2EE and what the heck it is, or help explain to me slowly what J2EE really is and how to learn it?
    4.2:
    What's the difference between J2EE and J2SE?!? I initially thought that J2SE was simply just a smaller download which didn't include some of the heavier stuff that the EE carried, but boy was I wrong when that same tutorial asked me to install BOTH of them!
    4.3:
    Is it right for me to think that EJB are just files which are precoded to facilitate programming? e.g.:(I could've written up my own Date class instead of using the standard Date class that everybody uses.)
    4.4:
    What the hell is Jakarta Ant? Is it a builder and not a compiler, and may allow me to run built programs just by double-clicking on an e.g. executable? Like C++? So that I don't have to go to command prompt and type "java myApp.class"? (OT, but I think it's ridiculous that Apache has this and not Sun!!)
    4.5:
    Is there a simpler, much much much simpler example of a J2EE tutorial besides the overly vague tutorial "The Duke's Bank Application"? I need more examples of smaller scale maaaan... Better yet, is there a tutorial around that covers the very very very basics of Java all the way up to J2EE, step by step and with ample explanations?
    =========================
    Thanks all, I would really really appreciate any heads up you can provide me with.
    Sincerely, Kai.

    Lee and tsith - same fella -
    Run Tomcat as a standalone critter - the install of the current ver (4.1.12?) on a Windows machine sets it up nicely, and you don't have to worry about web connectors and stuff. Just create a few JSPs and dump them somewhere under the ROOT directory of your webapps directory and you should be able to hit them via a URL like http://localhost:8080/test.jsp (assuming you have it running on port 8080). Once you get your fill of the JSP thing, make a serrvlet and look into creating WAR files - then copy your WAR file into webapps subdirectory of your Tomcat installation and play with that. When you've had enough Servlet fun, then look into JBoss and making EAR files and you'll have all sorts of fun with JNDI and JDBC and all those other acronyms.
    Ant is just a build tool, not a compiler. Compiling simple java classes is no big deal, 'cause you just type javac MyClass.java or some such. But when you get into complicated build processes (like, compile these classes, making sure to include the J2EE jar and all the other jars I need, and create a WAR file, and deploy it to Tomcat) then Ant really helps.
    If you want help documenting your classes, the javadoc tool is for you.
    Lee

  • Itunes wont open. itunes has stopped working message Please help!!

    I had itune 10.1 working just normal, and suddenly it wont open. 
      even before that, 1st problem i had  was with Quick time, i couldnt uninstall it, kept saying newer version of Quick time installed..or something like that. and i figured out to install itunes without unstalling quick time. (thanks to Google) and was working fine for a month, and suddenly, now iTune wont open. I tried unstalling it, and reinstalled... that's pretty much i can do now!!  still no hope!! (btw, I use Vista, 32bit!) Please help me... here's what Problem report shows..
      " stopped working"  
    Problem Event Name:
    BEX
    Application Name:
    iTunes.exe
    Application Version:
    10.6.1.7
    Application Timestamp:
    4f71aced
    Fault Module Name:
    cryptdlg.dll_unloaded
    Fault Module Version:
    0.0.0.0
    Fault Module Timestamp:
    4549bd25
    Exception Offset:
    69431040
    Exception Code:
    c0000005
    Exception Data:
    00000008
    OS Version:
    6.0.6002.2.2.0.768.3
    Locale ID:
    1033
    Additional Information 1:
    fd00
    Additional Information 2:
    ea6f5fe8924aaa756324d57f87834160
    Additional Information 3:
    fd00
    Additional Information 4:
    ea6f5fe8924aaa756324d57f87834160
    and another report: "stopped responding and was closed"
    Description
             A problem caused this program to stop interacting with Windows.
    Problem signature
    Problem Event Name:    AppHangB1
    Application Name:    iTunes.exe
    Application Version:    10.5.0.142
    Application Timestamp:    4e9243f2
    Hang Signature:    6a2d
    Hang Type:    2048
    OS Version:    6.0.6002.2.2.0.768.3
    Locale ID:    1033
    Additional Hang Signature 1:    579344e9ab62a3902d6e00f558f404ca
    Additional Hang Signature 2:    1748
    Additional Hang Signature 3:    8fb4784d6c7db48473361b5a4e821ea6
    Additional Hang Signature 4:    6a2d
    Additional Hang Signature 5:    579344e9ab62a3902d6e00f558f404ca
    Additional Hang Signature 6:    1748
    Additional Hang Signature 7:    8fb4784d6c7db48473361b5a4e821ea6
    PLEASE HELP ME.....  MUCHO GRASSYASS!      

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.
    Click the Clear Display icon in the toolbar. Then take the action that isn't working the way you expect. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name or email address, may appear in the log. Anonymize before posting.

  • Somebody please help me! My mac has been running very slow for 2 weeks for no reason. I have no clue how this started.

    I have a early 2013 macbook pro with retina display and it has all of the updates. My mac won't load pages fast anymore on an browser. And it won't run anything as fast as it used to. This just started happening to me about 2-3 weeks ago. Please help me fix this problem I have no clue what is going on.
    Thank you
    Specs :
    2.7 GHz Intel Core i7
    16 GB 1600 MHz DDR3
    Intel HD Graphics 4000 1024 MB

    1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve the problem. But with the aid of the test results, the solution may take a few minutes, instead of hours or days.
    The test works on OS X 10.7 ("Lion") and later. I don't recommend running it on older versions of OS X. It will do no harm, but it won't do much good either.
    Don't be put off by the complexity of these instructions. The process is much less complicated than the description. You do harder tasks with the computer all the time.
    2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. Backup is always a must, and when you're having any kind of trouble with the computer, you may be at higher than usual risk of losing data, whether you follow these instructions or not.
    There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    3. Below are instructions to run a UNIX shell script, a type of program. As I wrote above, it changes nothing. It doesn't send or receive any data on the network. All it does is to generate a human-readable report on the state of the computer. That report goes nowhere unless you choose to share it. If you prefer, you can act on it yourself without disclosing the contents to me or anyone else.
    You should be wondering whether you can believe me, and whether it's safe to run a program at the behest of a stranger. In general, no, it's not safe and I don't encourage it.
    In this case, however, there are a couple of ways for you to decide whether the program is safe without having to trust me. First, you can read it. Unlike an application that you download and click to run, it's transparent, so anyone with the necessary skill can verify what it does.
    You may not be able to understand the script yourself. But variations of it have been posted on this website thousands of times over a period of years. The site is hosted by Apple, which does not allow it to be used to distribute harmful software. Any one of the millions of registered users could have read the script and raised the alarm if it was harmful. Then I would not be here now and you would not be reading this message. See, for example, this discussion.
    Nevertheless, if you can't satisfy yourself that these instructions are safe, don't follow them. Ask for other options.
    4. Here's a summary of what you need to do, if you choose to proceed:
    ☞ Copy a line of text in this window to the Clipboard.
    ☞ Paste into the window of another application.
    ☞ Wait for the test to run. It usually takes a few minutes.
    ☞ Paste the results, which will have been copied automatically, back into a reply on this page.
    The sequence is: copy, paste, wait, paste again. You don't need to copy a second time. Details follow.
    5. Try to test under conditions that reproduce the problem, as far as possible. For example, if the computer is sometimes, but not always, slow, run the test during a slowdown.
    You may have started up in "safe" mode. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
    6. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply. Don't log in as root.
    7. The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, though you may not see all of it in the browser window, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
    Triple-click anywhere in the line of text below on this page to select it:
    PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/libexec;clear;cd;p=(1249 ' 0.5 0.25 10 1000 15 5120 1000 25000 1 1 0 100 ' 51 25600 4 10 25 5120 102400 1000 25 1000 200 40 500 300 85 25 20480 262144 20 2000 524288 604800 5 );k=({Soft,Hard}ware Memory Diagnostics Power FireWire Thunderbolt USB Bluetooth SerialATA Extensions Applications Frameworks PrefPane Fonts Displays PCI UniversalAccess InstallHistory ConfigurationProfile AirPort 'com\.apple\.' -\\t N\\/A 'AES|atr|udit|msa|dnse|ax|ensh|fami|FileS|fing|ft[pw]|gedC|kdu|etS|is\.|alk|ODSA|otp|htt|pcas|ps-lp|rexe|rlo|rsh|smb|snm|teln|upd-[aw]|uuc|vix|webf' OSBundle{Require,AllowUserLoa}d 'Mb/s:per sec:ms/s:KiB/s:%:total:MB:total' 'Net in:Net out:I/O wait time:I/O requests:CPU usage:Open files:Memory:Mach ports:File opens:Forks:Failed forks:System errors' 'tsA|[ST]M[HL]' PlistBuddy{,' 2>&1'}' -c Print' 'Info\.plist' CFBundleIdentifier );f=('\n%s'{': ','\n\n'}'%s\n' '\nRAM details\n%s\n' %s{' ','\n'{"${k[22]}",}}'%s\n' '%d MB: %s\n' '\n    ...and %s more line(s)\n' '\nContents of %s\n    '"${k[22]}"'mod date: %s\n    '"${k[22]}"'checksum: %s\n%s\n' );c=(879294308 4071182229 461455494 3627668074 1083382502 1274181950 1855907737 2758863019 1848501757 464843899 2636415542 3694147963 1233118628 2456546649 2806998573 2778718105 842973933 2051385900 3301885676 891055588 998894468 695903914 1443423563 4136085286 3374894509 1051159591 892310726 1707497389 523110921 2883943871 3873345487 );s=(' s/[0-9A-Za-z._]+@[0-9A-Za-z.]+\.[0-9A-Za-z]{2,4}/EMAIL/g;/faceb/s/(at\.)[^.]+/\1NAME/g;/\/Shared/!s/(\/Users\/)[^ /]+/\1USER/g;s/[-0-9A-Fa-f]{22,}/UUID/g;' ' s/^ +//;/de: S|[nst]:/p;' ' {sub(/^ +/,"")};/er:/;/y:/&&$2<'${p[4]} ' s/:$//;3,6d;/[my].+:/d;s/^ {4}//;H;${ g;s/\n$//;/s: (E[^m]|[^EO])|x([^08]|02[^F]|8[^0])/p;} ' ' 5h;6{ H;g;/P/!p;} ' ' ($1~/^Cy/&&$3>'${p[9]}')||($1~/^Cond/&&$2!~/^N/) ' ' /:$/{ N;/:.+:/d;s/ *://;b0'$'\n'' };/^ *(V.+ [0N]|Man).+ /{ s/ 0x.... //;s/[()]//g;s/(.+: )(.+)/ (\2)/;H;};$b0'$'\n'' d;:0'$'\n'' x;s/\n\n//;/Apple[ ,]|Genesy|Intel|SMSC/d;s/\n.*//;/\)$/p;' ' s/^.*C/C/;H;${ g;/No th|pms/!p;} ' '/= [^GO]/p' '{$1=""};1' ' /Of/!{ s/^.+is |\.//g;p;} ' ' BEGIN { FS=":";if(system("sw_vers -productVersion|grep -q ^10\.1")) d="^'"${k[21]}"'launch(d\.peruser\.[0-9]+|ctl\.(Aqua|Background|System))$";} { if($2~/[1-9]/) { $2="status: "$2;printf("'"${f[4]}"'",$1,$2);} else if(!d||$1!~d) print $1;} ' ' { sub(/ :/,"");print|"tail -n'${p[10]}'";} ' ' NR==2&&$4<='${p[7]}' { print $4;} ' ' ($1~"wir"&&$2>'${p[22]}')||($1~/P.+ts:/&&$2>'${p[19]}') { print $1" "int($2);} ' '/YLD/s/=/ /p' ' { q=$1;$1="";u=$NF;$NF="";gsub(/ +$/,"");print q":"$0":"u;} ' ' /^ {6}[^ ]/d;s/:$//;/([^ey]|[^n]e):/d;/e: Y/d;s/: Y.+//g;H;${ g;s/ \n (\n)/\1/g;s/\n +(M[^ ]+)[ -~]+/ (\1)/;s/\n$//;/( {8}[^ ].*){2,}/p;} ' 's:^:/:p;' ' !/, .+:/{print};END{if(NR<'{${p[12]},${p[13]}}')printf("^'"${k[21]}"'.+")} ' '|uniq' ' 1;END { print "/L.+/Scr.+/Templ.+\.app$";print "/L.+/Pri.+\.plugin$";if(NR<'{${p[14]},${p[21]}}') print "^/[Sp].+|'${k[21]}'";} ' ' /\.(framew|lproj)|\):/d;/plist:|:.+(Mach|scrip)/s/:.+//p;' '&&echo On' '/\.(bundle|component|framework|kext|mdimporter|plugin|qlgenerator|saver|wdgt)$/p' '/\.dylib$/p' ' /Temp|emac/{next};/(etc|Preferences|Launch[AD].+)\// { sub(".","");print $0"$";} END { split("'"${c[*]}"'",c);for(i in c) print "\t"c[i]"$";} ' ' /^\/(Ap|Dev|Inc|Prev)/d;/((iTu|ok).+dle|\.(component|mailbundle|mdimporter|plugin|qlgenerator|saver|wdgt))$/p;' ' BEGIN{ FS="= "} $2 { gsub(/[()"]/,"",$2);print $2;} ' ' /^\//!d;s/^.{5}//;s/ [^/]+\//: \//p;' '>&-||echo No' '{print $3"\t"$1}' 's/\'$'\t''.+//p' 's/1/On/p' '/Prox.+: [^0]/p' '$2>'${p[2]}'{$2=$2-1;print}' ' BEGIN { M1='${p[16]}';M2='${p[18]}';M3='${p[8]}';M4='${p[3]}';} !/^A/{next};/%/ { getline;if($5<M1) o["CPU"]="CPU: user "$2"%, system "$4"%";next;} $2~/^disk/&&$4>M2 { o[$2]=$2": "$3" ops/s, "$4" blocks/s";next;} $2~/^(en[0-9]|bridg)/ { if(o[$2]) { e=$3+$4+$5+$6;if(e) o[$2]=o[$2]"; errors "e"/s";next;};if($4>M3||$6>M4) o[$2]=$2": in "int($4/1024)", out "int($6/1024)" (KiB/s)";} END { for(i in o) print o[i];} ' ' /r\[0\] /&&$NF!~/^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./ { print $NF;exit;} ' ' !/^T/ { printf "(static)";exit;} ' '/apsd|BKAg|OpenD/!s/:.+//p' ' (/k:/&&$3!~/(255\.){3}0/)||(/v6:/&&$2!~/A/) ' ' BEGIN{FS=": "} /^ {10}O/ {exit} /^ {0,12}[^ ]/ {next} $1~"Ne"&&$2!~/^In/{print} $1~"Si" { split($2,a," ");if(a[1]-a[4]<'${p[5]}') print;};$1~"T"&&$2<'${p[20]}'{print};$1~"Se"&&$2!~"2"{print};' ' BEGIN { FS=":";} { n=split($3,a,".");sub(/_2[01].+/,"",$3);print $2" "$3" "a[n]$1;} ' ' BEGIN { split("'"${p[1]}"'",m);FS=":";} $2<=m[$1]{next} $1<9 { o[$1]=o[$1]"\n    "$3" (UID "$4"): "$2;} $1==9&&$5!~"^/dev" { o[$1]=o[$1]"\n    "$3" (UID "$4") => "$5" (status "$6"): "$2;} $1==10&&$5 { p="ps -c -ocomm -p"$5"|sed 1d";p|getline n;close(p);if(n) $5=n;o[$1]=o[$1]"\n    "$5" => "$3" (UID "$4"): "$2;} $1~/1[12]/ { o[$1]=o[$1]"\n    "$3" (UID "$4", error "$5"): "$2;} END { n=split("'"${k[27]}"'",u,":");for(i=n+1;i<n+5;i++)u[i]=u[2];split("'"${k[28]}"'",l,":");for(i in o) print "\n"l[i]" ("u[i]")\n"o[i];} ' ' /^ {8}[^ ]/{print} ' ' BEGIN { L='${p[17]}';} !/^[[:space:]]*(#.*)?$/ { l++;if(l<=L) f=f"\n    "$0;} END { F=FILENAME;if(!F) exit;if(!f) f="\n    [N/A]";"cksum "F|getline C;split(C, A);C=A[1];"stat -f%Sm "F|getline D;"file -b "F|getline T;if(T~/^Apple b/) { f="";l=0;while("'"${k[30]}"' "F|getline g) { l++;if(l<=L) f=f"\n    "g;};};if(T!~/^(AS.+ (En.+ )?text(, with v.+)?$|(Bo|PO).+ sh.+ text ex|XM)/) F=F"\n    '"${k[22]}"'"T;printf("'"${f[8]}"'",F,D,C,f);if(l>L) printf("'"${f[7]}"'",l-L);} ' ' s/^ ?n...://p;s/^ ?p...:/-'$'\t''/p;' 's/0/Off/p' 's/^.{52}(.+) <.+/\1/p' ' /id: N|te: Y/{i++} END{print i} ' ' /kext:/ { split($0,a,":");p=a[1];k[S]='${k[25]}';k[U]='${k[26]}';v[S]="Safe";v[U]="true";for(i in k) { s=system("'"${k[30]}"'\\ :"k[i]" \""p"\"/*/I*|grep -qw "v[i]);if(!s) a[1]=a[1]" "i;};if(!a[2]) a[2]="'"${k[23]}"'";printf("'"${f[4]}"'",a[1],a[2]);next;} !/^ *$/ { p="'"${k[31]}"'\\ :'"${k[33]}"' \""$0"\"/*/'${k[32]}'";p|getline b;close(p);if(b~/, .+:/||b=="") b="'"${k[23]}"'";printf("'"${f[4]}"'",$0,b);} ' '/ en/!s/\.//p' ' NR>=13 { gsub(/[^0-9]/,"",$1);print;} ' ' $10~/\(L/&&$9!~"localhost" { sub(/.+:/,"",$9);print $1": "$9|"sort|uniq";} ' '/^ +r/s/.+"(.+)".+/\1/p' 's/(.+\.wdgt)\/(Contents\/)?'${k[32]}'$/\1/p' 's/^.+\/(.+)\.wdgt$/\1/p' ' /l: /{ /DVD/d;s/.+: //;b0'$'\n'' };/s: /{ / [VY]/d;s/^ */- /;H;};$b0'$'\n'' d;:0'$'\n'' x;/APPLE [^:]+$/d;p;' '/^find: /!p;' ' /^p/{ s/.//g;x;s/\nu/:/;s/(\n)c/\1:/;s/\n\n//;p;};H;' ' BEGIN{FS="= "} /Path/{print $2} ' ' /^ *$/d;s/^ */    /;p;' ' s/^.+ |\(.+\)$//g;p;' '1;END{if(NR<'${p[15]}')printf("^/(S|usr/(X|li))")}' ' /2/{print "WARN"};/4/{print "CRITICAL"};' ' /EVHF|MACR|^s/d;s/^.+: //p;' ' $3~/^[1-9][0-9]{0,2}(\.[1-9][0-9]{0,2}){2}$/ { i++;n=n"\n"$1"\t"$3;} END{ if(i>1)print n} ' s/{'\.|jnl: ','P.+:'}'//;s/ +([0-9]+)(.+)/\2 \1/p' ' /es: ./{ s/^.+://;b0'$'\n'' };/^ +C.+ted: +[NY]/H;/:$/b0'$'\n'' d;:0'$'\n'' x;/: +N/d;s/\n.+//p;' ' 1d;/:$/b0'$'\n'' $b0'$'\n'' /(D|^ *Loc.+): /{ s/^.+: //;H;};/(B2|[my]): /H;d;:0'$'\n'' x;/[my]: [AM]|m: I.+p$|^\/Vo/d;s/(^|\n) [ -~]+//g;s/(.+)\n(.+)/\2:\1/;s/\n//g;/[ -~]/p;' 's/$/:(0|-(4[34])?)$/p' '|sort'{'|uniq'{,\ -c},\ -nr} ' s/^/'{5,6,7,8}':/;s/ *: */:/g;p;' '/e:/{print $2}' ' /^[(]/{ s/....//;s/$/:/;N;/: [)]$/d;s/\n.+ ([^ ]+).$/\1/;H;};${ g;p;} ' 's/:.+$//p' '|wc -l' /{\\.{kext,xpc,'(appex|pluginkit)'}'\/(Contents\/)?'Info,'Launch[AD].+'}'\.plist$/p' 's/([-+.?])/\\\1/g;p' 's/, /\'$'\n/g;p' ' BEGIN{FS=":"} { printf("'"${f[6]}"'",$1/1048576,$2);} ' ' /= D/&&$1!~/'{${k[24]},${k[29]}}'/ { getline d;if(d~"t") D=D"\n"$1;} END { print D;} ' ' NR>1&&$3!~/0x|\.([0-9]{3,}|[-0-9A-F]{36})$/ { print $3":"$2;} ' '|tail -n'${p[6]} ' $1>1 { $NF=$NF" x"$1;} /\*/ { if(!f) f="\n\t* Code injection";} { $1="";} 1;END { print f;} ' ' s/.+bus /Bus: /;s/,.+[(]/ /;s/,.+//p;' ' { $NF=$NF" Errors: "$1;$1="";} 1 ' ' 1s/^/\'$'\n''/;/^ +(([MNPRSV]|De|Li).+|Bus): .|d: Y/d;s/:$//;$d;p;' ' BEGIN { RS=",";FS=":";} $1~"name" { gsub("\"","",$2);print $2;} ' '|grep -q e:/' '/[^ .]/p' '{ print $1}' ' /^ +N.+: [1-9]/ { i++;} END { if(i) print "system: "i;} ' ' NF { print "'{admin,user}' "$NF;exit;} ' ' /se.+ =/,/[\}]/!d;/[=\}]/!p ' ' 3,4d;/^ +D|Of|Fu| [0B]/d;s/^  |:$//g;$!H;${ x;/:/p;} ' ' BEGIN { FS=": ";} NR==1 { sub(":","");h="\n"$1"\n";} /:$/ { l=$1;next;} $1~"S"&&$2!~3 { getline;next;} /^ {6}I/ { i++;L[i]=l" "$2;if(i=='${p[24]}') nextfile;} END { if(i) print h;for(j=0;j<i;j++) print L[i-j];} ' ' /./H;${ x;s/\n//;s/\n/, /g;/,/p;} ' );c1=(system_profiler pmset\ -g nvram fdesetup find syslog df vm_stat sar ps crontab kextfind top pkgutil "${k[30]}\\" echo cksum kextstat launchctl smcDiagnose sysctl\ -n defaults\ read stat lsbom 'mdfind -onlyin' env pluginkit scutil 'dtrace -q -x aggsortrev -n' security sed\ -En awk 'dscl . -read' networksetup mdutil lsof test osascript\ -e netstat mdls route cat );c2=(${k[21]}loginwindow\ LoginHook ' /L*/P*/loginw*' "'tell app \"System Events\" to get properties of login items'" 'L*/Ca*/'${k[21]}'Saf*/E* -d 2 -name '${k[32]} '~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \)' -i '-nl -print' '-F \$Sender -k Level Nle 3 -k Facility Req "'${k[21]}'('{'bird|.*i?clou','lsu|sha'}')"' "-f'%N: %l' Desktop {/,}L*/Keyc*" therm sysload boot-args status " -F '\$Time \$Message' -k Sender kernel -k Message CRne '0xdc008012|(allow|call)ing|(mplet|nabl)ed|ry HD|safe b|xpm' -k Message CReq 'bad |Can.t l|corru|dead|fail|GPU |hfs: Ru|inval|Limiti|v_c|NVDA[(]|pagin|Purg(ed|in)|error|Refus|TCON|tim(ed? ?|ing )o|trig|WARN' " '-du -n DEV -n EDEV 1 10' 'acrx -o%cpu,comm,ruid' "' syscall::recvfrom:return {@a[execname,uid]=sum(arg0)} syscall::sendto:return {@b[execname,uid]=sum(arg0)} syscall::open*:entry {@c[execname,uid,copyinstr(arg0),errno]=count()} syscall::execve:return, syscall::posix_spawn:return {@d[execname,uid,ppid]=count()} syscall::fork:return, syscall::vfork:return, syscall::posix_spawn:return /arg0<0/ {@e[execname,uid,arg0]=count()} syscall:::return /errno!=0/ {@f[execname,uid,errno]=count()} io:::wait-start {self->t=timestamp} io:::wait-done /self->t/ { this->T=timestamp - self->t;@g[execname,uid]=sum(this->T);self->t=0;} io:::start {@h[execname,uid]=sum(args[0]->b_bcount)} tick-10sec { normalize(@a,2560000);normalize(@b,2560000);normalize(@c,10);normalize(@d,10);normalize(@e,10);normalize(@f,10);normalize(@g,10000000);normalize(@h,10240);printa(\"1:%@d:%s:%d\n\",@a);printa(\"2:%@d:%s:%d\n\",@b);printa(\"9:%@d:%s:%d:%s:%d\n\",@c);printa(\"10:%@d:%s:%d:%d\n\",@d);printa(\"11:%@d:%s:%d:%d\n\",@e);printa(\"12:%@d:%s:%d:%d\n\",@f);printa(\"3:%@d:%s:%d\n\",@g);printa(\"4:%@d:%s:%d\n\",@h);exit(0);} '" '-f -pfc /var/db/r*/'${k[21]}'*.{BS,Bas,Es,J,OSXU,Rem,up}*.bom' '{/,}L*/Lo*/Diag* -type f -regex .\*[cght] ! -name .?\* ! -name \*ag \( -exec grep -lq "^Thread c" {} \; -exec printf \* \; -o -true \) -execdir stat -f:%Sc:%N -t%F {} \;' '/S*/*/Ca*/*xpc*' '-L /{S*/,}L*/StartupItems -type f -exec file {} +' /\ kMDItemContentTypeTree=${k[21]}{bundle,mach-o-dylib} :Label "/p*/e*/{auto*,{cron,fs}tab,hosts,{[lp],sy}*.conf,mach_i*/*,pam.d/*,ssh{,d}_config,*.local} {/p*,/usr/local}/e*/periodic/*/* /L*/P*{,/*}/com.a*.{Bo,sec*.ap}*t {/S*/,/,}L*/Lau*/*t .launchd.conf" list '-F "" -k Sender hidd -k Level Nle 3' /Library/Preferences/${k[21]}alf\ globalstate --proxy '-n get default' print\ system --dns -get{dnsservers,info} dump-trust-settings\ {-s,-d,} -n1 '-R -ce -l1 -n5 -o'{'prt -stats prt','mem -stats mem'}',command,uid' -kl -l -s\ / '--regexp --files '${k[21]}'pkg.*' '+c0 -i4TCP:0-1023' ${k[21]}dashboard\ layer-gadgets '-d /L*/Mana*/$USER' '-app Safari WebKitDNSPrefetchingEnabled' '-Fcu +c0 -l' -m 'L*/{Con*/*/Data/L*/,}Pref* -type f -size 0c -name *.plist.???????' kern.memorystatus_vm_pressure_level '3>&1 >&- 2>&3' '-F \$Message -k Sender kernel -k Message CReq "'{'n Cause: -','(a und|I/O |jnl_io.+)err','USBF:.+bus'}'"' -name\ kMDItem${k[33]} -T\ hfs '-n get default' -listnetworkserviceorder :${k[33]} :CFBundleDisplayName $EUID {'$TMPDIR../C ','/{S*/,}'}'L*/{,Co*/*/*/L*/}{Cache,Log}s -type f -size +'${p[11]}'M -exec stat -f'%z:%N' {} \;' \ /v*/d*/*/*l*d{,.*.$UID}/* '-app Safari UserStyleSheetEnabled' 'L*/A*/Fi*/P*/*/a*.json' users/$USER\ HomeDirectory '{/,}L*/{Con,Pref}* -type f ! -size 0 -name *.plist -exec plutil -s {} \;' ' -F "\$Time \$(Sender): \$Message" -k Level Nle 3 -k Facility R'{'ne "user|','eq "'}'console" -k Message CRne "[{}<>]|commit - no t|deprec|Goog|realp|sandbox ex|/root" ' getenv '/ "kMDItemDateAdded>=\$time.now(-'${p[23]}')&&kMDItem'${k[33]}'=*"' -m\ / '' );N1=${#c2[@]};for j in {0..20};do c2[N1+j]=SP${k[j]}DataType;done;l=({Restricted\ ,Lock,Pro}files POST Battery {Safari,App,{Bad,Loaded}\ kernel,Firefox}\ extensions System\ load boot\ args FileVault\ {2,1} {Kernel,System,Console}\ log Activity SMC Login\ hook 'I/O per process' 'High file counts' UID Daemons Agents XPC\ cache Startup\ items {Admin,Root}\ access Stylesheet Library\ paths{,' ('{shell,launchd}\)} Font\ issues Firewall Proxies DNS TCP/IP Wi-Fi 'Elapsed time (sec)' {Root,User}\ crontab {Global,User}' login items' Spotlight Memory\ pressure Listeners Widgets Parental\ Controls Prefetching Nets Volumes {Continuity,I/O,iCloud,HID,HCI}\ errors {User,System}\ {caches/logs,overrides} Shutdown\ codes Heat Diagnostic\ reports Bad\ plists Free\ space VM Bundles{,' (new)'} Trust\ settings );N3=${#l[@]};for i in {0..8};do l[N3+i]=${k[5+i]};done;F() { local x="${s[$1]}";[[ "$x" =~ ^([\&\|\<\>]|$) ]]&&{ printf "$x";return;};:|${c1[30]} "$x" 2>&-;printf "%s \'%s\'" "|${c1[30+$?]}" "$x";};A0() { Q=6;v[2]=1;id -G|grep -qw 80;v[1]=$?;((v[1]))||{ Q=7;sudo -v;v[2]=$?;((v[2]))||Q=8;};v[3]=`date +%s`;date '+Start time: %T %D%n';printf '\n[Process started]\n\n'>&4;printf 'Revision: %s\n\n' ${p[0]};};A1() { local c="${c1[$1]} ${c2[$2]}";shift 2;c="$c ` while [[ "$1" ]];do F $1;shift;done`";((P2))&&{ c="sudo $c";P2=;};v=`eval "$c"`;[[ "$v" ]];};A2() { local c="${c1[$1]}";[[ "$c" =~ ^(awk|sed ) ]]&&c="$c '${s[$2]}'"||c="$c ${c2[$2]}";shift 2;local d=` while [[ "$1" ]];do F $1;shift;done`;((P2))&&{ c="sudo $c";P2=;};local a;v=` while read a;do eval "$c '$a' $d";done<<<"$v";`;[[ "$v" ]];};A3(){ v=$((`date +%s`-v[3]));};B1() { v=No;! ((v[1]))&&{ v=;P1=1;};};eval "`type -a B1|sed '1d;s/1/2/'`";B3(){ v[$1]="$v";};B4() { local i=$1;local j=$2;shift 2;local c="cat` while [[ "$1" ]];do F $1;shift;done`";v[j]=`eval "{ $c;}"<<<"${v[i]}"`;};B5(){ v="${v[$1]}"$'\n'"${v[$2]}";};B6() { v=` paste -d$'\e' <(printf "${v[$1]}") <(printf "${v[$2]}")|awk -F$'\e' ' {printf("'"${f[$3]}"'",$1,$2)} ' `;};B7(){ v=`egrep -v "${v[$1]}"<<<"$v"|sort`;};eval "`type -a B7|sed '1d;s/7/8/;s/-v //'`";C0() { [[ "$v" ]]&&sed -E "$s"<<<"$v";};C1() { [[ "$v" ]]&&printf "${f[$1]}" "${l[$2]}" "$v"|sed -E "$s";};C2() { v=`echo $v`;[[ "$v" != 0 ]]&&C1 0 $1;};C3() { B4 0 0 63&&C1 1 $1;};C4() { echo $'\t'"Part $((++P)) of $Q done at $((`date +%s`-v[3])) sec">&4;};C5() { sudo -k;pbcopy<<<"$o";printf '\n\tThe test results are on the Clipboard.\n\n\tPlease close this window.\n';exit 2>&-;};for i in 1 2;do eval D$((i-1))'() { A'$i' $@;C0;};';for j in 2 3;do eval D$((i+2*j-3))'() { local x=$1;shift;A'$i' $@;C'$j' $x;};';done;done;trap C5 2;o=$({ A0;D0 0 N1+1 2;D0 0 $N1 1;B1;C2 27;B1&&! B2&&C2 28;D2 22 15 63;D0 0 N1+2 3;D0 0 N1+15 17;D4 3 0 N1+3 4;D4 4 0 N1+4 5;D4 N3+4 0 N1+9 59;D0 0 N1+16 99; for i in 0 1 2;do D4 N3+i 0 N1+5+i 6;done;D4 N3+3 0 N1+8 71;D4 62 1 10 7;D4 10 1 11 8;B2&&D4 18 19 53 67;D2 11 2 12 9;D2 12 3 13 10;D2 13 32 70 101 25;D2 65 6 76 13;D2 45 20 52 66;D4 66 7 77 14;D4 17 8 15 38;D0 9 16 16 77 45;C4;B2&&D0 35 49 61 75 76 78 45;B2&&{ D0 28 17 45;C4;};D0 12 40 54 16 79 45;D0 12 39 54 16 80 45;D4 31 25 77 15&&{ B4 0 8 103;B4 8 0;A2 18 74;B6 8 0 3;C3 32;};B2&&D4 19 21 0;B2&&D4 40 10 42;D2 2 0 N1+19 46 84;D2 44 34 43 53;D2 25 22 20 32;D2 33 0 N1+14 51;for i in {0..2};do A1 29 35+i 104+i;B3 25+i;done;B6 25 27 5;B6 0 26 5;B4 0 0 110;C2 69;D2 34 21 28 35;D4 35 27 29 36;A1 40 59 81;B3 18;A1 33 60 82;B8 18;B4 0 19 83;A1 27 32 39&&{ B3 20;B4 19 0;A2 33 33 40;B3 21;B6 20 21 3;};C2 36;D4 50 38 5 68;B4 19 0;D5 37 33 34 42;B2&&D4 46 35 45 55;D4 38 0 N1+20 43;B2&&D4 59 4 65 76 91;D4 63 4 19 44 75 95 96;B1&&{ D4 53 5 55 75 69&&D4 51 6 58 31;D4 56 5 56 97 75 98&&D0 0 N1+7 99;D2 55 5 27 84;D4 61 5 54 75 70;D4 14 5 14 12;D4 15 5 72 12;C4;};D4 16 5 73 12;A1 13 44 74 18;C4;B3 4;B4 4 0 85;A2 14 61 89;B4 0 5 19 102;A1 17 41 50;B7 5;C3 8;B4 4 0 88;A2 14 24 89;C4;B4 0 6 19 102;B4 4 0 86;A2 14 61 89;B4 0 7 19 102;B5 6 7;B4 0 11 73 102;A1 18 31 107 94 74||{ B2&&A1 18 26 94 74;}&&{ B7 11;B4 0 0 11;C3 23;};A1 18 26 94;B7 11;B4 0 0 11;C3 24;D4 60 14 66 92;D4 58 14 67 93;D4 26 4 21 24;D4 42 14 1 62;D4 43 37 2 90 48;D4 41 10 42;D2 48 36 47 25;A1 4 3 60&&{ B3 9;A2 14 61;B4 0 10 21;B4 9 0;A2 14 62;B4 0 0 21;B6 0 10 4;C3 5;};D4 9 41 69 100;D2 29 21 68 35;D2 49 21 48 49;B4 4 22 57 102;A1 21 46 56 74;B7 22;B4 0 0 58;C3 47;D4 54 5 7 75 76 69;D4 52 5 8 75 76 69;D4 57 4 64 76 91;D2 0 4 4 84;D2 1 4 51 84;D4 21 22 9 37;D0 0 N1+17 108; A1 23 18 28 89;B4 0 16 22 102;A1 16 25 33;B7 16;B4 0 0 34;D1 31 47;D4 64 4 71 41;C4;B4 4 12 26 89 23 102;for i in {0..3};do A1 0 N1+10+i 72 74;B7 12;B4 0 0 52;C3 N3+5+i;((i))||C4;done;A1 24 22 29;B7 12;B3 14;A2 39 57 30;B3 15;B6 14 15 4;C3 67;A1 24 75 74;B3 23;A2 39 57 30;B3 24;B6 23 24 4;C3 68;B4 4 13 27 89 65;A1 24 23;B7 13;C3 30;B4 4 0 87;A2 14 61 89 20;B4 0 17;A1 26 50 64;B7 17;C3 6;D0 0 N1+18 109;D4 7 11 6;A3;C2 39;C4;} 4>&2 2>/dev/null;);C5
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    8. Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    Click anywhere in the Terminal window and paste by pressing command-V. The text you pasted should vanish immediately. If it doesn't, press the return key.
    9. If you see an error message in the Terminal window such as "Syntax error" or "Event not found," enter
    exec bash
    and press return. Then paste the script again.
    10. If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important. If you don't know the password, or if you prefer not to enter it, just press return three times at the password prompt. Again, the script will still run.
    If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
    11. The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, a series of lines will appear in the Terminal window like this:
    [Process started]
            Part 1 of 8 done at … sec
            Part 8 of 8 done at … sec
            The test results are on the Clipboard.
            Please close this window.
    [Process completed]
    The intervals between parts won't be exactly equal, but they give a rough indication of progress. The total number of parts may be different from what's shown here.
    Wait for the final message "Process completed" to appear. If you don't see it within about ten minutes, the test probably won't complete in a reasonable time. In that case, press the key combination control-C or command-period to stop it and go to the next step. You'll have incomplete results, but still something.
    12. When the test is complete, or if you stopped it because it was taking too long, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    At the top of the results, there will be a line that begins with the words "Start time." If you don't see that, but instead see a mass of gibberish, you didn't wait for the "Process completed" message to appear in the Terminal window. Please wait for it and try again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    13. When you post the results, you might see an error message on the web page: "You have included content in your post that is not permitted," or "You are not authorized to post." That's a bug in the forum software. Please post the test results on Pastebin, then post a link here to the page you created.
    14. This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I may not agree with them.
    Copyright © 2014, 2015 by Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Use Agreement for the Apple Support Communities website ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

Maybe you are looking for

  • How to get the last SCN number from catalog database

    Hi All, I have a catalog database where my PROD database is registered. Evereyday at 12AM rman takes the hot backup of PROD. Now I want to create a auxillary database using the last RMAN backup, for this I want to restore using the SCN from the catal

  • Can't get java to read my file input

    I have a program that ask at prompt what the name of your input file will be... something for example like input.txt can be typed and a scanner puts that text "input.txt" into a string called maybe inputs. The problem I am having is I can not get the

  • How can I import a change request to a system which is not in the domain

    how can I import a change request into a system which is not part of the transport domain?

  • Getting permission error in portal.

    Hi all, In our company we have internal portal for all employees from different location ie. http://<host><fully qualified domain name>:<port>/irj/portal Now when i log in to this portal ,and i am given access to one of the folder in KM, and so i can

  • NVL function's strange behaviour

    Hi, I have a sql statement (listed below) that uses NVL function which returns either the business name of branch name depending on whether the business name is null or not. It also uses the branch_name pl/sql function that returns the name of the br