My files no longer sort properly - files beginning with AEIOU come before

My files no longer sort properly - files beginning with AEIOU come first after numbers and special characters, then letters H, K, M-N, P, W, B-D and so on. I click on the column header again and it reverses the sort, but still messed up. This convoluted sort appears in all views. All the letters are grouped together, so all the "a"s, "e"s, etc are being sorted by some algorithm, but it's not alphabetical. I noticed it after installation of Snow Leopard, but it could have been that way before. I did a wipe and load and just imported user settings from Time Machine afterwards. Any suggestions on how I can fix this?

Usually, it is (1) a preference file located here
<user home folder>/Library/Preferences/
In this case, the problem is not just Finder if it also happens in Mail. Unfortunately, there are a lot of preference files.
Or it is (2) a background process that runs when you log in to your account. If it is something that starts automatically, it may be one of your Login Items. You can look at System Preferences Accounts pane +Login Items+ tab. That list shows processes that run when you log in to that account. If you see anything that you no longer need, you should remove it. Look for anything there that might, for whatever reason, change the alphabetical sort order.
Make sure English is selected as language in System Preferences +Language & Text+ pane. It seem improbable that it would not be, but I just noticed there is a setting at the bottom of that pane that says +Order of sorted lists+. Does that have something other than English ?

Similar Messages

  • Can No Longer Sort New Files By Date!

    Whenever I download new files and try to access them in finder by sorting by ANY of the date related fields, the new files always show up under "No Date" making them a pain to access. WHY???
    Most other files show up in the different categories "Yesterday", "1 Week ago", "More than 30 days ago" etc. But always my new files show up in "No Date" and I have to scroll down and search for them instead of seeing them at the top of the list! Why???
    I tried sorting by all of the date related fields... Date Added, Date Created, Date Modified, Date Opened...none of them work.

    phoenix1887 wrote:
    Even with screenshots for example. I can take screen shots and the files always show up in "No Date". If I sort by "Date Added", "Date Created", or even open the files and/or modify them and then sort by one of those dates they should show up at the top of the list but they always show up in "No date"
    Try trashing you Finder preferences and restart.
    Cheers
    Pete

  • Renaming NEF file no longer changes JPG file automatically (NOT BATCH RENAMING)

    For the last year I have been able to select a file in Bridge under the 'Content' tab and in renaming an individual NEF file, Bridge would automatically change the corresponding JPG for me. Suddenly it no longer works and I have to change each file independently. Batch renaming still works fine, but I don't want to use that every time, as that is a bit conveluded to change one letter/number in the file.
    Not sure if it was an update that changed something since the updates are automatic. I'm not finding anything in the 'Preferences' or any other area to change the setting back. How do I get it back to the way it was???

    Hi Don, and a warm welcome to the forums!
    Could be many things, we should start with this...
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair. Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)
    If perchance you can't find your install Disc, at least try it from the Safe Boot part onward.

  • File and bubble sort problem

    hey, I'm in a bit of a pickle.
    I'm trying to read from a file then bubble sort the file then write that to another file. Any suggestions how I can go about this. I've managed to read from the file, but have no idea how to bubble sort it.
    Any useful suggestions would be appreaciated

    Find the code below to read the numbers from nonsorted.txt frile in d: Drive and outputs the sorted into sorted.txt
    import java.io.DataInputStream;
    import java.io.FileInputStream;
    import java.io.FileOutputStream;
    import java.io.PrintStream;
    import java.util.ArrayList;
    import java.util.StringTokenizer;
    public class BubbleSort {
         static StringBuffer newFile;
         static String FileNamewithpath = "d:/nonsorted.txt";
         static String NewFileNamewithpath = "d:/sorted.txt";
         static ArrayList numberList;
          * @param args
              public static void main(String args[]) {
                   newFile = new StringBuffer();
                   numberList = new ArrayList<Integer>();
                   try {
                        FileInputStream fstream = new FileInputStream(FileNamewithpath);
                        DataInputStream in = new DataInputStream(fstream);
                        StringBuffer sb = new StringBuffer();
                        // there are still some left to read
                        while (in.available() != 0) {
                             getNumbers(in.readLine());
                        in.close();
                        System.out.println(numberList);
                        numberList =  bubbleSortElements(numberList);
                        for (int i =0; i< numberList.size(); i++) {
                             newFile.append(Integer.parseInt(""+numberList.get(i)) + " ");
                        FileOut();
                   } catch (Exception e) {
                        e.printStackTrace();
                        System.err.println("File input error");
              public static void getNumbers(String str) {
                   StringTokenizer st = new StringTokenizer(str);
                   int i =0;
                   while (st.hasMoreTokens()) {
                        String word = st.nextToken();
                        numberList.add(word);
                        i++;
                   //return null;
              public static void FileOut() {
                   FileOutputStream out; // declare a file output object
                   PrintStream p; // declare a print stream object
                   try {
                        out = new FileOutputStream(NewFileNamewithpath);
                        p = new PrintStream(out);
                        p.println(newFile);
                        p.close();
                   } catch (Exception e) {
                        System.err.println("Error writing to file");
         public static  ArrayList bubbleSortElements(ArrayList numList ){
         try {
              int tmp;
              for (int i=0; i<numList.size()-1; i++) {
                     for (int j=0; j<numList.size()-1-i; j++)
                       if (Integer.parseInt(""+numList.get(j+1)) < Integer.parseInt(""+numList.get(j))) {  /* compare the two neighbors */
                         tmp = Integer.parseInt(""+numList.get(j));         /* swap a[j] and a[j+1]      */
                         numList.set(j,numList.get(j+1));
                         numList.set(j+1,tmp);
         } catch(Exception e) {
              e.printStackTrace();
              return numList;
    }

  • How can I have uploaded pictures to iPhone or iPad be sorted by file name. Used to be able to based on their folders, but it no longer works and puts pictures in random order, I guess by date, which doesn't work for me. Need them by file name.

    Using windows. In the past I was able to have the picutres sorted in files and by file name and that is how they showed in the phone or pad. Not long ago one of the itune updates changed so it sorted by date and the the another update changed so it went by file name. Well when I got a new computer and updated itunes it won't load pictures in correct order. Is there an option I'm missing or is this an option that Apple should have for how you want pictures sorted?

    SELECT     datapoint,
               sub_total,
               section
    FROM       report_table
    WHERE      datapoint IN
                   (SELECT   datapoint
                    FROM     report_table
                    WHERE    section IN ('027', '038', '042', '044', '006', '008', '011', '022', '023')
                    AND      report_name = :selected_report_name
                    GROUP BY datapoint
                    HAVING SUM(CASE WHEN section IN ('027', '038', '042', '0440') THEN 1 ELSE 0 END)
                        <> SUM(CASE WHEN section IN ('008', '011', '022', '023') THEN 1 ELSE 0 END))
    ORDER BY   datapoint;

  • Dear ladies and gentlemen! I recently received on my notebook, operating system 8.1, the message "Adobe Acrobat is no longer working properly". I also found myself that I can copy from einerPDF file excerpts not without problems in another document. My Ad

    Dear ladies and gentlemen!
    I recently received on my notebook, operating system 8.1, the message "Adobe Acrobat is no longer working properly". I also found myself that I can copy from einerPDF file excerpts not without problems in another document. My Adobe Acrobat 9 Pro has released version 9.0.0. Two updates this version is not listed. Please inform me how I can fix this problem.
    Sincerely, Walter Hacksteiner
    mailto: [email protected]

    The first thing I would try is to update Acrobat 9 to the latest version 9.5.5
    The next thing would be to run Acrobat 9 in Windows 7 or Vista or XP Compatibility Mode.

  • Can no longer sort RAW with JPG files together by capture date.

    Suddenly I can no longer sort  JPG and RAW files together by capture date. I have two Canon SLR's shooting in RAW and one Canon point an shoot shooting in JPG and want to collate the photos in LR4, which I was able to do up to now. I cannot find out what I did to make this happen or correct it in LR preferences. Any solutions?
    JimB.

    View->Sort->Capture Time

  • Old files with a large number of comments no longer work properly in either Adobe Acrobat DC or or Acrobat Reader

    I made a series of interactive ebooks wiith Adobe Acrobat Pro. They worked fine in the old Adobe Reader. But now the commenting feature does not work properly either in Adobe Reader DC or Adobe Acrobat DC.  When I open the comments, everything slows down or else I get blank pages. The tools are not usable. There seems to be some compatibility issue between what was done in these books with the commenting tools and the new applications. Has anybody experienced the same?

    Hi Anubha,
    Thanks for your reply. With the new Acrobat Reader DC, I have the same problem on two computers, one with Windows 7 and one with Windows 8.1. I downloaded a trial version of Adobe Acrobat DC on the computer with 8,1. Then I found out that I had the same problem with Acrobat DC as I did with Reader DC.
    I made these e-books with Acrobat Adobe Pro 11. I never had a problem with Pro 11 or with previous Readers. Also I have sent these e-books out to other people who had Reader 11 and they had no problems. Now it seems that the books are not usable – at least in the fullest way -- for me or for anyone else using the latest version of Reader.
    Any help would be appreciated. I have put a lot of work into these e-books.
    De : Anubha Goel 
    Envoyé : April-21-15 12:47 AM
    À : michael jaegermeister
    Objet : You have been mentioned by Anubha Goel in Re: old files with a large number of comments no longer work properly in either Adobe Acrobat DC or or Acrobat Reader in Adobe Community
    You have been mentioned
    by Anubha Goel <https://forums.adobe.com/people/Anubha+Goel?et=notification.mention>  in Re: old files with a large number of comments no longer work properly in either Adobe Acrobat DC or or Acrobat Reader in Adobe Community - View Anubha Goel's reference to you <https://forums.adobe.com/message/7456900?et=notification.mention#7456900>

  • Virtual Copies, Stacking & Sort by File Name

    The scenario is as follows...
    I create a Virtual Copy of an image (Original & VC automatically stacked)
    The file is sorted based on the File Name of the Original file.
    I now move the Virtual Copy to the top of the stack.
    The file has been moved to the very beginning of the sort list!!!???
    Sort by File Name no longer works as expected even though the VC and the Original have the same file name.
    This behaviour is the same whether the stack is collapsed or expanded.
    File returns to correctly ordered sort position when Original is moved back to the top of the stack.
    Does anybody have an explanation for this?

    Where do I submit Lightroom bug reports?
    http://www.adobe.com/support/photoshoplightroom/
    Click on "bug and feature request" near the bottom of the page.
    Sid
    The LightroomExtra home page is right here.

  • N200: Sorting of Files in Fol

    Dear Community!
    Does anybody here know which characters the N200 uses for the sorting of files in a folder?
    If I rename my files to 0-..., 02-... sorting works correctly, but with foobar-0-..., foobar-02-... I got a completely randomly sorted play order. Thus, I presume the player only takes the first n characters for sorting. But I would be interested in the value of n without having to do a lot of research work :-)
    Any ideas or experiences here?
    Best regards
    Christoph

    Hi!
    You're right, the n200 will play songs in the order of any numbers placed at the beginning of a filename. If there is no number at the beginning of a filename, then it will play the songs in alpabetical order by filename. eg 'foobar-09' will be played before 'zoobar-0' regardless of numbers, but '09_foobar' will be played after '0_zoobar' because of the number at the beginning of the filename. I don't know if n has any finite value, just that numbering will only work as long as it precedes any letters, or the player will revert to alphabetical ordering.
    I have a tip though (although you might already know it!):
    To quickly rearrange and order your tracks without having to rename each file yourself, go to 'my computer' and open 'muvo n200 media explorer'. This displays the contents of your player. Click on the folder you wish to order, and then click on the icon on the toolbar that looks like an A above a Z with a downward pointing arrow. The tracks are then displayed in a list, and you can use the up and down arrows to put them in your desired order. Click 'OK' and all the filenames will then be preceded with the correct number. Eg: '00_zoobar', '009_foobar' etc, and will play in that order.
    x Flaneur
    Message Edited by flaneur on 04-28-2005 2:36 AM

  • Can no longer open Excel files.

    Whenever I try to open an Excel file, I get the message "The file name or path name no longer exists or the file that you are trying to open is the same as another that is read only."
    This is the same for all .xls files. I even get it if I try to create a new workbook. I have the files backed up on my iDisk, with iBackup, but restore fails. I can open them with Appleworks. I think that I may have lost a link between user/documents somehow. Can anyone please help?

    Generally if this happens the thing I have found to do is to quit the application and then restart the application by clicking on one of the files (like the ones in your documnets folder), not by starting the application and using the open command. Doing this immediately will usually solve the problem.
    This could also be an indication of some sort of file or disk corruption so I would recommend that you not only check the disk using Disk Utility from the CD but also checking your disk permissions just to be sure. Instructions for doing so can be found in steps one and two here: http://www.thexlab.com/faqs/repairprocess.html
    If the first two steps don't solve the problem then you might as well go to step three, otherwise stop with one and two.
    If you have backups and cannot get the files to open then your only other choice will be to restore from the backup copies. Either way I would make sure that my disk was healthy, by following the above noted steps, before doing the restore, otherwise you may corrupt the restored copy.
    Good Luck and let us know if this helps!!

  • .XMP files no longer appear as sidecars--how to clear metadata?

    Photoshop CS2 ver 9.0.2
    Bridge ver 1.0.4.6
    ACR ver 3.7
    eMac G4 800 MHz
    Mac OS X ver 10.4.9
    1 Meg RAM
    12 GB available disk space
    Bridge and Photoshop are set to save metadata in .XMP sidecar files, but sidecar files no longer appear. That is, up till a few days ago, .XMP files appeared when I opened raw files, but no longer. The drop-down menu is still set to save metadata in sidecar files.
    Cannot clear metadata in Bridge. I can select "Camera Raw Defaults" in ACR, but that doesn't clear cropping.
    1) How do I return already-stored metadata to .XMP files?
    2) How do I get PSCS2 to store future metadata as .XMP files?
    3) How do I clear metadata currently stored in ACR/PS database?
    4) What did I do to cause system to store metadata in ACR/PS database despite being set to save in sidecar files?
    Thanks.
    --HC

    Noel,
    Excellent point.  I have no idea.  Maybe this was only working for
    .PSDs/etc. (which contain the metadata embedded in the file itself[,
    right?]).  I may have been deluding myself this whole time.  It's
    possible that it never really worked the way I thought it did to begin with.
    But, more specifically, here's the current question:  If I have this
    file (which is a backup from long ago):
    J:\backup of M90\Documents and Settings\philipt\Application
    Data\Adobe\CameraRaw\Database
    ...assuming that drives are currently mapped (by drive letter) the same
    way they were when that backup was made), can I just replace the current
    file:
    C\Documents and Settings\philipt\Application Data\Adobe\CameraRaw\Database
    ...with the one from J: and expect it to work correctly?
    What's the worst that can happen if I do this?
    BTW, the file on J: is 2,569 Kb; the (new) one on C: is 2,754 Kb.  This
    doesn't seem to bode well, since the old one (J:) should have much, much
    more data in it (assuming that the "Database" file per se is where the
    metadata is stored): the older file has complex,
    multi-tiered data for 10s of 1000s of images.  "??"
    Thanks again for your willingness to help with this!!
    Aloha,
    -pt

  • IPhone photo/video library glitch - wrong file extensions, name shift, lost files etc [LONG story - sorry]

    I have a 5s running 7.0.4. and my computer is running Windows 8.1.
    We had a baby and my phone filled up fast with pictures and videos, so I decided to offload them onto my PC. I connected my phone to the usb port, and directly copied from the DCIM folder to my hard drive.
    Something happened during the first attempt, and the process was interrupted. So I went into each of the sub folders, and selected all files, and started the copy process again. I told the computer to skip any existing files.
    So all the file counts matched in each folder, and I figured it was safe to start deleting from my iPhone.
    On my hard drive, I separated all the MOV files into my Videos folder. But in Windows Explorer, the thumbnail view showed several MOV files with no thumbnail - just the generic icon.
    As I sorted my photos into various folders, I also noticed a lot of generic icons instead of thumbnails for the JPGs. I started to feel concerned that my files had become corrupt during the transfer. But then I noticed a PNG file that was a few hundred megabytes. This was odd, so I added the MOV extension to it. Sure enough, it was a video with the wrong extension.
    I renamed every PNG and JPG file that had no thumbnail to add the MOV extension. Every one was a video with the wrong file extension.
    Then I went to the video folder, and all the MOV files that had the generic icon were actually JPG files.
    Well I was just happy to see that the files were not corrupt.
    One more time before I deleted things from my iPhone, I did a spot check to see that the largest videos were on my hard drive. I found a few videos that were not copied over, despite the file counts having been accurate. So I copied the videos again, and compared file sizes and date/times when there was an overwrite prompt. Most were matches, but several were the same file name with different sizes and dates.
    I didn't know what was going on, but I just wanted to get the files on my computer. So I renamed my local copy where there was a name collision, and copied the videos. I deleted the videos from my phone as I went along.
    I felt pretty confident that I had all the files copied now, so I began mass deleting my photos.
    I went to the Photos app on the phone, and watched the thousands of pictures disappear, and the glorious free space grow on my phone.
    But wait... there was still 1 video in the Photos app. I thought I had gotten all the MOV files off the phone...
    I have a photo info app installed, so I was able to see the file name of the video. I searched for that file name in the DCIM subfolders, but the folder that had that series of files (the IMG_3000-3999 files) listed the files with that particular video skipped. It was clearly still on my phone, because I could play it.
    Then I noticed it was a 45 minute long video of my baby. About 5 GB. So I figured it must be due to the file size that it wasn't visible from explorer. (Can't explain why that would be, but M$ keeps changing crap too. I never freaking know what to expect from them either.)
    After having deleted all the jpg, png and mov files from the DCIM folder, there were still about 26 files in my camera roll on the iPhone. And I could still view the video.
    I decided I wasn't concerned about the photos, I just wanted to figure out how to get the video onto my computer.
    So I selected all the photos in the photo app (skipping the 1 remaining video) and tapped the trash can.
    Poof! One item remained, and it was one of the garbage photos. My video is GONE! ^#@*&#($^@Q&%( And no, I didn't fat-finger it. I was very careful to select the correct thumbnails.
    Looking back, I know that I should have just started the entire file copy process from scratch when funny stuff started happening like mismatched file names. But I am a sleep-deprived new mom and just wasn't thinking clearly. It would be nice if I could have used my file/directory compare program to check the iPhone against my laptop, but it is not compatible with devices, only removable drives.
    And no, I don't use iTunes. I stopped using iTunes years ago when it would randomly decide to delete contacts from my phone just because they didn't exist on my computer or some sh-- like that. I have always just manually synced all my stuff and have never had an issue like this. To say I am sad to lose that video is an understatement.
    I googled "iPhone undelete" and "iPhone data recovery" and downloaded a trial for one of the likely candidates. It turned up a bunch of garbage, but not my video.
    Anyways... I am wondering if anyone else has experienced this type of scenario? Has anybody identified what could cause this to happen? I would like to avoid this in the future. (I will avoid this type of loss, because I know now what I could have done differently to be more careful. But it would be nice if I didn't have to get all neurotic about checking 60GB of photos/videos side by side each time I copy them to my computer...)
    I have seen other threads on the forum here regarding corrupted libraries and such, but I am not sure this is the same thing.
    One suspicion I have is that it might have to do with the iPhoto app being installed on the phone. I can't articulate why I think that is worth considering. But when I looked at my Video folder, I ended up with many duplicate videos, and all the duplicated videos' file names were 2 numbers apart. As if all the file names got shifted at some point. Very strange.
    Thanks for listening to my rant. If anybody has an idea, I am interested. If anybody else has lost precious memories due to this, we should talk. If it is a widespread problem, maybe we can all get together and pound down Apple's door?
    As an aside: Why am I unable to select Apple Support Community to post this question to?

    In my case number of weird things happen whenever I try to copy pictures/videos from my iPhone from direct USB...
    1. JPG files are wrongly named as MOV and vice versa.
    2. I copy only folders but in addition files with no extension are copied in the main folder, very strange.
    3. Whenever I open one of the folders, strange icons like this () start appearing which cannot be copied even.
    Unfortunately I used to delete a lot of files with wrong extensions in the past because I never new they could be fixed.
    Apple should answer this!
    Note: I am using Windows 8.1 and use a direct USB cable without iTunes to copy the media files directly from My Computer.

  • Word File Takes Longer and Longer to Save

    I’ve been working daily on the same 100-page document for several months. I had no problems with the document under Word 2003. However, under Word 2010 the file grows in size over time, and saving the file takes longer and longer to the point where there
    are significant timeouts (Word is “not responding”) whenever an automatic save occurs. 
    I don't want to diable automatic saves because Word does crash for me on rare occasions, generally if I do something "too fast".
    I’ve found a workaround for the problem, and every three weeks or so after the automatic saves have become painfully long I copy the document to the clipboard (except for the last paragraph mark) and then I open a new document based on the relevant template
    and I paste the clipboard contents into the new document. I rename the old version of the document and the new version becomes the working version. This reduces the file size (currently around 1.4 MB) by about 150 KB and the problem goes away for another three
    weeks.
    Certain aspects of my situation are unusual, and these may or may not be relevant to the problem:
    At the end of each day I use (via a macro) the Review, Compare feature of Word to compare the document with the previous day’s version to allow me to reread any changes I made to it.
    I use various other macros for intelligent page-turning, resizing windows, smart Find, etc.
    I maintain the document as a DOC file (Word 97-2003 Compatibility Mode) because I need to share the document with an organization that requires this format.
    The document flips back and forth a few times between being a one-column and two-column document.
    The document has a table of contents on the last page.
    The headings in the document have embedded section and subsection numbers.
    The document has numerous embedded SEQ and cross-reference fields.
    The document has embedded EMF pictures that were generated by a non-Microsoft application.
    The long times to save the file and the temporary solution I’ve found to the problem suggest that some "junk" is accumulating “in” the last paragraph mark. This junk doesn't cause any operational errors, but it slows things down to the point where
    the auto-save times out and I temporarily get the distracting "not responding" message. It would be nice if Word could automatically eliminate the junk in the last paragraph mark so that I wouldn’t have to do it manually.
    Do you have any suggestions for how I might eliminate the problem?
    I'd be pleased to send a copy of the slow-saving file to a Microsoft Word programmer for diagnosis of the problem.
    I have up-to-date Windows 7 professional (64 bit) and Word 2010 14.0.6129.5000 (32 bit).
    Thanks for your help,
    Don Macnaughton

    I am experiencing exactly the same save issue, although I cannot use the suggestion of copying to a new document as I have allot of references within the same document and I'm scared that I'll loose them (or mess them up).
    It is nearly a year later, did you have any luck?
    Francois,
    I'm still experiencing the problem. However, I've now converted the document from a DOC to a DOCX, but that made no difference.  So every 18 or so days I copy all of the document into a new document except for the last paragraph mark
    and the problem goes away for another 18 or so days.  For my document this solution is fully reliable although it's less convenient because it's a little complicated and I worry I may make a mistake or some text may be lost in the transition.
    So I'm still looking for a solution to the problem. Is there anything unique about your document or your handling of the document that might be the cause of the problem?  Are you using macros, Compare Versions, switching back and forth between
    one and two columns, or anything else that is common to the features that I list in my first post in this thread?
    You might want to try my copying solution as a test while keeping your original document as the official version that you continue to work with.  You could then check the test document very carefully to see if my solution works with your
    document.  You might find that you can trust my solution (or you might not). 
    By the way, I make sure that the copy worked properly by doing a Compare Versions of the old and new documents.  (Surprisingly, sometimes the compare finds very minor differences between the two documents, but usually not.)
    If the problem really bothers you, you can hire Microsoft Support, although that will cost you some money.  If you do that, please let us know the outcome.
    Don Macnaughton

  • Outlook 2013 are not opening and showing pst files are not closed properly

    Hi
    Outlook 2007 has stopped working and showing close the program. Again,we re-started then outlook 2007 and it has opened and taken the backup of pst files in a separate hard drive.
    The pst file was repaired in scanpst.exe and again i have tried to put the pst file back in outlook 2007.It was hanging and suddenly i have uninstalled 2007 and started installing outlook 2013.
    2013 applications like word,excel,power point are opening and outlook 2013 are not able to open and showing pst files were not closed properly.
    Again i have un-installed and re-installed the outlook 2013.still we are not able to open the outlook.
    Need your support at the earliest to fix the issue.
    Thanks

    Hi,
    What's the .pst file used for? Archive? Or you set up a POP3 account and want to import the emails from the .pst file?
    Another question, you mentioned you installed Outlook 2013 and it didn't open either. Was this from the beginning right after you installed Outlook 2013, or after you did something such as create a new Profile, set up a new account and tried to import the
    .pst file?
    Kindly answer my questions so I can understand the situation better.
    I've seen some of this issue caused by the anti-malware software, check your anti-malware software to see if it's trying to interfere with Outlook - things like real time email checking can sometimes cause these kinds of problems. To troubleshoot, we can
    simply disable the anti-malware software temporarily to see the result.
    Regards,
    Melon Chen
    TechNet Community Support

Maybe you are looking for

  • Adobe Acrobat 9 Standard upgrade to Adobe Acrobat XI Professional

    Adobe Acrobat 9 Standard upgrade to Adobe Acrobat XI Professional Hello, I bougth today an Adobe Acrobat 9 Standard for Windows German lizence in Germany. How can I do the upgrade to Adobe Acrobat XI Professional for Windows German. I do not want to

  • HT4367 My Apple TV needs restoring following a failed update and iTunes won't pick it up?? Any ideas anyone - never had to link it to comp before

    Hi - my Apple TV had a failed up date and now I need to restore it. I have hard wired to my comp but iTunes's does not see to be picking it up? Just have the apple device blinking its light and comp timer is just going round? Any ideas anyone? Thanks

  • Photoshop scanned art, to Freehand file.

    How do I take photoshop scanned (JPEG, TIFF?) image and copy and paste it into a Freehand 10 document? Do I need a converter? what DO I need? help anyone that can help . . .appreciate it.   To explain more. . .I drew a small art logo, scanned it into

  • App store not functioning correctly.

    I am trying to connect to the app store on my ipad 2 version 6.0(10A403).  When I click on the featured tab all i get is a white screen. It never will load.  This goes for the search feature,(although it does display results in the drop down box but

  • LT06 HELP..........

    Sorry for not being clear.....my brain is confused and hurting trying to figure this WM stuff out. I will try again. Ok... I am trying to move 10,000 kg's of material from the UML-ZONE. Each item weighs 200 kg's. I need to get SU#'s for each item sep