Error Correction doesn't work

Using WIn Vista, AMD AM2 6000+
This is a fresh install (actually tried twice incase it was a problem with the Vista install). I can't load ANY cd with error correction on and with it off, I get skipps in the files.
iTunes version 7.3.1.3
It works great in XP

Using WIn Vista, AMD AM2 6000+
This is a fresh install (actually tried twice incase it was a problem with the Vista install). I can't load ANY cd with error correction on and with it off, I get skipps in the files.
iTunes version 7.3.1.3
It works great in XP

Similar Messages

  • Error mapping doesn't work for me. Plz Help!

    I have created a .war using deploytool and added "404, /WEB-INF/NoSuchPage.html" in the error mapping area in file refs on the right tabbed panes.
    When I deploy the war and test it, the error mapping doesn't work. The server still display the default 404 page to me.
    What is the problem?
    I do have checked the descriptor. It contains:
    <error-page>
    ������<error-code>404</error-code>
    ������<location>/WEB-INF/NoSuchPage.html</location>
    </error-page>
    Any help will be greatly appreciated!

    <?xml version="1.0" encoding="UTF-8" ?>
    <web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
    <display-name>WebApp</display-name>
    - <welcome-file-list>
    <welcome-file>login.html</welcome-file>
    </welcome-file-list>
    - <error-page>
    <error-code>404</error-code>
    <location>/Error.html</location>
    </error-page>
    <jsp-config />
    </web-app>
    This is a very simple war with no component and an error page is defined. But this doesn't work. When I type something like /loginnnn.htmllll, it doesn't give me the error page. That is my problem. Any idea???

  • Why custom logon error messages doesn't work in WAS 7.0, EP 7.0?

    I managed to get custom error messages in WAS 6.40 / EP 6.0.
    I'm using JAAS custom Login module for user authentication and from there different Login Exceptions are thrown.
    I have modified logon.par file to display different error messages like "Logon ID is empty", "Password is empty", "Your user ID or password could not be validated.  Please check and try again."
    When i copy the same code into my working environment i.e WAS 7.0 / EP 7.0, it doesn't work, message always was "User Authentication Failed". Do anyone knows the reason why i was like that?
    Can you please explain exactly when the custom login module gets executed after the user clicks on "Logon" Button.
    In logon.par file i have not seen any code to execute JAAS - custom logon module. PLease explain exact execution flow ..
    Thanks in advance ..
    MMK

    Your card reader might be finicky like mine. Figure out which device your card reader is at (from what I'm reading probably sdb), then attempt to mount /dev/sdb to any location. If your card reader is like mine, this mount will fail but you'll find you now magically have /dev/sdb1, /dev/sdb2, etc devices, which will successfully mount... oddness, but it "just works" so I'm happy
    Note that if you plug a card into a slot that is to the kernel, for example, /dev/sda2, then try to mount /dev/sda1, this will (obviously) fail, so be sure to try mounting all the devices that magically appear (if any do).
    -dav7

  • Photoshop PlugIn error installation doesn't work !

    Download a PlugIn for Adobe Photoshop, in description stand PS CC / CS6 but Plugin doesn't work with CS6 ... error message coming: Photoshop 13,0 or newer need, my actually version is 13.06 but every try the error messager is coming.
    The app is "Beauty Retouching Kit"

    When booted from the Tiger DVD, open Disk Utility from one of the menues at the top. Check that your iMac's hard drive is healthy (don't repair permisssions, but repair disk).
    Exactly when does the system freeze? Do you get to choose any install options, like archive and install? When upgrading from 10.2.8 to 10.4, you should do an Archive and Install.
    Check out the following thread for tips about upgrading Mac OS X:
    http://discussions.apple.com/thread.jspa?messageID=607363
    Good luck

  • XML Error Handling doesn't work as expected

    Hi there,
    we are doing some syncronization szenarios between CRM 5.0 and a legacy system via XI.
    One szenario is an asynchronous XML syncronisation. As there are database locks the messages are errornous and turn to system failure - restartable (red flag). To be seen in SXMB_MONI.
    Regarding to weblog /people/sap.user72/blog/2005/11/29/xi-how-to-re-process-failed-xi-messages-automatically I configuered the CRM middleware with IS_Retry and also scheduled a job for report RSXMB_RESTART_MESSAGES.
    That worked fine until yesterday our synchronous XML szenario dumped and produced errornous messages type system failure - not restartable (red dot). Since then the IS_Restart doesn't work anymore.
    I've no idea how to handle theese messages. It seems they are preventing IS_Retry from working. If there are red flagged messages I can process them manually or with report RSXMB_RESTART_MESSAGES. But they are not automatically re-processed via IS_Retry.
    I also checked the queues and they look fine in smq2. There are no stucked queues.
    Does anyone have any idea what is going wrong and how I can fix this issue? I could schedule the report to work more than once a day as it is at the moment (night job), but IS_Retry option would be the better szenario.
    Thanks a lot in advance.
    kind regards
    Michael

    Hello Suraj,
    the error log in SXI_MONITOR tells me that the sender/receiver realtion couldn't be found, due to XI had a downtime.
    On Audit log from Message Monitoring on adapter engine I don't have permission, as I am working only on the CRM.
    But i was able to deal with the errornous XML. The deletion job in sxmb_adm (rsmb_delete_messages) with the parameter PERSIST_DURATION_ERROR with Subparameter SYNC Value 1 has removed them from the system.
    According to forum deletion of unprocessed xml messages
    But I still don't know why IS_Retry doesn't work anymore.
    Kind regards
    Michael

  • No Compiling Error but doesn't work

    import java.awt.*;
    import java.awt.geom.*;
    import java.awt.event.*;
    import java.applet.*;
    public class javacw extends Applet implements KeyListener, Runnable
         Area pandaArea;
         Graphics2D g2d;
         // Providing coordinate control for the Panda
         int pandax=20, panday=50;
         // Animation condition. True = animate, False = static.
         boolean pandabool=false, laidOut=false;
         boolean left;
         boolean right;
         boolean up;
         boolean down;
    Thread animThread;
    Dimension offDimension;          // Defines an offscreen Dimension
    Image offImage;                    // Defines an offscreen Image
    Graphics offGraphics;          // Defines an offscreen Graphics
         Image panda;                    // Defines an Image object for panda
         public void init() {
              // Set the layout of the applet to null
              setLayout(null);
              panda = getImage(getCodeBase(), "panda.gif");
              public void keyTyped(KeyEvent event){}
              public void keyPressed(KeyEvent event)
                   if (event.getKeyCode() == KeyEvent.VK_LEFT) left = true;
                   if (event.getKeyCode() == KeyEvent.VK_RIGHT) right = true;
                   if (event.getKeyCode() == KeyEvent.VK_DOWN) down = true;
                   if (event.getKeyCode() == KeyEvent.VK_UP) up = true;
                   repaint();
              public void keyReleased(KeyEvent e)
                   if (e.getKeyCode() == KeyEvent.VK_LEFT) left = false;
                   if (e.getKeyCode() == KeyEvent.VK_RIGHT) right = false;
                   if (e.getKeyCode() == KeyEvent.VK_UP) up = false;
                   if (e.getKeyCode() == KeyEvent.VK_DOWN) down = false;
                   repaint();
    public void start()
              // Make sure the thread hasn already been created
         if (animThread == null) {
         animThread = new Thread(this, "anim");
         animThread.start();
    public void run() {
              // Create a current thread.
              Thread myThread = Thread.currentThread();
         // As long as the thread is created, keep redrawing the
         // canvas and then pausing for 10 miliseconds.
         while (animThread == myThread) {
                   repaint();
         try {
              Thread.sleep(10);
         } catch (InterruptedException e){}
    public void paint(Graphics g) {
              if (offImage != null) {
              g.drawImage(offImage, 0, 0, null);
         // Overide the update() method
    public void update(Graphics g) {
              Dimension d = getSize();
              // Create the offscreen graphics context
              if ((offGraphics == null)
              || (d.width != offDimension.width)
              || (d.height != offDimension.height)) {
              offDimension = d;
              offImage = createImage(d.width, d.height);
              offGraphics = offImage.getGraphics();
              // Erase the previous image
              offGraphics.setColor(getBackground());
              offGraphics.fillRect(0, 0, d.width, d.height);
              offGraphics.setColor(Color.black);
              paintFrame(offGraphics);               // Paint the frame into the image
              g.drawImage(offImage, 0, 0, null);     // Paint the image onto the screen
    public void paintFrame(Graphics g) {
              Graphics2D g2d = (Graphics2D)g;
              g2d.drawImage(panda, pandax, panday, this);
              if (pandabool) {               // If pandabool==true, animate the panda =)
                   if (pandax>400) pandax=0;
                   if(pandax<0)pandax=400;
    public void stop()
         animThread = null;
              offImage = null;
              offGraphics = null;
    public void destroy(){}
              public void Move ()
                   if (left) {
                        pandax-=10;
                   if (right) {
                        pandax+=10;
                   if (up){
                        panday-=10;
                   if (down){
                        panday+=10;
    i was trying to add the keylistener to makes my pic move and there are no compiling problem but it doesn't work when i press the key
    thx for everyone

    One problem might be your lack of a setVisible( true ). It would be easier to read if you put code tags around your code.

  • Lens correction doesn't work in CS5 Bridge

    Lens Correction in Bridge isn't working properly for me.
    I ran the Lens Correction tool in Bridge and selected "Match best profile" from the profile section.
    The script ran and saved the new files in the proper folder, but didn't produce any lens correction results. I double-checked this by creating a highly distorted lens profile and running the script with that, but it didn't produce any results either. It seems the Lens Correction tool, when accessed through Bridge, isn't working. It does, however, work great when used in Photoshop... just not in Bridge where you can apply it to multiple files.
    Has anyone had any experience with this? Judging from the ancient dialog screen, I'd bet that this feature doesn't get used much.

    Has anyone had any experience with this? Judging from the ancient dialog screen, I'd bet that this feature doesn't get used much.
    Your last remark about popular usage seems to be spot on, never even tried it myself. It seems one of the many needless and bad working options in Bridge that should have been dealt with long time ago but as we all know by now Bridge is neglected by Adobe bean counters and we still are waiting for the miracle...
    Tried your route in Bridge CC (selecting a few files in Bridge / menu tools / Photoshop / Lens Correction) and run the scripts.
    You are right, the files are saved in a separate 'results' folder with the same filename but nothing has changed other then instead having a locked background layer now the dreadful 'layer 0' assigned (dreadful because I have lots of actions working on the layer called 'background' and they refuse to work on 'layer 0', I have to built in a flatten layer command to change it again to background, but this is slightly Off Topic…)
    And indeed,  the same files running in PS lens correction filter do have the correct result.
    You can't use raw or DNG directly in the Bridge script because the result can only be saved as jpg, png, PSD and Tiff.
    Meanwhile you could do the obvious and choose from two options:
    - follow the ACR / Raw -DNG route (preferred because at the start of the process) where  you can select the raw files in filmstrip mode and with select all choose lens correction in ACR then hit OK or save or open).
    - or in case of already converted or saved files create an action (which is nothing more then a recorded script but then very easy) yourself.
    Just open 1 file in PS, then create a new action in the action panel with a proper name. It starts recording and will follow your steps. Apply lens correction with the wanted settings, then hit OK, use flatten layer to return to Background instead of Layer 0, hit save as (choose a proper location because all files will be saved here when running the action) and be sure to not touch or change the file name otherwise each new file will overwrite the previous with the same recorded file name, if you leave it untouched it saves the existing file name in a new location. hit close file and then stop the recording of the action.
    Select a bunch of files in Bridge, choose menu tools / PS / Batch and select the action you want to apply and hit OK.  In case of 100 + files go for coffee, otherwise watch the magic happen…

  • CS5 missing file error reinstall doesn't work

    I keep getting the below error ever though I have reinstalled. CS5 seems to be working ok anyway.
    What file(s) are missing
    "One or more files in the Adobe Application Support folder, necessary for running Photoshop, are missing.  Please run the Photoshop installer and re-install Photoshop."
    thanks
    jeff

    What previous versions of Photoshop do you have on your system?
    What OS version are you running?
    I wonder if there is a permissions issue which is blocking some files from being installed correctly. There are a few posts already on permissions issues that would be worthwhile checking out for possible solutions.
    Barry

  • Force legato and note overlap correction doesn't work

    in some songs the overlaop correction and the force legato do not work anymore. I have renewed the keycommands for these functions, it doesn't help

    Please check this:
    Go to Pianoroll / View / uncheck One Track, check Selected Regions.
    Now the keycommands Force Legato, Overlap will work.
    (Unfortunately now you only can see one region at the same time, to see all regions you have to check One Track again, or select the track in the main window).

  • No Compiling Error but doesn't work NEW

    import java.awt.*;
    import java.awt.geom.*;
    import java.awt.event.*;
    import java.applet.*;
    public class javacw extends Applet implements KeyListener, Runnable
         Area pandaArea;
         Graphics2D g2d;
         // Providing coordinate control for the Panda
         int pandax=20, panday=50;
         // Animation condition. True = animate, False = static.
         boolean pandabool=false, laidOut=false;
         boolean left;
         boolean right;
         boolean up;
         boolean down;
    Thread animThread;
    Dimension offDimension;          // Defines an offscreen Dimension
    Image offImage;                    // Defines an offscreen Image
    Graphics offGraphics;          // Defines an offscreen Graphics
         Image panda;                    // Defines an Image object for panda
         public void init()
              // Set the layout of the applet to null
              setLayout(null);
              panda = getImage(getCodeBase(), "panda.gif");
              pandax=0;
              panday=0;
              addKeyListener(this);
              public void Move ()
                   if (left) {
                        pandax = pandax - 10;
                   if (right) {
                        pandax = pandax + 10;
                   if (up){
                        panday = panday + 10;
                   if (down){
                        panday = panday - 10;
              public void keyTyped(KeyEvent event){}
              public void keyPressed(KeyEvent event)
                   if (event.getKeyCode() == KeyEvent.VK_LEFT) left = true;
                   if (event.getKeyCode() == KeyEvent.VK_RIGHT) right = true;
                   if (event.getKeyCode() == KeyEvent.VK_DOWN) down = true;
                   if (event.getKeyCode() == KeyEvent.VK_UP) up = true;
                   repaint();
              public void keyReleased(KeyEvent e)
                   if (e.getKeyCode() == KeyEvent.VK_LEFT) left = false;
                   if (e.getKeyCode() == KeyEvent.VK_RIGHT) right = false;
                   if (e.getKeyCode() == KeyEvent.VK_UP) up = false;
                   if (e.getKeyCode() == KeyEvent.VK_DOWN) down = false;
                   repaint();
    public void start()
              // Make sure the thread hasn already been created
         if (animThread == null) {
         animThread = new Thread(this, "anim");
         animThread.start();
    public void run() {
              // Create a current thread.
              Thread myThread = Thread.currentThread();
         // As long as the thread is created, keep redrawing the
         // canvas and then pausing for 10 miliseconds.
         while (animThread == myThread) {
                   repaint();
         try {
              Thread.sleep(10);
         } catch (InterruptedException e){}
    public void paint(Graphics g)
              if (offImage != null) {
              g2.drawImage(offImage, 0, 0, null);
         // Overide the update() method
    public void update(Graphics g) {
              Dimension d = getSize();
              // Create the offscreen graphics context
              if ((offGraphics == null)
              || (d.width != offDimension.width)
              || (d.height != offDimension.height)) {
              offDimension = d;
              offImage = createImage(d.width, d.height);
              offGraphics = offImage.getGraphics();
              // Erase the previous image
              offGraphics.setColor(getBackground());
              offGraphics.fillRect(0, 0, d.width, d.height);
              offGraphics.setColor(Color.black);
              paintFrame(offGraphics);               // Paint the frame into the image
              g.drawImage(offImage, 0, 0, null);     // Paint the image onto the screen
    public void paintFrame(Graphics g) {
              Graphics2D g2d = (Graphics2D)g;
              g2d.drawImage(panda, pandax, panday, this);
              if (pandabool) {               // If pandabool==true, animate the panda =)
                   if (pandax>400) pandax=0;
                   if(pandax<0)pandax=400;
    public void stop()
         animThread = null;
              offImage = null;
              offGraphics = null;
    public void destroy(){}
    hi everyone, i'm new to java and i'm trying to wirte a keyListener to makes my image move. btw there are no compiling errors but the key is not working. hope that someone can help me. appreciate

    You have a Move() function that you're not calling! Not much use unless you place a call to it in your run() function, eh?
    Next time you post code, use the  tags.

  • Red eye correction doesn't work

    I am sure I am missing something but I can't make the red eye correction work.
    On MacBook in the Develop module, I click on the red eye which becomes red. I draw the square around the pupil but I can't make it to stay there. I try clicking on "pupil size" and "darken" but they don't respond. What am I missing? Thanks for you advice

    <blockquote><span style="font-size: 90%><i>In the ADOBE Photoshop Help section it states: <br /><br />By clicking directly in the center of the pupil you will redeuce the "red" from the eyes. Do not drag the tool across the eye. If you need zoom in a little to cover more visual area of the eye so you can center the cross hairs.</i></span></blockquote>What's got Photoshop to do here? LR's red eye tool works differently.<br /><br />Alexander.<br><span style="font-size: 75%; color: #408080">-- <br>Canon EOS 400D (aka. XTi) &bull; 20" iMac Intel &bull; 12" PowerBook G4 &bull; OS X 10.4 &bull; LR 1 &bull; PSE 4</span>

  • "Show All Syntax Errors"  flag doesn't work

    Hi,
    We migrating some of the custom development to our new system. We noticed, that even there are several missing dictionary reference object and the "Show All Syntax Errors" is set in the settings, it shows only the first error. I'd expect to show all of them.
    Same for syntax check,  extended syntax check and code inspector.
    Same on WAS 6.20 (with kernel 6.40) and ABAP 7.00 system.
    Demo program to reproduce the error:
    REPORT  z_bc_s_test_error              .
    data: mydata type _asbjklu.
    data: mydata2 type _asbjkludsfdf.
    data: mydata3 type _asbjkludsfdf.
    It will show only the first one.
    My guess that it's a bug, however before going through the procedure of opening an OSS message, I'd prefer to give a try here first.
    Thanks in advance,
    Peter

    A possible cause is a problem with the file places.sqlite that stores the bookmarks and the history.
    *http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    *https://support.mozilla.com/kb/Bookmarks+not+saved#w_places-database-file
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • Live Auction has been installed, but doesn't work

    Hi experts!
    I've got a lot of errors - LAC doesn't work - Need your help!
    1: (SmokeTest):
    Make sure the Live Auction initiator's applet JAR file has been properly deployed. This file should be located at H:\usr\sap\SRN\DVEBMGS02\j2ee\cluster\server0\apps\sap.com\com.sap.srm.la\servlet_jsp\srm\root\srm\nullsrmlaInitiator5.10.0.jar.
    If you are accessing this page outside of the firewall and via a web dispatcher or reverse proxy, then make sure you can download the JAR file using the "Download" button below. Alternatively, you can try accessing this page inside the firewall to verify that the JAR file is deployed properly.
    URL=http://serverzzz.zzz.zz:8002/srm/nullsrmlaInitiator5.10.0.jar
    2: Process Bid Invitation -> Action -> Bid Comparison
        Error when processing your request
    What has happened?
    The URL http://serverzzz.zzz.zz:8002/sap/bc/gui/sap/its/BBP_BID_EVAL/! was not called due to an error.
    Note
    The following error text was processed in the system SRM : Screen output area too small
    The error occurred on the application server serverzzz_SRM_zz and in the work process 0 .
    The termination type was: ABORT_MESSAGE_STATE
    The ABAP call stack was:
    SYSTEM-EXIT of program SAPLBBP_BID_EVAL 
    What can I do?
    If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system SRN in transaction ST22.
    If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server serverzzz_SRM_zz in transaction SM21.
    If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 0 in transaction ST11 on the application server serverzzz_SRM_zz . In some situations, you may also need to analyze the trace files of other work processes.
    If you do not yet have a user ID, contact your system administrator.
    Error code: ICF-IE-http -c: 100 -u: PURMANAGER -l: E -s: SRN -i: serverzzz.zzz.zz -w: 0 -d: 20081031 -t: 091757 -v: ABORT_MESSAGE_STATE -e: Screen output area too small
    HTTP 500 - Internal Server Error
    3: Process Auction -> Display Company Bid  -> Live Auction
    Service cannot be reached
    What has happened?
    URL http://serverzzz.zzz.zz:8002/sap/bc/gui/sap/its/_accessibility=0 call was terminated because the corresponding service is not available.
    Note
    The termination occurred in system SRM with error code 404 and for the reason Not found.
    The selected virtual host was 0 .
    What can I do?
    Please select a valid URL.
    If you do not yet have a user ID, contact your system administrator.
    ErrorCode:ICF-NF-http-c:000-u:SAPSYS-l:R-i:serverzzz_SRM_zz-v:0-s:404-r:Notfound
    HTTP 404 - Not found
    So, first of all as far I understand path to JAR files is misconfigured. Where and how can I fix it?
    Any help will be appreciated!
    Edited by: Maxim Pak on Oct 31, 2008 4:44 AM

    I cannot explain it other than to tell you the current recommendations are to keep java turned off and there are no other posts like yours that claim they need it on (at least that I have seen).  Also I have it off on my system and flash plays with no problems in all the sites I go to (modulo some buffering problems sometimes with certain hi-res videos on only youtube).
    Did you install the latests flash player downloaded directly from the adobe site?
    Maybe you have a flash storage or cookie problem.  Those can be cleared and deleted with the Flash Player system preferences.
    It's your decision on whether you want to take your chances with Java on rather than find the root of the problem.  If you do that then at a minimum make sure you have latest apple java updates, I recommend you install and learn about Little Snitch, and use OpenDNS DNS servers (208.67.222.222, 208.67.220.220).

  • I have ipad2. i want to use apple bluetooth keyboard for writing.but autocorrection doesn't work! can i solve this with settings?

    i have ipad2  i want to use apple bluetooth keyboard on writing but auto correction doesn't work! how can i solve this? thank you

    Have a read here How to set up your Apple Wireless Keyboard
    Stefan

  • Outlook advanced search & Exchange 2013 - "Sent to...." field doesn't work correctly in online mode?

    Hello,<o:p></o:p>
    We've come across what seems to be a problem with advanced find in Outlook in online mode, when used with Exchange 2013. 
    Using the "Messages" tab of "Advanced Find", anything typed into the "Sent to...." field produces no search results.  If the field is populated by clicking
    "Sent to..." and selecting a name from a contact list or GAL, results are returned. 
    eg. 
    Sent items contains messages to "Charlie" who has the email address
    [email protected] and sender is
    "Dave" who has the email address
    [email protected] 
    Entering "charlie" or
    [email protected], (or any previously acceptable partial term such as "charl" or "@contoso.com") into the "Sent to"" field produces no results.  If the user exists in a contact
    list and is selected from it, the search works fine.  The same is true searching the inbox, using the local user's id of "Dave" or
    [email protected]
    We've confirmed this issue occurs at four client's sites, plus our own internal Exchange 2013 CU3 system.  Four of the sites have been transitioned from Exchange 2010, the fifth was a completely new installation.  The problem occurs with Outlook
    2007, 2010 and 2013. 
    This works fine in cached mode (not a solution as our clients are predominantly Citrix/RDS).  Exchange search doesn't report any issues and the index states are all "healthy",
    we've also tried rebuilding the indexes with no improvement.
    Any ideas would be appreciated, or even if someone else can confirm they see the same thing.
    Thanks.

    Hi Winnie,
    Thanks for your reply, and I'm sorry I've not responded earlier.  While this problem is one that's annoying several of our clients, and while I have been doing further testing and investigation, it's had to take a back seat to other more pressing issues
    until now.
    OWA search works fine, as does using "From:" in instant search, and the "From" query on the Advanced tab in Advanced Find.  The search services have been restarted, indexing state and copy status etc are all healthy, the indexes
    have been rebuilt/reseeded, and I've gone through the diagnostics again.  Nothing is logged in event viewer, and the only error that comes up when checking failed index docs for a user are for unsupported format handlers (.png etc).
    The issue seems purely to be with the "Sent to..." field on the Messages tab, it's as if it gets completely ignored.  The search returns instantly with "There are no items to show in this view".  Just to make sure I wasn't losing
    my marbles, I've compared searches on Exchange 2007 and 2010, and on those I can enter as little as a single letter or email domain and receive the expected results.  On 2013 I get nothing whatsoever whatever I enter, unless I pick an address from a contact
    list.
    At this point, I thought that since Office 365 is Exchange 2013 based it'd be worth testing that, and sure enough I got exactly the same issue.  I setup an Office 365/Outlook 2010 profile on a machine that is currently in an existing Exchange 2010
    environment where search works correctly, searching Office 365 doesn't work on that either.
    EDIT - Ignore this bit, a fresh install of Windows 7 and Office 2010 doesn't work with Office 365 either.  I am exploring another avenue.  I setup a fresh Windows 7 VM, installed Office 2010 and connected that to Office 365, search worked fine,
    so I'm now looking into what the difference with that VM and the servers and workstations out "in the wild" could be.  For example, the test VM isn't on a domain, it's not fully patched, it has no additional software installed etc.  Outside
    of Microsoft applications and operating systems and having similar configurations, I haven't isolated a common link across all of our client sites that are affected, there's no single 3rd party application or anti-virus solution in place at all of them for
    example. 
    I'll update with any findings, but if you or anyone else has any idea in the meantime I'd be grateful for your input.
    Regards.

Maybe you are looking for