PDS Attachment Opening Error in ECC6

Hello,
           We are having problem with below report sending PDF Email Attachment.I'm able to send emails, but the PDF file wont open. I'm getting a message "Adobe reader could not attachement the file has been damaged".This report works in our old version 4.6c but we just upgrade to ecc6.  Please Please  help.
Thanks,
Jose
REPORT zrfi_customer_statement_new
                  NO STANDARD PAGE HEADING
                  MESSAGE-ID zm_load
                  LINE-SIZE  325
                  LINE-COUNT 65(3).
Tables                                                               *
TABLES:
  bsid,  bsad, knb1,    kna1,  knkk,  t001,  t014,   t179t,
  t052,   fplt,   vbap,   veda,  vbrk,     vbpa,  vbkd,   knvk,
  cepct, tvzbt, vbak,   bsik,   tsp01,   usr21,adr6, tsp03l.
Internal tables                                                      *
DATA: i_bsid LIKE bsid OCCURS 0 WITH HEADER LINE.
DATA: BEGIN OF i_bukrs OCCURS 0,
      bukrs LIKE bsid-bukrs,
      waers LIKE bsid-waers,
      END OF i_bukrs.
DATA:
  BEGIN OF i_temp_data OCCURS 0,
    bukrs LIKE bsid-bukrs,      " Company code
    kunnr LIKE bsid-kunnr,      " Customer
    belnr LIKE bsid-belnr,      " Invoice
    gjahr LIKE bsid-gjahr,      " Fiscal year
    waers LIKE bsid-waers,      " Currency
    rebzg LIKE bsid-rebzg,
    bldat LIKE bsid-bldat,      " Posting date
    shkzg LIKE bsid-shkzg,      " Debit/Credit
    zfbdt LIKE bsid-zfbdt,      " Baseline date
    zterm LIKE bsid-zterm,      " Terms of payment key
    dmbtr LIKE bsid-dmbtr,      " company currency
    dmbe2 LIKE bsid-dmbe2,      " Amount in Group    Currency
    days  LIKE rfposxext-verzn, " No of Arrear Days
    kidno LIKE bsid-kidno,      " Payment reference number
    kunnr_c  LIKE  vbak-kunnr,  " Partner Number
    name_c(50),                 " Partner Last name
    matnr      LIKE  vbap-matnr,  " Material no
   arktx      LIKE  vbap-arktx,  " material description
    vbeln      LIKE  vbap-vbeln,  " Contract/Order no
    inv_date   LIKE  vbrk-fkdat,
    xblnr      LIKE  bsid-xblnr,
   xblnr      LIKE  bsid-zuonr,
    vtext      LIKE  vbap-arktx,  "material description
    sgtxt      LIKE  bsid-sgtxt,
    plant      LIKE t001w-name1,
    zzihrez_e  LIKE vbap-zzihrez_e,
    vvtext     LIKE tvzbt-vtext,
    blart      LIKE  bsid-blart,
    zuonr      LIKE bsid-zuonr,
    END OF i_temp_data.
DATA:
  BEGIN OF itab  OCCURS 0,
    kunnr      LIKE  bsid-kunnr,  " Customer
    bukrs      LIKE  bsid-bukrs,  " Company code
    kunnr_c    LIKE  vbak-kunnr,  " Partner Number
    name_c(50),                   " Partner Last name
    matnr      LIKE  vbap-matnr,  " Material no
    kidno      LIKE  bseg-kidno,  " Payment reference
    name1      LIKE  kna1-name1,  " Customer name
    belnr      LIKE  bsid-belnr,  " Invoice
    waers      LIKE  bsid-waers,  " Currency ( Document )
    gjahr      LIKE  bsid-gjahr,  " Fiscal year
    zfbdt      LIKE  bsid-zfbdt,  " Baseline date
    zterm      LIKE  bsid-zterm,  " Terms of payment key
    amt00_30   TYPE netwr_ak,  " 000 - 030 Days
    amt31_60   TYPE netwr_ak,  " 031 - 060 Days
    amt61_90   TYPE netwr_ak,  " 061 - 090 Days
    amt91_120  TYPE netwr_ak,  " 090 - 120 Days
    amt120pls  TYPE netwr_ak,  " 120+      Days
    total      TYPE netwr_ak,  " Row Total
    inv_date   LIKE  vbrk-fkdat,
    rebzg      LIKE  bsid-rebzg,
    xblnr      LIKE  bsid-xblnr,
   xblnr      LIKE  bsid-zuonr,
    sgtxt      LIKE  bsid-sgtxt,
    days(5)  , " No of Arrear Days
    inv_chk    LIKE bsid-xblnr,   " invoice/check/wire transfer no
    vtext      LIKE  t179t-vtext,
    zzihrez_e  LIKE vbap-zzihrez_e,
    plant      LIKE t001w-name1,
    vvtext     LIKE tvzbt-vtext,
    bldat      LIKE bsid-bldat,
    blart      LIKE bsid-blart,
    zuonr      LIKE bsid-zuonr,
END OF  itab.
DATA: BEGIN OF i_final OCCURS 0,
    inv_chk    LIKE bsid-xblnr,   " invoice/check/wire transfer no
    bldat      LIKE bsid-bldat,
    xblnr      LIKE bsid-xblnr,
    inv_date   LIKE   vbrk-fkdat,
    name_c(50),                   " Partner Last name
    vtext      LIKE  t179t-vtext,
    zzihrez_e  LIKE vbap-zzihrez_e,
    plant      LIKE t001w-name1,
    vvtext     LIKE tvzbt-vtext,
    total      TYPE netwr_ak,  " Row Total
    days(5)  , " No of Arrear Days
    waers      LIKE  bsid-waers,
    blart      LIKE bsid-blart,
    zuonr      LIKE bsid-zuonr,
END OF i_final.
DATA: BEGIN OF i_last OCCURS 0,
    kunnr      LIKE vbak-kunnr,
    inv_chk    LIKE bsid-xblnr,   " invoice/check/wire transfer no
    bldat      LIKE bsid-bldat,
    xblnr      LIKE bsid-xblnr,
    inv_date   LIKE   vbrk-fkdat,
    name_c(50),                   " Partner Last name
    vtext      LIKE  t179t-vtext,
    zzihrez_e  LIKE vbap-zzihrez_e,
    plant      LIKE t001w-name1,
    vvtext     LIKE tvzbt-vtext,
    total      TYPE netwr_ak,  " Row Total
    days(5)  , " No of Arrear Days
    waers      LIKE  bsid-waers,
    blart      LIKE  bsid-blart,
    zuonr      LIKE bsid-zuonr,
    END OF i_last.
DATA: i_bsik LIKE bsik OCCURS 0 WITH HEADER LINE.
DATA: itab_temp LIKE itab OCCURS 100 WITH HEADER LINE.
DATA:
BEGIN OF itab_details  OCCURS 0,
  bukrs      LIKE  bsid-bukrs,  " Company code
  xblnr      LIKE  bsid-xblnr,
  gjahr      LIKE  bsid-gjahr,
  belnr      LIKE  bsid-belnr,
  kunnr      LIKE  bsid-kunnr,
END OF  itab_details.
DATA: BEGIN OF x_kna1 OCCURS 0,
        kunnr LIKE kna1-kunnr,
        name1 LIKE kna1-name1,
        name2 LIKE kna1-name2,
        ptext LIKE tpfkt-vtext,
        street LIKE adrc-street,
        ort01 LIKE kna1-ort01,
        regio LIKE kna1-regio,
        pstlz LIKE kna1-pstlz,
        landx LIKE t005t-landx,
        agdate LIKE sy-datum,    " aging date
      END OF x_kna1.
DATA: BEGIN OF i_total OCCURS 0,
       waers LIKE bsid-waers,
       00_30     TYPE netwr_ak,
       31_60     TYPE netwr_ak,
       61_90     TYPE netwr_ak,
       91_120    TYPE netwr_ak,
       120pls    TYPE netwr_ak,
       total     TYPE netwr_ak,
    END OF i_total.
DATA: i_ssfcrescl TYPE ssfcrescl.
DATA: i_otf_final TYPE itcoo OCCURS 0 WITH HEADER LINE.
DATA: i_ssfctrlop LIKE ssfctrlop OCCURS 0 WITH HEADER LINE.
DATA: v_itcpo LIKE  itcpo.
DATA: BEGIN OF itab_vender  OCCURS 0,
      vender LIKE kna1-kunnr,
      END OF itab_vender.
DATA: BEGIN OF ioutput OCCURS 0,
kunnr LIKE vbrk-kunrg,
kname(50),
email(50),
error(1),
END OF ioutput.
DATA: vv_text(90).
Structures                                                           *
DATA: x_item  LIKE  rfposxext.
DATA: x_t001 LIKE t001.
DATA: x_bsegp LIKE bsegp.
Variables                                                            *
DATA: v_count TYPE i.
DATA: v_dialog TYPE c VALUE 'X'.
DATA: v_name1 LIKE kna1-name1,
      v_name2 LIKE kna1-name2,
      v_print LIKE tsp03l-padest,
      v_formname(20),
      v_flag.
DATA: f_recap_report(1) TYPE c. " Flag for recap report
DATA:
  BEGIN OF x_amt,
    amt00_ls  LIKE  bsid-wrbtr,
    00_30     LIKE  bsid-wrbtr,
    31_60     LIKE  bsid-wrbtr,
    61_90     LIKE  bsid-wrbtr,
    91_120    LIKE  bsid-wrbtr,
    120pls    LIKE  bsid-wrbtr,
  END OF x_amt.
DATA: BEGIN OF itab_bill OCCURS 0,
       vbeln LIKE vbfa-vbeln,
       fplnr LIKE vbfa-fplnr,
       fpltr LIKE vbfa-fpltr,
       END OF itab_bill.
DATA:  v_sdate LIKE vbrk-fkdat,
       v_edate LIKE vbrk-fkdat,
       v_order(10) TYPE n.
DATA: v_eddate(10), v_stdate(10).
DATA: v_num TYPE i,
      v_stat,
     v_bill_prd(24),
      v_counter TYPE c.
DATA: v_matnr LIKE vbrp-matnr,
      v_arktx LIKE vbrp-arktx,
      v_vbeln LIKE vbrp-vbeln,
      v_vvtext LIKE t176t-vtext,
      v_posnr LIKE vbap-posnr,
      v_kunnr_c LIKE vbak-kunnr,
      v_name_c(50),
      v_inv_date LIKE vbrk-fkdat,
      v_vdatu LIKE vbak-vdatu,
      v_auart LIKE vbak-auart,
      v_prctr LIKE vbap-prctr,
      v_zzihrez LIKE vbap-zzihrez_e,
      v_plant LIKE t001w-name1,
      p_form   TYPE tdsfname,
      fm_name TYPE rs38l_fnam.
DATA: i_ssfcompop TYPE ssfcompop OCCURS 0." WITH HEADER LINE.
DATA: addr_no LIKE kna1-adrnr,
      last_name LIKE kna1-name1,
      first_name LIKE kna1-name1,
      pafkt LIKE knvk-pafkt,
      lang LIKE knvk-parla,
      v_land LIKE adrc-country,
      v_lines TYPE i.
