Essexcln.xll file gets corrupted

Hi All,
*[The location of essexcln.xll file : *C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\EssbaseServer-32\bin*].*
While i opening the Microsoft Excel, I get the following Error,
"The file you are trying to open 'essexcln.xll' is in a different format than specified by the file extension.Verify that the file is not corrupted and is from a trusted source before opening the file.Do you want to open the file now?"
I Proceed YES to open the Excel File, now also I didnt get the Essbase Add-Ins instead I'm getting Encrypted datas in spreadsheet.
Kindly guide me how to overcome this issue
Thanks And Regards
ChiDam

Hi Vasavya,
After I ReInstall and ReConfigure the Essbase client 11.1.2 (Microsoft Windows 64 bit), I'm getting the same Error as
*" essexcln.xll file gets corrupted "* when i open the MicroSoft Excel 2007
More than that I have two folders [*EssbaseClient and EssbaseClient-32*] in the following path
*" C:\Oracle\Middleware\EPMSystem11R1\products\Essbase ".*
And also EssbaseClient and EssbaseClient-32 having the same set of SubFolders
They are
Bin
Locale
Perlmod
Kindly guide me how to overcome this Issue.
Thanks And Regards
ChiDam

Similar Messages

  • Essexcln file gets corrupted

    Hi Experts,
    I need to know why the essexcln.xll file gets corrupted and how it can be prevented?
    Thanks,

    Hi Vasavya,
    After I ReInstall and ReConfigure the Essbase client 11.1.2 (Microsoft Windows 64 bit), I'm getting the same Error as
    *" essexcln.xll file gets corrupted "* when i open the MicroSoft Excel 2007
    More than that I have two folders [*EssbaseClient and EssbaseClient-32*] in the following path
    *" C:\Oracle\Middleware\EPMSystem11R1\products\Essbase ".*
    And also EssbaseClient and EssbaseClient-32 having the same set of SubFolders
    They are
    Bin
    Locale
    Perlmod
    Kindly guide me how to overcome this Issue.
    Thanks And Regards
    ChiDam

  • PDF file gets corrupted when generated from BSP

    Hi,
         I am generating a PDF file from a BSP page ( see the code below). The problem is that PDF file gets corrupted and  I am unable to open it. I also tried to use other functions like GUI_Download and DOwnload as suggested by many and they also do not work either. Has any one generated a PDF from BSP and can some one help?
    Data: GG type String.
    event handler for data retrieval
    data : event type ref to cl_htmlb_event.
    class cl_htmlb_manager definition load.
    class CL_HTTP_RESPONSE DEFINITION LOAD.
    DATA : PARAMS TYPE PRI_PARAMS,
             VALID  TYPE C,
    GV_SUCCESS_SPOOL_NO LIKE SY-SPONO.
    CALL FUNCTION 'GET_PRINT_PARAMETERS'
        EXPORTING DESTINATION           = 'LOCL'
               COPIES                = COUNT
               LIST_NAME             = 'TEST'
               LIST_TEXT             = 'Test NEW-PAGE PRINT ON'
                  IMMEDIATELY           = ''
                  RELEASE               = 'X'
                  NEW_LIST_ID           = 'X'
               EXPIRATION            = DAYS
                  LINE_SIZE             = 140
               LINE_COUNT            = 23
               LAYOUT                = 'X_PAPER'
               SAP_COVER_PAGE        = 'X'
               RECEIVER              = 'SAP*'
               DEPARTMENT            = 'System'
                  NO_DIALOG             = 'X'
        IMPORTING OUT_PARAMETERS        = PARAMS
                  VALID                 = VALID.
      IF VALID <> SPACE.
        NEW-PAGE PRINT ON  PARAMETERS PARAMS NO DIALOG.
    write :/ 'Hello Message1'.
    write :/ 'Hello Message2 '.
    NEW-PAGE PRINT OFF .
      ENDIF.
    data :        spool_no TYPE TSP01-RQIDENT .
    spool_no = sy-spono.
    DATA: itab TYPE TLINE,
            witab TYPE TABLE OF TLINE,
            output TYPE STRING,
            outputx TYPE XSTRING.
    data : l_pdf_len type i.
    data: mi_bytecount type i.
    DATA : APP_TYPE TYPE STRING VALUE  'APPLICATION/PDF' .
    DATA:    cached_response TYPE ref to if_HTTP_RESPONSE.
    data : l_display_url type string .
    data : guid type GUID_32 .
      call function 'CONVERT_ABAPSPOOLJOB_2_PDF'
        EXPORTING
          SRC_SPOOLID              = spool_no
          NO_DIALOG                = 'X'
       IMPORTING
          PDF_BYTECOUNT            =  mi_bytecount
        TABLES
          PDF                      = witab
        EXCEPTIONS
          ERR_NO_ABAP_SPOOLJOB     = 1
          ERR_NO_SPOOLJOB          = 2
          ERR_NO_PERMISSION        = 3
          ERR_CONV_NOT_POSSIBLE    = 4
          ERR_BAD_DESTDEVICE       = 5
          USER_CANCELLED           = 6
          ERR_SPOOLERROR           = 7
          ERR_TEMSEERROR           = 8
          ERR_BTCJOB_OPEN_FAILED   = 8
          ERR_BTCJOB_SUBMIT_FAILED = 9
          ERR_BTCJOB_CLOSE_FAILED  = 10
          others                   = 11.
      if sy-subrc EQ 0.
        LOOP AT witab INTO itab.
          CONCATENATE
            output
            itab-tdline
          INTO output in character mode.
        ENDLOOP.
    endif.
    CALL FUNCTION 'SCMS_STRING_TO_XSTRING'
            EXPORTING
                text   = output
                mimetype =   'APPLICATION/PDF'
            IMPORTING
                buffer = outputx.
    concatenate cl_abap_char_utilities=>byte_order_mark_little
    outputx
    into outputx in byte mode.
      response->set_header_field( name = 'content-type' value =
    'APPLICATION/PDF; charset=utf-16le'  ).
      response->delete_header_field( name =
    if_http_header_fields=>cache_control ).
      response->delete_header_field( name = if_http_header_fields=>expires
      response->delete_header_field( name = if_http_header_fields=>pragma )
      response->set_header_field( name = 'content-disposition'
                                  value = 'attachment; filename = TEST.PDF'
      l_PDF_len = xstrlen( OUTPUTX ).
      response->set_data( data = OUTPUTx
                          length = l_PDF_len ).
    navigation->response_complete( ).
    Regards
    Amit Agrawal

    HI Craig Cmehil,
                   I have tried this code as well as given in the URL specified by you. But using this also browser shows the following  content. It seems that PDF content is corrupted.
    My Output as shown on Browser Starts below this line----
    DF-1.3
    %âãÏÓ
    2 0 obj
    /WinAnsiEncoding
    endobj
    3 0 obj
    <<
    /Type /Font
    /Subtype /Type1
    /BaseFont /Courier
    /Name /F001
    /Encodg 2 0 R
    >>
    endobj
    4 0 obj
    <<
    /Length 5 0 R
    >>
    stream
    /F001 7.30 Tf 0 0 0.753 rg BT 18.00 570.65 Td 0 Tw <33302E30362E3230302020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020>Tj ET 0 0 0.753 rg BT 2950 570.65 Td 0 Tw
    <20204854545020436F6E74726F6C202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020>Tj ET 0 0 0.753 rg BT 572.40 570.65 Td 0 Tw <2020202020202020202020202031>Tj ET q 0 0 0 RG 0.55 w 18.00 562.90 m
    634. 562.90 l S Q 0 0 0.753 rg BT 18.00 551.45 Td 0 Tw <48656C6C6F20416D6974>Tj ET 0 0 0.753 rg BT 18.00 541.85 Td 0 Tw <48656C6C6F204765726176>Tj ET
    endstream
    endobj
    5 0 obj
    624
    endobj
    6 0 obj
    <<
    /Type /Page
    /MediaBox
    /Parent 1 0 R
    /Resource
    <<
    /ProcSet
    /PDF /Text
    /Font
    <<
    /F001 3 0 R
    >>
    /XObject
    <<
    >>
    >>
    /Contents 4 0 R
    >>
    endobj
    7 0 obj
    <<
    /Author (AMG )
    /CreationDate (20050630 181301)
    /Creator (Form X_58_170 EN)
    /Producer (SAP R/3 Release 620 )
    %SAPinfoStart TOA_DARA
    %FUNCTI=(    )
    %MANDANT=(   )
    %DEL_DATE=(00000000)
    %SAP_OBJECT=(          )
    %AR_OBJECT=(          )
    %OBJECT_ID=(                          )
    %FORM_ID=(                                        )
    %FORMARCHIV=(  )
    %RESERVE=(   )
    %NOTIZ=(                                                                )
    %SAPinfoEnd TOA_DARA
    >>
    endobj
    1 0 obj
    <<
    /Type /Pages
    /Kids
    [ 6 0 R
    /Count 1
    >>
    endobj
    8 0 obj<<
    /Type /Catalog
    /Pages 1 0 R
    /PageMode /UseNone
    >>
    endobj
    xref
    0 9
    0000000000 65535 f
    0000001801 00000 n
    0000000017 0000n
    0000000052 00000 n
    0000000157 00000 n
    0000000840 00000 n
    0000000862 00000 n
    0000001048 00000 n
    0000001869 00000 n
    trailer
    /Size 9
    /Root 8 0 R
    /Info 7 0 R
    >>
    startxref
    1944
    %%EOF
    Browser Displey Content Ends----
    My Coding Starts----
    Data: GG type String.
    event handler for data retrieval
    data : event type ref to cl_htmlb_event.
    class cl_htmlb_manager definition load.
    class CL_HTTP_RESPONSE DEFINITION LOAD.
    DATA : PARAMS TYPE PRI_PARAMS,
             VALID  TYPE C,
    GV_SUCCESS_SPOOL_NO LIKE SY-SPONO.
    CALL FUNCTION 'GET_PRINT_PARAMETERS'
        EXPORTING DESTINATION           = 'LOCL'
               COPIES                = COUNT
               LIST_NAME             = 'TEST'
               LIST_TEXT             = 'Test NEW-PAGE PRINT ON'
                  IMMEDIATELY           = ''
                  RELEASE               = 'X'
                  NEW_LIST_ID           = 'X'
               EXPIRATION            = DAYS
                  LINE_SIZE             = 140
               LINE_COUNT            = 23
               LAYOUT                = 'X_PAPER'
               SAP_COVER_PAGE        = 'X'
               RECEIVER              = 'SAP*'
               DEPARTMENT            = 'System'
                  NO_DIALOG             = 'X'
        IMPORTING OUT_PARAMETERS        = PARAMS
                  VALID                 = VALID.
      IF VALID <> SPACE.
        NEW-PAGE PRINT ON  PARAMETERS PARAMS NO DIALOG.
    write :/ 'Hello Amit'.
    write :/ 'Hello Gaurav '.
    NEW-PAGE PRINT OFF .
      ENDIF.
    GV_SUCCESS_SPOOL_NO = sy-spono.
    data :        spool_no TYPE TSP01-RQIDENT .
    spool_no = sy-spono.
    write: GV_SUCCESS_SPOOL_NO.
    *write: spool_no.
    IF display_type = 'convertspool'.
      DATA: itab TYPE TLINE,
            witab TYPE TABLE OF TLINE,
            output TYPE STRING,
            outputx TYPE XSTRING.
    data : l_pdf_len type i.
    data: mi_bytecount type i.
    DATA : APP_TYPE TYPE STRING VALUE  'APPLICATION/PDF' .
    DATA:    cached_response TYPE ref to if_HTTP_RESPONSE.
    data : l_display_url type string .
    data : guid type GUID_32 .
           spool_no like TSP01-RQIDENT .
    *spool_no = GV_SUCCESS_SPOOL_NO .
      call function 'CONVERT_ABAPSPOOLJOB_2_PDF'
        EXPORTING
          SRC_SPOOLID              = spool_no
          NO_DIALOG                = 'X'
       IMPORTING
          PDF_BYTECOUNT            =  mi_bytecount
        TABLES
          PDF                      = witab
        EXCEPTIONS
          ERR_NO_ABAP_SPOOLJOB     = 1
          ERR_NO_SPOOLJOB          = 2
          ERR_NO_PERMISSION        = 3
          ERR_CONV_NOT_POSSIBLE    = 4
          ERR_BAD_DESTDEVICE       = 5
          USER_CANCELLED           = 6
          ERR_SPOOLERROR           = 7
          ERR_TEMSEERROR           = 8
          ERR_BTCJOB_OPEN_FAILED   = 8
          ERR_BTCJOB_SUBMIT_FAILED = 9
          ERR_BTCJOB_CLOSE_FAILED  = 10
          others                   = 11.
      if sy-subrc EQ 0.
        LOOP AT witab INTO itab.
          CONCATENATE
            output
            itab-tdline
          INTO output in character mode.
        ENDLOOP.
    endif.
    *write : output.
    CALL FUNCTION 'SCMS_STRING_TO_XSTRING'
            EXPORTING
                text   = output
                mimetype =   'APPLICATION/PDF'
            IMPORTING
                buffer = outputx.
    *concatenate cl_abap_char_utilities=>byte_order_mark_little
    *outputx
    *into outputx in byte mode.
    CREATE OBJECT cached_response TYPE CL_HTTP_RESPONSE EXPORTING add_c_msg = 1.
    some Browsers have caching problems when loading Excel Format
      response->set_header_field( name = 'content-type' value =
    'APPLICATION/PDF'  ).
      response->delete_header_field( name =
    if_http_header_fields=>cache_control ).
      response->delete_header_field( name = if_http_header_fields=>expires
      response->delete_header_field( name = if_http_header_fields=>pragma )
        l_pdf_len = xstrlen( outputx ).
        cached_response->set_data( data   = outputx
                            length = l_pdf_len ).
        cached_response->set_header_field( name  = if_http_header_fields=>content_type
                                           value = 'application/pdf' ).
        cached_response->set_status( code = 200 reason = 'OK' ).
        cached_response->server_cache_expire_rel( expires_rel = 180 ).
        CALL FUNCTION 'GUID_CREATE'
          IMPORTING
            ev_guid_32 = guid.
        CONCATENATE runtime->application_url '/' guid '.pdf' INTO l_display_url.
        cl_http_server=>server_cache_upload( url      = l_display_url
                                             response = cached_response ).
    RETURN.
    My Coding Ends----
    Any Further help on this.
    Regards
    Amit Agrawal

  • Adf-config.xml file gets corrupted

    Hello,
    I have observed in many instances that adf-config.xml file get corrupted in the sense it looses (wipes out) mds conenction string and as a result the projects won't compile or you will not be able to fecth anything from MDS like wsdls ect. Making this file as read only or backing it up seems to be the work around. I have seen this in 11.1.1.3.0 version.
    But can you please suggest why this happens and any permanent solution to fix this?
    Thanks
    SathyaP

    In your adf-config.xml the password property is not properly closed and your property name is incorrect.
    Replace following:
    <property name="password" value="p$ssword1"*with this in your adf-config.xml
    <property name="jdbc-password" value="p$ssword1"/>

  • Why do music files get corrupted in iTunes?

    Why do music files get corrupted in iTunes? All kinds of files;( mp3, mp4, aac, etc., either purchased from iTunes, Store, downloaded from online, or uploaded from an audio disc) SUDDENLY GET CORRUPTED AND STOP PLAYING! Even if I delete the file from my iTunes and then re-open it from the source, it appears to be corrupted. My system has been thoroughly scanned and does not have and never has hAd, a virus. Music files should not have a shelf life. They're just non-living pieces of information. So why should they suddenly go bad? It is unacceptable that over the past year I have had to delete many files from my iTunes library and find some other source for the same song. It has been an exhausting headache and an exasperating waste of my time.

    this is not necessarily the case, I had an itunes library go bad on me. I noticed the corrupt files on my ipod, they were either skipping real bad or sounded like there was some crazy modulation filter applie. Anyways, i went to iTunes and the files were bad there, so I played them in WMP, also bad, so obviously it was a file issue, BUT, what was the source of the corruption.......also, this happened ONLY to mp3s, no other audio file.......so i had backups and copied the bad files from a dvd and played them in WMP, files were good, then i import them to iTunes, and the files are crap again, so I tried just adding to library, still bad. So the file was fine before, once iTunes touched it, the file went bad, I **** you not. So I uninstalled iTunes from my PC, downloaded the newest version and reinstalled, same problems, so i continued trying with a different version, and making sure all registry entries were cleared before installing etc. NOTHING, so in the end i had to start using Winamp and all those files have not since caused me problems. So NO, it does not have to be hard drive issues, assess your own situation and you should be able to figure out if it is your HDD. My problem seemed to be iTunes library corrupting my metadata. However, I could never get it to work. I am glad to say I have since abandoned my PC and bought a new iMac on which i once again happily running iTunes with all the same audio files as before

  • Excel files getting corrupted when editing locally

    We are getting corrupted files when using "edit locally". Editing seems to work fine, but when the next user tries to open the file it is corrupted. This error only occurs intermittently. When checking the logs I found below error message:
    #com.sapportals.wcm.repository.service.appproperties.PropertiesManager#irj#com.sapportals.wcm.repository.service.appproperties.PropertiesManager.handleCheckout(431)#System#0#####Client_Thread_13##0#0#Error##Plain###Failed to handle checkout for rid /ithw/it hw documents/Inventory/MU_Inventory.xls: com.sapportals.wcm.repository.service.appproperties.persistence.PersistenceException: [SAP_Portals][Oracle JDBC Driver][Oracle]ORA-00001: unique constraint (SAPWCM.WCM_AP_PROP_PRIMARY) violated
    ORA-06512: at "SAPWCM.WCM_AP_COPY", line 1
    ORA-06512: at line 1
    Does this have anything to do with my problem? What do I do about it?
    We're using KM Docuserver Control 6.1.5.1
    Regards
    Carl Schultze

    TSM:
    Thanks for the reply. I'd be "LOST" without you!
    Anyway, the camera only came with a Windows disk. Per the manufacturer, it doesn't need mac drivers, and the windows drivers are only for the web cam function (which i don't use.)
    The camera is formatted under FAT32 (Windows) format. I couldn't run permissions repair. I did do a repair disk under disk utility. Still having the issues.
    I tried iMovie. I can import the avi file from the camera, and it works!!!!
    So it would appear that there's a bad codec in QT/Perian/VLC?

  • Layered PSD files getting corrupted when applying a gaussian blur.

    A file is created then three layers to keep simple a red square is created using the marquee tool then filled with a colour this is repeated on the next layer with a different colour then the third layer is completely filled with another colour.
    The first two layers are selected and scaled then made transparent.
    Finally the layer in between layer 3 and layer 1 is selected and a gaussian blur is applied this is when the corruption occurs
    Files are being created using Adobe Photoshop CS6 version v13.0.6 and OSX v10.9.3 on Mac Pro with the below specs:
    Model Name: Mac Pro
    Model Identifier: MacPro5,1
    Processor Name: Quad-Core Intel Xeon
    Processor Speed: 2.8 GHz
    Number of Processors: 1
    Total Number of Cores: 4
    L2 Cache (per Core): 256 KB
    L3 Cache: 8 MB
    Memory: 12 GB
    Processor Interconnect Speed: 4.8 GT/s
    ATI Radeon HD 5870:
    Chipset Model: ATI Radeon HD 5870
    Type: GPU
    Bus: PCIe
    Slot: Slot-1
    PCIe Lane Width: x16
    VRAM (Total): 1024 MB
    Vendor: ATI (0x1002)
    Device ID: 0x6898
    Revision ID: 0x0000
    ROM Revision: 113-C0780C-194
    EFI Driver Version: 01.00.436
    Displays
    CG277:
    Resolution: 2560 x 1440
    Pixel Depth: 32-Bit Color (ARGB8888)
    Main Display: Yes
    Mirror: Off
    Online: Yes
    Rotation: Supported
    Connection Type: DisplayPort
    After file is corrupted Photoshop has to be closed and re-opened because subsequent files that are opened are corrupted.
    This has been reported in CS5 and CS5.5 extensively but not so much in CS6.

    Below is the steps that where used to create the corruption in the files.
    Gausian Blur corruption in Photoshop
    Step 1. Create document with 3 layers + Background.
    Step 2. Layer 3 - Create a box (Red)
    Step 3. Layer 2 - Create a box (Blue)
    Step 4. Layer 1 – Fill layer (Yellow)
    Step 5. Select layer 3 & 2 & scale down & press
    return
    Step 6. Change opacity of layer 1 & 2 to 25%
    Step 7. Go to layer 2 and select Gaussian Blur filter
    Please Note that the blue & Red Box Have changed
    colour.
    As I Zoom in and out the corruption gets worse.
    Sometimes this corruption dose’nt show up until you have
    saved & reopened the file.

  • Wpdomain.db file gets corrupted every other day

    Hello
    Our secondary wpdomain.db database gets corrupted every other day. Right now we have up to five people connecting to it at one time using multiple instances of ConsoleOne. How many users can we have connect to it at one time?
    Chris T.

    Hi,
    I guess I need to know what OS you are hosting the databases on. OES? Plain SLES? Sort of depends on what is serving up what and who is consuming it. But generally, you MUST disable opportunistic locking / client side caching on the CIFS connections used to access the domain databases. That is, no doubt, what is killing them.
    Two approaches:
    1. Fix the problem on the CIFS / SAMBA server side. Then client settings don't matter. Our domains are on pure SLES, not OES, and domains are shared via SAMBA. Clients incluse other SLES boxes, Windows clients, etc. So we nipped it in the bud by preventing it on the SAMBA server. If the server is using plain old SAMBA, the corresponding share section in /etc/samba/smb.conf should be set up similar to
    Code:
    [grpwise]
    comment = Transfer
    inherit acls = Yes
    path = /grpwise
    read only = No
    oplocks = False
    level2oplocks = False
    You can configure some of these setting globally, but I like to specify them explicitly - then you know what is actually going to happen. And you don't mess with other shares exposed by the server where client side caching / op locks "might" be OK.
    2. You can also solve the problem on the CIFS client side ( in your case, the remote servers mounting the CIFS share ) by disabling oplocks:
    cat /proc/fs/cifs/OplockEnabled
    It will report "1" meaning its IS enabled. That's bad! You can disable Op Locks easily:
    echo 0 > /proc/fs/cifs/OplockEnabled
    Generally, under high load, the CIFS client will fall apart with this enabled. The number of pending locks piles up and all the client does is service the locks. We have web server fronting a common CIFS share, you NEED to do the above to the systems mounting CIFS shares.
    Doing either or both ( on all systems hosting / consuming the shares ). I don't trust people to set up their clients correctly, so I opted for #1. The next day the problems stopped, order was restored to the Universe.
    ( This is analogous to, on Windows clients talking to Netware, File Commit = ON, File Caching = OFF, Level 2 OpLocks = OFF, etc. )
    -- Bob

  • My file gets corrupted while editing it

    It happened already twice. I am working in one of my layers, I am changing the levels , the image in that layer gets black. I cant undo or go back in history. In the history pallette the original picture at the top goes black. If I try to save, all the layers get corrupted, with missing arbitrary squares in  all of them. The first time it happens the missing areas where white, the second time they change to black. The top picture in the history pallette maches the black or white color.
    The small picture in the icon in my desktop looks normal , but when open is tottally corrupted. If I have other files open, all of them get corrupted also if I tried to save.

    More trouble
    Now the wire behavior is happening in my layers selection, they are grey when selected instead of blue, so I can't work at all!
    Thank you so much for follow my postings!! I am going crazy because my work depends on Photoshop!
    Here is my system info, I have tried everything!, this latest  trouble are not affected by turning on and of the GL.
    Can Adobe send you a virus? I used to have Abobe suit installed, from a previous Co I work for, but they didn't upgrade the license , I was not using the software but it was still installed in my HD. (I recieved a couple of messages from Adobe to let me know that the license was expired) but I didn't paid attention to it because I didn't used. I was using my license CS5 version.
    I already uninstall that. The only other thing I did before all this started was buying Mac Keeper.
    THANK YOU SO MUCH for all your help.
    A
    Adobe Photoshop Version: 12.1.1 (12.1.1x20120530 [20120530.r.190 2012/05/30:15:00:00 cutoff; r branch]) x64
    Operating System: Mac OS 10.6.8
    System architecture: Intel CPU Family:6, Model:23, Stepping:10 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1
    Physical processor count: 2
    Processor speed: 3060 MHz
    Built-in memory: 4096 MB
    Free memory: 1816 MB
    Memory available to Photoshop: 3764 MB
    Memory used by Photoshop: 88 %
    Image tile size: 128K
    Image cache levels: 5
    OpenGL Drawing: Enabled.
    OpenGL Drawing Mode: Basic
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: False.
    OpenGL Crash File: Not Detected.
    OpenGL Allow Old GPUs: Not Detected.
    OpenGL Version: 2.1 NVIDIA-1.6.36
    Video Card Vendor: NVIDIA Corporation
    Video Card Renderer: NVIDIA GeForce GT 130 OpenGL Engine
    Display: 1
    Main Display
    Display Depth:= 32
    Display Bounds:=  top: 0, left: 0, bottom: 1200, right: 1920
    Video Renderer ID: 16918027
    Video Card Memory: 485 MB
    Serial number:
    Application folder: Macintosh HD:Applications:Adobe Photoshop CS5.1:
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      Macintosh HD, 931.2G, 783.1G free
    Primary Plug-ins folder: Macintosh HD:Applications:Adobe Photoshop CS5.1:Plug-ins:
    Additional Plug-ins folder: not set
    Installed components:
       adbeape.framework   adbeape   3.1.74.12761   64.452786
       adobe_caps.framework   adobe_caps   4.0.42.0   1.242162
       adobe_oobe_launcher.framework      2.0.0.36  
       AdobeACE.framework   AdobeACE   2.16.36.12130   64.449933
       AdobeAGM.framework   AdobeAGM   4.20.69.12130   64.449933
       AdobeAXE8SharedExpat.framework   AdobeAXE8SharedExpat   3.5.101.12636   64.436825
       AdobeAXEDOMCore.framework   AdobeAXEDOMCore   3.5.101.12636   64.436825
       AdobeBIB.framework   AdobeBIB   1.2.02.12130   64.449933
       AdobeBIBUtils.framework   AdobeBIBUtils   1.1.01   64.449933
       AdobeCoolType.framework   AdobeCoolType   5.07.83.12130   64.449933
       AdobeCrashReporter.framework   AdobeCrashReporter   5.5.20101001  
       AdobeExtendScript.framework   AdobeExtendScript   4.1.28.12764   61.452840
       adobejp2k.framework   AdobeJP2K   2.0.0.12130   64.181312
       AdobeLinguistic.framework      11696  
       AdobeMPS.framework   AdobeMPS   5.5.0.12130   64.450375
       AdobeOwl.framework   AdobeOwl   3.0.93   61.433187
       AdobeOwlCanvas.framework   AdobeOwlCanvas   3.0.68   61.2954
       adobepdfl.framework   AdobePDFL   9.9.0.12130   64.341419
       adobepdfsettings.framework   AdobePDFSettings   1.4  
       AdobePIP.framework   AdobePIP   5.5.0.1265  
       AdobeScCore.framework   AdobeScCore   4.1.28.12764   61.452840
       AdobeUpdater.framework   AdobeUpdater   6.0.0.1452   "52.338651"
       AdobeXMP.framework   AdobeXMPCore   64.140949   64.140949
       AdobeXMPFiles.framework   AdobeXMPFiles   64.140949   64.140949
       AdobeXMPScript.framework   AdobeXMPScript   64.140949   64.140949
       aflame.framework   AFlame   1.0.44.12636   64.444140
       aflamingo.framework   AFlamingo   2.1.103.12636   64.436825
       ahclient.framework   ahclient   1.6.0.20  
       aif_core.framework   AdobeAIF   2.0.00   53.419149
       aif_ogl.framework   AdobeAIF   2.0.00   53.419149
       AlignmentLib.framework   xcode   1.0.0.1  
       amtlib.framework   amtlib   4.0.0.21  
       amtservices.framework      4.0.0.21  
       asneu.framework   AsnEndUser   1.7.0.1  
       boost_threads.framework   boost_threads   5.0.0.0  
       Cg.framework   NVIDIA Cg     
       data_flow.framework   AdobeAIF   2.0.00   53.419149
       dvaadameve.framework   dvaadameve   5.0.0.0  
       dvacore.framework   dvacore   5.0.0.0  
       dvaui.framework   dvaui   5.0.0.0  
       FileInfo.framework   FileInfo   64.140949   64.140949
       ICUConverter.framework   ICUConverter   3.61   "11" "." "6654"
       ICUData.framework   ICUData   3.61   "11" "." "6654"
       image_flow.framework   AdobeAIF   2.0.00   53.419149
       image_runtime.framework   AdobeAIF   2.0.00   53.419149
       LogSession.framework   LogSession   2.0.1.011  
       PlugPlug.framework   PlugPlug   2.5.0.232  
       UpdaterNotifications.framework   UpdaterNotifications   2.0.0.15   "2.0.0.15"
       wrservices.framework        
    Installed plug-ins:
       Accented Edges 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       ADM 3.10x16, Copyright © 1987-2008 Adobe Systems Inc.  All rights reserved. - from the file “AdobeADM.bundle”
       Angled Strokes 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Average 12.1.1x20120530 [20120530.r.190 2012/05/30:15:00:00 cutoff; r branch]  ©1993-2011 Adobe Systems Incorporated - from the file “Average.plugin”
       Bas Relief 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       BMP 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Camera Raw 6.7 (339), Copyright © 2012 Adobe Systems Incorporated - from the file “Camera Raw.plugin”
       Chalk & Charcoal 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Charcoal 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Chrome 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Cineon 12.1.1x20120530 [20120530.r.190 2012/05/30:15:00:00 cutoff; r branch]  ©2002-2011 Adobe Systems Incorporated - from the file “Cineon.plugin”
       Clouds 12.1.1x20120530 [20120530.r.190 2012/05/30:15:00:00 cutoff; r branch]  ©1993-2011 Adobe Systems Incorporated - from the file “Clouds.plugin”
       Color Halftone 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Colored Pencil 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       CompuServe GIF 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Conté Crayon 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Craquelure 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Crop and Straighten Photos 12.1.1x20120530 [20120530.r.190 2012/05/30:15:00:00 cutoff; r branch]  ©2003-2011 Adobe Systems Incorporated - from the file “CropPhotosAuto.plugin”
       Crop and Straighten Photos Filter 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Crosshatch 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Crystallize 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Cutout 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Dark Strokes 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       De-Interlace 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Difference Clouds 12.1.1x20120530 [20120530.r.190 2012/05/30:15:00:00 cutoff; r branch]  ©1993-2011 Adobe Systems Incorporated - from the file “Clouds.plugin”
       Diffuse Glow 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Displace 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Dry Brush 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Eazel Acquire 12.1.1x20120530 [20120530.r.190 2012/05/30:15:00:00 cutoff; r branch]  ©1997-2011 Adobe Systems Incorporated - from the file “EazelAcquire.plugin”
       Embed Watermark NO VERSION - from the file “DigiSign.plugin”
       Enable Async I/O 12.1.1x20120530 [20120530.r.190 2012/05/30:15:00:00 cutoff; r branch]  © 2004-2011 Adobe Systems Incorporated - from the file “Enable Async IO.plugin”
       Extrude 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       FastCore Routines 12.1.1x20120530 [20120530.r.190 2012/05/30:15:00:00 cutoff; r branch]  ©1990-2011 Adobe Systems Incorporated - from the file “FastCore.plugin”
       Fibers 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Film Grain 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Filter Gallery 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Fresco 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Glass 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Glowing Edges 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Grain 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Graphic Pen 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Halftone Pattern 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       HDRMergeUI 12.0, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “HDRMergeUI.plugin”
       IFF Format 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Ink Outlines 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       JPEG 2000 12.0x001  ©2001-2008 Adobe Systems Incorporated - from the file “JPEG2000.plugin”
       Lens Blur 12.0, Copyright © 2002-2010 Adobe Systems Incorporated - from the file “Lens Blur.plugin”
       Lens Correction 12.0.2, Copyright © 2002-2010 Adobe Systems Incorporated - from the file “Lens Correct.plugin”
       Lens Flare 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Liquify 12.0.1, Copyright © 2001-2010 Adobe Systems Incorporated - from the file “Liquify.plugin”
       Matlab Operation 12.1.1x20120530 [20120530.r.190 2012/05/30:15:00:00 cutoff; r branch]  ©1993-2011 Adobe Systems Incorporated - from the file “ChannelPort.plugin”
       Measurement Core 12.1.1x20120530 [20120530.r.190 2012/05/30:15:00:00 cutoff; r branch]  ©1993-2011 Adobe Systems Incorporated - from the file “MeasurementCore.plugin”
       Mezzotint 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       MMXCore Routines 12.1.1x20120530 [20120530.r.190 2012/05/30:15:00:00 cutoff; r branch]  ©1990-2011 Adobe Systems Incorporated - from the file “MMXCore.plugin”
       Mosaic Tiles 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Multiprocessor Support 12.1.1x20120530 [20120530.r.190 2012/05/30:15:00:00 cutoff; r branch]  ©1990-2011 Adobe Systems Incorporated - from the file “MultiProcessor Support.plugin”
       Neon Glow 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Note Paper 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       NTSC Colors 12.1.1x20120530 [20120530.r.190 2012/05/30:15:00:00 cutoff; r branch]  ©1993-2011 Adobe Systems Incorporated - from the file “NTSC Colors.plugin”
       Ocean Ripple 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       OpenEXR 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Paint Daubs 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Palette Knife 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Patchwork 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Paths to Illustrator 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       PCX 12.1.1x20120530 [20120530.r.190 2012/05/30:15:00:00 cutoff; r branch]  ©1989-2011 Adobe Systems Incorporated - from the file “PCX.plugin”
       Photocopy 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Picture Package Filter 12.1.1x20120530 [20120530.r.190 2012/05/30:15:00:00 cutoff; r branch]  ©1993-2011 Adobe Systems Incorporated - from the file “ChannelPort.plugin”
       Pinch 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Pixar 12.1.1x20120530 [20120530.r.190 2012/05/30:15:00:00 cutoff; r branch]  ©1989-2011 Adobe Systems Incorporated - from the file “Pixar.plugin”
       Plaster 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Plastic Wrap 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       PNG 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Pointillize 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Polar Coordinates 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Portable Bit Map 12.1.1x20120530 [20120530.r.190 2012/05/30:15:00:00 cutoff; r branch]  ©1989-2011 Adobe Systems Incorporated - from the file “PBM.plugin”
       Poster Edges 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Radial Blur 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Radiance 12.1.1x20120530 [20120530.r.190 2012/05/30:15:00:00 cutoff; r branch]  ©2003-2011 Adobe Systems Incorporated - from the file “Radiance.plugin”
       Read Watermark NO VERSION - from the file “DigiRead.plugin”
       Reticulation 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Ripple 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Rough Pastels 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Save for Web & Devices 12.0, Copyright © 1999-2010 Adobe Systems Incorporated - from the file “Save for Web.plugin”
       ScriptingSupport 12.1, Copyright © 2011 Adobe Systems Incorporated - from the file “ScriptingSupport.plugin”
       Shear 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Smart Blur 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Smudge Stick 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Solarize 12.1.1x20120530 [20120530.r.190 2012/05/30:15:00:00 cutoff; r branch]  ©1993-2011 Adobe Systems Incorporated - from the file “Solarize.plugin”
       Spatter 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Spherize 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Sponge 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Sprayed Strokes 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Stained Glass 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Stamp 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Sumi-e 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Targa 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Texturizer 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Tiles 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Torn Edges 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Twirl 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Underpainting 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Vanishing Point 12.0, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “VanishingPoint.plugin”
       Water Paper 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Watercolor 12.0, Copyright © 1991-2010 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Wave 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Wind 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Wireless Bitmap 12.1.1x20120530 [20120530.r.190 2012/05/30:15:00:00 cutoff; r branch]  ©1989-2011 Adobe Systems Incorporated - from the file “WBMP.plugin”
       ZigZag 12.0.2, Copyright © 2003-2010 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
    Plug-ins that failed to load:
       Lighting Effects NO VERSION - 32-bit plug-in not supported in 64-bit - from the file “Lighting Effects.plugin”
       Send Video Preview to Device NO VERSION - 32-bit plug-in not supported in 64-bit - from the file “FireWire Export.plugin”
       Variations NO VERSION - 32-bit plug-in not supported in 64-bit - from the file “Variations.plugin”
       Video Preview NO VERSION - 32-bit plug-in not supported in 64-bit - from the file “FireWire Export.plugin”
    Flash:
       Mini Bridge
       Kuler
       Access CS Live
       CS Review
    Installed TWAIN devices: NONE

  • Pref files getting corrupted

    In the past two weeks I have had computer problems than I have had in years and end up with the solution of removing a bad prefs file.
    I have had user prefs, system prefs desktop pictures pref file and several app prefs getting corrupted.
    Now I go right to pulling prefs and/or using Onyx to fix the problems.
    Anyone else having such a rash of files being corrupted?

    Hi Derryl s;
    It has been my experience that when files start getting corrupted then the disk drive is generally on it's way out. I would check you disk drive to see if it is having problems.
    Allan

  • Files get corrupted after import-export

    Hi
    After exporting images from HTML DB 2.0 and importing them some of the files are corrupted after import.
    This has happened with one .js file and with one .pdf file.
    All the other (including some PDF-s) are correct.
    The "File Character Set" specified on import is correct and there are no other parameters I can change.
    If I look the contents of corrupted files it seems that another file has been pasted at the end of the original file.
    What could be wrong?

    Hello,
    Any news on this ? I have the same (reproducable) problem with a .js file.
    Uploading works fine, but when I try to download it again, the contents of another file seems to have been appended at the end. The file also doesn't work when I try to include it using #WORKSPACE_IMAGES#...js
    Matthias

  • HT201413 2 part question:  First how can I place/transfer files from itunes to an andriod device, second, why is it that EVERYtime I install an upgrade or reinstall old files saved on an external drive, the files get corrupted or songs shortened/ or don't

    Dear Apple Corps;
    I have an issue with your software on my PC and iPad, iPod, and shuffle!  Everytime I download and update or try to reinstall files after having my computer "scrubbed"  they either won't open, can't be found or work poorly.   WHY????  I have been through alot of this over the last 3 years, and I am tired of files safely and securely transferred becoming corrupted or unusable or just plain deleted.   Please come back with and answer.  I also have invested heavy into iTunes files downloaded from the iTunes store, so how can I safely store a remote copy(s), to reload onto my cleaned hard drive or to a new device Apple or PC????????????????????????????????????????????????????????????????????????????? ?????????????????????????????????????!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!
    Tired of wasted time manually loading files I should be able to use off a stored copy.
    Richard Dreyer
    [email protected]

    "Den B" wrote in message news:9528356a-7e8f-45bf-9eee-30b40b5df4aa...
    Some strange glitch has erased every single unlocked & unprotected file on my C: drive. It wasn't a virus because I checked autorun records and running processes using the respective Sysinternals utilities and didn't find anything suspicious.
    I restored all data except for some system files and files that had "too long" of a path using shadow copies, which luckily for me were just a few hours old. Then, I decided to reboot into Recovery Environment and run System Restore from there. For even
    more strange reason, the available restore points in RE were dated November 2010 (it's May 2012 right now) and the recent save dates are nowhere to be found.
    To make matters worse, SFC doesn't work and Safe Mode shows BSOD after loading CLASSPNP.SYS.
    Error messages so far:
    RE's startup repair tool: System files integrity check and repair error code 0x2
    SFC: Windows Resource Protection could not perform the requested operation
    BSOD: 0x7B (0xFFFFF880009A9928, 0XFFFFFFFFC0000034, 0x0, 0x0), but the HDD is perfectly fine - it's a dual-boot machine
    CBS.log: Failed to get CSI store. [HRESULT = 0x80073712 - ERROR_SXS_COMPONENT_STORE_CORRUPT]
    What I need is a way to perform either an in-place upgrade without booting into Windows, or a way to fix the SXS Component Store, or rebuild the Safe Mode so that I could initiate upgrade install from there. A clean install isn't an option because I don't
    have the luxury of time to run through the reboot cycles when re-installing and updating other software (I'm using Windows 8 CP for now as my work tools are mostly in the cloud).
    It is not possible to do a repair install of a system unless you can boot to the system.
    Have you checked the hard drive for problems? - download the manufacturer's test utility, create the disk, and run the extended checks.
    Noel Paton | Nil Carborundum Illegitemi |
    CrashFixPC | The Three-toed Sloth

  • How do jpg files in a iWeb domain file get corrupted?  How can I stop it?

    I opened up my Domain file to work on my site and several photos were replaced by a grey box with an X and a question mark in the middle. I close iWeb right click the domain file and "Show Contents". When I inspect those files i get this message.
    *"Couldn’t open the file. It may be corrupt or a file format that Preview doesn’t recognize."*
    I did nothing to the domain file other then move it's location. All the extensions are still jpg or jpeg. I try changing them to png or tiff and I try to open them with every other image editor I have and still same message "Corrupt" file.
    Some of these are images from iPhoto and some are images from Finder. Some of the corrupt files are the thumbs others are not. Unfortunately I do not have a back up of this last large edit and additional pages and I have only published the previous edit to a local folder.
    I had this problem in iWeb '08 and in '09 while using 10.4.9 and iWeb '08 on my G5 iMac and now in 10.5.8 on the Macbook.
    What could I be doing wrong? Will moving the domain file from the desktop to a folder corrupt the jpgs?

    How can I get out of this loop?
    Try deleting iMovie's preference file. This can be found in your user folder Library>Preferences. The file is named "com.apple.iMovie8.plist". Close iMovie before trashing the file. When next opened iMovie will create a new file with the default settings. You may need to change some settings to suit your own preference.
    It's best to delete files from within iMovie - not externally using the Finder. But, rather than delete them, why not store your Events on an external drive - you may need to use some clips in another project later. Project files are quite small as they contain only text references to the various items (assets) that comprise your project - therefore there is little point in deleting them. Also, check out the "Consolidate Media" function in iMovie, which lets you move/copy everything associated with a project (including Events, music etc) to another location.
    John

  • Files get corrupted in Lightroom 4, through 4.4

    So I was going to comment on one of the other posts about the corrupted files but it was soooo long I decided to start a new one.
    This should give me a hint that it is not HARDWARE....
    To start with I am shooting a Canon 5d mkIII and RAW(.CR2) files
    A slight kink in everyones generic answer that it is a hardware issue; I reproduced this on two computers using the same .cr2 files copied from the same original downloaded files.  Lightroom corrupted files on import on both computers.
    Also to test the answer it was corrupt before it went into Lightroom.  I always copy the raw .cr2 file to my laptop and then to a external drive from the laptop directory, not from the compact flash.  I looked at a .cr2 file with Photoshop and it was fine.  Then I imported that same file with all of the other .cr2 files in the directory into Lightroom 4 and it was corrupt along with many others. 
    My disappointment is that when I tried to open the same .CR2 file, that was fine a moment earlier with Photoshop, it too was corrupted.  I thought Lightroom was non-destructive to the original file.
    I deleted that .cr2 file and restored the backed up file that was a copy of the original and imported that single file into Lightroom and it was now fine.
    Sorry but not acceptable.

    Replying to myself:
    I digged into some reverse-engineered CR2 specifications on the net and found 5 things:
    Canon uses a lossless compression in their CR2 files. So that suspicion was confirmed.
    The algorithm does not seem to have changed substantially in later models. So that suspicion was not confirmed.
    Before doing the compression, the raw photo is divided into vertical slices. Usually 2 or 3 slices, it seems, though I am not sure). This seems to explain why we sometimes see a corrupt lower quadrant of a Canon photo.
    According to one source, the image is "interlaced" before compression, so all lines with RG information are kept together, as are all lines with GB information. Based on that, I would expect to see photos with every second line corrupted, if we could see the photo prior to demosaicing. But since we only see the photos after demosaicing (which involves combining information from several lines), that is not really relevant.
    The compression algorithm used is Lossless JPG which uses Huffmann encoding for compression. This seems to me like a method which has good corruption potential.
    The long version of my reasoning for the corruption potential of Lossless JPEG + Huffman encoding (just skip it if it is too boring):
    I have heard about Huffman encoding many times before, but I have never bothered to find out how it works. This thread was a good reason to bother, so I finally did it.
    Lossless JPEG works by predicting the value of each pixel based on the pixels above it and to the left of it. The difference between the actual pixel value and the prediction is then stored as a prediction error. The original pixel values can then be thrown away because the raw decoder can precisely reconstruct them from the prediction errors and knowledge of the prediction method used.
    This means that it is only necessary to store the prediction errors in the file. Even though the original pixel values will be very different, a lot of pixels will have the same prediction error (close to zero). This makes it easier to compress the prediction errors than the original pixel values.
    The prediction errors are compressed using Huffman encoding which works sort of the same way as international dialing prefixes (this is a comparison I have come up with myself):
    There are more than 100 countries in the world, so we sometimes have to use a 3 digit prefix. But we don't use 3 digit prefixes all the time. For example, USA is +1 and Denmark is +45. So when you punch for example '+4512345678', how does the phone system know that the international prefix part of the number is exactly +45 and not +4 or +451?
    The answer is that one international prefix is never used as the first digits in another international prefix. So +10, +11 ... +19 and +100, +101 ... +199 are never used as international prefixes because USA already have used +1, and +451, +452 ... +459 are never used because Denmark have already used +45.
    Huffman encoding works in the same way. Instead of having a lookup table with dialing prefixes of different length and their corresponding countries, it has a lookup table of bit codes of different length and their corresponding prediction error. Each bit code can never be used again as the beginning of a longer bit code so the encoder will always know where one bit code ends and the next begins, even though they are of different length.
    This means that the well predicted pixels can be stored with just a few bits instead of storing them as a full 14 bit value. Just like USA can be dialed with +1 instead of using full 3 digit code of +001.
    But it also means that decoding will fail miserably if just one bit is switched. Switching one bit in a bit code will usually mean that the length of that bit code will be misinterpreted, and that means that the decoder will look for the start of the next bit code in the wrong place. So from that point in the bit sequence, we can expect everything to go wrong.
    (Sorry to be so long winded. But reading about Huffmann is like getting a new tool - I just have to use this knowledge for something.)

  • Oracle 9i System file get corrupted. How to remove the corruption.

    Hello,
    I am facing problem during backup of oracle database (Oracle 9i, 32 bit windows). Pls see the following error messages.
    Sep 16 10:48:41 mnmccbr.mci.sc: * mnmcfs.mci.sc:E:\SC\SC12.1\Databases\Oracleconfig\oraBackupNM45 ORA-19566:
    exceeded limit of 0 corrupt blocks for file E:\SC\SC12.1\DATABASES\ORACLECONFIG\SYS1NM45.ORA
    Output of dbverify.
    DBVERIFY: Release 9.2.0.6.0 - Production on Sat Oct 11 09:40:42 2008
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    DBVERIFY - Verification starting : FILE = E:\SC\SC12.1\DATABASES\ORACLECONFIG\SYS1NM45.ORA
    Page 28093 is marked corrupt ***
    Corrupt block relative dba: 0x00406dbd (file 1, block 28093)
    Bad check value found during dbv:
    Data in bad block -
    type: 6 format: 2 rdba: 0x00406dbd
    last change scn: 0x0000.09abd22e seq: 0x2 flg: 0x06
    consistency value in tail: 0xd22e0602
    check value in block header: 0x8b91, computed block checksum: 0x800
    spare1: 0x0, spare2: 0x0, spare3: 0x0
    DBVERIFY - Verification complete
    Total Pages Examined : 31616
    Total Pages Processed (Data) : 21138
    Total Pages Failing (Data) : 0
    Total Pages Processed (Index): 7246
    Total Pages Failing (Index): 0
    Total Pages Processed (Other): 1451
    Total Pages Processed (Seg) : 0
    Total Pages Failing (Seg) : 0
    Total Pages Empty : 1780
    Total Pages Marked Corrupt : 1
    Total Pages Influx : 0
    Highest block SCN : 224578617 (0.224578617)
    The Backup is enabled in our machine but we are not able to take backup since we we get the error (6 Sept). I am not sure whether archive log are available since 6th Sept. Even oracle is working fine but backup is not possible.
    Pls note that this is customer testbed. Any idea to remove the corruption from the system file.
    Thanks
    With Regards
    Hemant Joshi

    Hello All,
    I tried the resize procedure but the corruption doesn't cleared.
    SQL> ALTER DATABASE DATAFILE 'E:\SC\SC12.1\DATABASES\ORACLECONFIG\SYS1NM45.ORA' RESIZE 246 M;
    Database altered.
    SQL> ALTER DATABASE DATAFILE 'E:\SC\SC12.1\DATABASES\ORACLECONFIG\SYS1NM45.ORA' RESIZE 245 M;
    Database altered.
    SQL> ALTER DATABASE DATAFILE 'E:\SC\SC12.1\DATABASES\ORACLECONFIG\SYS1NM45.ORA' RESIZE 244 M;
    ALTER DATABASE DATAFILE 'E:\SC\SC12.1\DATABASES\ORACLECONFIG\SYS1NM45.ORA' RESIZE 244 M
    ERROR at line 1: ORA-03297: file contains used data beyond requested RESIZE value
    SQL> ALTER DATABASE DATAFILE 'E:\SC\SC12.1\DATABAES\ORACLECONFIG\SYS1NM45.ORA' RESIZE 400 M;
    Database altered.
    Can you please let me know how to recover corrupted Block or how to recover the corrupted file only.
    Thanks
    With Regards
    Hemant Joshi.

Maybe you are looking for