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?

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

  • 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

  • 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

  • Excel File gets Locked using OLE2

    Dear all ,
    We are working with 10g forms
    We are trying to load data from Excel file into a form using OLE2 . We are able to load the data from Excel File .
    Here we try to read the first row of the excel file and verify for a title to be present
    if not present we close the file . we have used the OLE2.Release_OBJ
    declare
    application ole2.obj_type;
    workbooks ole2.obj_type;
    workbook ole2.obj_type;
    worksheet ole2.obj_type;
    cell ole2.obj_type;
    args ole2.list_type;
    Check_file text_io.file_type;
    no_file exception;
    PRAGMA exception_INIT (no_file, -302000);
    cell_value varchar2(2000);
    begin
    Lv_F_File_Type := Text_Io.Fopen(:Cb_Input.Ti_v_File_name,'R');
    application:= ole2.create_obj('Excel.Application');
    workbooks := ole2.get_obj_property(application, 'Workbooks');
    args:= ole2.create_arglist;
    ole2.add_arg(args, :Cb_Input.Ti_v_File_name);
    workbook := ole2.invoke_obj(workbooks, 'Open', args);
    ole2.destroy_arglist(args);
    --Open worksheet Sheet1 of that Workbook
    args:= ole2.create_arglist;
    ole2.add_arg(args, 'Sheet1');
    worksheet := ole2.get_obj_property(workbook, 'Worksheets', args);
    ole2.destroy_arglist(args);
    args:= ole2.create_arglist;
    ole2.add_arg(args, Lv_n_rows);-- lv_n_rows value is 1
    ole2.add_arg(args, 1);
    cell:= ole2.get_obj_property(worksheet, 'Cells', args);
    ole2.destroy_arglist(args);
    cell_value :=ole2.get_char_property(cell, 'Value');
    Lv_v_Title:=cell_value;
    if Upper(Lv_v_Title) <> Upper(Lpk_Var.Lv_v_File_Name_Parameter) then
    Lpk_Alert.Lp_Show('File Title Should be '||Lpk_Var.Lv_v_File_Name_Parameter);
    OLE2.RELEASE_OBJ(cell);
    OLE2.INVOKE(workbook ,'Close');
    OLE2.RELEASE_OBJ(worksheet);
    OLE2.RELEASE_OBJ(workbook);
    OLE2.RELEASE_OBJ(workbooks);
    OLE2.INVOKE(application, 'Quit');
    OLE2.RELEASE_OBJ(application);*/
    end if;
    After this we open the excel , and modify and try to save , it just waits ...
    we are forced to close the form. and then only the excel file gets saved...
    we need to modify the file , when the form is running and then upload the data..
    since the objects are closed , we are unable to understand why the excel file is locked till the session
    Can any one help us
    SSR

    Hi,
    Running on Business Object Enterprise XI 3.1 FP1.5.

  • Currency changes rates through TBEX from excel file getting erro

    Hi,
    When i am trying to upload the currency changes rates through TBEX from excel file getting error message:
    Error "The macro 'ThisWorkbook.TableBackToR3' cannot be f" occurred during macro execution
    Kindly guide what macro i need to define in excel sheet. or should i need to activate something in excel sheet relates to macros.
    Regards,
    Salil...

    When you call it the first time, it new Shell() constructs a new Display for you (the default).
    The second time, it gets the default display, but you are in a different Thread now. Since you have to create your widgets in the UI thread, it gives you that error.
    To run code in the UI thread, Display provides two methods:
    display.syncexec(..)and
    display.asyncexec(...)see
    http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.platform.doc.isv/guide/swt_threading.htm
    for more details.

  • All excel files keep opening when I open excel?

    All excel files keep opening when I open excel. I can't quit excel or Force Quit until the files stop opening.

    Dealing With The Resume Feature of Lion
    Managing Mac OS X Lion's application resume feature.
    If you shutdown your computer you should get a dialog asking if you want applications to resume on the next startup. Simply uncheck the box to prevent that from occurring. Open General preferences and uncheck the option to Restore windows when quitting and re-opening apps. You can also install a third-party utility to control resume features on individual applications: RestoreMeNot or Application State Cleaner.
    It is possible to completely stop the Resume feature although I'm unconvinced that it is that annoying. Nevertheless see the following:
    If you have not yet done so you must first make your /Home/Library/ folder visible. Open the Terminal application in the Utilities folder. At the prompt paste the following command line:
    chflags nohidden ~/Library
    Press RETURN. Quit the Terminal application.
    In the Finder navigate to the /Home/Library/Saved Application State/ folder. Delete the contents of the folder. Back up to the /Home/Library/ folder. Select the Saved Application State folder. Press COMMAND-I to open the Get Info window. In the Sharing and Permissions panel at the bottom click on the lock icon and authenticate. Set each of the listed entries to Read Only. Close the Get Info window.
    Quit all open programs except the Finder (this is very important.) Next, navigate to the /Home/Library/Preferences/ByHost/ folder. Look for a .plist file with "com.apple.loginwindow." in the file name followed by some numbers in hexadecimal. Select the file. Press COMMAND-I to open the Get Info window and in the Sharing and Permissions panel click on the lock icon and authenticate. Set each of the listed entries to Read Only. Close the Get Info window. If you also find a file with the same filename but with a last extension of ".lockfile," then you should delete it.
    The above should eliminate the Resume feature system-wide. Note that any future system updates or upgrades will likely undo these changes. You will then need to repeat this procedure assuming there are no major changes in OS X related to it.

  • 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

  • I cannot get sound when editing

    I am not sure why I can't get sound when editing.
    I've tried different things to correct and nothing is helping.

    1: What's your setup?
    - If you have external speakers, do you have sound when you unplug those?
    2: Do you have sound from other apps and the system? (try the Sound PrefsPane..)
    3: 'No sound when editing' Do you mean when scrubbing, or during playback??

  • Will the app specific files get deleted when i remove/uninstall an app from iPad

    I mean those files added to an app using iTunes. For example, pdf files added to a reader.
    Do these files get deleted when i delete an app from iPad?

    I've learnt that this data do get deleted along with the app during deletion/uninstallation. Please correct me if I'm wrong.

  • CSS containing PHP not displaying when editing locally

    Hello,
    I'm having trouble getting DW to 'see' my CSS styles. This is
    because my 'CSS' file is actually a PHP program that outputs CSS.
    So, in my css.php program, I have at the top:
    <?php
    header("Content-type: text/css");
    ...and then the CSS definitions underneath.
    I reference it with:
    <link href="../css/css.php" rel="stylesheet"
    type="text/css" />
    It works fine on the server, but of course I can't see the
    styles when editing the HTML in DW, because it's seeing the raw php
    file instead of the
    output of that PHP file.
    I've considered installing PHP locally to see if that solves
    the problem, but does anybody here have any other ideas, or has
    anybody already solved this problem?
    Many thanks.
    Kind regards,
    Nick

    I don't know - it might.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "crash" <[email protected]> wrote in message
    news:eda2ni$nvf$[email protected]..
    > live view would work, shouldn't it?
    >
    > "Murray *ACE*" <[email protected]>
    wrote in message
    > news:eda29i$ndf$[email protected]..
    >> They would only show up if you served the page, I
    believe.
    >>
    >> --
    >> Murray --- ICQ 71997575
    >> Adobe Community Expert
    >> (If you *MUST* email me, don't LAUGH when you do
    so!)
    >> ==================
    >>
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >>
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >>
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >>
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    >> ==================
    >>
    >>
    >> "nheaps" <[email protected]> wrote
    in message
    >> news:ed9u9v$ivm$[email protected]..
    >>> Hi Shane,
    >>>
    >>> Would the testing environment enable me to see
    the CSS styles in the
    >>> editing window, or would they only show up on
    the locally-installed web
    >>> server?
    >>>
    >>> Kind regards,
    >>>
    >>> Nick
    >>
    >>
    >
    >

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

