KeyStroke Problem (except ENTER) in Textfield

I like to activate and track within KeyLisener all keys like...Esc key, Shift-Tab key or any other key while in a Text Field .
I have tried a lot... but failed.
I used this code...
txtBillNo.addKeyListener(new java.awt.event.KeyAdapter()
public void keyPressed(KeyEvent e)
if ( ( (e.getModifiers() == KeyEvent.SHIFT_MASK) &&
(e.getKeyCode() == KeyEvent.VK_TAB))
||
( (e.getKeyCode() == KeyEvent.VK_ENTER)
||
(e.getKeyCode() == KeyEvent.VK_TAB)))
System.out.println("xxxxxxxxxxxxx ");

Hi. Try this code:
The problem is the focusmanager is handling the tab event so it never gets to the listener. If you disable the manager, then the key listener can get a crack at the event.
     public static void main(String[] args) {
          JTextField txtBillNo = new JTextField     ("adfasdfasf");
          txtBillNo.setFocusTraversalKeysEnabled(false);
          txtBillNo.addKeyListener(new java.awt.event.KeyAdapter() {
               public void keyPressed(KeyEvent e) {
                    if ((((e.getModifiersEx() & KeyEvent.SHIFT_DOWN_MASK)
                         == KeyEvent.SHIFT_DOWN_MASK)
                         && (e.getKeyCode() == KeyEvent.VK_TAB))
                         || ((e.getKeyCode() == KeyEvent.VK_ENTER)
                              || (e.getKeyCode() == KeyEvent.VK_TAB))) {
                         System.out.println("xxxxxxxxxxxxx ");
          JFrame frame = new JFrame();
          frame.getContentPane().add(txtBillNo);
          frame.pack();
          frame.show();
     }

Similar Messages

  • Problem: new entered data is saved but I am facing one error message --- no

    This is a module program for gate entry of materials(miro). This is a simple entry form which updates z tables with data entered. I have to send the new record details automatically through mail to the particular vendor email  id from where the material has been purchased.
    Problem: new entered data is saved but I am facing one error message --- no authorization to unpack list with rfc when the program is sending list through mail.
    PROGRAM  ZMMI001_GRN_ENTRY_BARCODE  MESSAGE-ID ZMM .
    *Table Declaration
    TABLES : EKKO , EKPO , LFA1 , MARC ,
             MARD , J_1IMTCHID , EKET , MSEG,
             MKPF , ZMMT001_GRN_GATE,
             ZMMT002_GRN_ITEM.
    TABLES: ADR6.
    *Table Control Declaration
    CONTROLS : TC1 TYPE TABLEVIEW USING SCREEN 1000.
    DATA: COLS LIKE LINE OF TC1-COLS.
    *Internal Table Declaration
    DATA : BEGIN OF IT_TC1 OCCURS 0,
            SEL,
            SNO(2) TYPE C,
            ITEMCODE(18) TYPE C,
            ITEMNAME(40) TYPE C,
            QUANTITY TYPE P DECIMALS 2,
            EXCISE(13) TYPE P DECIMALS 2,
           END OF IT_TC1.
    DATA : IT_TEMP_TC1 LIKE IT_TC1 OCCURS 0  WITH HEADER LINE.
    DATA:   BDCDATA LIKE BDCDATA    OCCURS 0 WITH HEADER LINE.
    DATA : IT_EKPO LIKE EKPO OCCURS 0 WITH HEADER LINE.
    DATA : IT_EKKO LIKE EKKO OCCURS 0 WITH HEADER LINE.
    DATA : IT_EKET LIKE EKET OCCURS 0 WITH HEADER LINE.
    DATA : WK_ZMMT01 LIKE ZMMT001_GRN_GATE.
    DATA : IT_ZMMT01 LIKE ZMMT001_GRN_GATE OCCURS 0 WITH HEADER LINE.
    DATA : IT_ZMMT02 LIKE ZMMT002_GRN_ITEM OCCURS 0 WITH HEADER LINE.
    DATA : BEGIN OF IT_TEMP_EKPO OCCURS 0,
            EBELN LIKE EKPO-EBELN,
            EBELP LIKE EKPO-EBELP,
            MATNR LIKE EKPO-MATNR,
           END OF IT_TEMP_EKPO.
    DATA : BEGIN OF IT_MSEG OCCURS 0,
             MBLNR LIKE MSEG-MBLNR,
             MJAHR LIKE MSEG-MJAHR,
             ZEILE LIKE MSEG-ZEILE,
             BWART LIKE MSEG-BWART,
             MATNR LIKE MSEG-MATNR,
             EBELN LIKE MSEG-EBELN,
             EBELP LIKE MSEG-EBELP,
             BUDAT LIKE MKPF-BUDAT,
             MENGE LIKE MSEG-MENGE,
            END OF IT_MSEG.
    DATA : BEGIN OF IT_TEMP_MSEG OCCURS 0,
            MBLNR LIKE MSEG-MBLNR,
            MJAHR LIKE MSEG-MJAHR,
            ZEILE LIKE MSEG-ZEILE,
            BWART LIKE MSEG-BWART,
            EBELN LIKE MSEG-EBELN,
           END OF IT_TEMP_MSEG.
    DATA : BEGIN OF IT_TEMP_MKPF OCCURS 0,
            MBLNR LIKE MKPF-MBLNR,
            MJAHR LIKE MKPF-MJAHR,
            BUDAT LIKE MKPF-BUDAT,
            BKTXT LIKE MKPF-BKTXT,
           END OF IT_TEMP_MKPF.
    *Data Declaration
    DATA : WK_SNO TYPE I,
           WK_LIFNR LIKE LFA1-LIFNR,
           WK_EBELN(10) TYPE C,
           WK_VBELN(10) TYPE C,
           WK_FKDAT TYPE D,
           WK_NAME LIKE LFA1-NAME1,
           WK_SCHNO(10) TYPE C,
           WK_CHALNO(10) TYPE C,
           WK_CHALDATE(10) TYPE C,
           WK_GRNO(10) TYPE C,
           WK_GRDATE(10) TYPE C,
           WK_VEHICLE(10) TYPE C,
           WK_CARRIER(10) TYPE C,
           WK_FREIGHT(13) TYPE P DECIMALS 2,
           WK_MDOC(3) TYPE C,
           WK_DEPT(7) TYPE C,
           WK_MODE(7) TYPE C,
           WK_BASIC(13) TYPE P DECIMALS 2,
           WK_EXCISE(13) TYPE P DECIMALS 2,
           WK_TAX(13) TYPE P DECIMALS 2,
           WK_APPVAL(13) TYPE P DECIMALS 2,
           WK_CHAL(2) TYPE C,
           WK_FORM38(9) TYPE C,
           WK_COMMENT(30) TYPE C,
           WK_MAKTX(40) TYPE C,
           WK_LINES TYPE I,
           WK_TOTAL LIKE MARD-LABST,
           WK_LGORT LIKE MARD-LGORT,
           WK_EXCISE_IND,
           WK_TOT_EXCISE LIKE EKPO-NETWR,
           WK_DIFF LIKE EKPO-NETWR,
           WK_BSTYP LIKE EKKO-BSTYP,
           WK_BSART LIKE EKKO-BSART,
           WK_DIFF_QTY LIKE EKET-MENGE,
           WK_101_QTY LIKE EKET-MENGE,
           WK_102_QTY LIKE EKET-MENGE,
           WK_122_QTY LIKE EKET-MENGE,
           WK_WERKS LIKE EKPO-WERKS,
           WK_CHAR_SNO TYPE STRING,
           WK_DATE LIKE SY-DATUM,
           WK_TIME LIKE SY-UZEIT.
    DATA : WK_DATE1 LIKE SY-DATUM,
           WK_DATE2 LIKE SY-DATUM,
           WK_FISYEAR TYPE I,
           WK_CHAR_YEAR(20) TYPE C.
    DATA : V_UCOMM TYPE SY-UCOMM,
           V_INDEX(10) TYPE   C,
           V_QUANTITY(8) TYPE C.
    **DECLARATION FOR INPUT HELP*
    TYPES : BEGIN OF VALUES,
             TXZ01 LIKE EKPO-TXZ01,
             MENGE LIKE EKPO-MENGE,
             MATNR LIKE EKPO-MATNR,
            END OF VALUES.
    TYPES : BEGIN OF VALUES1,
             EBELN LIKE EKKO-EBELN,
            END OF VALUES1.
    TYPES : BEGIN OF VALUES2,
             NAME1 LIKE LFA1-NAME1,
             LIFNR LIKE LFA1-LIFNR,
            END OF VALUES2.
    DATA: PROGNAME LIKE SY-REPID,
          DYNNUM   LIKE SY-DYNNR,
          DYNPRO_VALUES TYPE TABLE OF DYNPREAD,
          FIELD_VALUE LIKE LINE OF DYNPRO_VALUES,
          VALUES_TAB TYPE TABLE OF VALUES WITH HEADER LINE,
          VALUES_TAB1 TYPE TABLE OF VALUES1,
          VALUE_EBELN TYPE TABLE OF VALUES1.
         VALUES_TAB2 TYPE TABLE OF VALUES2.
    DATA : VALUES_TAB2 TYPE VALUES2 OCCURS 0 WITH HEADER LINE.
    DATA : RETURN_TAB  LIKE DDSHRETVAL OCCURS 0 WITH HEADER LINE.
    *nidhi
    DATA: BEGIN OF IT_LFA1 OCCURS 0,
    LIFNR LIKE LFA1-LIFNR,
    ADRNR LIKE LFA1-ADRNR,
    END OF IT_LFA1.
    DATA: BEGIN OF IT_ADR6 OCCURS 0,
          ADDRNUMBER TYPE ADR6-ADDRNUMBER,
          SMTP_ADDR  TYPE ADR6-SMTP_ADDR,
                   END OF IT_ADR6.
    *nidhi
    *&      Module  FILL_TABLE_CONTROL  OUTPUT
          text
    MODULE FILL_TABLE_CONTROL OUTPUT.
      READ TABLE IT_TEMP_TC1 INTO IT_TC1 INDEX TC1-CURRENT_LINE.
    ENDMODULE.                 " FILL_TABLE_CONTROL  OUTPUT
    *&      Module  READ_TABLE_CONTROL  INPUT
          text
    MODULE READ_TABLE_CONTROL INPUT.
    *Validation for Item code
      CLEAR : EKPO-MATNR,
              EKPO-WERKS.
    IF sy-uname = 'GATE1020'.
      IF ( SY-UNAME = 'GATE1010' OR  SY-UNAME = 'GATE1020' OR
           SY-UNAME = 'GATE1030' OR  SY-UNAME = 'GATE1040' OR
           SY-UNAME = 'GATE1050' OR  SY-UNAME = 'GATE1060' OR
           SY-UNAME = 'GATE1070' OR  SY-UNAME = 'GATE1080' OR
           SY-UNAME = 'ABAP'  ).
    **SELECT SINGLE bstyp  FROM EKKO INTO WK_BSTYP  WHERE ebeln = wk_ebeln.
    **SELECT SINGLE bsart FROM EKKO INTO WK_BSART WHERE ebeln = wk_ebeln.
        READ TABLE VALUES_TAB WITH KEY MATNR = IT_TC1-ITEMCODE.
    **ELSE.
        SELECT SINGLE MATNR WERKS
                  FROM EKPO CLIENT SPECIFIED
                  INTO (EKPO-MATNR , EKPO-WERKS )
                  WHERE MANDT = SY-MANDT AND
                  EBELN = WK_EBELN AND
                  MATNR EQ IT_TC1-ITEMCODE.
    ENDIF.
        IF SY-SUBRC NE 0 AND NOT IT_TC1-ITEMCODE IS INITIAL.
      CLEAR it_tc1.
          MESSAGE E003 WITH TEXT-002.
        ELSE.
          SELECT SINGLE MAKTX FROM MAKT
                       CLIENT SPECIFIED
                       INTO WK_MAKTX WHERE
                       MANDT = SY-MANDT AND
                       MATNR = IT_TC1-ITEMCODE AND SPRAS = SY-LANGU.
        ENDIF.
      ENDIF.
    **SELECT SINGLE bstyp  FROM EKKO INTO WK_BSTYP  WHERE ebeln = wk_ebeln.
    **SELECT SINGLE bsart FROM EKKO INTO WK_BSART WHERE ebeln = wk_ebeln.
      IF ( SY-UNAME = 'GATE1010' OR  SY-UNAME = 'GATE1020' OR
           SY-UNAME = 'GATE1030' OR  SY-UNAME = 'GATE1040' OR
           SY-UNAME = 'GATE1050' OR  SY-UNAME = 'GATE1060' OR
           SY-UNAME = 'GATE1070' OR  SY-UNAME = 'GATE1080' OR  SY-UNAME =
           'ABAP'  ).
        IF WK_BSART = 'ZLR' .
    Validation for Quantity.
          IF NOT IT_TC1-QUANTITY IS INITIAL.
            READ TABLE VALUES_TAB WITH KEY MATNR = IT_TC1-ITEMCODE.
            IF SY-SUBRC EQ 0 AND IT_TC1-QUANTITY GT VALUES_TAB-MENGE.
              MESSAGE E003 WITH TEXT-013.
            ENDIF.
          ENDIF.
        ENDIF.
      ENDIF.
    *Validation for Max.Stock Level
      CLEAR : MARC-MABST.
      SELECT SINGLE MABST FROM MARC
              CLIENT SPECIFIED
              INTO MARC-MABST
              WHERE MANDT = SY-MANDT AND
              MATNR = IT_TC1-ITEMCODE AND
              WERKS = EKPO-WERKS.
      CLEAR : MARD-LABST ,
              MARD-INSME .
    SELECT SINGLE labst insme FROM mard
              CLIENT SPECIFIED
              INTO (mard-labst , mard-insme )
              WHERE MANDT = SY-MANDT AND
              matnr = it_tc1-itemcode
              AND werks = ekpo-werks.
      SELECT  SUM( LABST ) SUM( INSME ) FROM MARD
               CLIENT SPECIFIED
               INTO (MARD-LABST , MARD-INSME )
               WHERE MANDT = SY-MANDT AND
               MATNR = IT_TC1-ITEMCODE
               AND WERKS = EKPO-WERKS.
      CLEAR : WK_TOTAL.
      WK_TOTAL = MARD-LABST + MARD-INSME + IT_TC1-QUANTITY.
      IF WK_BSART = 'ZLR'.
        IF WK_TOTAL GT MARC-MABST.
          MESSAGE E001 WITH IT_TC1-ITEMCODE.
        ENDIF.
      ENDIF.
    Appending the table control data to Internal table
      READ TABLE IT_TEMP_TC1 INDEX TC1-CURRENT_LINE.
      IT_TC1-SNO = TC1-CURRENT_LINE.
      IF SY-SUBRC EQ 0.
        MODIFY IT_TEMP_TC1 FROM IT_TC1 INDEX TC1-CURRENT_LINE.
      ELSE.
        READ TABLE IT_TEMP_TC1 WITH KEY ITEMCODE = IT_TC1-ITEMCODE.
        IF SY-SUBRC NE 0.
          IT_TC1-ITEMNAME = WK_MAKTX.
          IF IT_TC1-ITEMCODE IS INITIAL.
            CLEAR IT_TC1.
          ELSE.
            APPEND IT_TC1 TO IT_TEMP_TC1.
          ENDIF.
        ELSE.
          MESSAGE E003 WITH TEXT-004.
        ENDIF.
      ENDIF.
      CLEAR : J_1IMTCHID-J_1ICAPIND.
      SELECT SINGLE J_1ICAPIND FROM J_1IMTCHID
                    CLIENT SPECIFIED
                    INTO  J_1IMTCHID-J_1ICAPIND
                    WHERE MANDT = SY-MANDT AND
                    MATNR = IT_TC1-ITEMCODE AND
                    WERKS = EKPO-WERKS.
      IF SY-SUBRC EQ 0.
        IF J_1IMTCHID-J_1ICAPIND = 'N'.
          WK_EXCISE_IND = 'N'.
        ELSE.
          WK_EXCISE_IND = 'E'.
        ENDIF.
      ENDIF.
    ENDMODULE.                 " READ_TABLE_CONTROL  INPUT
    *&      Module  USER_COMMAND_1000  INPUT
          text
    MODULE USER_COMMAND_1000 INPUT.
      V_UCOMM = SY-UCOMM.
      CASE V_UCOMM.
        WHEN 'WK_SAVE'.
          IF WK_APPVAL > 0.
            IF ( SY-UNAME = 'STORE1010'  OR SY-UNAME = 'STORE1020' OR
                 SY-UNAME = 'STORE1030'  OR SY-UNAME = 'STORE1040' OR
                 SY-UNAME = 'STORE1050'  OR SY-UNAME = 'STORE1060' OR
                 SY-UNAME = 'STORE1070'  OR SY-UNAME = 'STORE1080'  ).
              CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'
                EXPORTING
                  INPUT  = WK_VBELN
                IMPORTING
                  OUTPUT = WK_VBELN.
              SELECT * FROM EKKO INTO TABLE IT_EKKO WHERE EBELN = WK_EBELN
              AND
                                                          LOEKZ NE 'X'.
              IF SY-SUBRC EQ 0.
                READ TABLE IT_EKKO INDEX 1.
                WK_BSTYP = IT_EKKO-BSTYP.
              ENDIF.
              SELECT * FROM EKPO CLIENT SPECIFIED
              INTO TABLE IT_EKPO WHERE
              MANDT = SY-MANDT AND
              EBELN = WK_EBELN AND LOEKZ NE 'X'.
              SORT IT_EKPO BY EBELN EBELP.
              IF WK_BSTYP = 'L'.
                SELECT * FROM EKET CLIENT SPECIFIED
                INTO TABLE IT_EKET WHERE
                MANDT = SY-MANDT AND
                EBELN = WK_EBELN.
                IF SY-SUBRC EQ 0.
                  SORT IT_EKET BY EBELN EBELP ETENR.
                  LOOP AT IT_EKPO.
                    CLEAR WK_DIFF_QTY.
                    LOOP AT IT_EKET WHERE EBELN = IT_EKPO-EBELN
                                      AND EBELP = IT_EKPO-EBELP
                                      AND EINDT LE SY-DATUM.
                      WK_DIFF_QTY = WK_DIFF_QTY + IT_EKET-MENGE -
                      IT_EKET-WEMNG.
                    ENDLOOP.
                    IF WK_DIFF_QTY GT 0.
                      IT_TEMP_EKPO-EBELN = IT_EKET-EBELN.
                      IT_TEMP_EKPO-EBELP = IT_EKET-EBELP.
                      IT_TEMP_EKPO-MATNR = IT_EKPO-MATNR.
                      APPEND IT_TEMP_EKPO.
                    ENDIF.
                  ENDLOOP.
                ENDIF.
              ELSEIF WK_BSTYP = 'F'.
                SELECT * FROM EKET
                CLIENT SPECIFIED
                INTO TABLE IT_EKET
                WHERE MANDT = SY-MANDT AND
                EBELN = IT_EKPO-EBELN.
                LOOP AT IT_EKPO.
                  CLEAR : WK_DIFF_QTY.
                  READ TABLE IT_EKET WITH KEY EBELN = IT_EKPO-EBELN
                                              EBELP = IT_EKPO-EBELP.
                  IF SY-SUBRC EQ 0.
                    WK_DIFF_QTY = IT_EKPO-MENGE - IT_EKET-WEMNG.
                  ENDIF.
                  IF WK_DIFF_QTY GT 0.
                    IT_TEMP_EKPO-EBELN = IT_EKET-EBELN.
                    IT_TEMP_EKPO-EBELP = IT_EKET-EBELP.
                    IT_TEMP_EKPO-MATNR = IT_EKPO-MATNR.
                    APPEND IT_TEMP_EKPO.
                  ENDIF.
                ENDLOOP.
              ENDIF.
              SORT IT_TEMP_EKPO BY EBELN EBELP.
              PERFORM BDC_DYNPRO      USING 'SAPLMIGO' '0001'.
              PERFORM BDC_FIELD       USING 'BDC_OKCODE'
                                       '=OK_GO'.
              PERFORM BDC_FIELD       USING 'BDC_CURSOR'
                                       'GODYNPRO-PO_NUMBER'.
              PERFORM BDC_FIELD       USING 'GODYNPRO-PO_NUMBER'
                                       WK_EBELN.
              PERFORM BDC_DYNPRO      USING 'SAPLMIGO' '0001'.
              PERFORM BDC_FIELD       USING 'BDC_OKCODE'
                                       '=OK_GO'.
              IF WK_EXCISE_IND = 'E'.
                PERFORM BDC_FIELD       USING 'J_1IEXHEAD-EXNUM'
                                         WK_VBELN.
                PERFORM BDC_FIELD       USING 'J_1IEXHEAD-EXDAT'
                                        WK_FKDAT.
                PERFORM BDC_FIELD       USING 'GOHEAD-LFSNR'
                                         WK_VBELN.
              ELSE.
                PERFORM BDC_FIELD       USING 'GOHEAD-LFSNR'
                                         WK_VBELN.
              ENDIF.
              CLEAR : WK_CHAR_SNO.
              WK_CHAR_SNO = WK_SNO.
              CONDENSE WK_CHAR_SNO NO-GAPS.
              PERFORM BDC_FIELD       USING 'GOHEAD-BKTXT'
                                       WK_CHAR_SNO.
              LOOP AT IT_TEMP_TC1.
                READ TABLE IT_TEMP_EKPO WITH KEY MATNR =
                IT_TEMP_TC1-ITEMCODE.
                IF SY-SUBRC EQ 0.
                  CLEAR V_INDEX.
                  V_INDEX = SY-TABIX.
                  CONDENSE V_INDEX NO-GAPS.
                  PERFORM BDC_DYNPRO      USING 'SAPLMIGO' '0001'.
                  PERFORM BDC_FIELD       USING 'BDC_OKCODE'
                                           '=OK_GO'.
                  PERFORM BDC_FIELD       USING 'BDC_CURSOR'
                                           'GODYNPRO-DETAIL_ZEILE'.
                  PERFORM BDC_FIELD       USING 'GODYNPRO-DETAIL_ZEILE'
                  PERFORM BDC_FIELD       USING 'GODYNPRO-DETAIL_ZEILE'
                                           V_INDEX.
                  PERFORM BDC_DYNPRO      USING 'SAPLMIGO' '0001'.
                  PERFORM BDC_FIELD       USING 'BDC_OKCODE'
                                           '=OK_GO'.
                  PERFORM BDC_FIELD       USING 'BDC_CURSOR'
                                           'GOITEM-ERFMG'.
                  PERFORM BDC_FIELD       USING 'GOITEM-ERFMG'
                  CLEAR V_QUANTITY.
                  V_QUANTITY = IT_TEMP_TC1-QUANTITY.
                  CONDENSE V_QUANTITY NO-GAPS.
                  PERFORM BDC_FIELD       USING 'GOITEM-ERFMG'
                                           V_QUANTITY.
                  PERFORM BDC_FIELD       USING 'GOITEM-LSMNG'
                                          V_QUANTITY.
                perform bdc_field       using 'GOITEM-LGOBE'
                                        WK_LGORT.
                ENDIF.
              ENDLOOP.
              CALL TRANSACTION 'MIGO' USING BDCDATA
                              MODE   'E'
                              UPDATE 'L'.
              IF SY-SUBRC NE 0.
                MESSAGE E003 WITH TEXT-003.
                LOOP AT SCREEN.
                  SCREEN-INPUT = 1.
                  MODIFY SCREEN.
                ENDLOOP.
              ENDIF.
              LEAVE PROGRAM.
            ELSE.
              CLEAR : WK_TOT_EXCISE.
              IF NOT WK_EXCISE IS INITIAL.
                LOOP AT IT_TEMP_TC1.
                  READ TABLE IT_EKPO WITH KEY MATNR = IT_TEMP_TC1-ITEMCODE.
                  IF SY-SUBRC EQ 0.
                    WK_TOT_EXCISE = WK_TOT_EXCISE +
               ( ( ( IT_EKPO-NETWR / IT_EKPO-MENGE ) * 16  / 100 )
    IT_TEMP_TC1-QUANTITY ).
                  ENDIF.
                ENDLOOP.
                WK_DIFF = WK_EXCISE - WK_TOT_EXCISE.
                IF WK_DIFF LE 0.
                  WK_DIFF = -1 * WK_DIFF.
                ENDIF.
                IF WK_DIFF GE 1.
                  WK_COMMENT = 'Difference in Excise. Please Check!'.
                ENDIF.
              ENDIF.
              SELECT * FROM EKPO CLIENT SPECIFIED
              INTO TABLE IT_EKPO WHERE
              MANDT = SY-MANDT AND
              EBELN = WK_EBELN.
              IF SY-SUBRC EQ 0.
                READ TABLE IT_EKPO INDEX 1.
                WK_WERKS = IT_EKPO-WERKS.
              ENDIF.
              SELECT * FROM ZMMT001_GRN_GATE
              CLIENT SPECIFIED
              INTO TABLE IT_ZMMT01
              WHERE MANDT = SY-MANDT AND
              WERKS = WK_WERKS.
              IF SY-SUBRC EQ 0.
                SORT IT_ZMMT01 BY SERIAL DESCENDING.
                READ TABLE IT_ZMMT01 INDEX 1.
                WK_SNO = IT_ZMMT01-SERIAL + 1.
              ELSE.
                WK_SNO = 1.
              ENDIF.
              CLEAR WK_ZMMT01.
              WK_ZMMT01-MANDT = SY-MANDT.
              WK_ZMMT01-SERIAL = WK_SNO.
              WK_ZMMT01-WERKS = WK_WERKS.
              WK_ZMMT01-EBELN = WK_EBELN.
              WK_ZMMT01-LIFNR = WK_LIFNR.
              WK_ZMMT01-CHALNO = WK_CHALNO.
              WK_ZMMT01-CHALDATE = WK_CHALDATE.
              WK_ZMMT01-BILLNO = WK_VBELN.
              WK_ZMMT01-BILLDATE = WK_FKDAT.
              WK_ZMMT01-GRNUMBER = WK_GRNO.
              WK_ZMMT01-GRDATE = WK_GRDATE.
              WK_ZMMT01-VEHICLE = WK_VEHICLE.
              WK_ZMMT01-CARRIER = WK_CARRIER.
              WK_ZMMT01-FREIGHT = WK_FREIGHT.
              WK_ZMMT01-MDOC = WK_MDOC.
              WK_ZMMT01-DEPT = WK_DEPT.
              WK_ZMMT01-PAYMODE = WK_MODE.
              WK_ZMMT01-BASIC = WK_BASIC.
              WK_ZMMT01-EXCISE = WK_EXCISE.
              WK_ZMMT01-TAXAMT = WK_TAX.
              WK_ZMMT01-APPVAL = WK_APPVAL.
              WK_ZMMT01-CHALINV = WK_CHAL.
              WK_ZMMT01-FORM38 = WK_FORM38.
              WK_ZMMT01-COMMENTS = WK_COMMENT.
              WK_ZMMT01-CDATE    = SY-DATUM.
              WK_ZMMT01-CTIME    = SY-UZEIT.
              WK_ZMMT01-PERSON   = SY-UNAME.
              IF WK_FKDAT+4(2) = '04' OR
                 WK_FKDAT+4(2) = '05' OR
                 WK_FKDAT+4(2) = '06' OR
                 WK_FKDAT+4(2) = '07' OR
                 WK_FKDAT+4(2) = '08' OR
                 WK_FKDAT+4(2) = '09' OR
                 WK_FKDAT+4(2) = '10' OR
                 WK_FKDAT+4(2) = '11' OR
                 WK_FKDAT+4(2) = '12'.
                WK_DATE10(4) = WK_FKDAT0(4).
                WK_DATE1+4(2) = '04'.
                WK_DATE1+6(2) = '01'.
              ELSEIF
                 WK_FKDAT+4(2) = '01' OR
                 WK_FKDAT+4(2) = '02' OR
                 WK_FKDAT+4(2) = '03'.
                WK_FISYEAR = WK_FKDAT+0(4).
                WK_FISYEAR = WK_FISYEAR - 1.
                WK_CHAR_YEAR = WK_FISYEAR.
                CONDENSE WK_CHAR_YEAR NO-GAPS.
                WK_DATE1+0(4) = WK_CHAR_YEAR.
                WK_DATE1+4(2) = '04'.
                WK_DATE1+6(2) = '01'.
              ELSE.
              ENDIF.
    nidhi
              SELECT LIFNR ADRNR FROM LFA1 INTO TABLE IT_LFA1 WHERE LIFNR =
              WK_ZMMT01-LIFNR.
              SELECT ADDRNUMBER SMTP_ADDR FROM ADR6 INTO TABLE IT_ADR6 FOR
    ALL ENTRIES IN IT_LFA1 WHERE ADDRNUMBER = IT_LFA1-ADRNR.
              SELECT SINGLE * FROM ZMMT001_GRN_GATE
              CLIENT SPECIFIED
              WHERE MANDT = SY-MANDT AND
              WERKS = WK_WERKS AND
              LIFNR = WK_LIFNR AND
              BILLNO = WK_VBELN AND
              BILLDATE GE WK_DATE1.
              IF SY-SUBRC EQ 0.
                MESSAGE E003 WITH TEXT-006.
              ENDIF.
              CLEAR IT_ZMMT02.
              REFRESH IT_ZMMT02.
              LOOP AT IT_TEMP_TC1.
                IT_ZMMT02-MANDT = SY-MANDT.
                IT_ZMMT02-SERIAL = WK_SNO.
                IT_ZMMT02-WERKS = WK_WERKS.
                IT_ZMMT02-EBELN = WK_EBELN.
                IT_ZMMT02-ITEMCODE = IT_TEMP_TC1-ITEMCODE.
                IT_ZMMT02-DESCRIPTION = IT_TEMP_TC1-ITEMNAME.
                IT_ZMMT02-QUANTITY = IT_TEMP_TC1-QUANTITY.
                IT_ZMMT02-EXCISE = IT_TEMP_TC1-EXCISE.
                APPEND IT_ZMMT02.
                CLEAR IT_ZMMT02.
              ENDLOOP.
              IF IT_ZMMT02[] IS INITIAL.
                MESSAGE E003 WITH TEXT-007.
              ENDIF.
              IF SY-UNAME = 'GATE1010' AND WK_WERKS NE '1010'.
                MESSAGE E003 WITH TEXT-008.
              ELSEIF SY-UNAME = 'GATE1020' AND WK_WERKS NE '1020'.
                MESSAGE E003 WITH TEXT-008.
              ELSEIF SY-UNAME = 'GATE1030' AND WK_WERKS NE '1030'.
                MESSAGE E003 WITH TEXT-008.
              ELSEIF SY-UNAME = 'GATE1040' AND WK_WERKS NE '1040'.
                MESSAGE E003 WITH TEXT-008.
              ELSEIF SY-UNAME = 'GATE1050' AND WK_WERKS NE '1050'.
                MESSAGE E003 WITH TEXT-008.
              ELSEIF SY-UNAME = 'GATE1060' AND WK_WERKS NE '1060'.
                MESSAGE E003 WITH TEXT-008.
              ELSEIF SY-UNAME = 'ABAP' AND WK_WERKS NE 'ABAP'.
                MESSAGE E003 WITH TEXT-008.
              ELSEIF SY-UNAME = 'GATE1070' AND WK_WERKS NE '1070'.
                MESSAGE E003 WITH TEXT-008.
              ELSEIF SY-UNAME = 'GATE1080' AND WK_WERKS NE '1080'.
                MESSAGE E003 WITH TEXT-008.
              ENDIF.
              INSERT ZMMT001_GRN_GATE FROM WK_ZMMT01.
              INSERT ZMMT002_GRN_ITEM FROM TABLE IT_ZMMT02.
              IF SY-SUBRC EQ 0.
                COMMIT WORK.
                MESSAGE I002 WITH WK_SNO.
    ********nidhi*******************************************************
                CALL SCREEN 1001.
                CLEAR WK_LIFNR.
                CLEAR WK_EBELN.
                CLEAR WK_NAME.
                CLEAR WK_SCHNO.
                CLEAR WK_CHALNO.
                CLEAR WK_CHALDATE.
                CLEAR WK_VBELN.
                CLEAR WK_FKDAT.
                CLEAR WK_GRNO.
                CLEAR WK_GRDATE.
                CLEAR WK_VEHICLE.
                CLEAR WK_CARRIER.
                CLEAR WK_FREIGHT.
                CLEAR WK_MDOC.
                CLEAR WK_DEPT.
                CLEAR WK_MODE.
                CLEAR WK_BASIC.
                CLEAR WK_EXCISE.
                CLEAR WK_TAX.
                CLEAR WK_APPVAL.
                CLEAR WK_CHAL.
                CLEAR WK_FORM38.
                REFRESH IT_TEMP_TC1.
                CLEAR WK_FISYEAR.
                CLEAR WK_DATE1.
                CLEAR WK_CHAR_YEAR.
             CALL TRANSACTION 'ZMMI001'.
              ELSE.
                ROLLBACK WORK.
                MESSAGE E003 WITH TEXT-006.
              ENDIF.
            ENDIF.
          ELSE.
            MESSAGE E009 WITH TEXT-014.
          ENDIF.
        WHEN 'WK_EXIT'.
        WHEN 'WK_CLEAR'.
          CLEAR WK_LIFNR.
          CLEAR WK_EBELN.
          CLEAR WK_NAME.
          CLEAR WK_SCHNO.
          CLEAR WK_CHALNO.
          CLEAR WK_CHALDATE.
          CLEAR WK_VBELN.
          CLEAR WK_FKDAT.
          CLEAR WK_GRNO.
          CLEAR WK_GRDATE.
          CLEAR WK_VEHICLE.
          CLEAR WK_CARRIER.
          CLEAR WK_FREIGHT.
          CLEAR WK_MDOC.
          CLEAR WK_DEPT.
          CLEAR WK_MODE.
          CLEAR WK_BASIC.
          CLEAR WK_EXCISE.
          CLEAR WK_TAX.
          CLEAR WK_APPVAL.
          CLEAR WK_CHAL.
          CLEAR WK_FORM38.
          REFRESH IT_TEMP_TC1 .
          CLEAR WK_FISYEAR.
          CLEAR WK_DATE1.
          CLEAR WK_CHAR_YEAR.
        WHEN 'DELETE'.
          DELETE IT_TEMP_TC1 WHERE SEL = 'X'.
      ENDCASE.
    ENDMODULE.                 " USER_COMMAND_1000  INPUT
           Start new screen                                              *
    FORM BDC_DYNPRO USING PROGRAM DYNPRO.
      CLEAR BDCDATA.
      BDCDATA-PROGRAM  = PROGRAM.
      BDCDATA-DYNPRO   = DYNPRO.
      BDCDATA-DYNBEGIN = 'X'.
      APPEND BDCDATA.
    ENDFORM.                    "BDC_DYNPRO
           Insert field                                                  *
    FORM BDC_FIELD USING FNAM FVAL.
    IF FVAL <> NODATA.
      CLEAR BDCDATA.
      BDCDATA-FNAM = FNAM.
      BDCDATA-FVAL = FVAL.
      APPEND BDCDATA.
    ENDIF.
    ENDFORM.                    "BDC_FIELD
    *&      Module  STATUS_1000  OUTPUT
          text
    MODULE STATUS_1000 OUTPUT.
      SET PF-STATUS 'GRN'.
      SET TITLEBAR 'GRN'.
      PROGNAME = SY-REPID.
      DYNNUM   = SY-DYNNR.
      CLEAR: FIELD_VALUE, DYNPRO_VALUES.
      FIELD_VALUE-FIELDNAME = 'IT_TC1-ITEMCODE'.
      APPEND FIELD_VALUE TO DYNPRO_VALUES.
      FIELD_VALUE-FIELDNAME = 'WK_EBELN'.
      APPEND FIELD_VALUE TO DYNPRO_VALUES.
      FIELD_VALUE-FIELDNAME = 'WK_LIFNR'.
      APPEND FIELD_VALUE TO DYNPRO_VALUES.
      LOOP AT SCREEN.
        IF SCREEN-NAME NE 'WK_COMMENT'.
          SCREEN-INPUT = 1.
        ENDIF.
        MODIFY SCREEN.
      ENDLOOP.
      IF ( SY-UNAME = 'GATE1010' OR SY-UNAME = 'GATE1020' OR
           SY-UNAME = 'GATE1030' OR SY-UNAME = 'GATE1040' OR
           SY-UNAME = 'GATE1050' OR SY-UNAME = 'GATE1060' OR
           SY-UNAME = 'GATE1070' OR SY-UNAME = 'GATE1080' OR  SY-UNAME =
           'ABAP' ).
        LOOP AT SCREEN.
          IF SCREEN-NAME = 'WK_SNO' OR
             SCREEN-NAME = 'SNO' OR
             SCREEN-NAME = 'WK_COMMENT' .
            SCREEN-INVISIBLE = 1.
            SCREEN-ACTIVE = 0.
            SCREEN-INPUT = 0.
            SCREEN-OUTPUT = 0.
          ENDIF.
          MODIFY SCREEN.
        ENDLOOP.
        IF WK_LIFNR IS INITIAL.
          SET CURSOR FIELD 'WK_LIFNR'.
        ELSEIF WK_EBELN IS INITIAL.
          SET CURSOR FIELD 'WK_EBELN'.
        ELSEIF WK_VBELN IS INITIAL.
          SET CURSOR FIELD 'WK_VBELN'.
        ELSEIF WK_FKDAT IS INITIAL.
          SET CURSOR FIELD 'WK_FKDAT'.
        ENDIF.
      ELSE.
        IF NOT WK_SNO IS INITIAL.
          IF SY-UNAME = 'STORE1010'.
            WK_WERKS = '1010'.
          ELSEIF SY-UNAME = 'STORE1020'.
            WK_WERKS = '1020'.
          ELSEIF SY-UNAME = 'STORE1030'.
            WK_WERKS = '1030'.
          ELSEIF SY-UNAME = 'STORE1040'.
            WK_WERKS = '1040'.
          ELSEIF SY-UNAME = 'STORE1050'.
            WK_WERKS = '1050'.
          ELSEIF SY-UNAME = 'STORE1060'.
            WK_WERKS = '1060'.
          ELSEIF SY-UNAME = 'STORE1070'.
            WK_WERKS = '1070'.
          ELSEIF SY-UNAME = 'STORE1080'.
            WK_WERKS = '1080'.
          ENDIF.
          SELECT SINGLE * FROM ZMMT001_GRN_GATE INTO WK_ZMMT01
                       WHERE SERIAL = WK_SNO AND
                       WERKS = WK_WERKS.
          IF SY-SUBRC EQ 0.
            WK_WERKS = WK_ZMMT01-WERKS.
            WK_EBELN = WK_ZMMT01-EBELN.
            WK_LIFNR = WK_ZMMT01-LIFNR.
            WK_CHALNO = WK_ZMMT01-CHALNO.
            WK_CHALDATE = WK_ZMMT01-CHALDATE.
            WK_VBELN = WK_ZMMT01-BILLNO.
            WK_FKDAT = WK_ZMMT01-BILLDATE.
            WK_GRNO = WK_ZMMT01-GRNUMBER.
            WK_GRDATE = WK_ZMMT01-GRDATE.
            WK_VEHICLE = WK_ZMMT01-VEHICLE.
            WK_CARRIER = WK_ZMMT01-CARRIER.
            WK_FREIGHT = WK_ZMMT01-FREIGHT.
            WK_MDOC = WK_ZMMT01-MDOC.
            WK_DEPT = WK_ZMMT01-DEPT.
            WK_MODE = WK_ZMMT01-PAYMODE.
            WK_BASIC = WK_ZMMT01-BASIC.
            WK_EXCISE = WK_ZMMT01-EXCISE.
            WK_TAX = WK_ZMMT01-TAXAMT.
            WK_APPVAL = WK_ZMMT01-APPVAL.
            WK_CHAL = WK_ZMMT01-CHALINV.
            WK_FORM38 = WK_ZMMT01-FORM38.
            WK_COMMENT = WK_ZMMT01-COMMENTS.
            SELECT * FROM ZMMT002_GRN_ITEM INTO TABLE IT_ZMMT02
                            WHERE SERIAL = WK_SNO AND
                            WERKS = WK_WERKS.
            IF SY-SUBRC EQ 0.
              CLEAR IT_TEMP_TC1.
              REFRESH IT_TEMP_TC1.
              LOOP AT IT_ZMMT02.
                IT_TEMP_TC1-SNO = SY-TABIX.
                IT_TEMP_TC1-ITEMCODE = IT_ZMMT02-ITEMCODE.
                IT_TEMP_TC1-ITEMNAME = IT_ZMMT02-DESCRIPTION.
                IT_TEMP_TC1-QUANTITY = IT_ZMMT02-QUANTITY.
                APPEND IT_TEMP_TC1.
                CLEAR IT_TEMP_TC1.
              ENDLOOP.
            ENDIF.
          ENDIF.
          LOOP AT SCREEN.
            IF ( SCREEN-NAME NE 'WK_SNO' ) AND
               ( SCREEN-NAME NE 'WK_SAVE' ) AND
               ( SCREEN-NAME NE 'WK_CLEAR' ) AND
               ( SCREEN-NAME NE 'WK_EXIT' ).
              SCREEN-INPUT = 0.
            ENDIF.
            MODIFY SCREEN.
          ENDLOOP.
          LOOP AT TC1-COLS INTO COLS WHERE INDEX GT 0.
            COLS-SCREEN-INPUT = '0'.
            MODIFY TC1-COLS FROM COLS INDEX SY-TABIX.
          ENDLOOP.
        ENDIF.
      ENDIF.
      WK_DATE = SY-DATUM.
      WK_TIME = SY-UZEIT.
      TC1-LINES = 20.
    ENDMODULE.                 " STATUS_1000  OUTPUT
    *&      Module  EXIT_1000  INPUT
          text
    MODULE EXIT_1000 INPUT.
      CASE SY-UCOMM.
        WHEN 'BACK' OR 'CANCEL' OR 'EXIT' OR 'WK_EXIT'.
          LEAVE PROGRAM.
      ENDCASE.
    ENDMODULE.                 " EXIT_1000  INPUT
    *&      Module  ITEM_CODE  INPUT
          text
    MODULE ITEM_CODE INPUT.
      REFRESH : VALUES_TAB.
      CLEAR : VALUES_TAB.
      IF ( SY-UNAME = 'GATE1020' OR
    SY-UNAME = 'GATE1010' OR
    SY-UNAME = 'GATE1030' OR
    SY-UNAME = 'GATE1040' OR
    SY-UNAME = 'GATE1050' OR
    SY-UNAME = 'GATE1060' OR
    SY-UNAME = 'GATE1070' OR
    SY-UNAME = 'STORE1020' OR
    SY-UNAME = 'STORE1030' OR
    SY-UNAME = 'STORE1040' OR
    SY-UNAME = 'STORE1050' OR
    SY-UNAME = 'STORE1060' OR
    SY-UNAME = 'STORE1070' OR
    SY-UNAME = 'STORE1010' OR
           SY-UNAME = 'ABAP'  ).
        SELECT * FROM EKKO CLIENT SPECIFIED
        INTO TABLE IT_EKKO WHERE
        MANDT = SY-MANDT AND
        EBELN = WK_EBELN AND
        LOEKZ NE 'X'.
        IF SY-SUBRC EQ 0.
          READ TABLE IT_EKKO INDEX 1.
          WK_BSTYP = IT_EKKO-BSTYP.
          WK_BSART = IT_EKKO-BSART.
        ENDIF.
          if wk_bsart = 'ZLR'.
        SELECT * FROM EKPO CLIENT SPECIFIED
        INTO TABLE IT_EKPO WHERE
        MANDT = SY-MANDT AND
        EBELN = WK_EBELN AND
        LOEKZ NE 'X'.
        SORT IT_EKPO BY EBELN EBELP.
        IF WK_BSTYP = 'L' AND WK_BSART = 'ZLR'.
          SELECT * FROM EKET CLIENT SPECIFIED
          INTO TABLE IT_EKET WHERE
          MANDT = SY-MANDT AND
          EBELN = WK_EBELN.
          IF SY-SUBRC EQ 0.
            SORT IT_EKET BY EBELN EBELP ETENR.
            LOOP AT IT_EKPO.
              CLEAR WK_DIFF_QTY.
              LOOP AT IT_EKET WHERE EBELN = IT_EKPO-EBELN
                                AND EBELP = IT_EKPO-EBELP
                                AND EINDT LE SY-DATUM.
                WK_DIFF_QTY = WK_DIFF_QTY + IT_EKET-MENGE - IT_EKET-WEMNG.
              ENDLOOP.
              IF WK_DIFF_QTY GT 0.
                VALUES_TAB-TXZ01 = IT_EKPO-TXZ01.
                VALUES_TAB-MENGE = WK_DIFF_QTY.
                VALUES_TAB-MATNR = IT_EKPO-MATNR.
                APPEND VALUES_TAB.
              ENDIF.
            ENDLOOP.
          ENDIF.
        ELSEIF WK_BSTYP = 'F'.
         SELECT mseg~mblnr
                mseg~mjahr
                mseg~zeile
                mseg~bwart
                mseg~matnr
                mseg~ebeln
                mseg~ebelp
                mkpf~budat
                mseg~menge INTO TABLE it_mseg
                FROM mkpf INNER JOIN mseg
                ON mkpfmblnr EQ msegmblnr
                AND mkpfmjahr EQ msegmjahr
    FOR ALL entries IN it_ekpo
    WHERE bwart IN ('101','122','102')
    AND werks = it_ekpo-werks
    AND ebeln = it_ekpo-ebeln
    AND ebelp = it_ekpo-ebelp.
          SELECT * FROM EKET CLIENT SPECIFIED
          INTO TABLE IT_EKET
          WHERE MANDT = SY-MANDT AND
          EBELN = IT_EKPO-EBELN.
          LOOP AT IT_EKPO.
            CLEAR : WK_DIFF_QTY.
                   wk_101_qty,
                   wk_102_qty,
                   wk_122_qty.
           LOOP AT it_mseg WHERE ebeln = it_ekpo-ebeln AND
                                 ebelp = it_ekpo-ebelp.
             IF it_mseg-bwart = '101'.
               wk_101_qty = wk_101_qty + it_mseg-menge.
             ENDIF.
             IF it_mseg-bwart = '102'.
               wk_102_qty = wk_102_qty + it_mseg-menge.
             ENDIF.
             IF it_mseg-bwart = '122'.
               wk_122_qty = wk_122_qty + it_mseg-menge.
             ENDIF.
           ENDLOOP.
           if not it_mseg[] is initial.
           wk_diff_qty = it_ekpo-menge - wk_101_qty
                                 - wk_102_qty - wk_122_qty.
           else.
            wk_diff_qty = it_ekpo-menge.
           endif.
            READ TABLE IT_EKET WITH KEY EBELN = IT_EKPO-EBELN
                                        EBELP = IT_EKPO-EBELP.
            IF SY-SUBRC EQ 0.
              WK_DIFF_QTY = IT_EKPO-MENGE - IT_EKET-WEMNG.
            ENDIF.
           IF wk_diff_qty LE it_ekpo-menge.
            IF WK_DIFF_QTY GT 0.
              VALUES_TAB-TXZ01 = IT_EKPO-TXZ01.
              VALUES_TAB-MENGE = WK_DIFF_QTY.
              VALUES_TAB-MATNR = IT_EKPO-MATNR.
              APPEND VALUES_TAB.
            ENDIF.
          ENDLOOP.
           ENDIF.
        ELSE.
          SELECT TXZ01
          MATNR FROM EKPO CLIENT SPECIFIED
          INTO CORRESPONDING FIELDS OF TABLE VALUES_TAB
          WHERE MANDT = SY-MANDT AND
          EBELN = WK_EBELN AND
          LOEKZ NE 'X'.
        ENDIF.
      ELSE.
        SELECT TXZ01
              MATNR FROM EKPO CLIENT SPECIFIED
              INTO CORRESPONDING FIELDS OF TABLE VALUES_TAB
               WHERE MANDT = SY-MANDT AND
               EBELN = WK_EBELN AND
               LOEKZ NE 'X'.
      ENDIF.
      SORT VALUES_TAB BY TXZ01.
      CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
        EXPORTING
          RETFIELD        = 'IT_TC1-ITEMCODE'
          DYNPPROG        = PROGNAME
          DYNPNR          = DYNNUM
          DYNPROFIELD     = 'IT_TC1-ITEMCODE'
          VALUE_ORG       = 'S'
        TABLES
          VALUE_TAB       = VALUES_TAB
          RETURN_TAB      = RETURN_TAB
        EXCEPTIONS
          PARAMETER_ERROR = 1
          NO_VALUES_FOUND = 2
          OTHERS          = 3.
    *BREAK-POINT.
      IF SY-SUBRC = 0.
        READ TABLE RETURN_TAB INDEX 1.
        SELECT SINGLE MAKTX FROM MAKT CLIENT SPECIFIED
        INTO WK_MAKTX WHERE
        MANDT = SY-MANDT AND
        MATNR = RETURN_TAB-FIELDVAL AND SPRAS = SY-LANGU.
      ENDIF.
    ENDMODULE.                 " ITEM_CODE  INPUT
    *&      Module  CHECK_INPUT  INPUT
          text
    MODULE CHECK_INPUT INPUT.
      CLEAR : EKKO-EBELN , EKKO-LIFNR.
      SELECT SINGLE EBELN LIFNR FROM EKKO CLIENT SPECIFIED
      INTO (EKKO-EBELN , EKKO-LIFNR )  WHERE
      MANDT = SY-MANDT AND
      EBELN = WK_EBELN.
      IF SY-SUBRC NE 0 AND ( SY-UNAME = 'GATE1010' OR
                             SY-UNAME = 'GATE1020' OR
                             SY-UNAME = 'GATE1030' OR
                             SY-UNAME = 'GATE1040' OR
                             SY-UNAME = 'GATE1050' OR
                             SY-UNAME = 'GATE1060' OR
                             SY-UNAME = 'GATE1070' OR
                             SY-UNAME = 'GATE1080' OR  SY-UNAME = 'ABAP' ).
        IF WK_EBELN NE SPACE.
          MESSAGE E003 WITH TEXT-001.
        ENDIF.
      ELSE.
        WK_LIFNR = EKKO-LIFNR.
        CLEAR : LFA1-NAME1.
        SELECT SINGLE NAME1 FROM LFA1 CLIENT SPECIFIED
        INTO LFA1-NAME1 WHERE
        MANDT = SY-MANDT AND
        LIFNR = WK_LIFNR.
        IF SY-SUBRC EQ 0.
          WK_NAME = LFA1-NAME1.
        ENDIF.
      ENDIF.
      IF ( SY-UNAME = 'GATE1010' OR SY-UNAME = 'GATE1020' OR
           SY-UNAME = 'GATE1030' OR SY-UNAME = 'GATE1040' OR
           SY-UNAME = 'GATE1050' OR SY-UNAME = 'GATE1060' OR
           SY-UNAME = 'GATE1070' OR SY-UNAME = 'GATE1080' OR  SY-UNAME =
           'ABAP' ).
       IF wk_vbeln IS INITIAL.
         set cursor field wk_vbeln.
         MESSAGE E003 WITH text-009.
       ENDIF.
       IF wk_fkdat IS INITIAL.
         MESSAGE E003 WITH text-010.
       ENDIF.
      ENDIF.
      IF ( SY-UNAME = 'STORE1010' OR SY-UNAME = 'STORE1020' OR
           SY-UNAME = 'STORE1030' OR SY-UNAME = 'STORE1040' OR
           SY-UNAME = 'STORE1050' OR SY-UNAME = 'STORE1060' OR
           SY-UNAME = 'STORE1070' OR SY-UNAME = 'STORE1080' ).
        CLEAR : ZMMT001_GRN_GATE.
        SELECT SINGLE EBELN CDATE FROM ZMMT001_GRN_GATE
        CLIENT SPECIFIED
        INTO (ZMMT001_GRN_GATE-EBELN ,
        ZMMT001_GRN_GATE-CDATE )
        WHERE MANDT = SY-MANDT AND
        SERIAL = WK_SNO AND WERKS = WK_WERKS.
        IF SY-SUBRC EQ 0.
          SELECT MBLNR
                 MJAHR
                 BUDAT
                 BKTXT FROM MKPF CLIENT SPECIFIED
                 INTO TABLE IT_TEMP_MKPF
                 WHERE MANDT = SY-MANDT AND
                 BUDAT = ZMMT001_GRN_GATE-CDATE
                 AND BKTXT = WK_SNO.
          IF

    Hi,
    after calling you programm and get the message call transaction su53. That willl display the authorization that you need.
    Hope this helps.
    Regards
    Bernd

  • Problem with entering URL

    Ever since the last update or two I seem to have an irritating problem with entering URLs. If I'm navigating a site and modify the URL manually in the address field and hit enter, the URL reverts back automatically to the previous one instead of accepting the new modified entry.
    For example if I'm on www.site.com/path/path and go to the URL bar and remove the last '/path' and hit enter, the browser seems to 'remember' and take me to the previous URL path, i.e. www.site.com/path/path. It doesn't matter whether the deleted text forms part of the URL path or whether its parameters after the path, or even if I modify the URL to something like www.site.com/path/anotherpath.
    Once it starts 'remembering' there seems to be no way of getting around this except to close the browser down and start again. I've noticed this behavior on FF20.0.1 and also on FF21. It happens on all 3 of the PCs I use (2 at home, one at work). I'n not sure if its being caused directly by FF or the NoScript plugin (the latter seems unlikely).
    Is there a setting somewhere to modify this behavior, or is it a bug?

    i couldn't find any documentation for it either, however after testing it, it appears that when browser.urlbar.autoFill.typed is set to '''true''' it means that only addresses you've once typed into the url-bar manually get autofilled, when browser.urlbar.autoFill.typed is set to '''false''' then all addresses that are stored in your history no matter if you have typed them in once manually or visited them through a link on a website.
    browser.urlbar.autoFill will generally switch the autocomplete feature in the address bar on or off.

  • I have my iTunes music folder stored on an external hard drive.  I recently purchased a new Mac.  After attaching the external hard drive, all the songs imported without any problem except my Playlists.  Any clue about where they are or how to revive them

    I have my iTunes music folder stored on an external hard drive.  I recently purchases a new Mac.  After attaching the external hard drive, all songs imported without a problem except my playlists.  Any clue about where they are or how to revive them for use on my new Mac?
    Thanks!

    Rysz wrote:
    To retain your playlists, artwork, play counts, etc, you need to move the entire iTunes folder, not just the music files..
    Correct.
    After that just select the new folder location in iTunes> Advanced settings.
    Incorrect.
    Hold Option and launch iTunes.
    Select Choose library and select the iTunes folder.
    This will read the iTunes library.itl file in this folder and the library as it was previously will be opened.

  • Keyboard problems with Enter, delete, backspace, and right/left arrows

    In some applications, such as Yahoo and this message block right now !!, when composing a message, the arrow keys and delete, backspace keys become non responsive. Various ones will work on a random basis.
    I am getting double "carriage returns" also. Maybe this is why in Omegle when I press ENTER, it will not post a chat message; it will bring up a scroll box and for me to post the comment, I have to use the mouse to click ENTER.
    I have changed batteries in my keyboard, uninstalled /reinstalled Firefox. I have checked the above websites in Chrome and other browsers, and there are no problems.
    This has happened before, I don't recall what the solution was or if it just went away.'''
    Affected sites -- at least these
    http://us.mg6.mail.yahoo.com/neo/launch?ncrumb=Fx5R4O7ccqb&.rand=1041364415&nmig=yes#
    http://omegle.com/
    https://support.mozilla.com/en-US/questions/new?product=beta&category=b2&search=Keyboard+problems+with+Enter%2C+delete%2C+backspace%2C+and+right%2Fleft+arrows&showform=1

    PROBLEM SOLVED: http://forum.archlinux-br.org/viewtopic.php?id=1257
    Solution posted on Brazilian Archlinux forum. Credits to user "920608".
    [cache]
    /etc/xorg.conf
    Section "Files"
             #RgbPath "/usr/X11R6/lib/X11/rgb"
    EndSection
    Section "ServerFlags"
               Option "AutoAddDevices" "False"
    EndSection
    C'ya

  • Strange TableView problem when entering editing mode.

    I'm having a problem when entering editing mode in a tableview. What happens is the cell data from the section below is being displayed on top of the last cell in the current section.
    The narrower cell, with the plus sign on the left side, is briefly visible before (a copy of) the cell from below covers it up.
    Has anyone else seen this behavior? I'm really stumped here.
    More info, or how my table isn't standard: Each of the three sections is populated from a list. If the user has previously deleted one of the items from the section, only then is the plus sign shown. Otherwise, only the delete sign is shown. In other words, if there isn't anything to add, then the plus sign with the associated ...add a new X is not shown. This all works correctly. The counters work. The lists of previously deleted items are populated correctly.
    What doesn't work is the last row of the second section being covered by a copy (at full width) of the first row from the third section. The first and third sections both look correct. phew, I hope this makes sense.
    Here is what it looks like:
    Sizes
    - Size 1
    - Size 2
    + ..add a new Size
    Measurements
    - Measurement 1
    - Measurement 2
    Note 1 << this is the problem row
    Notes
    - Note 1
    - Note 2
    + ...add a new Note
    Thanks for any help you can provide.
    Ty

    OK, after more digging I answered my own question.
    The problem was the section order for added and deleting rows in setEditing. I was setting the indexPathForRow in section 2, then, 1, then 0. If I do the update in order 0, 1, then 2 it works fine in 2.0, 2.1, and 2.2.

  • Why have I been prompted to refresh when don't remember any problems except slow to open? Don't think I reported this.

    Why have I been prompted to refresh when don't remember any problems except slow to open? Don't think I reported this, but need to. It is a huge problem, most times takes >3 min for browser to open! I click on task bar icon and wait. Then right click & choose Moz FF. Eventually 2 screens open. I hope I don't have to refresh to clear this up. TY, Gracie

    https://support.mozilla.org/en-US/kb/refresh-firefox-reset-add-ons-and-settings - ''please read what the Refresh does, and what is saved and what is removed''
    When certain parameters are exceeded in Firefox operation, the internal Firefox Health Reporting feature make a "decision" inside your Firefox installation to raise that message recommending a "Refresh". It's your option to do the "Refresh" or not. I you don't "Refresh" whatever is causing your problems isn't going to be corrected or reset.
    https://support.mozilla.org/en-US/kb/firefox-health-report-understand-your-browser-perf
    https://support.mozilla.org/en-US/kb/firefox-health-report-says-your-browser-is-slow

  • XSD Changes - Problem Exception - creating schema

    I am having a problem and need your help. New to SOA.
    I have a xsd file in my project. Based on the xsd definition in the file I have created a BPEL variable (using element) refering to the xsd element name. Added a simplae assign statement and I could see the child elements fine during the Assign statement.
    However when I add new child element in the xsd file or even change the name of the pre-existing child element name the variable in the assign activity gives the error "Problem Exception - creating schema". I created a completely new variable by refering the xsd element but still the new variable also gives error "Problem Exception - creating schema".
    It appears that it does not like me changing the xsd file at all. Am I missing any step. Do I need to take any more step after changing the xsd to be able to create a new variable based on the xsd file.
    Please help.
    Thanks

    I looked it from the variable definition by clicking on "Exeception - Problem Building Schema" and it showing more details. The error is "Duplicated definition for : VariableFetchPOData"
    Where can I see the duplicated definition information. ?
    Please advise
    Thanks

  • HT5429 I am having visual scratches problem while entering my apple id password in app store..

    I am having visual scratches problem while entering my apple id password in app store..i am really worried...how can i solve this problem??

    How would anyone here know what Apple is planning? 
    What jailbreak type did your prior iPhone have?  I don't have this problem.  Restore your phone in iTunes as as new (no backup)

  • Problem while entering IBAN...

    Dear experts...
    Im facing the problem while entering the IBAN detils in 0009 Infotype.
    It is showing the message that IBAN is wrong.
    According to the client it is correct IBAN number.
    After giving the Bankkey and Account number it is creating the IBAN,which is differing in CHECKDIGITS FOR VALIDATION.It is the digits after Countrykey.
    System is showing IT98,but client is mentioning it as 56.
    What could be the reason of difference.
    Please advice me to resolve the problem.
    Regards,
    Vikram.

    We have asked the users to check the IBAN once again with particular banks.
    They have come with correct IBAN now.
    Thanks,
    Vishnu.

  • Problem with Enter key and JOptionPane in 1.4

    Hi,
    I had a problem with an application I was working on.
    In this application, pressing [Enter] anywhere within the focused window would submit the information entered into the form that was contained within the frame.
    The application would then try to validate the data. If it was found to be invalid, it would pop up a JOptionPane informing the user of that fact.
    By default, pressing [Enter] when a JOptionPane is up will activate the focused button (in most cases, the [OK] button) thus dismissing the dialog.
    In JDK 1.3 this worked fine. But in JDK 1.4, this has the result of dismissing the dialog and opping it up again. This is because the [Enter] key still works on the frame behind the JOptionPane and thus tries to validate it again, which results in another invalid dialog msg popping up.
    The only way to get out is to use the mouse or the Esc key.
    Now, in the application I put in a workaround that I was not very happy with. So, to make sure it wasn't the application itself, I created a test which demonstrates that it still misbehaves.
    Here it is.
    import java.awt.Container;
    import java.awt.FlowLayout;
    import java.awt.event.ActionEvent;
    import java.awt.event.KeyEvent;
    import javax.swing.AbstractAction;
    import javax.swing.JButton;
    import javax.swing.JComponent;
    import javax.swing.JFrame;
    import javax.swing.JOptionPane;
    import javax.swing.JTextField;
    import javax.swing.KeyStroke;
    import javax.swing.UIManager;
    import javax.swing.UnsupportedLookAndFeelException;
    import javax.swing.WindowConstants;
    * @author avromf
    public class FocusProblemTest extends AbstractAction
         private static JFrame frame;
         public FocusProblemTest()
              super();
              putValue(NAME, "Test");
         public void actionPerformed(ActionEvent e)
              JOptionPane.showMessageDialog(frame, "This is a test.");
         public static void main(String[] args)
              FocusProblemTest action= new FocusProblemTest();
              try
                   UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
              catch (Exception e)
                   e.printStackTrace();
              frame= new JFrame("Test");
              frame.setDefaultCloseOperation(WindowConstants.DISPOSE_ON_CLOSE);
              Container contents= frame.getContentPane();
              contents.setLayout(new FlowLayout());
              JTextField field= new JTextField("Test");
              field.setColumns(30);
              JButton  button= new JButton(action);
              KeyStroke enterKey = KeyStroke.getKeyStroke(KeyEvent.VK_ENTER, 0, true);
              button.getInputMap(JComponent.WHEN_IN_FOCUSED_WINDOW).put(enterKey, "test");
              button.getActionMap().put("test", action);
              contents.add(field);
              contents.add(button);
              frame.pack();
              frame.setVisible(true);
    }Does anyone have any solution to this problem?

    I know that focus management has changed alot.
    Based on my experimentation a while back, in 1.4 it still believes that the JFrame is the window in focus, even though a JOptionPane is currently in front of it (unless I misinterpreted what was going on). Thus, the frame seems to get the keyboard event and re-invoke the action.
    A.F.

  • I am having a big problem with entering search terms in Google

    Here is the problem. I enter several search terms and do a search. So far, so good.
    After I am finished clicking on one or more links I return to the Google search page to do a new search.
    Since most of the words are the same, except the last one or two, I backspace over the old words and start entering the new ones.
    Then very strange things happen much of the time.
    1. It may restore the old words (the ones I already backspaced over and erased) and put my new words behind the old ones.
    2. It may just restore the old words, that had been backspaced over, completely removing the new words I had just typed in.
    Any ideas why this keeps happening? Is it Google or Firefox causing the problem?
    It seems very strange that words that had been backspaced over (erased) magically reappear as if I hadn't removed them.
    Thank you.

    What is the problem?
    Does send work?
    Receive?
    Error messages?
    Does the account work on other devices?
    DId it ever work on an iOS device?
    Did yo Google for the setting to use?
    DId you delete the account on the iPod and tried again?

  • Problem with entering integer numbers from keyboard

    I have written this simple code:
    import java.io.*;
    public class Simple{
         public static void main(String[] args)throws Exception{
              System.out.println("Enter two integer numbers: ");
              BufferedReader enter=new BufferedReader(new InputStreamReader(System.in));
                   int first=Integer.parseInt(enter.readLine());
                   int second=Integer.parseInt(enter.readLine());
              System.out.println("Result is: "+(first+second));
    and it works fine if I type first number, press Enter, then type
    second number and press Enter.
    But if I type in one line: 2 3 (with space between) I get run-time error:
    Exception in thread "main"...bla...bla at java.lang.Integer.parseInt(Integer.java)...
    I know that error is coming from Integer.parseInt(string) in my code, but I
    don't know how can I avoid it.
    In C that is rather simple scanf("%d %d",&first,&second), but in Java it's much more
    complicated.
    Do you have any suggestions how to solve this problem?

    store the user input in a string
    use a StringTokenizer st
    then
    while(st.hasNext())
    int first=Integer.parseInt(st.nextToken());
    but you should really catch a NumberFormatException
    walker

  • Problem reading data from textField?

    I have a problem in my program I'm currently doing.
    I have a textArea and a textField in a container.
    Inside the textArea will be displayed some questions which require user to give answers to in the textField.
    When user types something in the textField and presses enter, an actionListener will trigger and take in String.
    My problem is how do you wait for the user to type something in the textField?
    thanks

    Hi
    I am trying to read a value from a textField object in the following code, but its returning an empty string. any kind of help would be appreciated. thanks.
    bhavesh
    import java.awt.*;
    import java.awt.event.*;
    import java.applet.*;
    import java.io.*;
    import java.lang.*;
    public class Applet1 extends Applet implements ActionListener, TextListener{
         String text = "";
         Image logo;
         static TextField usr;
         static TextField pswd;
         static Button logOn;
         public boolean authenticate(Graphics g){
              g.setColor(Color.RED);
              g.setFont(new Font("Monospaced", Font.PLAIN, 20));
              text = "Username:";
              g.drawString(text, 300, 300);
              text = "Password:";
              g.drawString(text, 300, 325);
              g.setFont(new Font("Serif", Font.PLAIN, 20));
              usr = new TextField(40);
              usr.setBounds(420,280, 200,20);
              usr.setEditable(true);
              //usr.addActionListener(this);
              add(usr);
              //add (new Label("Enter number:"));
              pswd = new TextField(40);
              pswd.setEditable(true);
              pswd.setBounds(420,310, 200,20);
              //pswd.addActionListener(this);
              add(pswd);
              //add (new Label("Enter number:"));
         logOn = new Button("Log on ...");
         logOn.setBounds(380,340,80,20);
              logOn.addActionListener(this);
              add(logOn);
              return true;
         public void actionPerformed(ActionEvent ae){
              System.out.print(usr.getText()+"rr\n"+ae);
              System.out.print(pswd.getText()+"bb\n");
              if ( usr.getText().compareTo("gusr")==0 && pswd.getText().compareTo("gpswd")==0 ){
                   System.out.print("COOOOOOL");
              else{
                   System.out.print("BAD");
         public void textValueChanged(TextEvent te){
              String foo = usr.getText();
              System.out.print("\n\nevent please\n\n"+foo+" +"+usr.getSelectedText());
         public void paint(Graphics g) {
              logo = getImage(getCodeBase(),"logo2.gif");
              g.setColor(Color.WHITE);
              g.fillRect(0,0,1000,625);
              g.drawImage(logo, 0, 0, this);
              g.setFont(new Font("SansSerif", Font.ITALIC, 20));
              g.setColor(Color.BLUE);
              text = "Welcome to AMPD Timecard!";
              g.drawString(text, 300, 255);
              authenticate(g);

  • First world problem: exceptionally long boot time

    no complaint, just wondering if boot-time can be improved.  Any of you who might enjoy sifting through a system.log for what might account for ostensibly lengthening boot times, I give you my most recent log and thank you in advance.
    Mar 26 10:42:27 localhost bootlog[0]: BOOT_TIME 1395848547 0
    Mar 26 10:42:59 localhost syslogd[19]: Configuration Notice:
              ASL Module "com.apple.appstore" claims selected messages.
              Those messages may not appear in standard system log files or in the ASL database.
    Mar 26 10:42:59 localhost syslogd[19]: Configuration Notice:
              ASL Module "com.apple.authd" sharing output destination "/var/log/system.log" with ASL Module "com.apple.asl".
              Output parameters from ASL Module "com.apple.asl" override any specified in ASL Module "com.apple.authd".
    Mar 26 10:42:59 localhost syslogd[19]: Configuration Notice:
              ASL Module "com.apple.authd" claims selected messages.
              Those messages may not appear in standard system log files or in the ASL database.
    Mar 26 10:42:59 localhost syslogd[19]: Configuration Notice:
              ASL Module "com.apple.bookstore" claims selected messages.
              Those messages may not appear in standard system log files or in the ASL database.
    Mar 26 10:42:59 localhost syslogd[19]: Configuration Notice:
              ASL Module "com.apple.eventmonitor" claims selected messages.
              Those messages may not appear in standard system log files or in the ASL database.
    Mar 26 10:42:59 localhost syslogd[19]: Configuration Notice:
              ASL Module "com.apple.install" claims selected messages.
              Those messages may not appear in standard system log files or in the ASL database.
    Mar 26 10:42:59 localhost syslogd[19]: Configuration Notice:
              ASL Module "com.apple.iokit.power" claims selected messages.
              Those messages may not appear in standard system log files or in the ASL database.
    Mar 26 10:42:59 localhost syslogd[19]: Configuration Notice:
              ASL Module "com.apple.mail" claims selected messages.
              Those messages may not appear in standard system log files or in the ASL database.
    Mar 26 10:42:59 localhost syslogd[19]: Configuration Notice:
              ASL Module "com.apple.MessageTracer" claims selected messages.
              Those messages may not appear in standard system log files or in the ASL database.
    Mar 26 10:42:59 localhost syslogd[19]: Configuration Notice:
              ASL Module "com.apple.performance" claims selected messages.
              Those messages may not appear in standard system log files or in the ASL database.
    Mar 26 10:42:59 localhost syslogd[19]: Configuration Notice:
              ASL Module "com.apple.securityd" claims selected messages.
              Those messages may not appear in standard system log files or in the ASL database.
    Mar 26 10:43:03 --- last message repeated 6 times ---
    Mar 26 10:42:59 localhost kernel[0]: Longterm timer threshold: 1000 ms
    Mar 26 10:42:59 localhost kernel[0]: Darwin Kernel Version 13.1.0: Thu Jan 16 19:40:37 PST 2014; root:xnu-2422.90.20~2/RELEASE_X86_64
    Mar 26 10:42:59 localhost kernel[0]: vm_page_bootstrap: 1989152 free pages and 91616 wired pages
    Mar 26 10:42:59 localhost kernel[0]: kext submap [0xffffff7f807a6000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff80007a6000]
    Mar 26 10:42:59 localhost kernel[0]: zone leak detection enabled
    Mar 26 10:42:59 localhost kernel[0]: "vm_compressor_mode" is 4
    Mar 26 10:42:59 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Mar 26 10:42:59 localhost kernel[0]: standard background quantum is 2500 us
    Mar 26 10:42:59 localhost kernel[0]: mig_table_max_displ = 74
    Mar 26 10:42:59 localhost kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    Mar 26 10:42:59 localhost kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=1 Enabled
    Mar 26 10:42:59 localhost kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=4 Enabled
    Mar 26 10:42:59 localhost kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=5 Enabled
    Mar 26 10:42:59 localhost kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=0 Disabled
    Mar 26 10:42:59 localhost kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=0 Disabled
    Mar 26 10:42:59 localhost kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=0 Disabled
    Mar 26 10:42:59 localhost kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=0 Disabled
    Mar 26 10:42:59 localhost kernel[0]: calling mpo_policy_init for TMSafetyNet
    Mar 26 10:42:59 localhost kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    Mar 26 10:42:59 localhost kernel[0]: calling mpo_policy_init for Sandbox
    Mar 26 10:42:59 localhost kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    Mar 26 10:42:59 localhost kernel[0]: calling mpo_policy_init for Quarantine
    Mar 26 10:42:59 localhost kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    Mar 26 10:42:59 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Mar 26 10:42:59 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Mar 26 10:42:59 localhost kernel[0]: MAC Framework successfully initialized
    Mar 26 10:42:59 localhost kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    Mar 26 10:42:59 localhost kernel[0]: AppleKeyStore starting (BUILT: Sep 19 2013 22:20:34)
    Mar 26 10:42:59 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    Mar 26 10:42:59 localhost kernel[0]: ACPI: sleep states S3 S4 S5
    Mar 26 10:42:59 localhost kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 0024
    Mar 26 10:42:59 localhost kernel[0]: AppleIntelCPUPowerManagement: (built 19:46:50 Jan 16 2014) initialization complete
    Mar 26 10:42:59 localhost kernel[0]: pci (build 20:00:24 Jan 16 2014), flags 0x63008, pfm64 (36 cpu) 0xf80000000, 0x80000000
    Mar 26 10:42:59 localhost kernel[0]: [ PCI configuration begin ]
    Mar 26 10:42:59 localhost kernel[0]: console relocated to 0xf80030000
    Mar 26 10:42:59 localhost kernel[0]: [ PCI configuration end, bridges 7, devices 16 ]
    Mar 26 10:42:59 localhost kernel[0]: [ PCI configuration begin ]
    Mar 26 10:42:59 localhost kernel[0]: [ PCI configuration end, bridges 8, devices 22 ]
    Mar 26 10:42:59 localhost kernel[0]: TBIOBlockStorageDriver: super::probe failed
    Mar 26 10:42:59 localhost kernel[0]: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID 7c6d62fffefaec1c; max speed s800.
    Mar 26 10:42:59 localhost kernel[0]: USBMSC Identifier (non-unique): 000000009833 0x5ac 0x8403 0x9833, 2
    Mar 26 10:42:59 localhost kernel[0]: mcache: 4 CPU(s), 64 bytes CPU cache line size
    Mar 26 10:42:59 localhost kernel[0]: mbinit: done [96 MB total pool size, (64/32) split]
    Mar 26 10:42:59 localhost kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    Mar 26 10:42:59 localhost kernel[0]: rooting via boot-uuid from /chosen: C9DA172B-D4C5-3F3E-A13E-2B4BCEEFB011
    Mar 26 10:42:59 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Mar 26 10:42:59 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    Mar 26 10:42:59 localhost kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    Mar 26 10:42:59 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    Mar 26 10:42:59 localhost kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    Mar 26 10:42:59 localhost kernel[0]: AppleIntelCPUPowerManagementClient: ready
    Mar 26 10:42:59 localhost kernel[0]: BTCOEXIST off
    Mar 26 10:42:59 localhost kernel[0]: BRCM tunables:
    Mar 26 10:42:59 localhost kernel[0]: pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    Mar 26 10:42:59 localhost kernel[0]: com_seagate_IOPowSec00_10_5: GetVendorAndModelIDInfo failed
    Mar 26 10:42:59 localhost kernel[0]: com_maxtor_IOPowSec00_10_5: GetVendorAndModelIDInfo failed
    Mar 26 10:42:59 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/ST9500325ASG Media/IOGUIDPartitionScheme/Customer@2
    Mar 26 10:42:59 localhost kernel[0]: BSD root: disk0s2, major 1, minor 2
    Mar 26 10:42:59 localhost kernel[0]: hfs: mounted Macintosh HDD on device root_device
    Mar 26 10:42:59 localhost kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=68[empdaemon] final status 0x0, allowing (remove VALID) page
    Mar 26 10:42:59 localhost kernel[0]: VM Swap Subsystem is ON
    Mar 26 10:42:30 localhost com.apple.launchd[1]: *** launchd[1] has started up. ***
    Mar 26 10:42:30 localhost com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    Mar 26 10:42:52 localhost com.apple.launchd[1] (com.backblaze.bzserv[69]): Exited with code: 2
    Mar 26 10:42:52 localhost com.apple.launchd[1] (com.backblaze.bzserv): Throttling respawn: Will start in 10 seconds
    Mar 26 10:42:58 localhost hidd[47]: void __IOHIDPlugInLoadBundles(): Loaded 0 HID plugins
    Mar 26 10:42:58 localhost hidd[47]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    Mar 26 10:43:00 localhost com.apple.SecurityServer[25]: Session 100000 created
    Mar 26 10:43:01 localhost distnoted[71]: # distnote server daemon  absolute time: 32.923825084   civil time: Wed Mar 26 10:42:58 2014   pid: 71 uid: 0  root: yes
    Mar 26 10:43:01 localhost distnoted[71]: assertion failed: 13C64: liblaunch.dylib + 25164 [38D1AB2C-A476-385F-8EA8-7AB604CA1F89]: 0x25
    Mar 26 10:43:02 localhost com.apple.launchd[1] (com.backblaze.bzserv[77]): Exited with code: 2
    Mar 26 10:43:02 localhost com.apple.launchd[1] (com.backblaze.bzserv): Throttling respawn: Will start in 10 seconds
    Mar 26 10:43:05 localhost kernel[0]: Waiting for DSMOS...
    Mar 26 10:43:05 localhost kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    Mar 26 10:43:05 localhost kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    Mar 26 10:43:07 localhost com.apple.launchd[1] (com.apple.Kerberos.kdc[45]): Exited with code: 1
    Mar 26 10:43:07 localhost com.apple.usbmuxd[17]: usbmuxd-327.4 on Feb 12 2014 at 14:54:33, running 64 bit
    Mar 26 10:43:08 localhost kernel[0]: rtR0InitNative: warning! failed to resolve special kernel symbols
    Mar 26 10:43:08 localhost kernel[0]: vboxdrv: fAsync=0 offMin=0xba0 offMax=0xe4c
    Mar 26 10:43:08 localhost kernel[0]: VBoxDrv: version 4.1.12 r77245; IOCtl version 0x190000; IDC version 0x10000; dev major=18
    Mar 26 10:43:08 localhost kernel[0]: fNumVRAMBlocks is 4
    Mar 26 10:43:08 localhost kernel[0]: AGC: 3.4.35, HW version=1.9.21, flags:0, features:20600
    Mar 26 10:43:08 localhost kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key LsNM (kSMCKeyNotFound)
    Mar 26 10:43:08 localhost kernel[0]: SMC::smcReadKeyAction ERROR LsNM kSMCKeyNotFound(0x84) fKeyHashTable=0x0
    Mar 26 10:43:08 localhost kernel[0]: SMC::smcGetLightshowVers ERROR: smcReadKey LsNM failed (kSMCKeyNotFound)
    Mar 26 10:43:08 localhost kernel[0]: SMC::smcPublishLightshowVersion ERROR: smcGetLightshowVers failed (kSMCKeyNotFound)
    Mar 26 10:43:08 localhost kernel[0]: SMC::smcInitHelper ERROR: smcPublishLightshowVersion failed (kSMCKeyNotFound)
    Mar 26 10:43:08 localhost kernel[0]: Previous Shutdown Cause: 5
    Mar 26 10:43:08 localhost kernel[0]: SMC::smcInitHelper ERROR: MMIO regMap == NULL - fall back to old SMC mode
    Mar 26 10:43:08 localhost kernel[0]: IOBluetoothUSBDFU::probe
    Mar 26 10:43:08 localhost kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x8218 FirmwareVersion - 0x0042
    Mar 26 10:43:08 localhost kernel[0]: **** [IOBluetoothHostControllerUSBTransport][start] -- completed -- result = TRUE -- 0x4000 ****
    Mar 26 10:43:08 localhost kernel[0]: **** [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed -- 0x4000 ****
    Mar 26 10:43:08 localhost kernel[0]: NVDAStartup: Official
    Mar 26 10:43:08 localhost kernel[0]: NVDANV50HAL loaded and registered
    Mar 26 10:43:08 localhost kernel[0]: init
    Mar 26 10:43:08 localhost kernel[0]: probe
    Mar 26 10:43:08 localhost kernel[0]: APExtframeBuffer starting: max resolution 1920x1080
    Mar 26 10:43:08 localhost kernel[0]: Initializing Framebuffer.
    Mar 26 10:43:08 localhost kernel[0]: start
    Mar 26 10:43:08 localhost kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification -- 0x4000
    Mar 26 10:43:08 localhost kernel[0]: [IOBluetoothHCIController][start] -- completed
    Mar 26 10:43:08 localhost kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    Mar 26 10:43:08 localhost kernel[0]: **** [IOBluetoothHCIController][protectedBluetoothHCIControllerTransportShowsUp] -- Connected to the transport successfully -- 0xe500 -- 0x3000 -- 0x4000 ****
    Mar 26 10:43:08 localhost kernel[0]: IOMemoryDescriptor 0x1f0dcc19d9ba810f prepared read only
    Mar 26 10:43:08 localhost kernel[0]: Backtrace 0xffffff80006b9dbe 0xffffff7f8228e0e1 0xffffff7f82298fe2 0xffffff8000692f1f 0xffffff8000692adf 0xffffff800068e6b9 0xffffff8000693633
    Mar 26 10:43:08 localhost kernel[0]: Kernel Extensions in backtrace:
    Mar 26 10:43:08 localhost kernel[0]: com.apple.driver.AppleIntelHDGraphics(8.2.4)[84DE8845-D8E6-3C61-B457-1AC155AEF9 04]@0xffffff7f87470000->0xffffff7f8752ffff
    Mar 26 10:43:08 localhost kernel[0]: dependency: com.apple.iokit.IOPCIFamily(2.9)[EDA75271-4E9D-34E7-A2C5-14F0C8817D37]@0xffffff 7f859e9000
    Mar 26 10:43:08 localhost kernel[0]: dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[4421462D-2B1F-3540-8EEA-9DFCB0565E39]@0 xffffff7f85dd8000
    Mar 26 10:43:08 localhost kernel[0]: IOMemoryDescriptor 0x1f0dcc19d9b7f60f prepared read only
    Mar 26 10:43:08 localhost kernel[0]: Backtrace 0xffffff80006b9dbe 0xffffff7f8228e2db 0xffffff7f82298fe2 0xffffff8000692f1f 0xffffff8000692adf 0xffffff800068e6b9 0xffffff8000693633
    Mar 26 10:43:08 localhost kernel[0]: Kernel Extensions in backtrace:
    Mar 26 10:43:08 localhost kernel[0]: com.apple.driver.AppleIntelHDGraphics(8.2.4)[84DE8845-D8E6-3C61-B457-1AC155AEF9 04]@0xffffff7f87470000->0xffffff7f8752ffff
    Mar 26 10:43:08 localhost kernel[0]: dependency: com.apple.iokit.IOPCIFamily(2.9)[EDA75271-4E9D-34E7-A2C5-14F0C8817D37]@0xffffff 7f859e9000
    Mar 26 10:43:08 localhost kernel[0]: dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[4421462D-2B1F-3540-8EEA-9DFCB0565E39]@0 xffffff7f85dd8000
    Mar 26 10:43:08 localhost kernel[0]: DSMOS has arrived
    Mar 26 10:43:11 localhost kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link up on en0, 100-Megabit, Full-duplex, No flow-control, Debug [796d,0301,0de1,0300,41e1,0000]
    Mar 26 10:43:11 localhost kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    Mar 26 10:43:11 localhost kernel[0]: AppleBCM5701Ethernet [en0]: Link down (womp disabled, proxy idle)
    Mar 26 10:43:12 localhost com.apple.launchd[1] (com.backblaze.bzserv[94]): Exited with code: 2
    Mar 26 10:43:12 localhost com.apple.launchd[1] (com.backblaze.bzserv): Throttling respawn: Will start in 10 seconds
    Mar 26 10:43:13 localhost kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link up on en0, 100-Megabit, Full-duplex, No flow-control, Debug [796d,0301,0101,0000,41e1,0000]
    Mar 26 10:43:16 localhost com.apple.SecurityServer[25]: Entering service
    Mar 26 10:43:16 localhost kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    Mar 26 10:43:16 localhost mds[37]: (Normal) FMW: FMW 0 0
    Mar 26 10:43:16 localhost defaults[97]:
              The domain/default pair of (/System/Library/Frameworks/Message.framework/Resources/Info, PluginCompatibilityUUID) does not exist
    Mar 26 10:43:16 localhost blued[60]: hostControllerOnline - Number of Paired devices = 0, List of Paired devices = (null)
    Mar 26 10:43:16 localhost mDNSResponder[38]: mDNSResponder mDNSResponder-522.90.2 (Nov  3 2013 18:51:09) starting OSXVers 13
    Mar 26 10:43:16 localhost digest-service[79]: label: default
    Mar 26 10:43:16 localhost digest-service[79]:           dbname: od:/Local/Default
    Mar 26 10:43:16 localhost digest-service[79]:           mkey_file: /var/db/krb5kdc/m-key
    Mar 26 10:43:16 localhost digest-service[79]:           acl_file: /var/db/krb5kdc/kadmind.acl
    Mar 26 10:43:16 localhost digest-service[79]: digest-request: uid=0
    Mar 26 10:43:16 localhost loginwindow[41]: Login Window Application Started
    Mar 26 10:43:16 localhost digest-service[79]: digest-request: netr probe 0
    Mar 26 10:43:16 localhost digest-service[79]: digest-request: init request
    Mar 26 10:43:16 localhost awacsd[62]: Starting awacsd connectivity_executables-97 (Aug 24 2013 23:49:23)
    Mar 26 10:43:16 localhost awacsd[62]: InnerStore CopyAllZones: no info in Dynamic Store
    Mar 26 10:43:16 localhost UserEventAgent[11]: Captive: CNPluginHandler en1: Inactive
    Mar 26 10:43:16 localhost aosnotifyd[65]: aosnotifyd has been launched
    Mar 26 10:43:16 localhost aosnotifyd[65]: assertion failed: 13C64: liblaunch.dylib + 25164 [38D1AB2C-A476-385F-8EA8-7AB604CA1F89]: 0x25
    Mar 26 10:43:17 localhost UserEventAgent[11]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    Mar 26 10:43:17 localhost WindowServer[103]: Server is starting up
    Mar 26 10:43:17 localhost stackshot[21]: Timed out waiting for IOKit to finish matching.
    Mar 26 10:43:18 localhost apsd[64]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    Mar 26 10:43:18 localhost mDNSResponder[38]: D2D_IPC: Loaded
    Mar 26 10:43:18 localhost mDNSResponder[38]: D2DInitialize succeeded
    Mar 26 10:43:18 localhost mDNSResponder[38]:   4: Listening for incoming Unix Domain Socket client requests
    Mar 26 10:43:18 localhost mDNSResponder[38]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007F901B804D60 CPU123.local. (AAAA) that's already in the list
    Mar 26 10:43:18 localhost mDNSResponder[38]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007F901B8051F0 2.E.A.9.A.6.E.F.F.F.5.3.0.B.A.5.0.0.0.0.0.0.0.0.0.0.0.0.0.8.E.F.ip6.arpa. (PTR) that's already in the list
    Mar 26 10:43:18 localhost mDNSResponder[38]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007F901A006B60 CPU123.local. (Addr) that's already in the list
    Mar 26 10:43:18 localhost mDNSResponder[38]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007F901A006FF0 1.0.0.127.in-addr.arpa. (PTR) that's already in the list
    Mar 26 10:43:18 localhost mds[37]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    Mar 26 10:43:18 localhost configd[58]: network changed: DNS*
    Mar 26 10:43:18 CPU123.local configd[58]: setting hostname to "CPU123.local"
    Mar 26 10:43:18 CPU123.local mds[37]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    Mar 26 10:43:18 CPU123.local networkd[122]: networkd.122 built Aug 24 2013 22:08:46
    Mar 26 10:43:18 CPU123.local locationd[43]: Incorrect NSStringEncoding value 0x8000100 detected. Assuming NSASCIIStringEncoding. Will stop this compatiblity mapping behavior in the near future.
    Mar 26 10:43:18 CPU123.local locationd[43]: NBB-Could not get UDID for stable refill timing, falling back on random
    Mar 26 10:43:18 CPU123.local airportd[66]: airportdProcessDLILEvent: en1 attached (up)
    Mar 26 10:43:18 CPU123 kernel[0]: createVirtIf(): ifRole = 1
    Mar 26 10:43:18 CPU123 kernel[0]: in func createVirtualInterface ifRole = 1
    Mar 26 10:43:18 CPU123 kernel[0]: AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1
    Mar 26 10:43:18 CPU123 kernel[0]: AirPort_Brcm4331_P2PInterface::init() <p2p> role 1
    Mar 26 10:43:18 CPU123 kernel[0]: Created virtif 0xffffff8018f9b400 p2p0
    Mar 26 10:43:18 CPU123.local mds[37]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    Mar 26 10:43:18 CPU123.local systemkeychain[95]: done file: /var/run/systemkeychaincheck.done
    Mar 26 10:43:18 CPU123.local locationd[43]: Location icon should now be in state 'Inactive'
    Mar 26 10:43:18 CPU123.local digest-service[79]: digest-request: init return domain: PCPC1 server: CPU123 indomain was: <NULL>
    Mar 26 10:43:18 CPU123.local locationd[43]: locationd was started after an unclean shutdown
    Mar 26 10:43:19 CPU123.local UserEventAgent[11]: Registered Workstation service - CPU123 [7c:6d:62:8c:3b:ac]._workstation._tcp.
    Mar 26 10:43:22 CPU123 com.apple.launchd[1] (com.backblaze.bzserv[127]): Exited with code: 2
    Mar 26 10:43:22 CPU123 com.apple.launchd[1] (com.backblaze.bzserv): Throttling respawn: Will start in 10 seconds
    Mar 26 10:43:25 CPU123.local configd[58]: network changed: v4(en0+:192.168.1.64) DNS+ Proxy+ SMB+
    Mar 26 10:43:24 CPU123.local ntpd[129]: proto: precision = 1.000 usec
    Mar 26 10:43:24 CPU123 com.apple.launchd[1] (com.backblaze.bzserv): Throttling respawn: Will start in 6 seconds
    Mar 26 10:43:25 --- last message repeated 1 time ---
    Mar 26 10:43:25 CPU123 kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key MOTP (kSMCKeyNotFound)
    Mar 26 10:43:25 CPU123 kernel[0]: [AGPM Controller] build GPUDict by Vendor8086Device0046
    Mar 26 10:43:25 CPU123 kernel[0]: [AGPM Controller] build GPUDict by Vendor10deDevice0a29
    Mar 26 10:43:25 CPU123.local WindowServer[103]: Session 256 retained (2 references)
    Mar 26 10:43:25 CPU123.local WindowServer[103]: Session 256 released (1 references)
    Mar 26 10:43:25 CPU123.local WindowServer[103]: Session 256 retained (2 references)
    Mar 26 10:43:25 CPU123.local WindowServer[103]: init_page_flip: page flip mode is on
    Mar 26 10:43:25 CPU123.local SystemStarter[131]: VirtualBox Support and USB Drivers (144) did not complete successfully
    Mar 26 10:43:25 CPU123.local SystemStarter[131]: The following StartupItems failed to start properly:
    Mar 26 10:43:25 CPU123.local SystemStarter[131]: /Library/StartupItems/VirtualBox
    Mar 26 10:43:25 CPU123.local SystemStarter[131]:  - execution of Startup script failed
    Mar 26 10:43:25 CPU123.local apsd[64]: Unrecognized leaf certificate
    Mar 26 10:43:26 CPU123.local apsd[64]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    Mar 26 10:43:26 CPU123 kernel[0]: APExternalDisplay Memory Reserved: 66392064 bytes
    Mar 26 10:43:26 CPU123.local WindowServer[103]: Found 1 modes for display 0x00000000 [1, 0]
    Mar 26 10:43:26 CPU123.local WindowServer[103]: Found 36 modes for display 0x00000000 [30, 6]
    Mar 26 10:43:26 CPU123.local WindowServer[103]: Found 1 modes for display 0x00000000 [1, 0]
    Mar 26 10:43:26 --- last message repeated 1 time ---
    Mar 26 10:43:26 CPU123.local WindowServer[103]: mux_initialize: Mode is dynamic
    Mar 26 10:43:26 CPU123.local WindowServer[103]: Found 36 modes for display 0x00000000 [30, 6]
    Mar 26 10:43:26 CPU123.local WindowServer[103]: Found 1 modes for display 0x00000000 [1, 0]
    Mar 26 10:43:26 --- last message repeated 1 time ---
    Mar 26 10:43:26 CPU123.local WindowServer[103]: WSMachineUsesNewStyleMirroring: false
    Mar 26 10:43:26 CPU123.local WindowServer[103]: Display 0x04272901: GL mask 0x3; bounds (0, 0)[1440 x 900], 36 modes available
              Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9ca4, S/N 0, Unit 1, Rotation 0
              UUID 0x8a96a568c33550779a382c64e81094d2
    Mar 26 10:43:26 CPU123.local WindowServer[103]: Display 0x003f003f: GL mask 0x8; bounds (0, 0)[0 x 0], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
              UUID 0xffffffffffffffffffffffffffffffff
    Mar 26 10:43:26 CPU123.local WindowServer[103]: Display 0x003f003e: GL mask 0x4; bounds (0, 0)[0 x 0], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
              UUID 0xffffffffffffffffffffffffffffffff
    Mar 26 10:43:26 CPU123.local WindowServer[103]: WSSetWindowTransform: Singular matrix
    Mar 26 10:43:26 --- last message repeated 1 time ---
    Mar 26 10:43:26 CPU123.local WindowServer[103]: Display 0x04272901: GL mask 0x3; bounds (0, 0)[1440 x 900], 36 modes available
              Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9ca4, S/N 0, Unit 1, Rotation 0
              UUID 0x8a96a568c33550779a382c64e81094d2
    Mar 26 10:43:26 CPU123.local WindowServer[103]: Display 0x003f003f: GL mask 0x8; bounds (2464, 0)[1 x 1], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
              UUID 0xffffffffffffffffffffffffffffffff
    Mar 26 10:43:26 CPU123.local WindowServer[103]: Display 0x003f003e: GL mask 0x4; bounds (2465, 0)[1 x 1], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
              UUID 0xffffffffffffffffffffffffffffffff
    Mar 26 10:43:26 CPU123.local WindowServer[103]: CGXPerformInitialDisplayConfiguration
    Mar 26 10:43:26 CPU123.local WindowServer[103]:   Display 0x04272901: Unit 1; Alias(1, 0x3); Vendor 0x610 Model 0x9ca4 S/N 0 Dimensions 13.03 x 8.15; online enabled built-in, Bounds (0,0)[1440 x 900], Rotation 0, Resolution 1
    Mar 26 10:43:26 CPU123.local WindowServer[103]:   Display 0x003f003f: Unit 3; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2464,0)[1 x 1], Rotation 0, Resolution 1
    Mar 26 10:43:26 CPU123.local WindowServer[103]:   Display 0x003f003e: Unit 2; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2465,0)[1 x 1], Rotation 0, Resolution 1
    Mar 26 10:43:26 CPU123.local WindowServer[103]: CGXMuxBoot: Boot normal
    Mar 26 10:43:26 CPU123.local com.apple.kextd[12]: kext com.eltima.ElmediaPlayer.kext  158009000 is in exception list, allowing to load
    Mar 26 10:43:26 CPU123.local WindowServer[103]: GLCompositor: GL renderer id 0x01024300, GL mask 0x00000001, accelerator 0x00003523, unit 0, caps QEX|MIPMAP, vram 288 MB
    Mar 26 10:43:26 CPU123.local WindowServer[103]: GLCompositor: GL renderer id 0x01024300, GL mask 0x00000001, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    Mar 26 10:43:26 CPU123.local WindowServer[103]: GLCompositor: GL renderer id 0x01022612, GL mask 0x00000006, accelerator 0x00004ca3, unit 1, caps QEX|MIPMAP, vram 256 MB
    Mar 26 10:43:26 CPU123.local WindowServer[103]: GLCompositor: GL renderer id 0x01022612, GL mask 0x00000006, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    Mar 26 10:43:26 CPU123.local WindowServer[103]: GLCompositor enabled for tile size [256 x 256]
    Mar 26 10:43:26 CPU123.local WindowServer[103]: CGXGLInitMipMap: mip map mode is on
    Mar 26 10:43:26 CPU123.local loginwindow[41]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    Mar 26 10:43:27 CPU123.local com.apple.kextd[12]: kext com.eltima.ElmediaPlayer.kext  158009000 is in exception list, allowing to load
    Mar 26 10:43:27 CPU123 kernel[0]: Elmedia Player KEXT version 4.2 (1.58)
    Mar 26 10:43:27 CPU123.local WindowServer[103]: Display 0x04272901: Unit 1; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    Mar 26 10:43:27 CPU123.local launchctl[159]: com.apple.findmymacmessenger: Already loaded
    Mar 26 10:43:27 CPU123.local com.apple.SecurityServer[25]: Session 100006 created
    Mar 26 10:43:27 CPU123.local UserEventAgent[160]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    Mar 26 10:43:28 CPU123.local loginwindow[41]: Setting the initial value of the magsave brightness level 1
    Mar 26 10:43:28 CPU123.local loginwindow[41]: Login Window Started Security Agent
    Mar 26 10:43:28 CPU123.local SecurityAgent[168]: This is the first run
    Mar 26 10:43:28 CPU123.local SecurityAgent[168]: MacBuddy was run = 0
    Mar 26 10:43:28 CPU123.local WindowServer[103]: _CGXGLDisplayContextForDisplayDevice: acquired display context (0x7f8c51c12c40) - enabling OpenGL
    Mar 26 10:43:28 CPU123.local WindowServer[103]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    Mar 26 10:43:28 CPU123.local WindowServer[103]: Display 0x04272901: Unit 1; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    Mar 26 10:43:29 --- last message repeated 1 time ---
    Mar 26 10:43:29 CPU123.local parentalcontrolsd[178]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream
    Mar 26 10:43:29 CPU123.local awacsd[62]: Exiting
    Mar 26 10:43:30 CPU123 com.apple.launchd[1] (com.backblaze.bzserv[180]): Job failed to exec(3). Setting up event to tell us when to try again: 2: No such file or directory
    Mar 26 10:43:30 CPU123 com.apple.launchd[1] (com.backblaze.bzserv[180]): Job failed to exec(3) for weird reason: 2
    Mar 26 10:43:30 CPU123.local mtmfs[35]: mount succeeded for /Volumes/MobileBackups
    Mar 26 10:43:30 CPU123.local mds[37]: (Normal) Volume: volume:0x7f81b3058e00 ********** Bootstrapped Creating a default store:0 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/MobileBackups
    Mar 26 10:43:30 CPU123.local mds[37]: (Normal) Volume: volume:0x7f81b3058e00 ********** Created snapshot backup index
    Mar 26 10:43:34 CPU123 kernel[0]: nspace-handler-set-snapshot-time: 1395848616
    Mar 26 10:43:34 CPU123.local com.apple.mtmd[36]: Set snapshot time: 2014-03-26 10:43:36 -0500 (current time: 2014-03-26 10:43:34 -0500)
    Mar 26 10:43:37 CPU123.local SecurityAgent[168]: User info context values set for prl
    Mar 26 10:43:42 CPU123.local parentalcontrolsd[183]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream
    Mar 26 10:43:42 CPU123.local SecurityAgent[168]: Login Window login proceeding
    Mar 26 10:43:44 CPU123.local loginwindow[41]: Login Window - Returned from Security Agent
    Mar 26 10:43:44 CPU123.local loginwindow[41]: USER_PROCESS: 41 console
    Mar 26 10:43:45 CPU123 kernel[0]: AppleKeyStore:Sending lock change 0
    Mar 26 10:43:45 CPU123 com.apple.launchd.peruser.1689351527[188]: Background: Aqua: Registering new GUI session.
    Mar 26 10:43:45 CPU123 com.apple.launchd.peruser.1689351527[188] (com.divx.agent.postinstall): Unknown key: LimitToSessionType
    Mar 26 10:43:45 CPU123 com.apple.launchd.peruser.1689351527[188] (com.spotify.webhelper): Unknown key: SpotifyPath
    Mar 26 10:43:45 CPU123 com.apple.launchd.peruser.1689351527[188] (com.apple.EscrowSecurityAlert): Unknown key: seatbelt-profiles
    Mar 26 10:43:45 CPU123 com.apple.launchd.peruser.1689351527[188] (com.apple.ReportCrash): Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    Mar 26 10:43:45 CPU123.local launchctl[191]: com.apple.pluginkit.pkd: Already loaded
    Mar 26 10:43:45 CPU123.local launchctl[191]: com.apple.sbd: Already loaded
    Mar 26 10:43:45 CPU123.local distnoted[193]: # distnote server agent  absolute time: 81.676468602   civil time: Wed Mar 26 10:43:45 2014   pid: 193 uid: 1689351527  root: no
    Mar 26 10:43:45 CPU123.local WindowServer[103]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    Mar 26 10:43:46 CPU123.local com.apple.audio.DriverHelper[206]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelDevice.
    Mar 26 10:43:46 CPU123.local com.apple.audio.DriverHelper[206]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelSharedUserClient.
    Mar 26 10:43:46 CPU123.local com.apple.audio.DriverHelper[206]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDSIVideoContext.
    Mar 26 10:43:46 CPU123.local com.apple.audio.DriverHelper[206]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class Gen6DVDContext.
    Mar 26 10:43:46 CPU123.local com.apple.audio.DriverHelper[206]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelDevice.
    Mar 26 10:43:46 CPU123.local com.apple.audio.DriverHelper[206]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelSharedUserClient.
    Mar 26 10:43:46 CPU123.local com.apple.audio.DriverHelper[206]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMain.
    Mar 26 10:43:46 CPU123.local com.apple.audio.DriverHelper[206]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMedia.
    Mar 26 10:43:46 CPU123.local com.apple.audio.DriverHelper[206]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextVEBox.
    Mar 26 10:43:46 CPU123.local com.apple.audio.DriverHelper[206]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient.
    Mar 26 10:43:46 CPU123.local com.apple.audio.DriverHelper[206]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOHIDParamUserClient.
    Mar 26 10:43:46 CPU123.local com.apple.audio.DriverHelper[206]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOSurfaceRootUserClient.
    Mar 26 10:43:46 CPU123.local com.apple.audio.DriverHelper[206]: The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.AirPlayXPCHelper.
    Mar 26 10:43:46 CPU123.local com.apple.audio.DriverHelper[206]: The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.blued.
    Mar 26 10:43:46 CPU123.local com.apple.audio.DriverHelper[206]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient.
    Mar 26 10:43:46 CPU123.local com.apple.audio.DriverHelper[206]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.blued.
    Mar 26 10:43:46 CPU123.local com.apple.audio.DriverHelper[206]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.bluetoothaudiod.
    Mar 26 10:43:47 CPU123.local sharingd[214]: Starting Up...
    Mar 26 10:43:47 CPU123.local WindowServer[103]: Display 0x04272901: Unit 1; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    Mar 26 10:43:47 CPU123.local UserEventAgent[192]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    Mar 26 10:43:47 CPU123.local coreaudiod[204]: 2014-03-26 10:43:47.604230 AM [AirPlay] AirPlay: Performing audio format change for 4 (AP Out) to PCM/44100/16/2
    Mar 26 10:43:47 CPU123 com.apple.launchd.peruser.1689351527[188] (com.akamai.single-user-client[253]): assertion failed: 13C64: launchd + 105965 [425516B6-9F3E-342F-87B3-EC461EBA6A1A]: 0xd
    Mar 26 10:43:47 CPU123 kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=245[GoogleSoftwareUp] final status 0x0, allowing (remove VALID) page
    Mar 26 10:43:48 CPU123.local com.apple.SecurityServer[25]: Session 100008 created
    Mar 26 10:43:48 CPU123 xpcproxy[280]: assertion failed: 13C64: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    Mar 26 10:43:48 CPU123.local WindowServer[103]: disable_update_timeout: UI updates were forcibly disabled by application "SystemUIServer" for over 1.00 seconds. Server has re-enabled them.
    Mar 26 10:43:48 CPU123.local com.apple.IconServicesAgent[276]: IconServicesAgent launched.
    Mar 26 10:43:48 CPU123.local WiFiKeychainProxy[223]: [NO client logger] <Nov 10 2013 18:30:13> WIFICLOUDSYNC WiFiCloudSyncEngineCreate: created...
    Mar 26 10:43:48 CPU123.local WiFiKeychainProxy[223]: [NO client logger] <Nov 10 2013 18:30:13> WIFICLOUDSYNC WiFiCloudSyncEngineRegisterCallbacks: WiFiCloudSyncEngineCallbacks version - 0, bundle id - com.apple.wifi.WiFiKeychainProxy
    Mar 26 10:43:49 CPU123.local WindowServer[103]: common_reenable_update: UI updates were finally reenabled by application "SystemUIServer" after 1.36 seconds (server forcibly re-enabled them after 1.00 seconds)
    Mar 26 10:43:49 CPU123 accountsd[275]: assertion failed: 13C64: liblaunch.dylib + 25164 [38D1AB2C-A476-385F-8EA8-7AB604CA1F89]: 0x25
    Mar 26 10:43:51 CPU123.local com.apple.SecurityServer[25]: Session 100010 created
    Mar 26 10:43:53 CPU123 com.apple.launchd.peruser.1689351527[188] (com.apple.mrt.uiagent[230]): Exited with code: 255
    Mar 26 10:43:54 CPU123.local SystemUIServer[201]: Cannot find executable for CFBundle 0x7fda8bf01830 </System/Library/CoreServices/Menu Extras/Clock.menu> (not loaded)
    Mar 26 10:43:55 CPU123.local SystemUIServer[201]: Cannot find executable for CFBundle 0x7fda8bf5dc40 </System/Library/CoreServices/Menu Extras/Battery.menu> (not loaded)
    Mar 26 10:43:55 CPU123.local SystemUIServer[201]: Cannot find executable for CFBundle 0x7fda8bf5cc70 </System/Library/CoreServices/Menu Extras/Volume.menu> (not loaded)
    Mar 26 10:43:55 CPU123 xpcproxy[297]: assertion failed: 13C64: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    Mar 26 10:43:57 CPU123.local backupd[293]: Property list invalid for format: 200 (property lists cannot contain NULL)
    Mar 26 10:43:57 CPU123.local SocialPushAgent[225]: ApplePushService: APSConnection being used without a delegate queue
    Mar 26 10:43:58 CPU123.local SystemUIServer[201]: <SOBuddyHelper: 0x7fda8bf744d0> Timed out waiting for value for MenuExtraBuddyListSubmenuThreshhold
    Mar 26 10:43:58 CPU123 kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key B0OS (kSMCKeyNotFound)
    Mar 26 10:44:00 CPU123.local WindowServer[103]: disable_update_timeout: UI updates were forcibly disabled by application "SystemUIServer" for over 1.00 seconds. Server has re-enabled them.
    Mar 26 10:44:02 CPU123.local WindowServer[103]: common_reenable_update: UI updates were finally reenabled by application "SystemUIServer" after 2.95 seconds (server forcibly re-enabled them after 1.00 seconds)
    Mar 26 10:44:04 CPU123.local SystemUIServer[201]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Mar 26 10:44:04 CPU123.local SystemUIServer[201]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Mar 26 10:44:05 CPU123.local parentalcontrolsd[328]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream
    Mar 26 10:44:05 CPU123.local com.apple.SecurityServer[25]: Session 100013 created
    Mar 26 10:44:06 CPU123.local com.apple.IconServicesAgent[276]: main Failed to composit image for binding VariantBinding [0x403] flags: 0x8 binding: FileInfoBinding [0x115] - extension: pdf, UTI: com.adobe.pdf, fileType: ????.
    Mar 26 10:44:07 CPU123.local quicklookd[273]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x203] flags: 0x8 binding: FileInfoBinding [0x103] - extension: pdf, UTI: com.adobe.pdf, fileType: ???? request size:40 scale: 1
    Mar 26 10:44:07 CPU123.local com.apple.IconServicesAgent[276]: main Failed to composit image for binding VariantBinding [0x117] flags: 0x8 binding: FileInfoBinding [0x405] - extension: jpeg, UTI: public.jpeg, fileType: ????.
    Mar 26 10:44:07 CPU123.local quicklookd[273]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x403] flags: 0x8 binding: FileInfoBinding [0x303] - extension: jpeg, UTI: public.jpeg, fileType: ???? request size:40 scale: 1
    Mar 26 10:44:07 CPU123.local com.apple.IconServicesAgent[276]: main Failed to composit image for binding VariantBinding [0x119] flags: 0x8 binding: FileInfoBinding [0x215] - extension: png, UTI: public.png, fileType: ????.
    Mar 26 10:44:07 CPU123.local quicklookd[273]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x603] flags: 0x8 binding: FileInfoBinding [0x503] - extension: png, UTI: public.png, fileType: ???? request size:40 scale: 1
    Mar 26 10:44:07 CPU123.local com.apple.IconServicesAgent[276]: main Failed to composit image for binding VariantBinding [0x11b] flags: 0x8 binding: FileInfoBinding [0x407] - extension: band, UTI: com.apple.garageband.project, fileType: BNDL.
    Mar 26 10:44:07 CPU123.local quicklookd[273]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x803] flags: 0x8 binding: FileInfoBinding [0x703] - extension: band, UTI: com.apple.garageband.project, fileType: BNDL request size:40 scale: 1
    Mar 26 10:44:07 CPU123.local com.apple.IconServicesAgent[276]: main Failed to composit image for binding VariantBinding [0x11d] flags: 0x8 binding: FileInfoBinding [0x217] - extension: mp3, UTI: public.mp3, fileType: ????.
    Mar 26 10:44:07 CPU123.local quicklookd[273]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0xa03] flags: 0x8 binding: FileInfoBinding [0x903] - extension: mp3, UTI: public.mp3, fileType: ???? request size:40 scale: 1
    Mar 26 10:44:14 CPU123.local syncdefaultsd[256]: [AOSAccounts] : IAAppProvider::CopyAccountUIDForUser Timed out waiting
    Mar 26 10:44:18 CPU123.local com.apple.SecurityServer[25]: Session 100014 created
    Mar 26 10:44:20 CPU123.local parentalcontrolsd[340]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream
    Mar 26 10:44:21 CPU123 com.apple.launchd[1] (com.apple.quicklook.satellite.583BC995-4C31-42ED-8DEF-A65F59D0E086[330]): Exited: Killed: 9
    Mar 26 10:44:24 CPU123 kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Suspend -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0x4000 ****
    Mar 26 10:44:45 CPU123 netsession_mac[253]: netsession_mac(253,0xb031d000) malloc: *** auto malloc[253]: error: GC operation on unregistered thread. Thread registered implicitly. Break on auto_zone_thread_registration_error() to debug.
    Mar 26 10:44:46 CPU123.local parentalcontrolsd[353]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream
    Mar 26 10:44:50 CPU123.local distnoted[364]: # distnote server agent  absolute time: 146.341909721   civil time: Wed Mar 26 10:44:50 2014   pid: 364 uid: 89  root: no
    Mar 26 10:44:52 CPU123.local sudo[362]:      prl : TTY=unknown ; PWD=/ ; USER=prl ; COMMAND=/usr/local/MacGPG2/bin/gpg-agent --daemon
    Mar 26 10:44:53 CPU123.local com.apple.time[192]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    Mar 26 10:44:56 CPU123.local Creative Cloud[247]: Internals of CFAllocator not known; out-of-memory failures via CFAllocator will not result in termination. http://crbug.com/45650
    Mar 26 10:44:57 CPU123.local com.apple.SecurityServer[25]: Session 100016 created
    Mar 26 10:45:01 CPU123 netsession_mac[253]: netsession_mac(253,0xb039f000) malloc: *** auto malloc[253]: error: GC operation on unregistered thread. Thread registered implicitly. Break on auto_zone_thread_registration_error() to debug.
    Mar 26 10:45:03 CPU123.local secd[286]:  SecErrorGetOSStatus unknown error domain: com.apple.security.sos.error for error: The operation couldn’t be completed. (com.apple.security.sos.error error 2 - Public Key not available - failed to register before call)
    Mar 26 10:45:03 CPU123.local secd[286]:  securityd_xpc_dictionary_handler WiFiKeychainProx[223] DeviceInCircle The operation couldn’t be completed. (com.apple.security.sos.error error 2 - Public Key not available - failed to register before call)
    Mar 26 10:45:03 CPU123.local Mint QuickView[274]: Could not find image named 'accounts'.
    Mar 26 10:45:09 CPU123 Creative Cloud[247]: objc[247]: Class HTTPHeader is implemented in both /Applications/Utilities/Adobe Creative Cloud/utils/AdobePIM.dylib and /Applications/Utilities/Adobe Creative Cloud/ACC/C3ContainerBL.dylib. One of the two will be used. Which one is undefined.
    Mar 26 10:45:09 CPU123 Creative Cloud[247]: objc[247]: Class ProxyManager is implemented in both /Applications/Utilities/Adobe Creative Cloud/utils/AdobePIM.dylib and /Applications/Utilities/Adobe Creative Cloud/ACC/C3ContainerBL.dylib. One of the two will be used. Which one is undefined.
    Mar 26 10:45:11 CPU123.local com.apple.internetaccounts[297]: [Warning] ************* com.apple.internetaccounts timed out connecting to imagent, please file a radar, and attach the stackshots generated ***********************
    Mar 26 10:45:18 --- last message repeated 1 time ---
    Mar 26 10:45:17 CPU123.local com.apple.IconServicesAgent[276]: main Failed to composit image for binding VariantBinding [0x163] flags: 0x8 binding: FileInfoBinding [0x349] - extension: JPG, UTI: public.jpeg, fileType: ????.
    Mar 26 10:45:17 CPU123.local quicklookd[273]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0xc03] flags: 0x8 binding: FileInfoBinding [0xb03] - extension: JPG, UTI: public.jpeg, fileType: ???? request size:128 scale: 1
    Mar 26 10:45:18 CPU123.local com.apple.NotesMigratorService[375]: Joined Aqua audit session
    Mar 26 10:45:18 CPU123.local com.apple.internetaccounts[297]: An instance 0x7f948d80d7d0 of class IMAPMailbox was deallocated while key value observers were still registered with it. Observation info was leaked, and may even become mistakenly attached to some other object. Set a breakpoint on NSKVODeallocateBreak to stop here in the debugger. Here's the current observation info:
              <NSKeyValueObservationInfo 0x7f948d80e6b0> (
              <NSKeyValueObservance 0x7f948d80e7e0: Observer: 0x7f948d805ba0, Key path: uidNext, Options: <New: NO, Old: NO, Prior: NO> Context: 0x7fff9000843b, Property: 0x7f948d80e680>
    Mar 26 10:45:19 CPU123.local com.apple.internetaccounts[297]: An instance 0x7f948b732090 of class IMAPMailbox was deallocated while key value observers were still registered with it. Observation info was leaked, and may even become mistakenly attached to some other object. Set a breakpoint on NSKVODeallocateBreak to stop here in the debugger. Here's the current observation info:
              <NSKeyValueObservationInfo 0x7f948b7321b0> (
              <NSKeyValueObservance 0x7f948b732140: Observer: 0x7f948b730ef0, Key path: uidNext, Options: <New: NO, Old: NO, Prior: NO> Context: 0x7fff9000843b, Property: 0x7f948d80e680>
    Mar 26 10:45:19 CPU123.local sandboxd[346] ([331]): storeagent(331) deny file-read-data /Users/prl/Library/Preferences/com.apple.WebFoundation.plist
    Mar 26 10:45:25 CPU123.local com.apple.time[192]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    Mar 26 10:45:26 CPU123.local com.apple.internetaccounts[297]: *** Warning: Timed out waiting for one or more plugins.
    Mar 26 10:45:27 CPU123.local com.apple.internetaccounts[297]: [Warning] ************* com.apple.internetaccounts timed out connecting to imagent, please file a radar, and attach the stackshots generated ***********************
    Mar 26 10:45:29 --- last message repeated 1 time ---
    Mar 26 10:45:29 CPU123.local sandboxd[346] ([222]): EvernoteHelper(222) deny mach-lookup com.apple.locationd.desktop.synchronous
    Mar 26 10:45:33 CPU123.local com.apple.time[192]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    Mar 26 10:45:34 CPU123.local com.apple.dock.extra[373]: <NSXPCConnection: 0x7ffe9272a6c0>: received an undecodable message (no exported object to receive message). Dropping message.
    Mar 26 10:45:40 CPU123.local Mail[376]: Loaded GPGMail 2.1
    Mar 26 10:45:41 CPU123.local Mail[376]: Debug Log enabled: NO
    Mar 26 10:45:44 CPU123 kernel[0]: AirParrot device perform power state change 1 -> 2
    Mar 26 10:45:45 CPU123 kernel[0]: AirParrot device perform power state change 2 -> 1
    Mar 26 10:45:46 CPU123.local Dropbox[284]: PyObjCPointer created: at 0x7b5fc88 of type {OpaqueJSContext=}
    Mar 26 10:45:56 CPU123.local WindowServer[103]: disable_update_timeout: UI updates were forcibly disabled by application "Mail" for over 1.00 seconds. Server has re-enabled them.
    Mar 26 10:46:10 CPU123.local WindowServer[103]: disable_update_likely_unbalanced: UI updates still disabled by application "Mail" after 15.00 seconds (server forcibly re-enabled them after 1.00 seconds). Likely an unbalanced disableUpdate call.
    Mar 26 10:46:12 CPU123 kernel[0]: fsevents: watcher dbfseventsd (pid: 397) - Using /dev/fsevents directly is unsupported.  Migrate to FSEventsFramework
    Mar 26 10:46:27 CPU123.local com.apple.IconServicesAgent[276]: Icon filename entry missing from bundle info dictionary for bundle at URL: file:///System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/ XPCServices/com.apple.internetaccounts.xpc/
    Mar 26 10:46:28 CPU123.local com.apple.IconServicesAgent[276]: Icon filename entry missing from bundle info dictionary for bundle at URL: file:///System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/XPCServic es/com.apple.WebKit.WebContent.xpc/
    Mar 26 10:46:28 CPU123.local com.apple.IconServicesAgent[276]: Icon filename entry missing from bundle info dictionary for bundle at URL: file:///System/Library/CoreServices/Dock.app/Contents/XPCServices/com.apple.doc k.extra.xpc/
    Mar 26 10:46:35 CPU123.local com.apple.IconServicesAgent[276]: Icon filename entry missing from bundle info dictionary for bundle at URL: file:///System/Library/PrivateFrameworks/ShareKit.framework/Versions/A/XPCServi ces/com.apple.ShareKitHelper.xpc/
    Mar 26 10:46:42 CPU123.local defaults[409]:
              The domain/default pair of (/System/Library/Frameworks/Message.framework/Resources/Info, PluginCompatibilityUUID) does not exist
    Mar 26 10:46:48 CPU123.local Dropbox[284]: ICARegisterForEventNotification-Has been deprecated since 10.5.  Calls to this function in the future may crash this application.  Please move to ImageCaptureCore
    Mar 26 10:46:50 CPU123.local WindowServer[103]: common_reenable_update: UI updates were finally reenabled by application "Mail" after 54.66 seconds (server forcibly re-enabled them after 1.00 seconds)
    Mar 26 10:47:02 CPU123 com.apple.launchd.peruser.1689351527[188] (com.realnetworks.realplayerdownloaderagent.128160[285]): Exited: Killed: 9
    Mar 26 10:47:05 CPU123.local com.apple.SecurityServer[25]: Session 100020 created
    Mar 26 10:47:05 CPU123.local com.apple.SecurityServer[25]: Killing auth hosts
    Mar 26 10:47:05 CPU123.local com.apple.SecurityServer[25]: Session 100016 destroyed
    Mar 26 10:47:41 CPU123.local mds[37]: (Normal) Volume: volume:0x7f81b4033800 ********** Bootstrapped Creating a default store:0 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/firmwaresyncd.ZWIMlq
    Mar 26 10:47:48 CPU123 kernel[0]: AirParrot device perform power state change 1 -> 2
    Mar 26 10:47:49 CPU123 kernel[0]: AirParrot device perform power state change 2 -> 1
    Mar 26 10:47:58 CPU123.local com.apple.SecurityServer[25]: Session 100003 created
    Mar 26 10:49:44 CPU123 xpcproxy[464]: assertion failed: 13C64: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    Mar 26 10:49:46 CPU123 kernel[0]: AirParrot device perform power state change 1 -> 2
    Mar 26 10:49:48 CPU123 kernel[0]: AirParrot device perform power state change 2 -> 1
    Mar 26 10:49:55 CPU123.local syncdefaultsd[470]: Fixing push token
    Mar 26 10:50:18 CPU123 kernel[0]: AirParrot device perform power state change 1 -> 2
    Mar 26 10:50:20 CPU123 kernel[0]: AirParrot device perform power state change 2 -> 1
    Mar 26 10:50:21 CPU123 kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=476[ksadmin] final status 0x0, allowing (remove VALID) page
    Mar 26 10:50:23 CPU123.local sandboxd[346] ([376]): Mail(376) deny file-issue-extension /Applications/Google Chrome.app
    Mar 26 10:50:31 CPU123 kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=481[ksadmin] final status 0x0, allowing (remove VALID) page
    Mar 26 10:50:32 CPU123.local Google Chrome Helper[478]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    Mar 26 10:50:32 CPU123.local Google Chrome Helper[478]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    Mar 26 10:50:32 CPU123.local Google Chrome Helper[480]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    Mar 26 10:50:32 CPU123.local Google Chrome Helper[480]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    Mar 26 10:50:32 CPU123.local Google Chrome Helper[478]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    Mar 26 10:50:32 CPU123.local Google Chrome Helper[480]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    Mar 26 10:50:32 CPU123.local Google Chrome Helper[482]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    Mar 26 10:50:32 CPU123.local Google Chrome Helper[482]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    Mar 26 10:50:32 CPU123.local Google Chrome Helper[482]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    Mar 26 10:50:33 CPU123.local Google Chrome Helper[483]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    Mar 26 10:50:33 CPU123.local Google Chrome Helper[483]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    Mar 26 10:50:33 CPU123.local Google Chrome Helper[483]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    Mar 26 10:50:35 CPU123.local Google Chrome Helper[488]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    Mar 26 10:50:35 CPU123.local Google Chrome Helper[488]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    Mar 26 10:50:35 CPU123.local Google Chrome Helper[488]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    Mar 26 10:50:35 CPU123.local Google Chrome Helper[486]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    Mar 26 10:50:35 CPU123.local Google Chrome Helper[486]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    Mar 26 10:50:35 CPU123.local Google Chrome Helper[486]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    Mar 26 10:50:35 CPU123.local Google Chrome Helper[490]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    Mar 26 10:50:35 CPU123.local Google Chrome Helper[490]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    Mar 26 10:50:35 CPU123.local Google Chrome Helper[489]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    Mar 26 10:50:35 CPU123.local Google Chrome Helper[487]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    Mar 26 10:50:35 CPU123.local Google Chrome Helper[489]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    Mar 26 10:50:35 CPU123.local Google Chrome Helper[487]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    Mar 26 10:50:35 CPU123.local Google Chrome Helper[490]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    Mar 26 10:50:35 CPU123.local Google Chrome Helper[485]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    Mar 26 10:50:35 CPU123.local Google Chrome Helper[485]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    Mar 26 10:50:35 CPU123.local Google Chrome Helper[487]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    Mar 26 10:50:35 CPU123.local Google Chrome Helper[489]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    Mar 26 10:50:35 CPU123.local Google Chrome Helper[485]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    Mar 26 10:50:40 CPU123.local Google Chrome Helper[484]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    Mar 26 10:50:40 CPU123.local Google Chrome Helper[484]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    Mar 26 10:50:40 CPU123.local Google Chrome Helper[484]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    Mar 26 10:50:53 CPU123.local launchservicesd[55]: Someone attempted to start application App:"Microsoft Word" asn:0x0-38038 pid:495 refs=6 @ 0x7faf49d55240 but it still has _kLSApplicationLockedInStoppedStateKey=true, so it is is staying stopped. : LASApplication.cp #2468 SetApplicationInStoppedState() q=LSSession 100006/0x186a6 queue
    Mar 26 10:50:56 CPU123.local sandboxd[346] ([376]): Mail(376) deny file-issue-extension /Applications/Microsoft Office 2011/Microsoft Word.app
    Mar 26 10:51:09 CPU123.local Google Chrome Helper[480]: CoreText CopyFontsForRequest received mig IPC error (FFFFFECC) from font server
    Mar 26 10:51:09 CPU123.local fontd[218]: BUG in libdispatch client: dispatch_mig_server: mach_msg() failed (ipc/send) invalid memory - 0x1000000c
    Mar 26 10:51:09 CPU123.local Google Chrome Helper[480]: CoreText CopyFontsForRequest received mig IPC error (FFFFFECC) from font server
    Mar 26 10:51:25 CPU123.local WindowServer[103]: disable_update_timeout: UI updates were forcibly disabled by application "Microsoft Word" for over 1.00 seconds. Server has re-enabled them.
    Mar 26 10:51:25 CPU123.local WindowServer[103]: common_reenable_update: UI updates were finally reenabled by application "Microsoft Word" after 1.23 seconds (server forcibly re-enabled them after 1.00 seconds)
    Mar 26 10:52:47 CPU123.local Google Chrome Helper[520]: Process unable to create connection because the san

    Remove "CleanMyMac" by following the first set of instructions on this page. If you have a different version of the product, the procedure may be different. Do not drag the CleanMyMac application to the Trash.
    Back up all data before making any changes.

Maybe you are looking for

  • How to customize charts in RTF for BI Publisher

    Hello Experts How can an existing chart in RTF template be customized ? Can I change the properties of a chart such that values along the Y-axis in the chart are displayed in the reverse order ? Thanks in Advance. Amrith.

  • ABAP-PI port problem

    Hi, I have a scenario in which i have to generate a MBGMCR IDOC whenever a material document is posted ans send this to XI. Now i have to put a condition to process only IDOCs that have  a particular vendor number must be sent out to XI and others ha

  • Recording audio directly form sound card

    Hello, I am new to flex but my first app is a little bit more pro than you would expect form a rookie. I would like to record sound that is currently played on the local computer. I saw some codes that use the microphone, but this is undesired. The c

  • Urgent :Deploying ADF Project

    Dear All : i am deploying my project into stand alone weblogic server 10.3.2.0 and i user jdevloper 11 , i face the following problem while i am tring to tun it : unresolve application library referance , define in weblogic-application.xml [extenstio

  • IDoc Error in LSMW for MB1C - Special stock type is E

    When we use MB1C for GR to enter initial entry of stock balance into unrestricted stock for special stock type is E. The document is Posted. But, when we use LSMW for the above Transaction, the document is not posted. In the Inbound processing of IDO