DATA: v_tabix LIKE sy-tabix, v_gjahr LIKE bsid-gjahr,
      v_kunnr LIKE vbak-kunnr, v_prodh LIKE vbap-prodh,
      v_vtext LIKE t179t-vtext.
DATA:  spno LIKE tsp01-rqident,
       mi_bytecount TYPE i,
         mstr_print_parms LIKE pri_params,
         downfile(128) VALUE 'c:\customer.pdf',
         mtab_pdf    LIKE tline OCCURS 0 WITH HEADER LINE.
DATA: packing_list  TYPE TABLE OF sopcklsti1 WITH HEADER LINE,
      contents_txt  TYPE TABLE OF solisti1   WITH HEADER LINE,
      v_email LIKE adr6-smtp_addr,
      v_returncode,
      contents_hex  TYPE TABLE OF solix,"  WITH HEADER LINE,
      w_contents_hex TYPE solix  ,
      receivers     TYPE TABLE OF somlreci1  WITH HEADER LINE.
DATA: att_pos TYPE i.
DATA: document_data LIKE sodocchgi1.
DATA: esubject      LIKE sood1-objdes.            "subject line
DATA: emsgs     TYPE TABLE OF solisti1 WITH HEADER LINE.
DATA: pdf       TYPE TABLE OF tline    WITH HEADER LINE.
DATA: BEGIN OF itext OCCURS 200,
        text(132),
      END OF itext.
DATA: i_fields LIKE sval OCCURS 0 WITH HEADER LINE.
DATA: v_ccemail LIKE adr6-smtp_addr,
      v_check,
      v_kname(50).
DATA: otf_data1 LIKE itcoo OCCURS 0 WITH HEADER LINE,
      i_itcpp LIKE itcpp.
*FIELD-GROUPS: HEADER, ...
FIELD-GROUPS: header,
              details.
Selection Screen
SELECTION-SCREEN BEGIN OF BLOCK a10 WITH FRAME TITLE text-sa1.
SELECTION-SCREEN BEGIN OF BLOCK a1 WITH FRAME TITLE text-sa1.
PARAMETERS     : p_ex_ic AS CHECKBOX DEFAULT 'X'.           "R3DK906903
SELECTION-SCREEN END OF BLOCK a1.
SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-s01.
SELECT-OPTIONS : s_kunnr  FOR  bsid-kunnr,
                 s_bukrs  FOR  t001-bukrs  OBLIGATORY.
PARAMETERS     : p_bdate  LIKE sy-datum    OBLIGATORY.
PARAMETERS: p_vender AS CHECKBOX DEFAULT 'X'.
SELECTION-SCREEN END OF BLOCK b1.
SELECTION-SCREEN BEGIN OF BLOCK b2 WITH FRAME TITLE text-s11.
PARAMETERS : r_group  RADIOBUTTON GROUP r1,
             r_comp   RADIOBUTTON GROUP r1.
SELECTION-SCREEN END OF BLOCK b2.
SELECTION-SCREEN BEGIN OF BLOCK b3 WITH FRAME TITLE text-s13.
PARAMETERS: p_print LIKE tsp03l-lname   MATCHCODE OBJECT  prin
OBLIGATORY DEFAULT 'locl'.
SELECTION-SCREEN END OF BLOCK b3.
SELECTION-SCREEN BEGIN OF BLOCK b4 WITH FRAME TITLE text-s14.
PARAMETERS: v_immed AS CHECKBOX DEFAULT 'X',
            v_dele  AS CHECKBOX DEFAULT 'X',
            ch_email AS CHECKBOX.
*PARAMETERS:ch_down AS CHECKBOX.
SELECTION-SCREEN END OF BLOCK b4.
SELECTION-SCREEN END OF BLOCK a10.
AT SELECTION-SCREEN.
Selection Screen Validation.
  PERFORM validate_selection_screen.
INITIALIZATION.
INITIALIZATION.
  IF sy-sysid NE 'R3P'.
    v_email = .
  ENDIF.
START-OF-SELECTION.
START-OF-SELECTION.
  IF p_vender = 'X'.
Fetch data from BSIK .
    PERFORM fetch_data_vender.
Get Arrear Days
    PERFORM get_arrear_days_vender.
  ENDIF.
Fetch data from BSID and BSAD.
  PERFORM fetch_data_from_bsid.
Get Arrear Days
  PERFORM get_arrear_days.
Format Data as per selection.
  PERFORM format_final_data.
Print sapscript
  SORT i_last BY kunnr days DESCENDING.
  LOOP AT i_last.
    AT NEW kunnr.
      CLEAR: i_final, x_kna1.
      REFRESH: i_final, x_kna1.
      PERFORM get_address.
      PERFORM get_total.
    ENDAT.
    MOVE-CORRESPONDING i_last TO i_final.
    i_final-xblnr = i_final-zuonr.
    APPEND i_final.
    CLEAR i_final.
    AT END OF kunnr.
      SORT i_final BY days DESCENDING  inv_chk total DESCENDING.
      PERFORM smart_from.
    ENDAT.
  ENDLOOP.
END-OF-SELECTION.
END-OF-SELECTION.
*&      Form  FETCH_DATA_FROM_BSID
      text
FORM fetch_data_from_bsid.
fetch data from BSID into Internal table I_BSID.
  SELECT *
    FROM bsid
    INTO TABLE i_bsid
    WHERE bukrs IN s_bukrs AND
          kunnr IN s_kunnr  AND
          budat LE p_bdate ."AND
        BELNR in ('0090000231','1400000131').
Fetch data from BSAD into Internal table I_BSID.
  SELECT *
    FROM bsad               
    APPENDING TABLE i_bsid
    WHERE bukrs IN s_bukrs AND
          kunnr IN s_kunnr  AND
          budat LE p_bdate  AND
          augdt GT p_bdate." AND
  DELETE i_bsid WHERE ( bukrs = '1500'  OR bukrs = '3000' OR
                        bukrs = '1400' ) AND
                     ( umsks = 'E' OR umskz = 'E' ).
*Exclude intercompany customers
  IF p_ex_ic = 'X'.
    DELETE i_bsid WHERE kunnr+0(2) EQ 'IC'.
  ENDIF.
  CLEAR sy-tfill.
  DESCRIBE TABLE i_bsid LINES sy-tfill.
  IF sy-tfill = 0.
    MESSAGE i999 WITH ' No data selected for the selection Condition'.
    STOP.
  ENDIF.
ENDFORM.                    " FETCH_DATA_FROM_BSID
*&      Form  Get_Arrear_Days
      text
FORM get_arrear_days.
  SORT i_bsid BY  bukrs belnr.
  LOOP AT i_bsid.
for company code 1500 and 3000
    IF i_bsid-bukrs EQ '1500' OR i_bsid-bukrs EQ  '3000'.
      MOVE i_bsid-xblnr TO i_bsid-belnr.
    ENDIF.
    MOVE i_bsid-bukrs TO itab_details-bukrs.
    MOVE i_bsid-xblnr TO itab_details-xblnr.
    MOVE i_bsid-belnr TO itab_details-belnr.
    MOVE i_bsid-gjahr TO itab_details-gjahr.
    MOVE i_bsid-kunnr TO itab_details-kunnr.
    APPEND itab_details.
    CLEAR itab_details.
    CLEAR x_item.
    AT NEW bukrs.
      READ TABLE i_bsid INDEX sy-tabix.
      CLEAR x_t001.
      SELECT SINGLE * FROM t001
      INTO x_t001
      WHERE bukrs = i_bsid-bukrs.
    ENDAT.
for company code 1500 and 3000  .
    IF i_bsid-bukrs EQ '1500' OR i_bsid-bukrs EQ  '3000'.
      MOVE i_bsid-xblnr TO i_bsid-belnr.
    ENDIF.
    MOVE-CORRESPONDING i_bsid TO x_item.
    x_item-koart = 'D'.          " Debitor - Customer Indicator
    x_item-konto = bsid-kunnr.   " Debitor - Customer Number
    x_item-dmshb = bsid-dmbtr.
    x_item-wrshb = bsid-wrbtr.
Function module to get ARREAR  days.
    CALL FUNCTION 'ITEM_DERIVE_FIELDS'
      EXPORTING
        s_t001    = x_t001
        s_bsegp   = x_bsegp
        key_date  = p_bdate
      CHANGING
        s_item    = x_item
      EXCEPTIONS
        bad_input = 1
        OTHERS    = 2.
    IF sy-subrc =  0.
Populate I_TEMP_DATA for further processing.
      i_temp_data-bukrs   =  i_bsid-bukrs.
      i_temp_data-kunnr   =  i_bsid-kunnr.
      i_temp_data-belnr   =  i_bsid-belnr.
      i_temp_data-bldat   =  i_bsid-bldat.
      i_temp_data-shkzg   =  i_bsid-shkzg.
      i_temp_data-zfbdt   =  i_bsid-zfbdt.
      i_temp_data-zterm   =  i_bsid-zterm.
      i_temp_data-vbeln   =  i_bsid-vbeln.
      i_temp_data-waers   =  i_bsid-waers.
      IF x_item-verzn < 0.
        x_item-verzn = 0.
      ENDIF.
      i_temp_data-zuonr   = i_bsid-zuonr.
      i_temp_data-days    =  x_item-verzn.
      i_temp_data-gjahr   =  i_bsid-gjahr.
      i_temp_data-kidno   =  i_bsid-kidno.
      i_temp_data-rebzg   =  i_bsid-rebzg.
      i_temp_data-xblnr   =  i_bsid-xblnr.
      i_temp_data-sgtxt   =  i_bsid-sgtxt.
Changing the Sign
      IF i_bsid-shkzg = 'H'.
        i_temp_data-dmbe2   = i_temp_data-dmbe2 + ( -1 * i_bsid-dmbe2 ).
        i_temp_data-dmbtr   = i_temp_data-dmbtr + ( -1 * i_bsid-dmbtr ).
      ELSE.
        i_temp_data-dmbe2   =  i_temp_data-dmbe2 +  i_bsid-dmbe2.
        i_temp_data-dmbtr   =  i_temp_data-dmbtr + i_bsid-dmbtr.
      ENDIF.
      i_temp_data-blart = i_bsid-blart.
*for doc type DR
      IF  i_bsid-blart = 'DR' AND i_bsid-bschl = '01'.
        IF i_bsid-sgtxt IS INITIAL.
*Changed our phone number to
          MOVE 'Contact Flightsafety' TO i_temp_data-vtext.
        ELSE.
          MOVE i_bsid-sgtxt TO i_temp_data-vtext.
          MOVE 'Financial Invoice' TO i_temp_data-vvtext.
        ENDIF.
      ENDIF.