Maybe you are looking for

  • Tecra S1 doesn't boot and hangs at (boot) splash screen

    Tecra S1 Model PT831E-107EQ-GR Problems started a month ago. It randomly didn't booted. After some power off/on tries it finally booted and worked properly. Because it happened more often I've bought a new hard drive (Toshiba 40 GB). I've had Acronis

  • Retain Earing GL Balance Drill Down

    Hi, When we are displaying Retain Earling Account through FS10N, double click on balance which was posted through year ending closing procedure, Can we able to see next level i.e Line item level. IF we want to display Retain Earning Account Balance a

  • WHT Settings in FBCJ

    Hi Dudes, I want to post the WHT tax transactions directly at the time payment in Cash journal(FBCJ) transactions. Ex: Payment of Stationery expenses Stationery Exp Dr 100 Cash a/c               90 WHT Tax               10 I don't want to route this

  • Out of memory errors

    I'm having problems starting 8i. When started from /etc/rc.d/ init.d/dbora during bootup or manually by root, I get an out of memory error. If I start it from the dbadmin user (oracle), I either get the same out of memory error, or I end up with seve

  • Table name for dialog response time without GUI in ST03?

    In SWNC_COLLECTOR_GET_AGGREGATES, cnt00x (x =1,2,3... 9) gives me the proportion of transaction steps with a response time between 0s and the upper  limit of the individual response time categories (includes GUI time), broken down by task type. But w