Files getting corrupted on server

Hi,
We have a problem where many files on a server appear to have become corrupted. I can see the timestamp has updated on the folder they are in at 9.12 this morning but there is no obvious update on the files other than they won't open.
Below is an example of an error message I get when trying to open an Excel file:
Excel cannot open the file 'David @ Readie Unsecured Work June 2013.xlsx' because the file format or file extension is not valid. Verify that the file has not become corrupted and that the file extension matches the format of the file.
Excel files are not the only types affected. The same happens with many other types e.g pdf and dwg.
I heard somebody mention that it could possibly be related to third party backup applications that run on Windows servers but I can't find any information on this.
Other thoughts are could this be a SAN issue or a virus?
Cheers
Paul

We have been dealing with this exact problem since 1/15/14. In 30 years, I've never been as stumped as I am now.
The symptom seems to be a sort of "rolling" corruption of binary files through certain CAD-related folders, affecting binary files like .XLS, .DWG, .DOCX and .PDF. Other shares on the same server don't seem to be affected. The corruption seems to run alphabetically
through the subfolders starting at the top and sometimes stopping before the end.
We rebuilt the (virtual) server on different hardware, from scratch. But the corruption started showing up again today.
Nobody's seen any cryptolocker messages, and repeated a/v scans have turned up nothing thus far. But we're thinking maybe to flatten each workstation and reload it, though that's a horrific task.
My thinking today was possibly a corrupt offline file cache on a laptop pushing back crap into the server. I've put in a policy to disable offline files to test that. But after reading these posts I'm back to the virus as the most probable. But
if this is Cryptolocker, it must be a very new variant that isn't being picked up.
We are running CrashPlan as a data backup, but that runs only at night and the corruption seems to happen only during the day. We do media backups using Backup Exec 2012 SP3, but it's disabled for now.

Similar Messages

  • 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

  • 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

  • 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

  • Basic tips to recover MDF file from corrupted SQL server

    Hi users,
    share the basic tips of MDF file recovery with good example and when the tool support with all over MS windows and MS SQL server.

    Basic solution to recover MDF file from corruption is to run DBCC statements. It is a set of SQL statements -
    1. Dbcc checkdb ('database_name') with no_infomsgs
    You do not need to repair file if the above statement is executed without any errors. Before executing the repair operation, you need to set the database in single user mode by executing:
    2. Alter database 'database_name' set SINGLE_USER
    You can now start repairing process by using Repair_Rebuild model by executing:
    3. Dbcc checkdb('database_name', REPAIR_REBUILD)
    If this statement executes successfully, then execute 5.5 else execute:
    4. Dbcc checkdb('database_name', REPAIR_ALLOW_DATA_LOSS)
    This statement may lead to data loss. If it is executed properly then execute 5.5 else execute:
    5. 5.1 Alter database 'database_name' set EMERGENCY
    5.2 Alter database 'database_name' set SINGLE_USER
    5.3 Dbcc checkdb ('database_name', REPAIR_ALLOW_DATA_LOSS) with no_infomsgs, all_errormsgs
    5.4 Alter database 'database_name' set ONLINE
    5.5 Alter database 'database_name' set MULTI_USER
    Click here to get complete guide to repair MDF 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

  • Cant do a file get from external server using file sender adapter with ftp

    Hi all,
    Up until now our company has only used the file sender adapter with ftp protocol to get a file from our XI server for processing and input the file into an integration process
    I have a requirement to do an ftp file get from an external server
    From our XI development server I can ftp directly to the external server and view the required directory using the command window via a DOS prompt (FTP open ...).  So all firewall issues and communications are fine
    Unfortunately I cannot currently pull files from the external server using the XI file adapter with ftp protocol from the XI development server AWB017
    FTP Connection Parameters: External server name using port 21, Data Connection is Passive, No security, I supply a userid and password
    Processing Parameters: Processing Mode is Archive (I tried test but this did not work either)
    No messages appear in the RWB
    Is there something else that I need to set up in order for the external ftp get to work via the XI file adapter?
    Regards,
    Mike

    Thanks for your responses.
    I have found the error messages in the File Adapter Monitor
    Scenario 1
    When I prefix the source directory with a forward slash, eg <b>/Folder/Subfolder</b> the error message is as follows
    <b>EST: Error: Error connecting to ftp server 'ip address': FTPEx: /Folder/Subfolder: The system cannot find the path specified</b>
    Scenario 2
    When I DO NOT prefix the source directory with a forward slash, eg <b>Folder/Subfolder</b> a different error message is returned
    <b>Error: Retrieving file 'FILENAME.XML' failed unexpectedly: FTPEx: Folder/Subfolder: The system cannot find the path specified</b>
    At least in this scenario the adapter has been able to identify the file on the external FTP site but cannot retrieve it
    Questions
    I thought that the backslash prefix for the source directory was mandatory but I am receiving an error in each scenario
    I receive the same error message whether the Processing Mode is 'Archive' or 'Test'
    The logs on the external ftp server seem to indicate that I am simply connecting, sending username and password then quiting straight away. I am not issuing any commands that they can see
    I thought that being a Sender adapter it would inherently execute a Pull or Get command
    To recap, from our XI development server I can ftp directly to the external server and view the required directory using the command window via a DOS prompt (FTP open ...). So all firewall issues, communications, userid and password are fine
    Has anyone experienced these issues?
    Please advise on next course of action?
    Regards,
    Mike

  • 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.

  • 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

Maybe you are looking for

  • Error java.sql.SQLException

    My patch management update is set to fire off at 2:00am. In my loader-messages.log I have [DEBUG] [7/28/10 2:09:38 AM] [] [ImportContent] [] [Done processing: abaafc6c0bb1427e2fdda82450ff5485] [] [] [DEBUG] [7/28/10 2:09:40 AM] [] [Loader.PatchSubscr

  • Cross-company-code billing (Thid party) in FI

    Hi, We have configured SD part for Cross-company-code billing (third party). This process is about delivering products to the customer from one company (company code A) and billing customer from another company (company code B) with intercompany invo

  • Acrobat attachment unremovable till Acrobat restart

    Following these: http://forums.adobe.com/message/5429652 http://forums.adobe.com/thread/1237338 I have got a more general question: once I open the attachment (in my case a PDF form generated in Livecycle) using both .openDataObject and .openDoc (to

  • What is this problem when synchronizing with Itunes?

    Сигнатура проблемы:   Имя события проблемы:                 APPCRASH   Имя приложения:                             iTunes.exe   Версия приложения:                        11.4.0.18   Отметка времени приложения:     54045c47   Имя модуля с ошибкой:    

  • After backup, computer hung - conflicting backup info

    Just bought the time capsule/time machine disk on Saturday. Mac pro desktop, connected via internet. Backed it up Tues night. After the first backup (I left it overnight), the "busy basketball" was visible, wold not go away, and my machine would not