*for doc type AB
      IF  i_bsid-blart = 'AB' AND
      ( i_bsid-bschl GE '01' AND i_bsid-bschl LE '19' ).
        i_temp_data-bldat = i_bsid-zfbdt.
        i_temp_data-xblnr = i_bsid-vbeln.
        IF NOT i_bsid-sgtxt IS INITIAL.
*Changed our phone nuber to
         MOVE 'Contact Flightsafety' TO i_temp_data-vtext.
          MOVE i_bsid-sgtxt TO i_temp_data-vtext.
          MOVE 'Financial Doc' TO i_temp_data-vvtext.
        ELSE.
         MOVE i_bsid-sgtxt TO i_temp_data-vtext.
          MOVE 'Financial Doc' TO i_temp_data-vvtext.
        ENDIF.
      ENDIF.
*for doc type DG
      IF  i_bsid-blart = 'DG' AND
      ( i_bsid-bschl GE '01' AND i_bsid-bschl LE '19' ).
        i_temp_data-bldat = i_bsid-zfbdt.
        i_temp_data-xblnr = i_bsid-vbeln.
        IF i_bsid-sgtxt IS INITIAL.
*Changed our phone nuber to
          MOVE 'Contact Flightsafety' TO i_temp_data-vtext.
        ELSE.
          MOVE i_bsid-sgtxt TO i_temp_data-vtext.
         MOVE 'Financial Doc' TO i_temp_data-vvtext.
        ENDIF.
      ENDIF.
*To display Debit memo and credit memo.
      IF  i_bsid-blart = 'DG'.
        IF ( i_bsid-bschl GE '11' AND i_bsid-bschl LE '19' ).
          MOVE 'Credit Memo' TO i_temp_data-vvtext.
        ELSEIF ( i_bsid-bschl GE '01' AND i_bsid-bschl LE '09' ).
          MOVE 'Debit Memo' TO i_temp_data-vvtext.
        ENDIF.
      ENDIF.
*for doc type DZ
      IF  i_bsid-blart = 'DZ' AND
      ( i_bsid-bschl GE '01' AND i_bsid-bschl LE '19' ).
        IF i_bsid-sgtxt IS INITIAL.
*changed our phone number to
          MOVE 'Contact Flightsafety' TO i_temp_data-vtext.
        ELSE.
          MOVE i_bsid-sgtxt TO i_temp_data-vtext.
          MOVE 'Cust Pmt' TO i_temp_data-vvtext.
        ENDIF.
      ENDIF.
*Document type DZ and posting key 15
      IF  i_bsid-blart = 'DZ' AND
            i_bsid-bschl EQ '15'.
        MOVE 'Cust Pmt' TO i_temp_data-vvtext.
      ENDIF.
*Document type DZ and posting key 06.
      IF  i_bsid-blart = 'DZ' AND
             i_bsid-bschl EQ '06'.
        MOVE 'Debit' TO i_temp_data-vvtext.
      ENDIF.
*Document type DA and posting key 04, 14.
      IF  i_bsid-blart = 'DA' AND
            i_bsid-bschl EQ '04' OR
            i_bsid-bschl EQ '14'.
        MOVE 'Cust Pmt' TO i_temp_data-vvtext.
        MOVE i_bsid-sgtxt TO i_temp_data-vtext.
        IF i_bsid-sgtxt IS INITIAL.
          MOVE 'Contact Flightsafety' TO i_temp_data-vtext.
        ENDIF.
      ENDIF.
    ENDIF.
*billing period
    IF i_bsid-blart = 'RV' AND i_bsid-bschl = '01'.
      PERFORM billing_period USING i_temp_data-belnr
                                   i_temp_data-vbeln.
    ENDIF.
    AT END OF belnr.
   at end of zuonr.
      APPEND i_temp_data.
      CLEAR  i_temp_data.
    ENDAT.
  ENDLOOP.
  PERFORM material_details.
ENDFORM.                    " Get_Arrear_Days
*&      Form  FORMAT_FINAL_DATA
      text
FORM format_final_data.
  PERFORM pop_format_grp_curr_detail.
  CLEAR:   itab_temp, i_total.
  REFRESH: itab_temp, i_total.
  itab_temp[] = itab[].
  CLEAR   itab.
  REFRESH itab.
  LOOP AT itab_temp.
    CLEAR itab.
    itab = itab_temp.
    CLEAR: itab-matnr.
    IF itab-belnr+0(2) = '14'.
*Adding two 00 for the left alignment.
      CONCATENATE '00' itab-xblnr
                  INTO itab-inv_chk.
      CONDENSE itab-inv_chk NO-GAPS.
     itab-inv_chk = itab-xblnr.
      itab-xblnr   = itab-belnr.
    ELSE.
      itab-inv_chk = itab-belnr.
    ENDIF.
    COLLECT itab.
  ENDLOOP.
  CLEAR v_stat.
  SORT itab BY days inv_chk total DESCENDING.
  LOOP AT itab.
*To display Aging totals in usd (if v_stat ne f) for
*company code 1100,1300,2000.
    IF itab-bukrs NE '1100' AND
       itab-bukrs NE '1300' AND
       itab-bukrs NE '2000'.
      v_stat = 'F'.
    ENDIF.
    CLEAR: i_last-vvtext, tvzbt.
    MOVE-CORRESPONDING itab TO i_last.
    APPEND i_last.
    CLEAR i_last.
  ENDLOOP.
ENDFORM.                    " FORMAT_FINAL_DATA
*&      Form  POP_FORMAT_grp_CURR_DETAIL
      text
FORM pop_format_grp_curr_detail.
Populating the Final Internal table for report by Group Currency.
  CLEAR x_amt.
  SORT  i_temp_data.
  LOOP AT i_temp_data.
    CLEAR: v_count.
    IF  i_temp_data-sgtxt+0(10) = 'Spcfy in p'.
         i_temp_data-sgtxt =  i_temp_data-sgtxt+32(18).
      MOVE i_temp_data-sgtxt TO i_temp_data-vtext.
      MODIFY i_temp_data.
    ENDIF.
IF r_comp = 'X'.
      IF         i_temp_data-days  LT 0.
        x_amt-amt00_ls = x_amt-amt00_ls + i_temp_data-dmbtr.
If between 1 and 30 Days.
      ELSEIF     i_temp_data-days GE 0  AND i_temp_data-days LE 30.
        x_amt-00_30  =  x_amt-00_30 + i_temp_data-dmbtr.
If between 31 and 60 Days.
      ELSEIF i_temp_data-days GE 31 AND i_temp_data-days LE 60.
        x_amt-31_60  =  x_amt-31_60 + i_temp_data-dmbtr.
if between 61 and  90
      ELSEIF i_temp_data-days GE 61 AND i_temp_data-days LE 90.
        x_amt-61_90  =  x_amt-61_90 + i_temp_data-dmbtr.
if between 91 and  120
      ELSEIF i_temp_data-days GE 91 AND i_temp_data-days LE 120.
        x_amt-91_120  =  x_amt-91_120 + i_temp_data-dmbtr.
if >  120
      ELSEIF                       i_temp_data-days GT 120.
        x_amt-120pls  =  x_amt-120pls + i_temp_data-dmbtr.
      ENDIF.
    ELSE.
if the group currency is selected
      IF         i_temp_data-days  LT 0.
        x_amt-amt00_ls = x_amt-amt00_ls + i_temp_data-dmbe2.
If between 1 and 30 Days.
      ELSEIF     i_temp_data-days GE 0  AND i_temp_data-days LE 30.
        x_amt-00_30  =  x_amt-00_30 + i_temp_data-dmbe2.
If between 31 and 60 Days.
      ELSEIF i_temp_data-days GE 31 AND i_temp_data-days LE 60.
        x_amt-31_60  =  x_amt-31_60 + i_temp_data-dmbe2.
if between 61 and  90
      ELSEIF i_temp_data-days GE 61 AND i_temp_data-days LE 90.
        x_amt-61_90  =  x_amt-61_90 + i_temp_data-dmbe2.
if between 91 and  120
      ELSEIF i_temp_data-days GE 91 AND i_temp_data-days LE 120.
        x_amt-91_120  =  x_amt-91_120 + i_temp_data-dmbe2.
if >  120
      ELSEIF                       i_temp_data-days GT 120.
        x_amt-120pls  =  x_amt-120pls + i_temp_data-dmbe2.
      ENDIF.
    ENDIF.
Get Customer Name.
    SELECT SINGLE name1
      INTO itab-name1
      FROM  kna1
    WHERE  kunnr  =  i_temp_data-kunnr.
Invoice and year
    AT END OF rebzg.
      READ TABLE i_temp_data INDEX sy-tabix.
      itab-zuonr        = i_temp_data-zuonr.
      itab-bukrs        =   i_temp_data-bukrs.
      itab-kunnr        =   i_temp_data-kunnr.
      itab-belnr        =   i_temp_data-belnr.
      itab-gjahr        =   i_temp_data-gjahr.
      IF r_comp EQ 'X'.
        itab-waers        =   i_temp_data-waers.
      ELSE.
        itab-waers        =   'USD'.
      ENDIF.
      itab-zfbdt        =   i_temp_data-zfbdt.
      itab-zterm        =   i_temp_data-zterm.
      itab-amt00_30     =   x_amt-amt00_ls + x_amt-00_30.
      itab-amt31_60     =   x_amt-31_60.
      itab-amt61_90     =   x_amt-61_90.
      itab-amt91_120    =   x_amt-91_120.
      itab-amt120pls    =   x_amt-120pls.
      itab-total        =   x_amt-amt00_ls  +  x_amt-00_30  +
                            x_amt-31_60     +  x_amt-61_90  +
                            x_amt-91_120    +  x_amt-120pls.
      itab-kunnr_c      =   i_temp_data-kunnr_c.
      itab-name_c       =   i_temp_data-name_c.
      itab-kidno        =   i_temp_data-kidno.
      itab-matnr        =   i_temp_data-matnr.
      itab-inv_date     =   i_temp_data-inv_date.
      itab-rebzg        =   i_temp_data-rebzg.
      itab-xblnr        =   i_temp_data-xblnr.
      itab-vtext        =   i_temp_data-vtext.
      itab-sgtxt        =   i_temp_data-sgtxt.
      itab-days         =   i_temp_data-days.
      itab-bldat        =   i_temp_data-bldat.
      itab-vvtext       =   i_temp_data-vvtext.
      itab-zzihrez_e    =   i_temp_data-zzihrez_e.
      itab-blart        =   i_temp_data-blart.
      itab-plant        =   i_temp_data-plant.
