No valid writable voume found. Log file could not be created

Dear All,
When I install a client server application on my blackberry 9630 (v4.7.1.61( platform4.1.0.75)), and try to connect it to the server I get an error:
No valid writable voume found. Log file could not be created
How do I fix this.
Please help.
Thanks & Best Regards,
Tarun

Please...

Similar Messages

  • Cs5 camera raw: "this file could not be created" problem

    When I'm attempting to save raw files in any format (jpeg, dng, tiff, etc) to a different directory from where they're intially opened from I get "this file could not be created" error.  It saves fine if goes to the same directory where the file has been opened from.
    The problem started happening for no apparent reason.  There have been no changes to the system (no new installs, etc), except for recent adobe updates, but I can't find any other users complaining about this problem.  This happens on admin and all other accounts.  Any suggestions on how to fix it would be much appreciated.  Thanks in advance.
    photoshop cs5 / win7 64-bit

    Hm, perhaps a folder closer to the root than the folder you have selected has a permissions issue.
    Is the folder you're trying to use rooted on the hard drive (i.e., does the path begin with a drive letter)?
    Keep in mind that whether you are an Administrator or not, with Windows UAC enabled the app is normally not running as an Administrator.  That can affect permissions.  You might want to either try running the app via Run As Administrator or temporarily disable Windows UAC to see if this is an issue.
    How are you starting Camera Raw?  From within Photoshop or Bridge?
    Also, do you have the latest Camera Raw update?
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=4926
    -Noel

  • Dbcc shrinkfile log files could not be found.

    After a huge yearly data load and verified, I thought I'd shrink the log files.
    This is what I did:
    USE XYZArchive
    GO
    sp_helpfile
    DBCC SHRINKFILE ('XYZArchive_Log')
    GO
    I'm getting the following error message:
    Could not locate file 'XYZArchive_Log' for database 'XYZArchive' in sys.database_files. The file either does not exist, or was dropped.
    I checked and the file is in the correct location. So, I issued
    SELECT *
    FROM sys.master_files
    WHERE
    database_id = DB_ID(N'XYZArchive')
    The physical_name is the same as filename (in sp_helpfile); however, the name is different from the name (in sp_helpfile)
    SP_HELPFILE 's name is XYZArchive_Log
    SYS.MASTER_FILES ' name is XYZ_Log
    I know I can shrink file using the SYS.MASTER_FILES' name.
    Question 1: How can these be different?
    Question 2: How can I fixed that?

    Hello,
    Please try the following:
    USE
    XYZArchive
    GO
    DBCC
    SHRINKFILE(2,100);
    If the above does not work, try to shrink the data file first, and then shrink the log file.
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • The export movie file could not be created

    I have made a slideshow in iPhoto08 and attempting to export it to +iDVD by Share --> Send to iDVD+. The first window message I see is that the request is hanging up on
    +You have selected a single photo. Send just one photo to iDVD?+
    I click on
    +Send whole slideshow+
    and then get a new window with the message noted in the subject line.
    Any ideas on how to get this to run? I've used iPhoto ---> iDVD for creating slideshow dvds for years and not ever come across this issue before. The upgrade to iLife08 was recent and this is my first time attempting the slideshows and export.
    I appreciate any assistance you offer.
    Thank you

    iPhoto still tripped on the whole one photo vs. entire slideshow querie window, but it coded the slideshow and sent it to iDVD -- which is what I need.
    That pop up is normal. It gives you a choice between a single photo or the entire slideshow.
    Strike all that -- I got it! I moved photos over to the +users -- shared folder+ and was able to import the pictures from there to the new user account. It might be a band aid but it will get me through my current deadlines.
    Glad you found a work around. I hope you did not put the iPhoto Library in the shared folder, but just exported the pictures you needed and put them there.
    If the issue is happening in only 1 user account, and it happens in multiple iPhoto Libraries in that user account, and you pulled all the plists and caches I indicated, then something else in that user is interfering with iPhoto / Quicktime.
    Are you perhaps running File Vault in that user? (http://docs.info.apple.com/article.html?path=Mac/10.6/en/8738.html)
    If not I suppose the next step would be to isolate what file(s) in that user could be at fault.
    Read all below before you decide to proceed:
    A "shotgun" approach to quickly isolate the issue would be to remove the preferences for the user having the issue. Keep in mind that removing the plist file for a program makes that program revert back to it's default state. Use caution when moving plists.
    To remove all preferences for your user:
    Close all programs
    Make a new folder on the desktop.
    Go to Home > Library > Preferences
    Remove the contents of the Preferences folder to the new folder you created.
    Make sure the Preferences folder is empty when you are done and that the folder on the desktop has all the preferences.
    Restart the computer.
    Test iPhoto (Do not any program but iPhoto.)
    If the issue is resolved then we know it was a bad plist in preferences.
    You can restore the com.apple.mail plist and com.apple.ichat (there may be more than one) to your Preferences folder and restart the computer.
    You will have to do things like put your icons back in the dock.
    Hope that helps.

  • Archive log files are not being created

    I am doing some testing of the backup and recovery of our databases.
    I have a database which is in archive log mode.
    I have added some records to a table and I am expecting to see some archive files
    being written to but nothing is being produced.
    We are running Oracle Database 11g Release 11.2.0.2.0 - 64bit Production
    The current archive information is as follows :
    SQL> archive log list;
    Database log mode Archive Mode
    Automatic archival Enabled
    Archive destination USE_DB_RECOVERY_FILE_DEST
    Oldest online log sequence 1
    Next log sequence to archive 3
    Current log sequence 3
    SQL> show parameter db_recovery_file_dest;
    NAME TYPE VALUE
    db_recovery_file_dest string /export/flash_recovery_area
    When I look in the directory as indicated above I see no files :
    cd /export/flash_recovery_area/MRESTORE/archivelog/2013_04_16
    (no files)
    I'm wondering if I am missing something obvious here.
    Thank you in advance.

    user6502667 wrote:
    I am doing some testing of the backup and recovery of our databases.
    I have a database which is in archive log mode.
    I have added some records to a table and I am expecting to see some archive files
    being written to but nothing is being produced.
    We are running Oracle Database 11g Release 11.2.0.2.0 - 64bit Production
    The current archive information is as follows :
    SQL> archive log list;
    Database log mode Archive Mode
    Automatic archival Enabled
    Archive destination USE_DB_RECOVERY_FILE_DEST
    Oldest online log sequence 1
    Next log sequence to archive 3
    Current log sequence 3
    SQL> show parameter db_recovery_file_dest;
    NAME TYPE VALUE
    db_recovery_file_dest string /export/flash_recovery_area
    When I look in the directory as indicated above I see no files :
    cd /export/flash_recovery_area/MRESTORE/archivelog/2013_04_16
    (no files)
    I'm wondering if I am missing something obvious here.
    Thank you in advance.There can be several, but I'd say the most likely is that you simply didn't yet generate enough redo information to fill a redolog and thus trigger the writing of an archivelog.

  • 'The file could not be created' - ACR v6.6

    I see this problem has been around for literally years. This is for raw files from both Canon 5D mkII, and Nikon D300 cameras, and only when I select to save in a new location.
    What is the fix?

    Noel, I may come off frustrated (I am), but I do appreciate Richard and you at least responding. These two machines are the only two I haven't built myself in the last 15+ years. Box#1 is a Dell Insiprion 530 dual core intel, 2.8 ghz, box#2 is a HP 9300 quad core 2.66 ghz...both are from the same generation of machines (about 3.5 years old). Both have 6gb of ram, windows vista 64 bit OS "home premium", and service pack 2 installed.  The drive the photos are stored on, and to which I am attempting to save them - are extneral  drives which have permissions set to full control for everyone - from the root of the drive to as deeply nested a folder you can possibly imagine. I am the only "user" of both machines, and I have administrator privledges.  I'd like to suggest some critical thinking be applied here.
    1-In CSv4 (which is still installed) ACR NEVER generated this error, or any other error...in all versions through version v5.7 of ACR
    2-When I installed CSv5 >version 5.1 update, and the ACR update to v6.6 I DID have ACR errors generated
    No changes to the OS were done, only the upgrade to version CSv5.1 and ACR v6.6 were added to both machines. Photoshop CSv4 and it's proprietory ACR version continue to work properly. Since the ONLY changes to both machines are a newer version of Photoshop/Bridge/&ACR - It is a certainity that the problem lies with a conflict between the new CSv5.1 software, and the OS. I have read on these forums all the way back to CSv2 and many earlier versions of ACR about similar errors, with the similar response concerning persmissions. I have not encountered a single post where changing persmissions fixed ACR errors for a single person. If I remember correctly...the earlist date I saw was 2005...so this has been going on for 6+ years. I did take note that rolling back to earlier versions, and newer versions of ACR did fix this problem for a handful of people. I will stop posting before I am driven to ranting like Dinarius did above, but you should note that telling someone repeatedly to change their level of permissions to administartor - when they have repeatedly conveyed that they already have, and that they had always been in that state - is very irritating.
    I will re-state what did work for me, but it is not a fix. I rolled back to ACR v6.2 - which has a different interface for navigating to the "new folder". It's obvious the problem lies with this new naviagtion panel in acr v6.6, because the display does not update, and it leaves the path blank. Whether it is ACR's coding that is at fault or the OS - I neither know nor care. Can either of you escalate this thread to someone in the department that writes this code to have a look see, please!

  • Could not complete the export command because the file could not be found

    When I try to save for web, Photoshop pops up a dialog box that says "could not complete the export command because the file could not be found".
    What is the solution for this?

    Please provide more information (Photoshop version, OS, target volume, …).
    Does the file’s or one of the folders’ name contain problematic letters (slash etc.)?
    Boilerplate-text:
    Are Photoshop and OS fully updated and have you performed the usual trouble-shooting routines (trashing prefs by keeping command-alt-shift/ctrl-alt-shift pressed while starting Photoshop after making sure all customized presets like Actions, Patterns, Brushes etc. have been saved and making a note of the Preferences you’ve changed, 3rd party plug-ins deactivation, system maintenance, cleaning caches, font validation, etc.)?

  • Photoshop Elements 6:   Could not use type tool because the file could not be found

    Using Adobe Photoshop Elements 6.0 well for a while.
    Tried to use the Type Tool to overlay text and obtained this error:
    Could not use the type tool because the file could not be found
    After research, I reset all tools, tried to repair (failed: insert disc one), and then removed/re-installed.  Still have the same problem.
    Are the system fonts corrupt or is an Adobe .ini file suspect?
    Other reports have suggested using a 3rd-party font manager to inspect/disable fonts.
    First wanted to post this error here for feedback/recommendations
    Any suggestion on how to recover the Type Tool functionality?
    Eric Edberg
    Adobe Photoshop Elements Repair Workaround
    When trying to repair the well-known:  insert disc one, error occurred.  Was able to successfully repair the installation by dragging the entire Adobe Photoshop Elements directory from the original CD-ROM onto a hard drive and executing locally.  Seems it does not like repairing over the CD-ROM but it works correctly if the install source is on disc...

    John,
    Yesterday, I decided to completely remove all Adobe products:  PSE 6, Premiere 4, Reader, ActiveX plugins & legacy/old uninstalled product directories that Adobe has left turd-lets around including old Acrobat 3/6 directories.  Used A/D Software to remove all adobe products and then followed your instructions AND the instructions on Adobe's support web site to manually remove these products.
    It boiled down to manually removing the entire Adobe directory in Progam Files, "saving" the entire Adobe directory structure in each users (3) Document and Settings in the Application Data and Local Settings (as instructed by you and Adobe) and rebooting.
    I also saved the local All Users "configuration" database/cache that contained the Tag and other information to make sure the system was clean
    This included following the manual Regit instructions to remove legacy Adobe registry hives.  I deleted all keys for all Adobe product trees that I could locate (following instructions from Adobe).
    Reboot
    Scheduled a CHCKDSK on all drives and rebooted
    Dragged my complete image library to an archive location and deleted them on the C: drive
    Did a complete system Defrag
    Re-installed Adobe and alas still have the same problem with the Type Tool....
    The only thing I did not do was selectively remove the "fonts" because various instructions seemed to indicate many are "required" by the windows or other applications and I was not really sure how to identify which ones were safe to remove w/o affecting the core system..  I'll have to re-read these instructions next.
    Microsoft has a "Font Validator" tool, but that only checks 1 font at a time and you have to read the "results".  May look for other tools.
    Will be able to check the font structure this weekend since it will take some research before I'm comfortable just removing fonts in trial/error mode.  I'll need to make a backup image of my computer before I start this (just in case).
    Thanks for follow-ups too!
    Eric Edberg

  • S7 event log Protocol Error: Handheld File could not be opened (4004)

    Every time I do a hotsync now, I get an error message indicating that two files were not successfully back up: "S7 Event Log" and "EX_New Stories".  Both inidcate "Protocol Error: Handheld File could not be opened (4004)."  Does anybody know how to fix this?
    Post relates to: Centro (Sprint)

    No need to complicate the Forum with duplicate posts...
    Using the Search function here on the Forum, you'll find many posts that offer solutions to your problem.  I searched for "4004", and found many matches.
    One like this one may help.
    WyreNut
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

  • In Quicktime Pro I try to create a mov file and I get an error "-43 a file could not be found".  Any ideas?

    In Quicktime Pro I try to create a mov file and I get an error "-43 a file could not be found".  Any ideas?

    I have a similar problem which i did not have before...and it exists only in some powerpoint files which i want to print as a pdf file...and i get the same message as above.
    the log says the bellow details...what's the problem and how can i resolve it? thanks.
    %%[ ProductName: Distiller ]%%
    %%[Page: 1]%%
    %%[Page: 2]%%
    Cambria not found, using Courier.
    %%[ Error: invalidfont; OffendingCommand: show ]%%
    Stack:
      %%[ Flushing: rest of job (to end-of-file) will be ignored ]%%

  • There are about 8 songs in a playlist on itunes that are listed in the playlist but cannot be transferred to my ipod because it states: "..the original file could not be found." When I try to locate the song I get a list of the different music librar

    There are about 8 songs on a playlist that are listed in the playlist library but when I try to transfer them to the playlist, it states that they can't be transferred because the original file could not be found. Then it asks, do you want to locate the file but when I try that I get a few libraries but am not sure how to locate the particular songs. Some of the songs were purchased and some were transferred from a CD. I have seen the same question asked on the help page but haven't found an answer.
    Thanks.

    Hi dones49,
    It sounds like your issue here is that iTunes can not find the files for some of the songs you have brought into it. This happens occasionally even if the songs have not been moved from the location that iTunes places them on import or purchase. When you try to use the song, iTunes prompts you to find the file, as you have seen.
    To find the file, use the information in this article to navigate through the iTunes media folders -
    Locate and organize your iTunes files
    If you are still unable to locate the files, you may need to download them from the iTunes store again, or rip them from your CDs. See this article for assistance with downloading your past purchases -
    Download past purchases
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

  • On some of my files there is a ! in front of it, if I try to play the song, I get an error message; "The song "_____" could not be used, because the original file could not be found. Would you like to locate it?" Then when I click "Locate", I get nothing.

    I'm really dumbfounded on this one and it's driving me bonkers!!!! On some of my music files there is a ! in front of it, if I try to play the song, I get an error message; "The song "_____" could not be used, because the original file could not be found. Would you like to locate it?"
    This began to happen when Chuck made playlists2burn on2CD-and then he would delete the playlist; sending all the song files into oblivion. Certain songs have a ! right next to the file name, and as I stated before, i get that error message:
    "The song "_____" could not be used, because the original file could not be found. Would you like to locate it?"
    So I click on "Locate". No help. I get a menu with folders that say "catroot" and other folders which names I cannot remember, but I scroll PAST the file folders, & it's just a bunch of ".DLL" files.....I don't understand what any of the names of the folders mean...it's frustr8ing-coz this is my 2nd iTouch, my 1st one got stolen & I can't afford2buy my music back at this time & i NEVER before had a single problem with losing song file locations.
                  Is there anyone out there who has been through this frustrating game of chasing your tail?....<that's how I feel>
    If so I would be ever so gr8ful if maybe someone with the knowledge would be so kind as 2 tell me how/where 2 retrieve these songs & how to put everything back where it belongs, I would be 4ever gr8ful !!!
    I can't afford 2 replace the songs just like I'm unable 2 buy back my old music from my stolen iTouch....man that was an awesome collection-someday I'll be able 2 afford 2 do that & I would like 2 have all the new music that I paid 4 but cannot find when I got my new iTouch....that would just be  wonderful.
                 I hope someone sees this post that can help me retrieve these files....losing $100.00 of iTunes is a REAL BUMMER!!!!!!
                                                      ThanQ SO very much!
                                                                             [email protected] or [email protected] or [email protected] .
                                                                                               You can also find me on Facebook, my given name is Tiffinie Trimmer, &
                                                                                                that's my Facebook "handle".    ThanQ 4 taking the time 2 read all of this!
                                                                                                hope 2 get a reply someday....I'll B checking all my emails & my Facebook, as well
                                                                                                as marking this page in my FAVORITES so I can find it fast! Take Care!!!

    I was not complete clear.
    Since you never changed the settings in the advanced section of iTunes preferecnes, you have to chech that your music is really in the location setted in the folders reported in the advanced section.  If not you have 2 ways: reset the position of this folders or in the actual disk organisation or in the pointing on the preferences.
    If you press the reset button you just give to itunes its default setting as for the position of the music files: probably this will be a good choice if you have never changed any default preference.
    But before I would check the folders and see if the songs are really there
    In my iTune I have this, and I believe it is the default.
    Users/YOURHOMEFOLDERNAME/Music/iTunes/iTunes Music

  • Moved iTunes library to an ext hard drive to make space on my int drive... Followed steps from apple.  Now I cannot access my music... It says: "File could not be used because the original file cannot be found.  Would you like to locate it?"

    Moved iTunes library to an ext hard drive to make space on my int drive... Followed steps from apple.  Now I cannot access my music... It says: "File could not be used because the original file cannot be found.  Would you like to locate it?"
    I moved my iTunes library to my external hard drive some time ago and I followed the directions listed here on the apple support page.  It did copy my library and now is on my hard drive... I can open iTunes and use it to sync all of my devices but I would like to play my music... I can see all of my music files but can not play them if I click on an album or song it says the following:  "(file name) could not be used because the original file cannot be found.  Would you like to locate it?"  I click locate but do not know where to go from there?  I need a way to access all files and not to hunt down one at a time on my hard drive... I am pretty sure I deleted the original library to make space on my internal drive which was the reason for moving it.  I have tried and tried to fix it and do not have a lot of time to do so with a one and two year old at my house who do not like it whenI sit down at my computer.  What to do???  Any help is much appreciated!!!

    See Make a split library portable. Move all of the bits of the library together in the the correct shape and it should work. Or undo exactly what you did and then start over.
    If you're a former Windows user don't try merging two folders together that have the same name by dropping one into the same folders as the other, as that goes badly on a Mac.
    tt2

  • Library Lost - Please HeIp I tried updating my old ipod & now all 10,000 songs in my library have an ! next to them and I get the error message "song " " could not be used because the original file could not be found" on every song I try to play

    Please help - this morning I tried updating one of my old ipods for my wife (this ipod hasn't been updated in 2-3 years).  I plugged it into my pc, it was recognized and the software updated.  I created a new playlist and tied to sync the ipod.  This ipod had never been used on this pc/itunes since the pc is only 2 years old.  When I tried to sync the ipod it stated that it would have to erase all the old songs on the ipod prior to syncing.  I clicked ok and it proceeded to wipe out the old ipod and sync the new playlist (~1000 songs).  When the sync was complete there were only 6 songs from the new playlist (all purchased this morning from itunes) on the ipod and to my horror all ~10,000 song on my pc in itunes now have a ! next to them.  Only my recent purchases from itunes do not.  When I click on a song with the ! I get the error message "the song " " could not be used because the original file could not be found."  How do I correct this issue - I am scared to hook my ipads or other ipods to my pc for fear of losing everything?!?!?  I spent 100s of hours burning the 10,000 songs from my cd collection and do not want to have to do it again. 
    Any help is greatly appreciated.

    This "original file cannot be found" thing happens if the file is no longer where iTunes expects to find it. Possible causes are that you or some third party tool has moved, renamed or deleted the file, or that the drive it lives on has had a change of drive letter. It is also possible that iTunes has changed from expecting the files to be in the pre-iTunes 9 layout to post-iTunes 9 layout,or vice-versa, and so is looking in slightly the wrong place.
    Select a track with an exclamation mark, use Ctrl-I to get info, then cancel when asked to try to locate the track. Look on the summary tab for the location that iTunes thinks the file should be. Now take a look around your hard drive(s). Hopefully you can locate the track in question. If a section of your library has simply been moved, or a drive letter has changed, it should be possible to reverse the actions.
    Alternatively, as long as you can find a location holding the missing files, then you should be able to use my FindTracks script to reconnect them to iTunes .
    tt2

  • I recently reset my computer and copy my music from an external hard drive to my itunes library.  When I click on a song to play i get an error message that says " the song could not be used because the original file could not be found".  need help

    I recently reset my computer and copy my music from an external hard drive to my itunes library.  When I click on a song to play i get an error message that says " the song could not be used because the original file could not be found".  But when I have my external hard drive plug in the song will play with no problem.  What do I need to do to play my music without having the external harddrive plug in ????????  Please help

    Because the location for each song in your library is on your hard drive.  If the hard drive isn't there, how can iTunes play it?
    You'll have to move/copy the music from your hard drive to your computer's hard drive.
    Basically, EASIEST way to do all this, if you don't care about your play counts, etc...
    -Delete EVERYTHING from iTunes, so that your library is now empty.
    -Go to "Advanced" inside of the "Preferences" window, found in the "Edit" drop-down.  You can also access Preferences by pressing Ctrl+, (Press Ctrl and the comma key)
    -Change your iTunes Media Folder Location to something simple, but on your computer. I use C:/iTunes.  Make sure "Keep iTunes Media Folder Organized" and "Copy files to...." are both checked.  You can close Preferences now.
    -Now, drag and drop your music from your hard drive into your iTunes library.  iTunes will automatically add the music to your library, as you would expect, and also creates a copy of each file to place into that iTunes Media Folder you just created.
    Shouldn't have any more problems...

Maybe you are looking for

  • Application not detected in Task Sequence

    Hello, I have problems with some applications in a task sequence with SCCM2012 R2. The applications install fine in a normal deployment via Software Center and get detected after the Installation. The same applications get installed in a TS but are n

  • In Which table Idoc's will be stored?

    In which table Idoc's will be stored?

  • Loading .avi from database?

    I have a database with the paths to .avi's. I would like to now how can i load them in java defining height and width. Thanks

  • Won't start OS X

    My daughter accidentally dropped a small magnet onto the closed lid of her Powerbook; since then, it won't properly startup. I've tried reloading OS-X and it crashes/fails at the final part of the installation process. Any suggestions before I send i

  • Jumbled clips after importing finished product from DV Camera

    I'm pretty new to imovie '08 - My problem is that I have a finished product I had copied back onto a DV tape a few years ago and now when I try to re-import it into iMovie '08 it brings it back in as clips - and worse the clips are reorganized (maybe