File-saving extensions

Hello, I'm trying to program my vi so that the data the vi generates is saved to a file. I've gotten that far, but I want the user to be able to select where they want to save the file and what they want to name it. However, I need to force them to use .hdr as the extension. Is there anyway to do this with labview other than having them type in the filename and path and concatenating .hdr to the filename?

If you use a file dialog with a data type specified (*.hdr) the .hrd ending will automatically be appended as long as the user only writes in a name. I do not believe you can prevent that, but you coan scan the path from the file dialog and replace the extension if it is not .hdr (avoids double extensions).
MTO

Similar Messages

  • Currently have 30K pics on PC Win. 7 laptop using  PSE 8, corrected issues and did full backup on portable hard drive plus saved (Extensive) Keyword tags to file.  Installed PSE 13 on PC Win 8.1 laptop.  Will attach same portable Hard drive to new laptop.

    Currently have 30K pics on PC Win. 7 laptop using  PSE 8, corrected issues and did full backup on portable hard drive plus saved (Extensive) Keyword tags to file.  Installed PSE 13 on PC Win 8.1 laptop.  Will attach same portable Hard drive to new laptop. How do I import prev Keyword Tags from file and Restore catalog from port. HD to new PC and in what order?  I have not opened PSE 13 on new PC yet. Would like to do it right the first time!

    No importing needed.
    See these instructions: Use Backup, Restore to move catalog | Organizer | Elements 6 or later

  • Pages can´t open files saved in iCloud

    I can´t open any file save to iCloud
    I tried a workaraound:
    I couldn´t open a file save to iCloud from my iPad.
    I opened it from icloud.com and downloaded it to my iMac.
    Opened the downloaded file, and everything semed ok.
    I then closed the dokument and opened the file on my ipad again. Made som editing before I closed the dokument.
    Then I tried to open it again in Pages on my iMac, but couldent open it.
    Translated: Couldn´t open the file ".... ..."
    I also tried to open a file saved to icloud (without opening it on other machines and devises). Pages couldn´t open those files either...
    Can sombody help me?

    Possibly you have 2 versions of Pages on your Mac.
    Pages 5.2 is in your Applications folder.
    Pages '09/'08 is in your Applications/iWork folder.
    You are alternately opening the wrong versions.
    Pages '09/'08 can not open Pages 5 files and you will get the warning that you need a newer version.
    Pages 5.2 can open Pages '09 files but may damage/alter them. It can not open Pages '08 files at all.
    Older versions of Pages 5 can not open files from later versions of Pages 5.
    Once opened and saved in Pages 5 the Pages '09 files can not be opened in Pages '09.
    Anything that is saved to iCloud and opened in a newer version of Pages is also converted to Pages 5 files.
    All Pages files no matter what version and incompatibility have the same extension .pages.
    Pages 5 files are now only compatible with themselves on a very restricted set of hardware, software and Operating Systems and will not transfer correctly on any other server software than iCloud.
    Apple has removed over 110 features from Pages 5 and added many bugs.
    Peter

  • Photoshop wont let me save files with Extensions...

    Photoshop isn't letting me save my files with extensions any more. It's only saving files as copy's and I have to add the extensions manually. This happened around the time I updated to OSX maverics, and is driving me crazy as it is extremely time consuming. I'm using CS5 version. Please Help!!

    Thankyou! That worked to fix the file extensions part of the problem. I had somehow changed it to "never "instead of "always".
    I'm still having the error message problem that photoshop is forcing me to save the file as a copy though. See the attached photo for the error message I'm receiving.
    Do you know how to fix this? So that I can save work to the original image?

  • I can not open at my IMAC 5 the files saved at my PC . In Both PC and IMAC i am using CS6 . why is heppining this ?

    Olá
    Comprei um IMAC e fui transferir meus trabalhos do meu PC para ele. eu tenho nos dois computadores tenho CS6 instalado e licenciado. Não foi possível abrir no IMAC 5 os arquivos salvos no pC . O que está acontecendo? Alguém poderia me ajudar ? Obrigado
    Hello
    Bought an IMAC and was transfer my work from my PC to it. I have the two computers I have installed and licensed CS6. Could not open in IMAC 5 files saved in pC. What is happening? Could anyone help me? Thank you

    The files are the same, regardless of platform.
    So something went wrong in transferring the files.

  • Web.show_document calling .htm files saved on disk....

    Hi ,
    Is it possible to call .htm files saved on disk - let's say c:\my_htmFiles on AppServer/DevSuiteServer using the web.show_document form's built-in...????
    I have tried the following:
    web.show_document('c:\my_htmfiles\first.htm','_blank') and
    web.show_document('file://c:\my_htmfiles\first.htm','_blank')
    but whereas in the web browser's file->open both of them work.... in web.show_document do not....
    Is it possible to do it....?????
    Note: I use Dev10g
    Thanks....
    Sim

    I 'll try it of course.... but is it possible to define multiple directories down this virtual directory.....????
    Assuming that there is the following dir structure:
    C:\dev10gr2/tools/web/html
           |
           |--------------------------------------------/app1
                                                         |---------------/subdir1
                                                         |---------------/subdir2
           |--------------------------------------------/app2
           |--------------------------------------------/app3Is it possible to define multiple dirs ....????
    Is there any doc which describes it with examples.....?????
    Thanks.......
    Sim

  • File Saving Path Problem

    Hi,
    i have one problem on file saving. i need to save file (say XML file) in my given path location thru BLS transaction. The server is in some other place and if i give path to BLS transaction, it need to stor ein given location. i tried it but it is working for folder which is alreay in share. is it possible to store in given any path location?
    regards
    senthil

    Senthil,
    is FTP an option for you?
    We experienced the same problem, and to avoid problems with file shares ot mount points (we are running NetWeaver on Unix), we chose to use FTP so transfer files, using the FTP action.
    Michael

  • Is it possible when saving the psd file to have an automatic jpg file saved at the same time?

    My work involves preparing images for printing lightboxes and window installations.  My clients require to pre-approve the photos before printing.
    I usually save my files as psd but since the files are very large in this format I usually save another copy as a jpg file that has a much smaller file size.  This makes it possible for me to add these to a presentation and and send them to my client.
    Is it possible when saving the psd file to have an automatic jpg file saved at the same time?  Or do I still have to do this manually?

    If you save the document manually as a PSD file in Phtoshop not from within an Action, Script, Plugin or Droplette.  You may be able to write a Photoshop that would do as save as Jpeg,  And you should be able trigger its execution by setting up a Script Save event using the Script event manager.  When You do a manual save  the script should be triggered.  I wrote may be able to for I have never tried to write that script or set up a Script Manager Save event.  I have only use open events.

  • File name extension cut off in thumbnail view

    How can you see the file name extension when your looking at a photo in the browser?
    So if I have a photo named DSC1122.jpg all I can see in the browser is DSC1122 and the extension is missing?
    Makes it difficult when you have photo with 2 formats like .jpg and .nef to tell them apart. Is there a feature in aperture so you can see the extensions in a file mane?

    Hi Antoniohavoc,
    Welcome to the user-supported Aperture discussion group.
    You don't have any system information filled in for your system profile and you didn't mention what version of Aperture you are using. I'll assume you're using Aperture 3.
    You aren't actually seeing the file name. You are seeing the version name, which is initialized to the first part of the file name when you import photos. (You can change the version name to anything you want, and it doesn't rename your file.)
    You have two options (not mutually exclusive, either) to see the file name. One, you can turn on tooltips and see metadata by hovering your pointer over a picture. The metadata in the tooltip will include the filename. "View | Metadata Display | Image Tooltips". You can also toggle the setting at any time with the "T" key.
    Two, you can also change the metadata that is displayed. There are several different displays for Aperture, Browser, viewer, list, etc. You can change what you see in the "View |Metadata Display |Customize..." dialog. Pay attention to the selection in the upper left that indicates which display you are changing. For your purpose, you probably want to replace "Version" with "File name" in one (or more) particular display.
    nathan

  • Files saved to NFS share by MS word cause finder to loose sync w/filesystem

    I am posting this bug report(#4699323, opened Aug 24th, 2006) I have open with Apple because there is no indication that they have even noticed it. Please reply if you have similar problems, questions, or suggestions. Bug report follows.
    24-Aug-2006 04:17 PM Erik Meitner:
    Summary:
    Files saved to an NFS volume by Microsoft Word dissappear from the Finder. Many times "Ghosted" icons of "Word Work Files" are left behind.
    Steps to Reproduce & Actual Results:
    1. Mount an NFS volume from a server(Mac or Linux, doesn't matter. NFS options do not matter.) from the Finder or command line.
    2. Open a Finder window to the mount point.
    3. Create a word document(test.doc), save to the NFS mount point.
    4. Make sure both the Word window and Finder window are visible.
    5. Type a single letter, Save.
    6. "Word Work File L_200098113"(the number varies.) apears and test.doc dissapears from the folder. Then the icon for "Word Work File L_200098113" goes "ghosted" (test.dc IS still there, just not shown. You can verify this in the shell )
    7. Type a letter, Save.
    8. The work file dissapears and is replaces by "Word Work File L_200098113"
    9. Rinse, Repeat ad infinitum.
    Expected Results:
    File saved & Finder does NOT get out of sync with the filesystem.
    Regression:
    * Only happens on NFS volumes.
    * Only happens with MS Word.
    * It happens on Panther(10.3.9) and Tiger(up to 10.4.7)
    * "Fast saves" in Word has no effect.
    * The user has full access to the root of the NFS volume.(a .TemporaryItems folder IS being created)
    * Verified that problem happens with all Versions of Office 2004 from 11.2.3 to 11.2.6(current).
    * Happens with ALL users: admin, local, and non-local(LDAP authenticated, network homes).
    Notes:
    * The work files(with "ghosted" icons) never show up when listing the folder via the CLI.
    * The original(test.doc) always shows in the CLI.
    * Relaunching the Finder usually causes the "missing" files to show again, but not always.
    * Problem is exacerbated by users losing faith in the system, thus saving very frequently, guaranteeing that the problem will always happen.
    * Only workaround is to have users work on files "off the network" on a local disk.
    30-Aug-2006 01:45 PM Erik Meitner:
    Screen shot attached showing initial state of Finder.
    '1.tiff' was successfully uploaded
    30-Aug-2006 01:46 PM Erik Meitner:
    Screen shot attached showing state of Finder after 1st save.
    '2.tiff' was successfully uploaded
    30-Aug-2006 01:47 PM Erik Meitner:
    Screen shot attached showing state of Finder after 3rd save.(2nd save same as 1st)
    '3.tiff' was successfully uploaded
    01-Sep-2006 08:37 AM Erik Meitner:
    Relaunching the Finder will restore the icons to the proper state most of the time. One can also use this application to force a refresh of a folders contents: http://www.brockerhoff.net/nudge/index.html
    I am not sure of the internal workings of "Nudge", but it does seem to be the best hack available to get the Finder to work properly.
    01-Sep-2006 08:48 AM Erik Meitner:
    I should also add that this problem is repeatable on 15 different Macs of different models, all running 10.3.9 with the latest updates.
    11-Sep-2006 12:41 PM Erik Meitner:
    Problem is repeatable on all 6 of our Machines running Tiger(10.4.7) with all the latest updates.
    20-Sep-2006 02:25 PM Erik Meitner:
    The "Nudge" tool mentioned previously does not always work especially for some users who experience this problem the worst. It will only restore the file to a "ghosted" icon that is still inaccessable.
    Moving the file to a different folder and deleting the resource fork file is the only solution in this case.

    OS X 10.4.8 update has not altered the behavior of this bug. The Office 2004 11.30 update seems to have caused the problem to happen less frequently. I would say it now happens half as frequently.

  • PSD files saved in TemporaryItems has disappeared.

    Ahhhhhhhhhh PSD files saved in TemporaryItems has disappeared.
    Hi I was working in Photoshop CS5.1 (OS X 10.7.5) and the original image I started with was saved in TemporaryItems, long story short I spent 4 hours working on an illustration and saving the .psd files\ versions in the same TemporaryItems folder, planning to move all the files tonight. Just came back to it and the files are gone! I may cry pixel tears, desperately running out of swear words.
    If anyone can help I would be so very appreciative.
    Cheers Matt from Melbourne

    Silly question, but, are you sure that's where Photoshop was saving? I've had it happen before where I open a file from folder A, then do a Save As, only to find that (for whatever reason) Photoshop has been saving to some other folder entirely.
    Have you tried Open Recent Files in photoshop to see if maybe they were saved somewhere else?
    Or, try this; go to Photoshop, create a blank document, then immediately Save As and look at where it's pointing. If it is not at the Temporary folder you expect, look there for your files.
    Failing that, have you tried a search on your computer?
    Silly. But I'm trying to cover all the bases.
    --OB

  • PSD files saved are not visible.

    Files saved from photoshop to a server in Mountain lion not visible. But when I save to desktop then move the file to the server, it recognizes that the file is there and I do an overwrite. Also happens with Illustrator files. Is this a MountainLion problem or CS6?

    Adobe takes no responsibility for working across a network to begin with.

  • Difficult to open files saved in the MAC PC when working on the network.

    Working on a network that has Mac and PC sharing and using the same file, but yesterday the illustrator went to the windows to open files saved in the MAC network. If I save the file on the hard drive it opens, but if you are not on the network. But if you open the same file with Photoshop does not show any error, even though network. I'm from Brazil and do not speak English, I needed the help of Google translator.
    release:
    CS3 on PC
    CS4 on Mac.

    This is a known issue. Illustrator is not good at using network shares. I recommend you simply save and load all files locally and then copy them to your network locations afterwards, when needed.
    Mylenium

  • Photoshop Elements 11 file saving proterties

    I am currently using Photoshop Elements 11 trail version to decide if I like it enough to upgrade.
    Yesterday, while saving my files - .jpg, .png, psd - etc - when I'd go to access the file to upload, it wouldn't recognize the file.
    Then when I went back into PSE 11 to open the file, it wouldn't recognize the file format, no matter what
    I have went ahead & uninstalled the program, then restarted my computer, reinstalled & it's doing the same thing.
    If this is a known issue, I certainly have no desire to upgrade. I use PSE 8 previously with zero problems.
    Please, if anyone can answer why this is happening, I'd really appreciate it.
    As for PSE 11 - I do feel, aside from this file saving issue, Adobe got so many things right - I love how PSE 11 has been changed, it's much easier to use, but this file issue, I don't have time for it when my clients are expecting turn around times from me.
    Thanks much!
    Tori

    Thank you for all your responses.
    First let me start off with, I am not new to saving files. I've been designing & saving files for over 10+ yrs. I've never ran into this problem with any program until using PSE 11. All my files were saving perfectly fine. This problem just started yesterday with PSE 11 for me. That's why I uninstalled, restarted & reinstalled with a restart after the install.
    When I go to save a file, these are my steps
    1. File
    2. Save as
    3. Name of the file (no characters - only using letters, maybe letters & numbers in combination together)
    4. I select what format I wish to save it in.
    5. Click save
    When I did this yesterday, my files were appearing to save, but actually, they were not saving no matter what format I was trying to save that as.
    How I found out this was happeneing - I went to upload a file to the web - I was then told the file was not a proper file format. I tried various things such as saving as a png, jpeg, tiff, gif - not of which were working. That's when I uninstalled PSE 11 & as said above, reinstalled, etc.
    Screen shot below shows what the icons ended up being - problem right there!
    What message I get when I try to open the file
    Message I get when I try to upload the file to the web
    This is WHY I feel this is a problem with the particular PSE 11 I'm using (downloaded directly from Adobe's site) It's a trial vertson. And I always try to try programs before I invest in them, no matter if they're $20 or $500
    I hope all this will help thos of you trying to answer this mystrey question for me. As I mentioned, I've never had this happen before.
    Today - it seems to be saving just fine..... and I haven't changed how I save files at all. If this is a known issue with PSE 11, I just wish to know so I don't waste my money on it. I love all the changes Adobe has made to PSE 11, but if it's full of bugs - I'd rather pass is all.
    Thanks so much once again!

  • CS6 AI Cannot open a file saved from CS5 AI

    Had tried to save and rename the file and place in the local C: harddrive, filename only English letters. Doesn't work.
    Had uninstalled completely the CS6 Master collection and CC cleaner tools and reinstall the CS6 again, but problem still there.
    Using Win8.1 Pro 64bit desktop at home.
    Acrobat X Pro can open the AI file !
    I am going to reinstall back the old version CS5 Design Premium to keep my work going on.
    Is there a solution for this problem up to now ?
    Below are the message from the log file after clearner
    Gen_WWCombined-en_US-20121017_1230
    [Thu Feb 26 20:00:36 2015] Please enter (y) for Yes or (n) for No. ... >>
    [Thu Feb 26 20:00:40 2015] Choose from one of the following options to clean up :
    [Thu Feb 26 20:00:40 2015] 1.  All
    [Thu Feb 26 20:00:40 2015] 2.  Adobe Flash Player 10.2
    [Thu Feb 26 20:00:40 2015] 3.  Creative Cloud 2014 , Creative Cloud & CS6 Products
    [Thu Feb 26 20:00:40 2015] 4.  Creative Cloud 2014 only
    [Thu Feb 26 20:00:40 2015] 5.  Creative Cloud only
    [Thu Feb 26 20:00:40 2015] 6.  CS6 only
    [Thu Feb 26 20:00:40 2015] 7.  CS5-CS5.5-CS6
    [Thu Feb 26 20:00:40 2015] 8.  CS5-CS5.5
    [Thu Feb 26 20:00:40 2015] 9.  CS3, CS4
    [Thu Feb 26 20:00:40 2015] 10.  Adobe Id credentials
    [Thu Feb 26 20:00:40 2015] 11.  Quit
    [Thu Feb 26 20:00:40 2015] Choice :>
    [Thu Feb 26 20:00:43 2015] User selected: All
    [Thu Feb 26 20:00:43 2015] Opened DB connection with path: C:\Program Files (x86)\Common Files\Adobe\caps\pdb.db
    [Thu Feb 26 20:00:43 2015] DB does not exist at: C:\Program Files (x86)\Common Files\Adobe\caps\Media_db.db
    [Thu Feb 26 20:00:43 2015] Opened DB connection with path: C:\Program Files (x86)\Common Files\Adobe\caps\caps.db
    [Thu Feb 26 20:00:43 2015] Orphan session will be removed : adbeadbeadbeadbeadbeadbeadbeadb
    [Thu Feb 26 20:00:43 2015] ..
    [Thu Feb 26 20:00:43 2015] Removing entries from the installer database
    [Thu Feb 26 20:00:43 2015] Updated tsInstalled status to 0 for removal from 2 for installation in the table ribs_collection_paylaod for session adbeadbeadbeadbeadbeadbeadbeadb
    [Thu Feb 26 20:00:43 2015] Updating installState
    [Thu Feb 26 20:00:43 2015] Removing content of Product : AdobeColorVideoProfilesCS CS4, Version : 2.0
    [Thu Feb 26 20:00:43 2015] Warning: Payload with ID : {4F3CE025-D60B-4E6B-8D39-B04CD3769008} does not have an InstallDir value. Deletion of patch files (if any) may not happen.
    [Thu Feb 26 20:00:43 2015] Deleting the paylaod: {4F3CE025-D60B-4E6B-8D39-B04CD3769008} from the table ribs_payload and other associated tables for payloads
    [Thu Feb 26 20:00:43 2015] Removing content of Product : AdobeColorVideoProfilesAE CS4, Version : 2.0
    [Thu Feb 26 20:00:44 2015] Warning: Payload with ID : {8D71D024-447A-4B6F-A9CD-58443FFC43C4} does not have an InstallDir value. Deletion of patch files (if any) may not happen.
    [Thu Feb 26 20:00:44 2015] Deleting the paylaod: {8D71D024-447A-4B6F-A9CD-58443FFC43C4} from the table ribs_payload and other associated tables for payloads
    [Thu Feb 26 20:00:44 2015] Removing content of Product : AdobeColorCommonSetRGB, Version : 2.0
    [Thu Feb 26 20:00:44 2015] Warning: Payload with ID : {AB8E4534-C573-4CC9-BA6A-76DD14055510} does not have an InstallDir value. Deletion of patch files (if any) may not happen.
    [Thu Feb 26 20:00:44 2015] Deleting the paylaod: {AB8E4534-C573-4CC9-BA6A-76DD14055510} from the table ribs_payload and other associated tables for payloads
    [Thu Feb 26 20:00:44 2015] Removing content of Product : AdobeMotionPicture CS4, Version : 2.0
    [Thu Feb 26 20:00:45 2015] Warning: Payload with ID : {D798A6B1-4964-4B96-A032-3E29C8344C2F} does not have an InstallDir value. Deletion of patch files (if any) may not happen.
    [Thu Feb 26 20:00:45 2015] Deleting the paylaod: {D798A6B1-4964-4B96-A032-3E29C8344C2F} from the table ribs_payload and other associated tables for payloads
    [Thu Feb 26 20:00:45 2015] finished updating installState
    [Thu Feb 26 20:00:45 2015] Deleting session: adbeadbeadbeadbeadbeadbeadbeadb from ribs_collection and other associated tables
    [Thu Feb 26 20:00:45 2015] Updating caps schema pcd_meta to 2 if earlier version is less than 2
    [Thu Feb 26 20:00:45 2015] ..
    [Thu Feb 26 20:00:45 2015] Entries from the installer database have been removed
    [Thu Feb 26 20:00:45 2015] Sessions folder will be removed.
    [Thu Feb 26 20:00:45 2015] Warning: Failed to remove file,folder trying again
    [Thu Feb 26 20:00:45 2015] Warning: Failed again to remove file,folder
    [Thu Feb 26 20:00:45 2015] Warning: Failed to remove file,folder trying again
    [Thu Feb 26 20:00:45 2015] Warning: Failed again to remove file,folder
    [Thu Feb 26 20:00:45 2015]
    [Thu Feb 26 20:00:45 2015]
    [Thu Feb 26 20:00:45 2015] List of products installed on this machine
    [Thu Feb 26 20:00:45 2015] Listing products for cleanup:
    [Thu Feb 26 20:00:45 2015] Please enter the option number of the product you wish to remove; enter (q) to quit ... >>
    [Thu Feb 26 20:00:50 2015] Are you sure you want to clean all the listed products and associated files?
    [Thu Feb 26 20:00:50 2015] Type (y) to confirm and remove or (n) to quit ... >>
    [Thu Feb 26 20:00:55 2015] Please wait for Adobe Creative Cloud Cleaner Tool to finish........
    [Thu Feb 26 20:00:55 2015] :: Cleaning-up left over inventories ::
    [Thu Feb 26 20:00:55 2015] Inventory: 'uninstallts', Type: RIBS, Action: Delete
    [Thu Feb 26 20:00:55 2015] Atleast one Non-RIBS Inventory : False, Atleast one AAMRef: False
    [Thu Feb 26 20:00:55 2015] ::Start:: Removing AUM contents
    [Thu Feb 26 20:00:55 2015] Deleting registry root:HKLM key:Software\Microsoft\Windows\CurrentVersion\Run value:AdobeAAMUpdater-1.0
    [Thu Feb 26 20:00:55 2015] Exception during deleting key : (2, 'RegDeleteValue', 'The system cannot find the file specified.')
    [Thu Feb 26 20:00:55 2015] Deleting registry root:HKLM key:Software\Microsoft\Windows\CurrentVersion\Run value:ADOBE_UPDATER_STARTUP_UTILITY
    [Thu Feb 26 20:00:55 2015] Exception during deleting key : (2, 'RegDeleteValue', 'The system cannot find the file specified.')
    [Thu Feb 26 20:00:55 2015] Deleting scheduled task : AdobeAAMUpdater-1.0-SamHomePC-Sam
    [Thu Feb 26 20:00:55 2015] Executing command: schtasks /delete /TN "AdobeAAMUpdater-1.0-SamHomePC-Sam" /F
    [Thu Feb 26 20:00:55 2015] ERROR: The system cannot find the file specified.
    [Thu Feb 26 20:00:55 2015] Deleting scheduled task : AdobeUpdater Task-SamHomePC-Sam
    [Thu Feb 26 20:00:55 2015] Executing command: schtasks /delete /TN "AdobeUpdater Task-SamHomePC-Sam" /F
    [Thu Feb 26 20:00:55 2015] ERROR: The system cannot find the file specified.
    [Thu Feb 26 20:00:55 2015] ::Finish:: Removing AUM contents
    [Thu Feb 26 20:00:55 2015] ::Start:: Removing OOBE
    [Thu Feb 26 20:00:55 2015] Executing command "taskkill /F /FI "IMAGENAME eq AAM Updates Notifier.exe""
    [Thu Feb 26 20:00:55 2015] INFO: No tasks running with the specified criteria.
    [Thu Feb 26 20:00:55 2015] Warning: Failed to remove file,folder trying again
    [Thu Feb 26 20:00:55 2015] Warning: Failed again to remove file,folder
    [Thu Feb 26 20:00:55 2015] Warning: Failed to remove file,folder trying again
    [Thu Feb 26 20:00:55 2015] Warning: Failed again to remove file,folder
    [Thu Feb 26 20:00:55 2015] Warning: Failed to remove file,folder trying again
    [Thu Feb 26 20:00:55 2015] Warning: Failed again to remove file,folder
    [Thu Feb 26 20:00:55 2015] Warning: Failed to remove file,folder trying again
    [Thu Feb 26 20:00:55 2015] Warning: Failed again to remove file,folder
    [Thu Feb 26 20:00:55 2015] ::Finish:: Removing OOBE
    [Thu Feb 26 20:00:55 2015] Removing content of Product : CS5Installer, Version : CS5
    [Thu Feb 26 20:00:55 2015] Deleting file : C:\Program Files (x86)\Common Files\Adobe\caps\pdb.db
    [Thu Feb 26 20:00:55 2015] File does not exist: C:\Program Files (x86)\Common Files\Adobe\caps\Media_db.db
    [Thu Feb 26 20:00:55 2015] Warning: Failed to remove file,folder trying again
    [Thu Feb 26 20:00:55 2015] Warning: Failed again to remove file,folder
    [Thu Feb 26 20:00:55 2015] Warning: Failed to remove file,folder trying again
    [Thu Feb 26 20:00:55 2015] Warning: Failed again to remove file,folder
    [Thu Feb 26 20:00:55 2015] LOG FILE SAVED TO: C:\Users\Sam\AppData\Local\Temp\Adobe Creative Cloud Cleaner Tool.log
    [Thu Feb 26 20:00:55 2015] Adobe Creative Cloud Cleaner Tool completed successfully
    [Thu Feb 26 20:00:55 2015]
    [Thu Feb 26 20:00:55 2015] *-*-*-*-*-*- ::START:: - SUMMARY OF Warnings -*-*-*-*-*-*
    [Thu Feb 26 20:00:43 2015] DB does not exist at: C:\Program Files (x86)\Common Files\Adobe\caps\Media_db.db
    [Thu Feb 26 20:00:45 2015] Warning: Failed to remove file,folder trying again
    [Thu Feb 26 20:00:45 2015] Warning: Failed again to remove file,folder
    [Thu Feb 26 20:00:45 2015] Warning: Failed to remove file,folder trying again
    [Thu Feb 26 20:00:45 2015] Warning: Failed again to remove file,folder
    [Thu Feb 26 20:00:55 2015] Warning: Failed to remove file,folder trying again
    [Thu Feb 26 20:00:55 2015] Warning: Failed again to remove file,folder
    [Thu Feb 26 20:00:55 2015] Warning: Failed to remove file,folder trying again
    [Thu Feb 26 20:00:55 2015] Warning: Failed again to remove file,folder
    [Thu Feb 26 20:00:55 2015] Warning: Failed to remove file,folder trying again
    [Thu Feb 26 20:00:55 2015] Warning: Failed again to remove file,folder
    [Thu Feb 26 20:00:55 2015] Warning: Failed to remove file,folder trying again
    [Thu Feb 26 20:00:55 2015] Warning: Failed again to remove file,folder
    [Thu Feb 26 20:00:55 2015] Warning: Failed to remove file,folder trying again
    [Thu Feb 26 20:00:55 2015] Warning: Failed again to remove file,folder
    [Thu Feb 26 20:00:55 2015] Warning: Failed to remove file,folder trying again
    [Thu Feb 26 20:00:55 2015] Warning: Failed again to remove file,folder
    [Thu Feb 26 20:00:55 2015] *-*-*-*-*-*- :: END :: - SUMMARY OF Warnings -*-*-*-*-*-*
    [Thu Feb 26 20:00:55 2015] ---------------------------------------------------------
    [Thu Feb 26 20:00:55 2015] *=*=*=*=*=*=*=*=* :: End Session :: *=*=*=*=*=*=*=*=*=*=*
    [Thu Feb 26 20:00:55 2015] ---------------------------------------------------------

    Hi Peter,
    I'm guessing it might have been a network corruption problem. She brought in her laptop, we made another .idml file and loaded it to a USB stick, then transferred it to my computer. The file opened just fine. And yes, she had pasted all her images, so we have her collecting the bits and pieces for me to review and relink everything. I believe I have the patch, but will double-check. Thanks!

Maybe you are looking for

  • What is the right way to charge a Macbook Pro, 13 inch Retina?

    Hi! So I recently just got the Macbook Pro 13 inch w/ Retina Display (about 3 weeks ago), and the main reason why I got it was because I am taking up Multimedia Arts in college. I do admit that the MBP really is quite pricy, so I want to be able to u

  • Can I capture and record live feed on "Final Cut Pro X"?

    I am an intern at my church and we are wanting to finish upgrading everything to mac at the church but we are needing a program that can capture live feed and later edit it so that I can create TV programs; hence, why I am needing to know can Final C

  • How do I get my iPad screen to stay on until I manually turn it off?

    When reading a web page, for example, I may want the screen to stay on for an hour, but I have to keep touching it to keep it on. When my hands are covered with eggs and flour, I don't like touching the screen every 2 minutes.

  • S_ALR_87012402 EC sales list

    S_ALR_87012402 EC sales list Anyone eperience or documentation on this item please. What's to be included for instance, does it only concern "other" european countries or for instance also Belgian customers within a Belgian company? Please advise.

  • OBYC Account Assignment

    Hello Gurus, I have created one G/L account for Cost of Goods Sold Finished Goods A/c. *In OBYC Account Assignment, I have assigned this G/L in GBB Transaction in VAX - for goods issues for sales orders without account assignment object (the account