Populating table.
      APPEND: itab.
      CLEAR : itab,
              x_amt.
      v_count = 1.
    ENDAT.
    IF v_count NE 1.
      itab-zuonr        = i_temp_data-zuonr.
      itab-bukrs        =   i_temp_data-bukrs.
      itab-kunnr        =   i_temp_data-kunnr.
      itab-belnr        =   i_temp_data-belnr.
      itab-gjahr        =   i_temp_data-gjahr.
      itab-bldat        =   i_temp_data-bldat.
      IF r_comp EQ 'X'.
        itab-waers        =   i_temp_data-waers.
      ELSE.
        itab-waers        =   'USD'.
      ENDIF.
      itab-zfbdt        =   i_temp_data-zfbdt.
      itab-zterm        =   i_temp_data-zterm.
      itab-kunnr_c      =   i_temp_data-kunnr_c.
      itab-name_c       =   i_temp_data-name_c.
      itab-kidno        =   i_temp_data-kidno.
      itab-matnr        =   i_temp_data-matnr.
      itab-inv_date     =   i_temp_data-inv_date.
      itab-rebzg        =   i_temp_data-rebzg.
      itab-xblnr        =   i_temp_data-xblnr.
      itab-vtext        =   i_temp_data-vtext.
      itab-sgtxt        =   i_temp_data-sgtxt.
      itab-days         =   i_temp_data-days.
      itab-zzihrez_e    =   i_temp_data-zzihrez_e.
      itab-plant        =   i_temp_data-plant.
      itab-vvtext       =   i_temp_data-vvtext.
      itab-blart        =   i_temp_data-blart.
      IF itab-matnr NE space.
        APPEND itab.
        CLEAR itab-plant.
      ELSE.
        ON CHANGE OF i_temp_data-kidno.
          READ TABLE i_temp_data INDEX sy-tabix.
          itab-zuonr        = i_temp_data-zuonr.
          itab-bukrs        =   i_temp_data-bukrs.
          itab-kunnr        =   i_temp_data-kunnr.
          itab-belnr        =   i_temp_data-belnr.
          itab-gjahr        =   i_temp_data-gjahr.
          itab-bldat        =   i_temp_data-bldat.
          IF r_comp EQ 'X'.
            itab-waers        =   i_temp_data-waers.
          ELSE.
            itab-waers        =   'USD'.
          ENDIF.
          itab-zfbdt        =   i_temp_data-zfbdt.
          itab-zterm        =   i_temp_data-zterm.
          itab-amt00_30     =   x_amt-amt00_ls + x_amt-00_30.
          itab-amt31_60     =   x_amt-31_60.
          itab-amt61_90     =   x_amt-61_90.
          itab-amt91_120    =   x_amt-91_120.
          itab-amt120pls    =   x_amt-120pls.
          itab-total        =   x_amt-amt00_ls  +  x_amt-00_30  +
                                x_amt-31_60     +  x_amt-61_90  +
                                x_amt-91_120    +  x_amt-120pls.
          itab-kunnr_c      =   i_temp_data-kunnr_c.
          itab-name_c       =   i_temp_data-name_c.
          itab-kidno        =   i_temp_data-kidno.
          itab-matnr        =   i_temp_data-matnr.
          itab-inv_date     =   i_temp_data-inv_date.
          itab-rebzg        =   i_temp_data-rebzg.
          itab-xblnr        =   i_temp_data-xblnr.
          itab-vtext        =   i_temp_data-vtext.
          itab-sgtxt        =   i_temp_data-sgtxt.
          itab-days         =   i_temp_data-days.
          itab-zzihrez_e    =   i_temp_data-zzihrez_e.
          itab-vvtext       =   i_temp_data-vvtext.
          itab-plant        =   i_temp_data-plant.
          APPEND itab.
          CLEAR: x_amt-amt00_ls, x_amt-00_30, x_amt-31_60,
                 x_amt-61_90,  x_amt-91_120 , x_amt-120pls.
        ENDON.
      ENDIF.
      CLEAR: itab.
    ENDIF.
  ENDLOOP.
ENDFORM.                    " POP_FORMAT_grp_CURR_DETAIL
*&      Form  material_details
      text
-->  p1        text
<--  p2        text
FORM material_details.
  SORT itab_details.
  DELETE ADJACENT DUPLICATES FROM itab_details.
  LOOP AT itab_details.
    CLEAR: v_counter, v_gjahr, v_kunnr, v_prodh, v_vbeln,
    v_vvtext, v_vtext.
    v_gjahr = itab_details-gjahr.
    v_kunnr = itab_details-kunnr.
*Invoice Date/Billing date
    SELECT SINGLE fkdat FROM vbrk INTO v_inv_date
     WHERE vbeln = itab_details-xblnr.
*material number, description and product hierarchy
    SELECT matnr arktx prodh FROM vbrp
     INTO (v_matnr, v_arktx, v_prodh)
     WHERE vbeln = itab_details-xblnr AND
           uepos = '00000'.
      CLEAR: v_vdatu, v_posnr, v_auart, v_prctr, v_zzihrez,
             v_kunnr_c, v_name1, v_name2, v_vtext, v_vvtext.
*Find the contract/order no
      SELECT SINGLE vbelv posnv FROM vbfa INTO (v_vbeln, v_posnr)
           WHERE vbeln = itab_details-xblnr
           AND vbtyp_v IN ('C','G').
*delivery date, document type, plant and reservation no
      SELECT  SINGLE vbakvdatu vbakauart vbapprctr vbapzzihrez_e
          INTO (v_vdatu, v_auart, v_prctr, v_zzihrez)
          FROM vbak INNER JOIN vbap ON vbakvbeln = vbapvbeln
       WHERE vbap~vbeln = v_vbeln AND
             vbap~posnr = v_posnr AND
             vbap~abgru = space.
*billing type
      SELECT SINGLE * FROM vbkd WHERE vbeln = v_vbeln.
      IF vbkd-bsark NE 'ZG01' OR  vbkd-bsark NE 'ZO02'.
        SELECT SINGLE vtext FROM t176t INTO v_vvtext
               WHERE bsark = vbkd-bsark
               AND spras EQ sy-langu.
      ELSE.
        MOVE 'One Time' TO v_vvtext.
      ENDIF.
*getting only the reservation number (no text)
      IF vbkd-ihrez_e+0(11) CO
         '0123456789'.
      ELSE.
        v_zzihrez = space.
      ENDIF.
*location
      CONCATENATE '000000' v_zzihrez+0(4) INTO v_prctr.
*plant name
      CLEAR v_plant.
      SELECT SINGLE ktext FROM cepct INTO v_plant WHERE
      prctr = v_prctr AND
      spras = sy-langu.
*client no and name
      SELECT SINGLE vbpakunnr kna1name1 kna1~name2
           INTO (v_kunnr_c, v_name1, v_name2)
           FROM vbpa INNER JOIN kna1 ON
           vbpakunnr = kna1kunnr
        WHERE vbpa~vbeln = v_vbeln AND
              vbpa~parvw = 'Z3'.
      CONCATENATE v_name1 v_name2 INTO v_name_c
               SEPARATED BY space.
      READ TABLE i_temp_data WITH KEY bukrs = itab_details-bukrs
                                      belnr = itab_details-belnr
                                      gjahr = itab_details-gjahr.
      IF sy-subrc = 0.
        CLEAR: v_tabix.
        v_tabix = sy-tabix.
        IF  v_counter IS INITIAL.
          MOVE v_plant TO i_temp_data-plant.
          MOVE v_zzihrez TO i_temp_data-zzihrez_e.
          MOVE v_kunnr_c TO i_temp_data-kunnr_c.
          MOVE v_name_c TO  i_temp_data-name_c.
          MOVE v_gjahr TO i_temp_data-gjahr.
          MOVE v_kunnr TO i_temp_data-kunnr.
          IF v_auart EQ 'ZOTO' AND i_temp_data-inv_date IS INITIAL.
            MOVE v_inv_date TO i_temp_data-inv_date.
          ELSEIF i_temp_data-inv_date IS INITIAL.
            MOVE v_vdatu TO i_temp_data-inv_date.
          ENDIF.
          IF i_temp_data-vtext IS INITIAL.
            MOVE v_arktx TO i_temp_data-vtext.
          ENDIF.
          IF i_temp_data-vvtext IS INITIAL.
            MOVE v_vvtext TO i_temp_data-vvtext.
          ENDIF.
          MODIFY i_temp_data INDEX v_tabix.
          CLEAR i_temp_data.
          v_counter = 'T'.
          CLEAR: v_matnr,v_arktx,v_vbeln,v_name_c,v_vtext, v_prodh,
                 v_kunnr_c, v_name1,v_name2, v_vdatu, v_vvtext.
        ELSE.
         CLEAR:i_temp_data-dmbe2, i_temp_data-dmbtr. " i_temp_data-wrbtr
          MOVE v_matnr TO i_temp_data-matnr.
          MOVE v_plant TO i_temp_data-plant.
          MOVE v_zzihrez TO i_temp_data-zzihrez_e.
          MOVE v_kunnr_c TO i_temp_data-kunnr_c.
          MOVE v_name_c TO  i_temp_data-name_c.
          MOVE v_gjahr TO i_temp_data-gjahr.
          MOVE v_kunnr TO i_temp_data-kunnr.
          IF v_auart EQ 'ZOTO' AND i_temp_data-inv_date IS INITIAL.
            MOVE v_inv_date TO i_temp_data-inv_date.
          ELSEIF i_temp_data-inv_date IS INITIAL.
            MOVE v_vdatu TO i_temp_data-inv_date.
          ENDIF.
          MOVE v_arktx TO i_temp_data-vtext.
          APPEND i_temp_data.
          CLEAR i_temp_data.
        ENDIF.
      ENDIF.
    ENDSELECT.
    CLEAR:
    i_temp_data-kunnr_c,
    i_temp_data-name_c,i_temp_data-inv_date,
    i_temp_data-vtext.
    CLEAR: v_matnr,v_arktx,v_vbeln,v_name_c,
           v_kunnr_c, v_name1,v_name2,v_inv_date, v_vdatu,
           v_vtext, v_prodh.
  ENDLOOP.
ENDFORM.                    " material_details
*&      Form  get_address
      text
FORM get_address.
Get Address
  CLEAR: kna1, x_kna1, first_name, last_name,pafkt, lang, v_land.
  SELECT SINGLE * FROM kna1 INTO kna1 WHERE kunnr = i_last-kunnr.
  SELECT SINGLE name1 namev  pafkt parla FROM knvk
  INTO (last_name, first_name, pafkt, lang)
          WHERE kunnr = i_last-kunnr
          AND abtnr = '0003'. "financial department
  IF sy-subrc NE 0.
    SELECT SINGLE name1 namev  pafkt parla FROM knvk
    INTO (last_name, first_name, pafkt, lang)
            WHERE kunnr = i_last-kunnr.
  ENDIF.
  IF lang =  ' '.
    lang = 'E'.
  ENDIF.
  SELECT SINGLE vtext FROM tpfkt INTO x_kna1-ptext
         WHERE pafkt = pafkt
         AND spras = lang.
  SELECT SINGLE name1 name2  street  country FROM
     adrc   INTO (x_kna1-name1, x_kna1-name2,
     x_kna1-street, v_land)
  WHERE addrnumber = kna1-adrnr.
  SELECT SINGLE landx FROM t005t INTO x_kna1-landx WHERE land1 = v_land
                                                  AND spras = lang.
  TRANSLATE x_kna1-landx  TO UPPER CASE.  "#EC SYNTCHAR added by sony
  MOVE kna1-kunnr TO x_kna1-kunnr.
  MOVE kna1-ort01 TO x_kna1-ort01.
  MOVE kna1-regio TO x_kna1-regio.
  MOVE kna1-pstlz TO x_kna1-pstlz.
  MOVE p_bdate TO x_kna1-agdate.
  APPEND x_kna1.
  CLEAR: x_kna1.
