FileOutputStream FileNotFoundException, it works in some folders...

Hello, I have a weird problem that I would like to solve. I use the simple code below to write the content of a JTextArea to a file called "test.txt" and it works fine. But when I create a temporary test folder in another file directory to try some improvements it generated a FileNotFoundException at the FileOutputStream line, and this occurred without me altering the original code.
Is there anyone that could try to explain why this exception is thrown?
try
   String filNamn="test.txt";
   File fil = new File(filNamn);
   FileOutputStream out = new FileOutputStream(fil);
   byte[] bitVerde = textArea.getText().getBytes();
   out.write( bitVerde );
   out.close();
}catch(Exception ex)
    ex.printStackTrace();
}I'm thankful for response and hope that you can understand my problem despite my bad grammar.
freddef

Post more info like the full paths and the exception stack trace.

Similar Messages

  • KM Resource Details - Settings not working in some folders

    When I go to the Details of any folder or document thet is not directly under root, none of the Details commands like Permissions, Properties, Give Feedback for example work. They only work for folders directly under the root.
    This problem is on our QAS. Since it works for the root, I am sure it is not an iView thing or a server thing. It is also not a browser thing as it even occurs on Firefox. Could it be a configuration setting. Any help is appreciated.
    The log error shows the following -
    Could not check raisesEvent for resource </entrypoints/commonfolders> com.sapportals.wcm.repository.NotSupportedException
         at com.sapportals.wcm.repository.ResourceException.fillInStackTrace(ResourceException.java:399)
         at java.lang.Throwable.<init>(Throwable.java:180)
         at java.lang.Exception.<init>(Exception.java:29)
         at com.sapportals.wcm.WcmException.<init>(WcmException.java:40)
         at com.sapportals.wcm.util.content.ContentException.<init>(ContentException.java:30)
         at com.sapportals.wcm.repository.ResourceException.<init>(ResourceException.java:69)
         at com.sapportals.wcm.repository.NotSupportedException.<init>(NotSupportedException.java:32)
         at com.sapportals.wcm.repository.manager.entrypoints.EntryPointsNamespaceManager.getContent(EntryPointsNamespaceManager.java:308)
         at com.sapportals.wcm.repository.ContentImpl.internalGetContent(ContentImpl.java:328)
         at com.sapportals.wcm.repository.ContentImpl.<init>(ContentImpl.java:84)
         at com.sapportals.wcm.repository.ResourceImpl.internalGetContent(ResourceImpl.java:3075)
         at com.sapportals.wcm.repository.ResourceImpl.getContent(ResourceImpl.java:1161)
         at com.sapportals.wcm.repository.ResourceImpl.getContent(ResourceImpl.java:1125)
         at com.sapportals.wcm.rendering.uicommand.cm.UIPreviewCommand.raisesEvent(UIPreviewCommand.java:126)
         at com.sapportals.wcm.rendering.uicommand.AbstractUIMenu.renderHoverMenu(AbstractUIMenu.java:130)
         at com.sapportals.wcm.rendering.uicommand.UIMenuBar.renderMenu(UIMenuBar.java:74)
         at com.sapportals.wcm.rendering.uicommand.UIMenuFactory.getRenderMenu(UIMenuFactory.java:145)
         at com.sapportals.wcm.rendering.control.cm.MenuBarControl.render(MenuBarControl.java:244)
         at com.sapportals.wdf.layout.HorizontalLayout.renderControls(HorizontalLayout.java:42)
         at com.sapportals.wdf.stack.Pane.render(Pane.java:155)
         at com.sapportals.wdf.stack.PaneStack.render(PaneStack.java:73)
         at com.sapportals.wdf.layout.HorizontalLayout.renderPanes(HorizontalLayout.java:73)
         at com.sapportals.wcm.control.layout.HorizontalGroupLayout.renderPanes(HorizontalGroupLayout.java:49)
         at com.sapportals.wdf.stack.Pane.render(Pane.java:158)
         at com.sapportals.wdf.stack.PaneStack.render(PaneStack.java:73)
         at com.sapportals.wdf.WdfCompositeController.internalRender(WdfCompositeController.java:697)
         at com.sapportals.wdf.WdfCompositeController.buildComposition(WdfCompositeController.java:665)
         at com.sapportals.htmlb.AbstractCompositeComponent.preRender(AbstractCompositeComponent.java:33)
         at com.sapportals.htmlb.Container.preRender(Container.java:120)
         at com.sapportals.htmlb.Container.preRender(Container.java:120)
         at com.sapportals.htmlb.Container.preRender(Container.java:120)
         at com.sapportals.portal.htmlb.PrtContext.render(PrtContext.java:414)
         at com.sapportals.htmlb.page.DynPage.doOutput(DynPage.java:237)
         at com.sapportals.wcm.portal.component.base.KMControllerDynPage.doOutput(KMControllerDynPage.java:130)
         at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:129)
         at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:134)
         at com.sapportals.wcm.portal.component.base.ControllerComponent.doContent(ControllerComponent.java:77)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:545)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:160)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)

    Hi,
            I guess the problem is with the repository manager configuration. A repository with name "documents" is created automatically and assigned to a repository manager and this manager will determine all the settings. If you want to create any thing under system root, you have to define it as repository, create a repository manager (configure it) and assign your repository to it.
    Consider awarding points if it helps...
    Regards
    Ramesh Kotagiri

  • I am an absolute newcomer to Lightroom.  I have downloaded images from camera (OMD EM1) and divided them into folders.  Some folders work ok in Develop mode.  With other folders I get the words "This file could not be found".  What should I do

    As an absolute newcomer to Lightroom 5 I have downloaded images direct from camera (IOlympus EM-1) and divided them into folders. When I go into Develop mode, some folders can be developed ok , but with images from two other folders I get the message "This file could not be found".  What should I do?

    may i suggest opening the files in Olymous Viewer 3  and exporting them (you can do some editing there if you wish or not) asTIFF files. After that you can import the new files into LR. LR seems to like tiiff more than .orf files 
    The advantage to using OV3 is that it seems to do a much better job converting RAW EM1 files. Colors are more accurate ( my red flower pot turned orange when loaded directly into lightroom)
    . The tiff files just LOOK better in LR  after the conversion . there is a youtube on this subject and when i tried it myself i was impressed 

  • Bridge CC constantly re-caching some folders (again).

    My new Bridge CC on Win 7 is repeatedly re-caching thumbnails on some folders. Not all folders, just some, and that is my mystery. I have been doing extensive tests and yet can't determine what it is about some folders or their contents that cause a constant re-cache.
    Would like to know if anyone else is seeing a re-caching problem with Bridge CC, and if you have a clue why?
    I have tried all the usual suspects, short of a complete re-install. I've updated, I've trashed preferences, I've tried many different image folders and contents. I've set my cache size to the max and put it on a disk with tons of room.  I've completely deleted the cache and started over. Can't find any rhyme or reason.
    This problem is similar to one I and several other people had with CS6 many months ago.
    http://forums.adobe.com/thread/1024624?start=0&tstart=0
    http://forums.adobe.com/thread/1007560
    Different people reported different causes and cures. In my case, the cause was the presence of layered TIF files in a folder. Disabling TIF support made it go away.  The final cure for me was the last update to CS6 Bridge.
    But my current CC Bridge cache problem is not the same. Layered TIFs are definitely not the cause. It appears to happen only on folders with raw files, but not all of them. It does not happen on different folders containing tif or jpeg versions of the same files. Something is making Bridge think the files in a folder have changed when, in fact, they have not.

    I have less sympathy. The bug has been documented for several years, and no one seems to have taken ownership of the problem. As it only affects Bridge, it appears to automatically become very low priority. The only reason the first bug was fixed was because I isolated the cause and then badgered Adobe. So, I reckon the only way to get the second bug fixed is if us users can find a way to recreate the symptoms reliably.
    I have about 40,000 images in scores of folders, organised by century, year and month-date. I'd say more than 3/4 of the folders are unaffected by the bug. The folders that are affected tend to regenerate up to 3/4 of the thumbnails. Clearing the cache for the folder can sometimes reduce this fraction. As you noted, copying them to a new location can remove the problem, but this is not necessarily permanent, and it often returns. Simply copying the files to another computer doesn't work. It seems to be a problem with the cache and the Bridge database.
    I've spent several hours trying to diagnose the criteria which triggers the bug. The ONLY thing which seemed to help was to untick the "Enable Lens Profile Corrections" box. It killed the repeats dead on my system. My guess is that this bug is more likely to affect people to change Camera Raw defaults to enable this feature and process most or all of their images, as they will have a very high percentage of thumbnails subject to LPCs in every folder. Like the 6.1 bug, the 7.3 bug probably needs some other condition to trigger the cache discrepancy which causes the regeneration.
    So, my workaround was to remove LPC from all of my non-shortlisted images, and from Camera Raw defaults. Now, I only use LPC on my best images, and only if necessary. It seems to have cut down the drain on resources, but the better my photos, the more work Bridge must do! ;-)

  • Lion Server network accounts not working on some computers.

    Hello all -
    I'm currently having an issue with network accounts working on some Macs but not others. I have a Mac Mini and a MacBook Pro. The Mac Mini works fine and I can login and sync my network account with the server just fine. However, I cannot connect to it from my MBP.
    When I try and connect I get an error that says "You are unable to log in to the user account "xxxx" at this time. Logging in to the account failed because an error occurred."
    If I login through console (by typing in ">console" in the username field) I get an error that says the user does not have a home directory...
    I have searched numourous other forums but I have not found a solution that seems to solve this problem. I have unbound and re-bound my client to the open directory and I have restarted file sharing. Neither has solved the problem. I have a feeling the issue originates somewhere on the MBP since I can log in to the Mac Mini without any problems.
    Anymore suggestions?

    Thanks for your suggestion, SolidWood. Unfortunately it didn't help.
    After a 90 minute phone call with AppleCare, this issue has finally been resolved. Here is what the solution was. Turns out it was pretty simple but it took a while to find it.
    First we created a test user and left the home folder set to Local Only in the Server App. I was successfully able to login with the test user on both clients but since there were no mobility preferences set, it was pretty basic.
    Then, we removed the Users sharepoint from file sharing, turned off file sharing to disconnect any users, and restarted the server. Then we created a new folder on the Server HD with a random name. We chose Darron. We created a new sharepoint in file sharing (with it still turned off), and shared the new folder called Darron. Double click on the sharepoint and scroll to the bottom and check the box that says "Make available for home directories over AFP". Then we restarted file sharing.
    Then we opened Workgroup Manager, clicked on the problem user in the left sidebar, clicked on the Home option at the top, and there were three things listed:
         (None)
         afp://servername.com/Users
         afp://servername.com/Darron
    Then we removed the Darron sharepoint from file sharing, and found that it was still listed as a home directory under the problem user.
    This was the root of the problem. The system didn't know which path to use as the home directory.
    Sooooo...
    In the server app, we opened the Directory Utility (Tools in the menubar, Directory Utility). Clicked on Directory Editor. Authenticate to the directory using the diradmin login. Changed view settings to match this below:
    In the left column, there were two paths listed for home mounts. We deleted both of them, saved changes, and closed directory editor.
    Then, we restarted workgroup manager and both paths had been deleted from the users home listings. This was begining to solve the problem.
    In the Server App, we recreated the users sharepoint, made it available for home directories, and restarted file sharing and workgroup manager. Now only one path is listed for the home folder for all the users.
    This solved my problem of not being able to login on the MBP. The system synced the home folder and all was well. On the Mac Mini, I had to delete the problem account, un-bind from the network server, re-bind, and recreate the account. Now both clients are sycning perfectly and all is well.
    Thank God I bought AppleCare! Thanks to everyone else for their help and suggestions.
    As a recap, the problem of not being able to login to the MacBook Pro was caused by having multiple paths to the multiple home folders. These rogue paths were added somewhere in the troubleshooting process to try and recreate the home directories before I called AppleCare. To solve this, we had to remove the directory listings from accounts using Directory Editor, remove and recreate the users sharepoint in file sharing. The syncing problem on the Mac Mini was also created when multiple paths were introduced. The system didn't know which files to use.
    Taylor

  • I have shared some folders and trying to connect from my android

    i have shared some folders and trying to connect from my android(using esf file manager) and when I want to connect it asks my user name and password. Where can i find them on mac?
    i have tried to enter my mbp name and my password but it doesn't work.

    You need to ask Apple to reset your security questions; ways of contacting them include clicking here and picking a method for your country, and filling out and submitting this form.
    (96550)

  • "Date Added" values changed to be identical in some folders

    Hi,
    I normally sort my work files (mostly .ppts) by "date added" to help me keep track, this usually works fine. I have the date added column showing in Finder and set the Folder Options to sort by date added.
    I noticed today that in some folders (but not all) the date added value has been re-set by the system to be a random date (eg 30 Jan 2015 15:28 for one folder), and the date and time added is the exact same for all the files. Obviously this means I can't sort them anymore. I was wondering why this has happened and if it can be fixed as it's a really annoying and potentially serious issue.
    Running Yosemite 10.10.2 on a mid-2012 MBP.
    Thanks

    Hi Subha,
    You can assing default values to the Variables...Fiscal Year2008; Version100...etc. so that the user need not input all the variables.
    I am not sure whether you can assign a function--"on selection" of variables.  For better control It would be prudent to advise users to execute a function (if need be embed a SAVE function with in the sequence) on press of a button.
    Regards
    Srinivas

  • Odd Error with Fireworks not seeing some folders or files

    I have just updated to OS X 10.5.1 running on a Mac Pro 2x
    2.66Ghz dual-core Intel Xeon with 5gb of memory.
    I have been using CS3 for some time now on OS X 10.4 with no
    problems. After the upgrade I now can't see some folders and files
    via Fireworks. Even files I have just worked on in Fireworks and
    saved to a folder. I then try and re-open them by looking in the
    folder I just saved the file to but it's not there. If I look with
    Finder or any other Adobe program I can see it without any
    problems.
    Has anyone come across this problem before?

    Tom,
    It appears that in the past few days you have not received a response to your posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at http://support.novell.com in both the "free product support" and "paid product support" drop down boxes.
    - You could also try posting your message again. Make sure it is posted in the correct newsgroup. (http://support.novell.com/forums)
    If this is a reply to a duplicate posting, please ignore and accept our apologies and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Hi All, I recently bought a Mac Book Pro and transferred all my photos from my hard drive onto the Mac. I realised that there were some folders which didn't have the camera information embedded in the files and these files refuse to open on iPhoto. HELP!!

    Hi All, I recently bought a Mac Book Pro and transferred all my photos from my hard drive onto the Mac. I realised that there were some folders which didn't have the camera information embedded in the files and these files refuse to open on iPhoto. I know that the folders that have the problem were not transferred to the hard drive via a photo transfer application (I have a Canon camera) but I simply copied them out of the photo card and onto my old PC.
    Is there some way I can open these pictures on my Mac? They work fine on a PC.

    Thanks for your reply.
    The files don't open in preview either. In preview I get the error message 'The file "xxxx_xxx.jpg" could not be opened. It may be damaged or use a file format that Preview doesn't recognize'. The folders with these un-openable pictures do not even get imported into iPhoto. When I try to import them I get an error message about the files being unreadable.
    The color profile information on the un-openable files is not visible but I see that all the other files from my old drive are RGB.

  • I can't open some folders anymore

    Hi everyone
    Since some couple of months, i can't open some folders on my macbook air and pro anymore. when I try to open some folders, than every icon disappears, and I am at the some place I was before. The folders exist, because when I try to open some files from the search bar, it works, but I can search the files into the folder!
    Did anyone have a similar problem?
    tx

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Step 1
    For this step, the title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.
    In the top right corner of the Console window, there's a search box labeled Filter. Initially the words "String Matching" are shown in that box. Enter the name of the crashed application or process (Finder). For example, if iTunes crashed, you would enter "iTunes" (without the quotes.)
    Each message in the log begins with the date and time when it was entered. Select the messages from the time of the last crash, if any. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    ☞ The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    ☞ Some private information, such as your name, may appear in the log. Anonymize before posting.
    Step 2
    In the Console window, select
              DIAGNOSTIC AND USAGE INFORMATION ▹ User Diagnostic Reports
    (not Diagnostic and Usage Messages) from the log list on the left. There is a disclosure triangle to the left of the list item. If the triangle is pointing to the right, click it so that it points down. You'll see a list of crash reports. The name of each report starts with the name of the process, and ends with ".crash". Select the most recent report related to the process in question. The contents of the report will appear on the right. Use copy and paste to post the entire contents—the text, not a screenshot.
    I know the report is long, maybe several hundred lines. Please post all of it anyway.
    If you don't see any reports listed, but you know there was a crash, you may have chosen Diagnostic and Usage Messages from the log list. Choose DIAGNOSTIC AND USAGE INFORMATION instead.
    In the interest of privacy, I suggest that, before posting, you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if it’s present (it may not be.)
    Please don’t post other kinds of diagnostic report—they're very long and rarely helpful.

  • Executable jar won't work under some directories

    I don't know how this works under windows:
    The executable jar file I have created will work in some directory locations but not others.
    I had moved it to some folder and it stopped working. I moved it back to where it was before and
    it worked. What I discovered was that it would work in folders that had no spaces in their names.
    For example it would wouldn't work under 'My Documents'. Is this common?

    I wouldn't say "common" but it does happen. There are known bugs in the java.io.File object when it tries to deal with filenames containing spaces. (I just ran into one of them myself last week.)
    You may be able to fix your code to deal with whatever problem you are having. It's embarrassing to have to distribute an application saying "Don't put this in a directory with a space in its name" but I've installed software from a large company (one whose name is three initials) with just that statement in the installation instructions.
    PC&#178;

  • The background of some folders becomes completely black

    I work with the latest version of Ios7. When I move through the different screens, sometimes the background of some folders becomes completely black. I have screenshots to Demosthenes this. Why this happens? and what solution do you have?

    I thought that too but the IE9 setting wasn't the issue because I could view the excel services charts and etc...from my development farm without issues. 
    SOLUTION: 
    Stopped the Excel Calculation Service
    Started the Excel Calculation Service
    Excel Calculation Service status showed Started; however, the excel services pages showed errors
    Ran powershell get-spserviceinstance -server myserver and saw that the Excel Service was listed as disabled
    Copied the GUID number for the Excel Calculation Service
    Ran powershell start-spserviceinstance <GUID>
    The service then started backup and the black background was gone!  :)
    Although its fixed I still do not understand what caused this issue (which wil drive me nuts).  I hope this solution can help someone else.  Very weird error.
    Jennifer Knight (MCITP, MCPD)

  • After transfer some folders have 3 versions

    I transfered my photos from PC to a new iMac using a network cable(17GB).
    Some folders now have three versions with dates as a sub-name. Instead of dates: Large, Medium and Small. Same images only different in size.
    Other folders go by: Large, slides, thumbnalis..with dates in a smaller font underneath.
    I also had some folders with dates messed up. I did "Rebuild", dates are fixed.
    I don't know if another "Rebuild" will fix it.
    maybe it's better if I delete all the photos and transfer the images again using a USB Flash Drive ?
    Should I delete the whole Library folder or to use "select all" inside the library and then delete ?
    Thanks!

    zetaL:
    Did you copy the photos directly from the PC into iPhoto? Since you still have them on the PC try the following:
    1 - delete the current library package from the Pictures folder.
    2 - create a new library.
    3 - copy your photos to the Desktop first. I assume they are in multiple folders, right? Then create a new folder on the Desktop and copy the folders from the PC into it.
    4 - check the permissions on the photos by selecting one and typing Command+i. Make sure you are the owner with read and write access.
    5 - now drag the folders containing the photos into the open iPhoto window. At first, just do one at a time to check how the import is doing. Once you've determined that the imports are going correctly and you get the option to eliminate duplicates you can drag multiple folders into iPhoto's window.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • Some folders periodically 'dissapear'

    I have a user who comes to me 2 or three times a week saying that her shortcuts aren't working.  This has only been happening over the last month or two.
    After some investigation it turns out that Windows explorer isn't displaying the entire contents of some folders on our file server.
    As an example for one of the folder shares on the file server the directory listing as it appears to me and every other user and computer is as follows
    04/01/2011  15:31            90,112 2009 Employee time in department.xls
    04/07/2012  11:19    <DIR>          Appraisal forms
    12/01/2012  16:37    <DIR>          Audiologist records
    22/05/2013  16:37    <DIR>          Calibration
    22/10/2012  15:10    <DIR>          Chemical tests - info
    08/12/2010  17:32    <DIR>          Committee
    17/04/2013  16:13    <DIR>          Comms - EHH
    26/07/2012  13:33    <DIR>          Customer
    08/05/2013  11:56    <DIR>          DfT - General
    23/05/2013  14:06            17,408 Documents to issue.xls
    15/11/2011  17:00    <DIR>          Enquiries
    28/05/2013  16:47    <DIR>          Equipment Booking
    28/05/2013  09:11         1,194,496 Equipment fault & breakdown log.xls
    10/01/2013  12:14    <DIR>          Equipment Logs
    22/05/2013  16:30    <DIR>          Equipment Records
    28/05/2013  11:50    <DIR>          Humidity Survey
    17/04/2013  14:38    <DIR>          Interlaboratory trials
    28/05/2013  15:54    <DIR>          Job Numbers
    22/03/2013  12:09    <DIR>          Job Records
    10/12/2009  15:16    <DIR>          Labels
    24/05/2013  15:55    <DIR>          NIRU
    10/12/2012  11:00    <DIR>          Photograph
    29/05/2013  08:10                 0 print.txt
    09/06/2009  08:04    <DIR>          Projects
    31/10/2011  14:59    <DIR>          PSDB Documents
    17/04/2013  12:11    <DIR>          Quotes
    28/05/2013  16:37    <DIR>          Reports
    26/04/2013  16:30    <DIR>          Shipping - DHL
    10/06/2009  08:36    <DIR>          Spectro files
    02/11/2012  12:43    <DIR>          Standard implementation
    20/05/2013  15:47    <DIR>          System development
    15/03/2013  16:10    <DIR>          Test subjects
    20/04/2010  15:18    <DIR>          Testpoint files
    27/07/2011  15:41    <DIR>          Training
    However my user only sees 
    17/04/2013  16:13    <DIR>          Comms - EHH
    22/03/2013  12:09    <DIR>          Job Records
    This type of behaviour continues through the folder structure.  Then after a while they all reappear.  I have managed to force them to reappear by logging off and on again.
    The workstation is Windows 7 x32, the server is running Server 2003 R2 with active directory for authentication.
    The user is a member of the correct groups and the folder has the correct permissions set.

    Milos,  I'm not sure what you are getting at
    1)  What persistent parameter?  I have configured this workstation and profile exactly the same as every other workstation and profile on my site.
    2)  I have tried manually typing a valid path into the address bar within explorer and nothing happens.  It doesn't go there, and I don't get an error or even the rotating circle.  There is no mapping as such, our setup is relatively simple,
    we only have 30 users across 40 workstations.  On the file server we have about 30 folders that are all shared.  Within Active Directory we have a number of user groups denoting department.  Each shared folder has different permissions set for
    each group.  Within the example shown above all of the sub folders just inherit the permissions from the parent folder. 
    3)  I will give wireshark a go, however I don't know what I should be looking for.

  • Gmail on iphone~ losing some folders...

    My friend is using iphone 3gs to logon his gmail account,
    one day he woke up and found that some folders within the mail account is gone... e.g. draft and sent mail folders...
    Can anyone tell me how to fix this problem... thanks a lot~

    I have had this happen with my mobile me account. I added 2 accounts to Mail.app for my new website. My hosting company told me to add IMAP PREFIX = "INBOX". It took me a while to get those account working. I couldn't figure out if I should put the prefix under my Main mobile me account or under the 2 new web accounts. I think once I put it under my Mobile Me account, it messed things up. So now I know longer see all of my folders, i.e. Sent, Drafts, Trash and Junk. How can I recover this.
    I now just have the IMAP Prefix under the 2 new accounts and not my Mobile Me account. My 2 new accounts have Drafts, Junk, Sent and Trash!! Adding it back to Mobile Me account does not fix problem.
    Sorry Apocloud I don't have answer, but hopefully this will entice someone to respond.