ENDFORM.                    " get_addres
*&      Form  fetch_data_vender
      text
-->  p1        text
<--  p2        text
FORM fetch_data_vender.
  SELECT lifnr FROM kna1 INTO TABLE itab_vender
    WHERE kunnr IN s_kunnr.
  LOOP AT itab_vender.
Fetch data from BSIK into Internal table I_BSIK.
    SELECT *
      FROM bsik
      APPENDING TABLE i_bsik
      WHERE bukrs IN s_bukrs  AND
            lifnr EQ itab_vender-vender  AND
            budat LE p_bdate AND
            blart IN ('KA', 'KG', 'KR', 'KZ', 'KF').
Fetch data from BSAK into Internal table I_BSAK.
    SELECT *
      FROM bsak      "#EC ENHOK "added by sony 06/05/08
      APPENDING TABLE i_bsik
      WHERE bukrs IN s_bukrs  AND
            lifnr EQ itab_vender-vender  AND
            budat LE p_bdate  AND
            augdt GT p_bdate AND
            blart IN ('KA', 'KG', 'KR', 'KZ', 'KF').
  ENDLOOP.
  DELETE i_bsik WHERE ( bukrs = '1500' OR bukrs = '3000' ) AND
                      ( umsks = 'E' OR umskz = 'E' ).
ENDFORM.                    " fetch_data_vender
*&      Form  GET_ARREAR_DAYS_vender
      text
-->  p1        text
<--  p2        text
FORM get_arrear_days_vender.
  SORT i_bsik BY mandt bukrs belnr.
  CLEAR: v_tabix.
  LOOP AT i_bsik.
    v_tabix = sy-tabix.
    SELECT SINGLE * FROM kna1 WHERE lifnr = i_bsik-lifnr.
    MOVE i_bsik-bukrs TO itab_details-bukrs.
    MOVE i_bsik-xblnr TO itab_details-xblnr.
    MOVE i_bsik-belnr TO itab_details-belnr.
    MOVE i_bsik-gjahr TO itab_details-gjahr.
    MOVE kna1-kunnr   TO itab_details-kunnr.
    APPEND itab_details.
    CLEAR itab_details.
    CLEAR x_item.
    AT NEW bukrs.
*company code details
      READ TABLE i_bsik INDEX sy-tabix.
      CLEAR x_t001.
      SELECT SINGLE * FROM t001
      INTO x_t001
      WHERE bukrs = i_bsik-bukrs.
    ENDAT.
    MOVE-CORRESPONDING i_bsik TO x_item.
    x_item-koart = 'D'.          " Debitor - Customer Indicator
    x_item-konto = kna1-kunnr.   " Debitor - Customer Number
    x_item-dmshb = bsik-dmbtr.
    x_item-wrshb = bsik-wrbtr.
Function module to get ARREAR  days.
    CALL FUNCTION 'ITEM_DERIVE_FIELDS'
      EXPORTING
        s_t001    = x_t001
        s_bsegp   = x_bsegp
        key_date  = p_bdate
      CHANGING
        s_item    = x_item
      EXCEPTIONS
        bad_input = 1
        OTHERS    = 2.
    IF sy-subrc =  0.
Populate I_TEMP_DATA for further processing.
      i_temp_data-bukrs   =  i_bsik-bukrs.
      i_temp_data-kunnr   =  kna1-kunnr.
      i_temp_data-belnr   =  i_bsik-belnr.
      i_temp_data-bldat   =  i_bsik-bldat.  "Document date in document
      i_temp_data-shkzg   =  i_bsik-shkzg.
      i_temp_data-zfbdt   =  i_bsik-zfbdt.  " Base line date
      i_temp_data-zterm   =  i_bsik-zterm.  "Terms of payment key
      i_temp_data-waers   =  i_bsik-waers.
      i_temp_data-days    =  x_item-verzn.  " days in arrs
      i_temp_data-gjahr   =  i_bsik-gjahr.  " year
      i_temp_data-kidno   =  i_bsik-kidno.  " Payment Reference
      i_temp_data-rebzg   =  i_bsik-rebzg.  " Number of the Invoice the
      "Transaction Belongs to
      i_temp_data-xblnr   =  i_bsik-xblnr.
      i_temp_data-sgtxt   =  i_bsik-sgtxt.  " Item Text
Changing the Sign
      IF i_bsik-shkzg = 'H'.
        i_temp_data-dmbe2   = -1 * i_bsik-dmbe2.
        i_temp_data-dmbtr   = -1 * i_bsik-dmbtr.
      ELSE.
        i_temp_data-dmbe2   =  i_bsik-dmbe2.
        i_temp_data-dmbtr   =  i_bsik-dmbtr.
      ENDIF.
    ENDIF.
    APPEND i_temp_data.
    CLEAR  i_temp_data.
  ENDLOOP.

Hi
Looks like BASIS issue.
Pls check the OSS Note - Note 787418 - Sent documents are not readable after upgrade
Pls contact your BASIS person
Regards
MD