Maybe you are looking for

  • Ms sql server linked server with OraOLEDB.Oracle provider session handling

    Hi everyone!! Here's my situation: I have a MS SQL Server 2008 R2 with a linked server to Oracle via OraOLEDB.Oracle provider. I use a .net application to open a connection to my sql-server, execute a select that collects data through the linked-serv

  • NLB detected duplicate cluster subnets - Exchange Server 2010 SP3 CU5

    Hi All, I will explain the environment first,  there are: -Two HUB/CAS servers (WNLB)     --HUBCAS01     --HUBCAS02 -Two Mailbox servers (Failover Clustering)     --MAILBOX01     --MAILBOX02 *All servers are updated to Exchange Server 2010 SP3 CU5. T

  • MWVS- Time Independent condition

    Hi, We are using MWVS condition type which is time independent condition for Input tax, now the requirement is percentage in this conditon is going to be changed form a future date. then how to bring in condition value baesd on time period. Thanks, K

  • Signing PDFs on Pocket PC

    Hello, is it possible to sign PDF on Pocket PC with Windows Mobile 5 and Reader? I know i need Reader Extension, but it looks like Signature Field on Pocket PC are simply missing (i reader extended the form). Does anyone done something similar ? Łuka

  • All ringtones are the same, can't change back?? HELP!

    I just noticed that all my ringtones are the same for everyone that calls in. I have downloaded a few music ringtones & also use some of the ones off iPhone itself but I never use "Marimba" & that's what all my calls are coming in as. What the heck??