Similar Messages

  • Open Error 5

    My macbook recently went through a hard drive upgrade. Mac Unibody mid 2009, 2.26 GHz, originally 160 GB HD and 2 GB RAM. My mac now has a 1 TB HD. I had it installed about 2 months ago and it has been working fine. All off a sudden my mac would not complete start up. After typing in my user name and password, I'd open an application and it the computer would shut down. I checked the batter, power supply, RAM, fan/temperature, then put the old hard drive in. Though the problem still exist I was able to run disk verification on the older HD (though, I need to mention command-S, D, command-option-S, doesn't work with my mac). Oddly enough, if I open too many applications the computer still shuts down, though not entirely (I can hear the fan and HD). This leads me to believe it is not the HD (but what do I know?) After disk verification (with the old 160 GB HD), I repaired it and once again ran the verification. These are the errors left over: (Can anyone shed some light on what these may mean?)
    Verifying permissions for “Casey”Open error 5: “Input/output error” on Applications/Reminders.app/Contents/Resources/RemindersLeather.carOpen error 5: “Input/output error” on Applications/Reminders.app/Contents/Resources/reminders.helpOpen error 5: “Input/output error” on Applications/Reminders.app/Contents/Resources/reminders.help/ContentsOpen error 5: “Input/output error” on Applications/Reminders.app/Contents/Resources/reminders.help/Contents/Resources Open error 5: “Input/output error” on Applications/Reminders.app/Contents/Resources/reminders.help/Contents/Resources /ja.lprojOpen error 5: “Input/output error” on Applications/Reminders.app/Contents/Resources/reminders.help/Contents/Resources /ja.lproj/InfoPlist.stringsOpen error 5: “Input/output error” on Applications/Reminders.app/Contents/Resources/reminders.help/Contents/Resources /ja.lproj/Reminders_Copyright.htmlOpen error 5: “Input/output error” on Applications/Reminders.app/Contents/Resources/reminders.help/Contents/Resources /ja.lproj/Reminders_default.htmlOpen error 5: “Input/output error” on Applications/Reminders.app/Contents/Resources/reminders.help/Contents/Resources /ja.lproj/apd5664D26D-76FE-4B0A-9908-420302FE5B0B.htmlOpen error 5: “Input/output error” on Applications/Reminders.app/Contents/Resources/reminders.help/Contents/Resources /ja.lproj/apdBBA04D4F-262F-4DA3-8A6D-863712ED210F.htmlOpen error 5: “Input/output error” on Applications/Reminders.app/Contents/Resources/reminders.help/Contents/Resources /ja.lproj/index.htmlOpen error 5: “Input/output error” on Applications/Reminders.app/Contents/Resources/reminders.help/Contents/Resources /ja.lproj/locale-info.jsonOpen error 5: “Input/output error” on Applications/Reminders.app/Contents/Resources/reminders.help/Contents/Resources /ja.lproj/navigation.jsonOpen error 5: “Input/output error” on Applications/Reminders.app/Contents/Resources/reminders.help/Contents/Resources /ja.lproj/offline-message.htmlOpen error 5: “Input/output error” on Applications/Reminders.app/Contents/Resources/reminders.help/Contents/Resources /ja.lproj/redirect.htmlOpen error 5: “Input/output error” on Applications/Reminders.app/Contents/Resources/reminders.help/Contents/Resources /ja.lproj/rem9A7C9CBA-54C7-4BBB-832C-0C5555DBA408.htmlOpen error 5: “Input/output error” on Applications/Reminders.app/Contents/Resources/reminders.help/Contents/Resources /ja.lproj/search.helpindexOpen error 5: “Input/output error” on Applications/Reminders.app/Contents/Resources/reminders.help/Contents/Resources /ja.lproj/search.jsonOpen error 5: “Input/output error” on Applications/Reminders.app/Contents/Resources/reminders.help/Contents/Resources /ja.lproj/version.txtOpen error 5: “Input/output error” on Applications/Reminders.app/Contents/Resources/searchGlass.tiffOpen error 5: “Input/output error” on Applications/Reminders.app/Contents/Resources/searchL.tiffOpen error 5: “Input/output error” on Applications/Reminders.app/Contents/Resources/searchM.tiffOpen error 5: “Input/output error” on Applications/Reminders.app/Contents/Resources/searchR.tiffOpen error 5: “Input/output error” on Applications/Reminders.app/Contents/Resources/searchX.tiffOpen error 5: “Input/output error” on Applications/Reminders.app/Contents/Resources/searchXDown.tiffOpen error 5: “Input/output error” on Applications/Reminders.app/Contents/Resources/selectionBottom.tiffOpen error 5: “Input/output error” on Applications/Reminders.app/Contents/Resources/selectionBottomLeft.tiffOpen error 5: “Input/output error” on Applications/Reminders.app/Contents/Resources/selectionBottomRight.tiffOpen error 5: “Input/output error” on Applications/Reminders.app/Contents/Resources/selectionCenter.tiffOpen error 5: “Input/output error” on Applications/Reminders.app/Contents/Resources/selectionLeft.tiffOpen error 5: “Input/output error” on Applications/Reminders.app/Contents/Resources/selectionRight.tiffOpen error 5: “Input/output error” on Applications/Reminders.app/Contents/Resources/selectionTexture.tiffOpen error 5: “Input/output error” on Applications/Reminders.app/Contents/Resources/selectionTop.tiffOpen error 5: “Input/output error” on Applications/Reminders.app/Contents/Resources/selectionTopLeft.tiffOpen error 5: “Input/output error” on Applications/Reminders.app/Contents/Resources/selectionTopRight.tiffPermissions differ on “Applications/Safari.app/Contents/Resources/Safari.help/Contents/Resources/inde x.html”; should be lrwxr-xr-x ; they are -rwxr-xr-x .Open error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/ContentsOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Info.pl istOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/PkgInfo Open error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc esOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ar.lprojOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ar.lproj/InfoPlist.stringsOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ar.lproj/index.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ar.lproj/landing-dic34880.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ar.lproj/locale-info.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ar.lproj/mediaOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ar.lproj/media/S0001_Dictionary.pngOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ar.lproj/navigation.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ar.lproj/redirect.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ar.lproj/search.helpindexOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ar.lproj/search.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ar.lproj/version.txtOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ca.lprojOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ca.lproj/InfoPlist.stringsOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ca.lproj/index.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ca.lproj/landing-dic34880.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ca.lproj/locale-info.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ca.lproj/mediaOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ca.lproj/media/S0001_Dictionary.pngOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ca.lproj/navigation.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ca.lproj/redirect.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ca.lproj/search.helpindexOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ca.lproj/search.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ca.lproj/version.txtOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/cs.lprojOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/cs.lproj/InfoPlist.stringsOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/cs.lproj/index.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/cs.lproj/landing-dic34880.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/cs.lproj/locale-info.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/cs.lproj/mediaOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/cs.lproj/media/S0001_Dictionary.pngOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/cs.lproj/navigation.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/cs.lproj/redirect.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/cs.lproj/search.helpindexOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/cs.lproj/search.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/cs.lproj/version.txtOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/da.lprojOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/da.lproj/InfoPlist.stringsOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/da.lproj/index.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/da.lproj/landing-dic34880.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/da.lproj/locale-info.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/da.lproj/mediaOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/da.lproj/media/S0001_Dictionary.pngOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/da.lproj/navigation.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/da.lproj/redirect.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/da.lproj/search.helpindexOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/da.lproj/search.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/da.lproj/version.txtOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/dctik.pngOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/de.lprojOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/de.lproj/InfoPlist.stringsOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/de.lproj/index.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/de.lproj/landing-dic34880.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/de.lproj/locale-info.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/de.lproj/mediaOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/de.lproj/media/S0001_Dictionary.pngOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/de.lproj/navigation.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/de.lproj/redirect.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/de.lproj/search.helpindexOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/de.lproj/search.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/de.lproj/version.txtOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/el.lprojOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/el.lproj/InfoPlist.stringsOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/el.lproj/index.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/el.lproj/landing-dic34880.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/el.lproj/locale-info.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/el.lproj/mediaOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/el.lproj/media/S0001_Dictionary.pngOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/el.lproj/navigation.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/el.lproj/redirect.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/el.lproj/search.helpindexOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/el.lproj/search.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/el.lproj/version.txtOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/en.lprojOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/en.lproj/InfoPlist.stringsOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/en.lproj/index.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/en.lproj/landing-dic34880.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/en.lproj/locale-info.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/en.lproj/mediaOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/en.lproj/media/S0001_Dictionary.pngOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/en.lproj/navigation.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/en.lproj/redirect.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/en.lproj/search.helpindexOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/en.lproj/search.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/en.lproj/version.txtOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/es.lprojOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/es.lproj/InfoPlist.stringsOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/es.lproj/index.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/es.lproj/landing-dic34880.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/es.lproj/locale-info.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/es.lproj/mediaOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/es.lproj/media/S0001_Dictionary.pngOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/es.lproj/navigation.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/es.lproj/redirect.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/es.lproj/search.helpindexOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/es.lproj/search.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/es.lproj/version.txtOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/fi.lprojOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/fi.lproj/InfoPlist.stringsOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/fi.lproj/index.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/fi.lproj/landing-dic34880.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/fi.lproj/locale-info.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/fi.lproj/mediaOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/fi.lproj/media/S0001_Dictionary.pngOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/fi.lproj/navigation.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/fi.lproj/redirect.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/fi.lproj/search.helpindexOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/fi.lproj/search.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/fi.lproj/version.txtOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/fr.lprojOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/fr.lproj/InfoPlist.stringsOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/fr.lproj/index.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/fr.lproj/landing-dic34880.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/fr.lproj/locale-info.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/fr.lproj/mediaOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/fr.lproj/media/S0001_Dictionary.pngOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/fr.lproj/navigation.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/fr.lproj/redirect.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/fr.lproj/search.helpindexOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/fr.lproj/search.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/fr.lproj/version.txtOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/he.lprojOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/he.lproj/InfoPlist.stringsOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/he.lproj/index.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/he.lproj/landing-dic34880.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/he.lproj/locale-info.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/he.lproj/mediaOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/he.lproj/media/S0001_Dictionary.pngOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/he.lproj/navigation.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/he.lproj/redirect.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/he.lproj/search.helpindexOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/he.lproj/search.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/he.lproj/version.txtOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/hr.lprojOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/hr.lproj/InfoPlist.stringsOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/hr.lproj/index.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/hr.lproj/landing-dic34880.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/hr.lproj/locale-info.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/hr.lproj/mediaOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/hr.lproj/media/S0001_Dictionary.pngOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/hr.lproj/navigation.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/hr.lproj/redirect.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/hr.lproj/search.helpindexOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/hr.lproj/search.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/hr.lproj/version.txtOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/hu.lprojOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/hu.lproj/InfoPlist.stringsOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/hu.lproj/index.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/hu.lproj/landing-dic34880.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/hu.lproj/locale-info.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/hu.lproj/mediaOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/hu.lproj/media/S0001_Dictionary.pngOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/hu.lproj/navigation.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/hu.lproj/redirect.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/hu.lproj/search.helpindexOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/hu.lproj/search.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/hu.lproj/version.txtOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/id.lprojOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/id.lproj/InfoPlist.stringsOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/id.lproj/index.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/id.lproj/landing-dic34880.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/id.lproj/locale-info.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/id.lproj/mediaOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/id.lproj/media/S0001_Dictionary.pngOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/id.lproj/navigation.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/id.lproj/redirect.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/id.lproj/search.helpindexOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/id.lproj/search.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/id.lproj/version.txtOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/index.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/it.lprojOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/it.lproj/InfoPlist.stringsOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/it.lproj/index.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/it.lproj/landing-dic34880.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/it.lproj/locale-info.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/it.lproj/mediaOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/it.lproj/media/S0001_Dictionary.pngOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/it.lproj/navigation.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/it.lproj/redirect.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/it.lproj/search.helpindexOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/it.lproj/search.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/it.lproj/version.txtOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ja.lprojOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ja.lproj/InfoPlist.stringsOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ja.lproj/index.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ja.lproj/landing-dic34880.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ja.lproj/locale-info.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ja.lproj/mediaOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ja.lproj/media/S0001_Dictionary.pngOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ja.lproj/navigation.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ja.lproj/redirect.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ja.lproj/search.helpindexOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ja.lproj/search.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ja.lproj/version.txtOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ko.lprojOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ko.lproj/InfoPlist.stringsOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ko.lproj/index.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ko.lproj/landing-dic34880.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ko.lproj/locale-info.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ko.lproj/mediaOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ko.lproj/media/S0001_Dictionary.pngOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ko.lproj/navigation.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ko.lproj/redirect.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ko.lproj/search.helpindexOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ko.lproj/search.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ko.lproj/version.txtOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ms.lprojOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ms.lproj/InfoPlist.stringsOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ms.lproj/index.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ms.lproj/landing-dic34880.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ms.lproj/locale-info.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ms.lproj/mediaOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ms.lproj/media/S0001_Dictionary.pngOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ms.lproj/navigation.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ms.lproj/redirect.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ms.lproj/search.helpindexOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ms.lproj/search.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ms.lproj/version.txtOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/nl.lprojOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/nl.lproj/InfoPlist.stringsOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/nl.lproj/index.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/nl.lproj/landing-dic34880.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/nl.lproj/locale-info.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/nl.lproj/mediaOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/nl.lproj/media/S0001_Dictionary.pngOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/nl.lproj/navigation.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/nl.lproj/redirect.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/nl.lproj/search.helpindexOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/nl.lproj/search.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/nl.lproj/version.txtOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/no.lprojOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/no.lproj/InfoPlist.stringsOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/no.lproj/index.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/no.lproj/landing-dic34880.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/no.lproj/locale-info.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/no.lproj/mediaOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/no.lproj/media/S0001_Dictionary.pngOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/no.lproj/navigation.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/no.lproj/redirect.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/no.lproj/search.helpindexOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/no.lproj/search.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/no.lproj/version.txtOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/pl.lprojOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/pl.lproj/InfoPlist.stringsOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/pl.lproj/index.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/pl.lproj/landing-dic34880.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/pl.lproj/locale-info.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/pl.lproj/mediaOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/pl.lproj/media/S0001_Dictionary.pngOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/pl.lproj/navigation.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/pl.lproj/redirect.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/pl.lproj/search.helpindexOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/pl.lproj/search.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/pl.lproj/version.txtOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/pt.lprojOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/pt.lproj/InfoPlist.stringsOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/pt.lproj/index.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/pt.lproj/landing-dic34880.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/pt.lproj/locale-info.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/pt.lproj/mediaOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/pt.lproj/media/S0001_Dictionary.pngOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/pt.lproj/navigation.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/pt.lproj/redirect.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/pt.lproj/search.helpindexOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/pt.lproj/search.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/pt.lproj/version.txtOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/pt_PT.lprojOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/pt_PT.lproj/InfoPlist.stringsOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/pt_PT.lproj/index.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/pt_PT.lproj/landing-dic34880.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/pt_PT.lproj/locale-info.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/pt_PT.lproj/mediaOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/pt_PT.lproj/media/S0001_Dictionary.pngOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/pt_PT.lproj/navigation.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/pt_PT.lproj/redirect.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/pt_PT.lproj/search.helpindexOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/pt_PT.lproj/search.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/pt_PT.lproj/version.txtOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ro.lprojOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ro.lproj/InfoPlist.stringsOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ro.lproj/index.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ro.lproj/landing-dic34880.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ro.lproj/locale-info.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ro.lproj/mediaOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ro.lproj/media/S0001_Dictionary.pngOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ro.lproj/navigation.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ro.lproj/redirect.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ro.lproj/search.helpindexOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ro.lproj/search.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ro.lproj/version.txtOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ru.lprojOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ru.lproj/InfoPlist.stringsOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ru.lproj/index.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ru.lproj/landing-dic34880.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ru.lproj/locale-info.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ru.lproj/mediaOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ru.lproj/media/S0001_Dictionary.pngOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ru.lproj/navigation.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ru.lproj/redirect.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ru.lproj/search.helpindexOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ru.lproj/search.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/ru.lproj/version.txtOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/sk.lprojOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/sk.lproj/InfoPlist.stringsOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/sk.lproj/index.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/sk.lproj/landing-dic34880.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/sk.lproj/locale-info.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/sk.lproj/mediaOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/sk.lproj/media/S0001_Dictionary.pngOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/sk.lproj/navigation.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/sk.lproj/redirect.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/sk.lproj/search.helpindexOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/sk.lproj/search.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/sk.lproj/version.txtOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/sv.lprojOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/sv.lproj/InfoPlist.stringsOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/sv.lproj/index.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/sv.lproj/landing-dic34880.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/sv.lproj/locale-info.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/sv.lproj/mediaOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/sv.lproj/media/S0001_Dictionary.pngOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/sv.lproj/navigation.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/sv.lproj/redirect.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/sv.lproj/search.helpindexOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/sv.lproj/search.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/sv.lproj/version.txtOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/th.lprojOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/th.lproj/InfoPlist.stringsOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/th.lproj/index.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/th.lproj/landing-dic34880.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/th.lproj/locale-info.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/th.lproj/mediaOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/th.lproj/media/S0001_Dictionary.pngOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/th.lproj/navigation.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/th.lproj/redirect.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/th.lproj/search.helpindexOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/th.lproj/search.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/th.lproj/version.txtOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/tr.lprojOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/tr.lproj/InfoPlist.stringsOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/tr.lproj/index.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/tr.lproj/landing-dic34880.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/tr.lproj/locale-info.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/tr.lproj/mediaOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/tr.lproj/media/S0001_Dictionary.pngOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/tr.lproj/navigation.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/tr.lproj/redirect.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/tr.lproj/search.helpindexOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/tr.lproj/search.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/tr.lproj/version.txtOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/uk.lprojOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/uk.lproj/InfoPlist.stringsOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/uk.lproj/index.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/uk.lproj/landing-dic34880.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/uk.lproj/locale-info.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/uk.lproj/mediaOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/uk.lproj/media/S0001_Dictionary.pngOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/uk.lproj/navigation.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/uk.lproj/redirect.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/uk.lproj/search.helpindexOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/uk.lproj/search.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/uk.lproj/version.txtOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/vi.lprojOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/vi.lproj/InfoPlist.stringsOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/vi.lproj/index.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/vi.lproj/landing-dic34880.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/vi.lproj/locale-info.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/vi.lproj/mediaOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/vi.lproj/media/S0001_Dictionary.pngOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/vi.lproj/navigation.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/vi.lproj/redirect.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/vi.lproj/search.helpindexOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/vi.lproj/search.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/vi.lproj/version.txtOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/zh_CN.lprojOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/zh_CN.lproj/InfoPlist.stringsOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/zh_CN.lproj/index.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/zh_CN.lproj/landing-dic34880.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/zh_CN.lproj/locale-info.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/zh_CN.lproj/mediaOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/zh_CN.lproj/media/S0001_Dictionary.pngOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/zh_CN.lproj/navigation.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/zh_CN.lproj/redirect.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/zh_CN.lproj/search.helpindexOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/zh_CN.lproj/search.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/zh_CN.lproj/version.txtOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/zh_TW.lprojOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/zh_TW.lproj/InfoPlist.stringsOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/zh_TW.lproj/index.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/zh_TW.lproj/landing-dic34880.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/zh_TW.lproj/locale-info.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/zh_TW.lproj/mediaOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/zh_TW.lproj/media/S0001_Dictionary.pngOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/zh_TW.lproj/navigation.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/zh_TW.lproj/redirect.htmlOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/zh_TW.lproj/search.helpindexOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/zh_TW.lproj/search.jsonOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/Resourc es/zh_TW.lproj/version.txtOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/_CodeSi gnatureOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/_CodeSi gnature/CodeDirectoryOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/_CodeSi gnature/CodeRequirementsOpen error 5: “Input/output error” on Applications/Dictionary.app/Contents/Resources/Dictionary.help/Contents/_CodeSi gnature/CodeResourcesOpen error 5:

    Imac G5 ppc/ 10.5.8,:Hey, I am getting the same thing, when running disc utility, and open error 5 input/output errot on library/printers/xerox/pds/ xerox work....  anyhow, as you got no help, I assume you helped yourself? I am going to just delete that xerox file and see what happens, as I don't use a xerox printer. Then I'll run disc utility to repair permissions again. Another person on the board said it was a software conflict, but I can't recall adding anything new in a while, and I repair permissions often.

  • ITunes wont open Error -200

    yep
    well there i was opening iTunes
    and BLAMMO !
    ITunes wont open
    error -200
    what am i doing wrong now
    also coincedently my sound output aint working

    Also, I have not moved any files since updating. Still won't do anything.

  • Error in ECC6 During installation

    Dear all
    Error in ECC6 During installation , the following contents is get from sapnst_dev.log
    148556:  if ( componentToBeCalled == 'NW_Usage_Types_Configuration_BI_ind_ind_ind_ind') 
    148557: 
    148560:  if ( componentToBeCalled == 'NW_Call_Offline_CTC_ind_ind_ind_ind') 
    148561: 
    148564: }
    ERROR      2008-06-27 07:43:37 [iaxxejsbas.cpp:178]
               EJS_ErrorReporter
    FJS-00003  TypeError: spStringRE.exec(labelString) has no properties (in script NW_Onehost|ind|ind|ind|ind, line 63483: ???)
    ERROR      2008-06-27 07:43:37
    FCO-00011  The step validateContent with step key |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features_Enablement|ind|ind|ind|ind|4|0|SAP_Software_Features_GetContent|ind|ind|ind|ind|0|0|validateContent was executed with status ERROR .
    TRACE     
    <html><head></head><body><p>An error occurred while processing service <b>SAP ERP 2005 Support Release 2 > SAP Systems > Oracle > Central System > Central System Installation</b>. You may now</p><ul> <li>press <I>Retry</I> to repeat the current step.</li> <li>press the <I>View Log</I> button to get more information about the error.</li> <li>stop the task and continue with it later.</li></ul><p>Log files are written to <b>C:\Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS</b>.</p></body></html>
    TRACE      [iaxxgenimp.cpp:1155]
               showDialog()
    waiting for an answer from gui
    INFO       2008-06-27 07:45:05 [iaxxgenimp.cpp:782]
               showDialog()
    An error occured and the user decide to stop.\n Current step "|NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features_Enablement|ind|ind|ind|ind|4|0|SAP_Software_Features_GetContent|ind|ind|ind|ind|0|0|validateContent".

    Up !?

  • HT1420 Cant get itunes to open.Error message:"its on a locked Cant get itunes to

    Cant get itunes to open.Error message:"its on a locked disk." What does this mean??!!

    ok heres what u gotta do
    yes i know its alot of steps but if you do them right it will work.
    1.remove all active versions of itunes
    2.then restart as it asks you to do, if it doesnt ask do it your self
    3.unplug ipod
    4.remove ipod software
    5. restart
    6.install the cd the ipod came w/
    7.when it asks you if you want to upgrade itunes say yes
    8.download the file
    9.intall the newest version
    10.restart
    if you have done exactly these steps(exactly in this order)then itunes should be working now

  • Cursor open error SQLSTT - 72000, SQL code - 969

    We have purchased a product called Access Manager for DB2 and installed it on our AS400. This gives us the connectivitiy to Oracle server with which we do the Warehouse management software interface using our legacy system on AS400.
    I have written several programs in SQLRPGLE and not quite sure as to how I can handle errors coming out of Oracle server.
    As per my knowledge in my programs, I do
    declare cursor
    open cursor
    fetch
    dow look for sqlstate
    fetch next row
    enddo
    close cursor
    I am also new to this much of SQL.
    Now, my programs are running in production and works just fine if we don;t have any issues with oracle server (database server down etc.).
    My question is if the database server goes down for any reason, my SQLRPGLE progam starts giving me cursor not open errors, the actual error is as follows:
    Connection to relational database HJAWCD1 already exists.
    ARDUPAR: ARDUPAR: rc=-1(OCI_ERROR) from OCIStmtExecute when asking for
    Describe-Info
    ARDUPAR(1): ORA-03114: not connected to ORACLE
    ARDAROC: rc = -1 from parse
    SQLSTATE class unknown - SQLSTATE 72000, SQLCODE -969.
    Cursor SEHOST not open.
    Cursor SEHOST not open.
    Cursor SEHOST not open.
    So although, the connection exist between the AS400 and Oracle server as suggested from first statement, but then the cursor is giving me problems of not opening.
    what I would like to know is how do I check in my SQL statement the error and somehow reconnect and open the cursor again.
    Please help in this regard, since I am not finding any help from iseries world becuase no one seems to have knowledge about this product that we have installed and I don;t have too mcuh of documentation on the product nor do I have any sample handling messages program using RPGLE between oracle and AS400 using the product.
    Regards
    Farhan Qadri

    It's been over a decade since I worked on an AS/400 (iSeries), but I've seen an ORA-03114 is thrown from the OCI when you've attempted an illegal statement. That error typically means you are no longer connected to the database. I'd guess that your new application has a defective RPG error management routine.
    Good luck, Michael

  • My Microsoft Word is not opening - error 1712

    my Microsoft Word is not opening - error 1712 - Mac OSX version 10.6.8 - processor 2GHz Intel Core 2 Duo - Memory 2 GB667 MHzDDR2 SDRAM
    my memory is been nearly used up, I have withdrawn 2 GB of archives so that I can continue using my machine, as I am down in Brasil and yet could not find more memory, so I have asked a friend of mine who lives in London to buy me 5 GB more. But as I have done that, once I tried to open an archive, it didn't do so, & I got the 1712 message - I thought of re-iniciating the PC, but I just have a big work document down at the dock, which I cannot loose. I am afraid that if I re-start the Pc I wil loose the document. So I need a way to get the document out of the dock to a file, before I re-start my machine.

    Following thread could help you resolve the issue.
    Word is not opening error -1712 ,can anyone help please

  • File opening error

    hello friends,
    i am doing data migration with lsmw withe directinput method so i did everything fine till the end i defined the logicalfiles also correctly and defined everthing perfeclty
    but i am getting below error
    File open error
    belrd110\INPUT\CT.TXT Permission  denied
    can anyone let me know where this is going wrong
    i am having the authorisation at the server level also and in the read and convert steps records and data coming perfectly but when i excute it at the end it is giving such error
    ur help will be appreciated
    Naveen

    Hi Naveen,
    Did you write your statment like this?
    OPEN DATASET P_DOWN FOR OUTPUT IN TEXT MODE.
    If it is not working, try to create a new file and access the same.
    Thanks,
    Sreekanth

  • Open error 1 - Operation not permitted' error when checking permissions

    Hi
    I just installed Snow Leopard on a clean HD, and when checking permissions I get these errors:
    Repairing permissions for “Internal HD”
    Open error 1: "Operation not permitted" on System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/lib-dynlo ad/itertools.so
    Open error 1: "Operation not permitted" on System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/PyObj C/CoreFoundation/_CFRunLoopObserver.so
    Open error 1: "Operation not permitted" on System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/imputil.p yo
    Open error 1: "Operation not permitted" on System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/plat-mac/ Carbon/Appearance.pyc
    Open error 1: "Operation not permitted" on System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/plat-mac/ lib-scriptpackages/StdSuites/_init_.pyo
    Open error 1: "Operation not permitted" on System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/test/test _inspect.pyc
    Open error 1: "Operation not permitted" on System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObj C/AppKit/_appmain.so
    Open error 1: "Operation not permitted" on System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/dateu til/relativedelta.py
    Open error 1: "Operation not permitted" on System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/numpy /ma/mrecords.py
    Open error 1: "Operation not permitted" on System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/zope/ interface/adapter.pyc
    Open error 1: "Operation not permitted" on System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils /msvc9compiler.pyc
    Open error 1: "Operation not permitted" on System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/email/tes t/testemailrenamed.pyo
    Open error 1: "Operation not permitted" on usr/sbin/stdhosts
    Open error 1: "Operation not permitted" on Applications/Utilities/Boot Camp Assistant.app/Contents/Resources/fi.lproj/MainMenu.nib/keyedobjects.nib
    Warning: SUID file "System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/MacOS/ARDAg ent" has been modified and will not be repaired.
    Open error 1: "Operation not permitted" on System/Library/Tcl/tcllib1.11/fileutil/multiop.tcl
    Warning: SUID file "System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Reso urces/Locum" has been modified and will not be repaired.
    Is there anything to look out for here? What have I done wrong? Did I reformat my drive incorrectly? I chose Mac OS Extended (Journaled).
    Tried also to fix permissions from the install disk but got the same errors.
    Any help would be appreciated. Thanks

    acquiesce wrote:
    Hmm I haven't seen so many errors either.
    the number of errors is not high at all. Leopard would very often produce at least 3 to 4 times as many.
    It could have something to do with me running snow leopard on a Macbook Pro 2.16 core duo and not a core 2 duo... ?
    no, that would not have anything to do with it. as i said, those are most likely just errors in the permissions database. as i said, leopard was notorious for those. snow leopard is not as bad but produces a number of them too. I just haven't seen this particular kind of messages before. reinstalling SL will fix them but it seems like a serious overkill in this case.

  • 1200 all in one wont print due to door open error message wont clear

    how do i clear an error message when there is no error

    Hi @1handcrafter,
    Welcome to the HP Forums!
    I see that you are getting the Door Open error with your HP Photosmart c7180, and I am happy to help you!
    I am glad that you are able to do a test page on the printer itself, so we know it isn't something hardware related. What I would recommend is to try the HP Print and Scan Doctor, and let me know what happens! Then we will go from there.
    Hope this works, and have a good day!  
    RnRMusicMan
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to say “Thanks” for helping!

  • AUTOMATIC CLEARING FOR RECEIPTS실행시 PERIOD NOT OPEN ERROR

    제품 : FIN_AR
    작성날짜 : 2004-05-19
    AUTOMATIC CLEARING FOR RECEIPTS실행시 PERIOD NOT OPEN ERROR
    ========================================================
    Problem Description
    AR에서 Receipt이 "Remitted" 상태임에도
    "Automatic Clearing for Receipts"프로그램 실행시 아래와 같은
    Error가 발생하면서 처리되지 않음
    ARZACS module: Automatic Clearing for Receipts
    MSG MSG-01000: DEBUG: Before_Report_Procs.Check_GL_Date.
    MSG MSG-05000: DEBUG: GL_Date not within open period.
    ERR REP-1401: 'beforereport': Fatal PL/SQL error occurred.
    ORA-00000: normal, successful completion
    Solution Description
    Period가 open되어 있지 않아 발생하는 것으로,아래의 실제 Test과정을
    참조.
    Automatic Clearing Test step.
    1. Trx 입력
    GL_DATE 09-JAN-2004
    2. Receipt입력
    GL_DATE 09-JAN-2004
    Maturity DATE 15-JAN-2004
    (Payment Method는 Clearance Method가 "by Automatic Clearing"을 가진
    Receipt Class를 입력)
    3. Remittance 실행
    Receipts -> Remittances 에서 Auto Create
    4. Clearing실행
    Receipts -> Clear/Risk Eliminate에서
    "Automatic Clearing for Receipts" 실행
    Parameter중 Clear Date 11-JAN-2004로 입력
    5. 해당 Receipt이 Clearing안됨.
    6. 다시 Clearing실행
    "Automatic Clearing for Receipts" 실행시
    Parameter중 Clear Date 16-JAN-2004로 입력
    7. 해당 Receipt이 Clearing됨.
    위의 Test결과에서 알 수 있듯이,
    Clear Date는 Maturity Date보다 이후여야 함을 알 수 있다.
    또한, Maturity Date가 같은 Period내가 아닌 그 다음 Period, 예를들어 2월15일이라고
    해도 Clear Date를 2월 15일 이후로 입력해야만 해당 Receipt이 Clearing되었다.

    hi,
    pl go to OB52 and open the FI posting period for account type S.
    you will find either 1000 or 0001 as the field status variant for which you can select the acccoutn type S. You need to know what is the field status variant for your comp code. You find out by going to OBY6 ( Comp code global settings ).
    at OB52 you can maintain this way.
    1000 S zzzzzzzzz 1 2008 12  2008 13 2008 16 2008.
    regards
    sadhu kishore

  • Open error 5: "Input/output error" on usr/lib/mecab/dic/apple/ja/BE/char.bin Open error 5: "Input/output error" on usr/lib/mecab/dic/apple/ja/BE/dicrc Open error 5: "Input/output error" on usr/lib/mecab/dic/apple/ja/BE/matrix.bin Open error 5: "Input/outp

    Please can any one help.
    All sound has disappeared from my imac, it just 2 years old, I've run disk warrior and disk repair/verify and this is what come up.
    ARe there any solutions?
    Open error 5: "Input/output error" on usr/lib/mecab/dic/apple/ja/BE/char.bin
    Open error 5: "Input/output error" on usr/lib/mecab/dic/apple/ja/BE/dicrc
    Open error 5: "Input/output error" on usr/lib/mecab/dic/apple/ja/BE/matrix.bin
    Open error 5: "Input/output error" on usr/lib/mecab/dic/apple/ja/BE/sys.dic
    Open error 5: "Input/output error" on usr/lib/mecab/dic/apple/ja/BE/unk.dic
    Open error 5: "Input/output error" on usr/lib/mecab/dic/apple/sc/BE/matrix.bin
    Open error 5: "Input/output error" on usr/lib/mecab/dic/apple/sc/BE/sys.dic
    Open error 5: "Input/output error" on usr/lib/mecab/dic/apple/sc/BE/unk.dic
    Open error 5: "Input/output error" on usr/lib/mecab/dic/apple/tc/BE/char.bin
    Open error 5: "Input/output error" on usr/lib/mecab/dic/apple/tc/BE/dicrc
    Open error 5: "Input/output error" on usr/lib/mecab/dic/apple/tc/BE/matrix.bin
    Open error 5: "Input/output error" on usr/lib/mecab/dic/apple/tc/BE/sys.dic
    Open error 5: "Input/output error" on usr/lib/mecab/dic/apple/tc/BE/unk.dic
    Open error 5: "Input/output error" on System/Library/Extensions/AppleSMBIOS.kext/Contents/CodeDirectory
    Open error 5: "Input/output error" on System/Library/Extensions/AppleSMBIOS.kext/Contents/CodeRequirements
    Open error 5: "Input/output error" on System/Library/Extensions/AppleSMBIOS.kext/Contents/CodeResources
    Open error 5: "Input/output error" on System/Library/Extensions/AppleSMBIOS.kext/Contents/CodeSignature
    Open error 5: "Input/output error" on System/Library/Extensions/AppleSMBIOS.kext/Contents/_CodeSignature/CodeRequirem ents
    Open error 5: "Input/output error" on System/Library/Extensions/SM56KUSBAudioFamily.kext/Contents/PlugIns/AppleSM56KU SBModemFamily.kext/Contents/_CodeSignature/CodeRequirements
    Open error 5: "Input/output error" on System/Library/Extensions/SM56KUSBAudioFamily.kext/Contents/Resources/English.l proj
    Open error 5: "Input/output error" on System/Library/Extensions/SM56KUSBAudioFamily.kext/Contents/Resources/English.l proj/InfoPlist.strings
    Open error 5: "Input/output error" on System/Library/Extensions/SM56KUSBAudioFamily.kext/Contents/_CodeSignature/Code Requirements

    Whew, generally those errors would indicate a serious Hard Drive problem, but possibly RAM or Logic Board... any other drives connected?
    See if the Disk is issuing any S.M.A.R.T errors in Disk Utility...
    http://support.apple.com/kb/PH7029

  • Could not open error log file ''. Operating system error = 5(failed to retrieve text for this error. Reason: 15105).

    Hello
    When I try to start the SQl server service i get the following error:
    Event id 17058
    Could not open error log file ''. Operating system error = 5(failed to retrieve text for this error. Reason: 15105).
    As a test I have made sure the errorlog file ,and the entire drive it is, has everyone full control permissions, but to no avail. Does anyone have any ideas to resolve this issue?
    Thank you

    Hi,
    Try running:
    SELECT SERVERPROPERTY('ErrorLogFileName')
    Then verify that the account being used to run the SQL Server service account has access to the path output above.  If possible, you could try logging onto the server with the same account used to run SQL Server then navigate to the errorlog folder.
    Thanks,
    Andrew Bainbridge
    SQL Server DBA
    Please click "Propose As Answer" if a post solves your problem, or "Vote As Helpful" if a post has been useful to you

  • Soap Attachment Stream Error

    11:56:37 F01F Soap Attachment Stream Error: [8911], File Size = 1120068 Written Size=131072
    11:56:37 F01F Soap Attachment Stream Error: [8911], File Size = 1120068 Written Size=131072
    11:56:37 F01F Error streaming an attachment [8911]
    11:56:37 F277 Soap Attachment Stream Error: [8911], File Size = 673015 Written Size=131072
    11:56:37 F277 Soap Attachment Stream Error: [8911], File Size = 673015 Written Size=131072
    11:56:37 F277 Error streaming an attachment [8911]
    What are these?

    Originally Posted by swishewk
    11:56:37 F01F Soap Attachment Stream Error: [8911], File Size = 1120068 Written Size=131072
    11:56:37 F01F Soap Attachment Stream Error: [8911], File Size = 1120068 Written Size=131072
    11:56:37 F01F Error streaming an attachment [8911]
    11:56:37 F277 Soap Attachment Stream Error: [8911], File Size = 673015 Written Size=131072
    11:56:37 F277 Soap Attachment Stream Error: [8911], File Size = 673015 Written Size=131072
    11:56:37 F277 Error streaming an attachment [8911]
    What are these?
    I believe the lines with the file size/written size are files in excess of the limit set in Data Synchronizer.

  • HT3775 I just made a movie in iMovie and exported in MP4 format, now it won't open, error message says quicktime can't open the file ***? Anyone?

    i just made a movie in iMovie and exported in MP4 format, now it won't open, error message says quicktime can't open the file ***? Anyone?

    I have the same problem. I'm using Mavericks OS and latest iMovie. Both downloaded last week. I save the movie into File (as directed) and  QuickTime
    will not open. I'm then directed to a page of formats which are supposed to be supported on which is .mp4. Any tips?

Maybe you are looking for