Searching - Files, HD, Servers - HELP!

Up until getting this new machine with Leopard on it, whenever I've done a search, on my own system or the 2-3 main Mac Servers we use, I have never had a problem finding all the files I am looking for.
Now with Leopard, I don't have great luck. When I search, I am usually searching our servers for artwork. we list things by numbers so it's easy to find. When I search now, I am lucky if the search gives me consistent results and consistent results from all my servers. Once in a great while I'll get everything, but most times I get parts of this and parts of that...and it's just that, it's a few files from one drive and some from another.
Now the WORSE part. When I click a folder to check what's inside, it flips to that folder, but if I click the back button...IT STARTS SEARCHING ALL OVER AGAIN!!! Then I usually get less results then the first time...and it's much slower. Back in Tiger, it would flip back to what the original search was, not re-search everything.
Back in Tiger, I never had these issues...what's going wrong...WHAT'S HAPPENING!
HEEEEELLLLPPPP!
Mike
P.S. Searching for art is an everyday, every hour thing. I lived by Apples great search...what happened! Any suggestions or help would be great. I read EasyFind is a good alternative, but it's very SLOW!

I understand who helps and that's what you are trying to do. Don't take offense to anything I am saying...I am just asking in general for help! :>)
I didn't know spotlight had anything to do with the regular search, I thought it only indexes your HD, not all the servers you had connected too! Interesting. Do I dare index our servers? Wouldn't that take forever and also hold a lot of old info? What if something is updated within the hour? The way the regular search works, I know if something has been updated that minute if I am searching for it.
Hmmm...I am confused now!
M

Similar Messages

  • Crash on search function for HTML Help file (.chm) when connected to a Visual C++ application

    Crash on search function for HTML Help file (.chm) when
    connected to a Visual C++ application
    I use the RH_ShowHelp API command to connect a HTML Help file
    (.chm file generated by RoboHelp Word X 5) to my Visual C++
    application. My application is able to call up this HTML help file
    in context-sensitive mode and everything is working great in the
    Contents and Index panels EXCEPT when I click on List Topics (after
    I enter a KEYWORD for search) in the Search panel.
    I got an error that said “Unhandled exception in
    xxxx.exe.(HHCTRL.OCX):0xC00000FD: Stack overflow”
    I am able to execute this .chm file by itself and the search
    function works well in this case. I am using HHActiveX.dll that is
    created on 2/23/04. Is this the correct version?? Any advice what
    to do here??

    Hi agschin and welcome to the RH forums. The hhactivex.dll
    file is not used by the search function so you can rule that our.
    Have you tried recompiling and seeing if the problem still happens?
    You can also start the Bug Hunter feature in RH - View > Output
    View and then select the Bug Hunter button - and see if that throws
    up any clues.

  • [HELP] Search Files Function

    Hi,
    Could someone please help me fix this function below. It's suppost to search files in a dir for a particular string. I have files in the "./" dir but the function does not seem to output nothing at all.
    The search is also suppost to ignore the filez ending with .zip, .rar ect...
    public static void searchFiles(String s)
            File file = new File("./");
            String as[] = file.list();
            long l = 0L;
              label0:
            for(int i = 0; i < as.length;)
                if(as.endsWith(".zip") || as[i].endsWith(".rar") || as[i].endsWith(".gz") || as[i].endsWith(".jar") || as[i].endsWith(".7z"))
    continue;
    try
    long l1 = 0L;
    BufferedReader bufferedreader = new BufferedReader(new FileReader(as[i]));
    Object obj = null;
    do
    String s1;
    do
    if((s1 = bufferedreader.readLine()) == null)
    continue label0;
    l1++;
    } while(!s1.contains(s));
    l++;
    System.out.println((new StringBuilder()).append(" [").append(l).append("] ").append(as[i]).append(" (Line ").append(l1).append(") ").toString());
    System.out.println((new StringBuilder()).append(" ").append(s1).append(" ").toString());
    System.out.println("");
    } while(true);
    catch(IOException ioexception)
    System.out.println("Critical error while opening file for search!");
    ioexception.printStackTrace();
    i++;
    System.out.println("");
    System.out.println("");
    System.out.println((new StringBuilder()).append(" ").append(l).append(" results for ").append(s).append(".").toString());
    }Edited by: user13462345 on 12-Dec-2010 11:31                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    for(int i = 0; i < as.length;)This is an infinite loop, when as.length > 0
    If there is a file and this file doesn't require
    if(as.endsWith(".zip") || as[i].endsWith(".rar") || as[i].endsWith(".gz") || as[i].endsWith(".jar") || as[i].endsWith(".7z"))
    there will be no output.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How to search file in application server using pattern

    Hi all,
    I want to search file in application server.
    Suppose there is file named abc20090808.dat.
    Is there is any function module to search the file?
    it should return back the file names starting with abc, if the import parameter is abc*
    Regards,
    Nikhil

    hello,
                 Have a look
            You can use this function module /SAPDMC/LSM_F4_SERVER_FILE for F4 help for application server file and then you can use the function module TEXT_CONVERT_XLS_TO_SAP to read data into internal table.
      access file from application server
    regards,
    shweta

  • How to search files by wildcard expression

    how to search files by wildcard expression,
    and list all of them?
    for example:
    search file as image*.jpg or ima231*.jpg.
    please give me some code to study.
    thanks in advance.

    following code is a filename filter that support '*' and '?', hope it helps.
    import java.util.*;
    class MyFilenameFilter {
      static public void main(String args[]){
        byte[] in2=new byte[255];
        String filter=null,fileName=null;
        try{
          while(1>0){
            System.out.print("filter (ex: abc*def?.do?):");
            in2=new byte[255];
            System.in.read(in2);
            if((new String(in2)).trim().length()>0) filter=(new String(in2)).trim();  
            System.out.print("filename (ex: abcerdefi.doc):");
            in2=new byte[255];
            System.in.read(in2);
            if((new String(in2)).trim().length()>0) fileName=(new String(in2)).trim();
            System.out.println("filter="+filter+",filename="+fileName+",result="+(chkfn(filter,fileName)? "Matched":"Not Matched"));
        } catch(Exception e){
             e.printStackTrace();
      static boolean chkfn(String chk,String fn)  {//ex:chk=*fg?gh fn=tdiekd.exe, or ex:chk=test.csv fn=k.csv
        boolean rtn=false;
        int x3=0,x4=0,x4Head=0,x4Tail=0;
        if(chk.endsWith(".*") && fn.indexOf(".")==-1) chk=chk.substring(0,chk.length()-2);
        if(chk.endsWith(".") && fn.indexOf(".")==-1) chk=chk.substring(0,chk.length()-1);
        if(fn==null || fn.length()<1) return false;
        if(chk==null) return true;
        if(chk.length()<1 || chk.equals("*") || chk.equals(".") || chk.equals("*.*")) return true;
        int chkLength=chk.length();
        int fnLength=fn.length();
        int newx4Head=-1,newx4Tail=-1;
        int last_asterisk=chk.lastIndexOf("*");
        int first_asterisk=chk.indexOf("*");
        int asteriskCount=0,aindex[]=new int[20],tmp[]=null,index1=-1,cCount=0;
        String cString[]=new String[20];
        chk=chk.toUpperCase();
        fn=fn.toUpperCase();
        char c='0';
        boolean found=false;
        String chkString="";
        //replace each '**' with '*' befroe further action
        while(chk.indexOf("**")!=-1){
          chk=replace(chk,"**","*");
        chkLength=chk.length();
        last_asterisk=chk.lastIndexOf("*");
        first_asterisk=chk.indexOf("*");
        //count the '*' count
        x3=0;
        while(x3<chkLength){
          if(chk.charAt(x3)=='*'){aindex[asteriskCount]=x3; asteriskCount++;}
          x3++;
        //to get the cString[], each string next to '*'
        StringTokenizer st=new StringTokenizer(chk,"*");
        while(st.hasMoreElements()){
          cString[cCount]=st.nextToken(); cCount++;
        //first check the head and the tail
        if(first_asterisk>0){//first_asterisk!=-1 && first_asterisk!=0
           chkString=chk.substring(0,first_asterisk);
           if(chkString.indexOf("?")!=-1){
                 if(fnLength>first_asterisk-1){
                   if(cmp(chkString,fn.substring(0,first_asterisk))==false) return false;
                 } else return false;
           } else if(!fn.startsWith(chkString)) return false;
           x4Head=chkString.length()+1;
        } else if(first_asterisk==0) {
             x4Head=findMatch(cString[0],fn);
             if(x4Head==-1) return false;
        if(last_asterisk!=chkLength-1 && last_asterisk!=-1){
           chkString=chk.substring(last_asterisk+1,chkLength);
           if(chkString.indexOf("?")!=-1){
                 if(fnLength-(chkLength-last_asterisk)+1>-1){
                   if(cmp(chkString,fn.substring(fnLength-(chkLength-last_asterisk)+1,fnLength))==false) return false;
                 } else return false;
           } else if(!fn.endsWith(chkString)) return false;
           x4Tail=fnLength-chkString.length();
        } else if(last_asterisk==chkLength-1) {
             newx4Tail=findMatch(cString[cCount-1],fn.substring(x4Head));
             x4Tail=x4Head+newx4Tail+cString[cCount-1].length();
        if(asteriskCount>1){
          int oldx4Head=x4Head;
          if(last_asterisk!=chkLength-1) {
               if(cString[cCount-2].indexOf("?")==-1){
              x4Tail=fn.substring(x4Head,x4Tail).lastIndexOf(cString[cCount-2]);
              if(x4Tail!=-1) x4Tail=x4Tail+cString[cCount-2].length();
          if(first_asterisk!=0){
            if(cString[1].indexOf("?")==-1){
              x4Head=fn.substring(x4Head).indexOf(cString[1]);
              if(x4Head!=-1) x4Head=oldx4Head+x4Head;
          //before of this, x4head and x4tail are adjusted according to '*', and now it will also adjusted according to '?'
          if(x4Head>-1 && x4Tail>x4Head &&
             chk.substring(aindex[0]+1,aindex[asteriskCount-1]).indexOf("*")==-1 &&
             chk.substring(aindex[0]+1,aindex[asteriskCount-1]).length()!=x4Tail-x4Head &&
             chk.substring(aindex[0]+1,aindex[asteriskCount-1]).indexOf("?")!=-1){
               newx4Head=-1;
               newx4Head=findMatch(chk.substring(aindex[0]+1,aindex[asteriskCount-1]),fn.substring(x4Head,x4Tail));
               if(newx4Head>-1) {
                 x4Head=x4Head+newx4Head;
                 x4Tail=x4Head+aindex[asteriskCount-1]-(aindex[0]+1);
          if(x4Head>-1 && x4Tail>x4Head) return chkfn(chk.substring(aindex[0]+1,aindex[asteriskCount-1]),fn.substring(x4Head,x4Tail));
          else return false;
        } else if(asteriskCount==0){
              if(fnLength==chkLength) return cmp(chk,fn);
                else return false;
        return true;
      static public boolean cmp(String chkString,String fnString){//1.no '*', 2.only for two strings having same length 3.two  strings are uppercase before call this method
        boolean rtn=false;
        int clength=chkString.length(),flength=fnString.length();
        if(clength!=flength) return false;
        for(int i=0;i<clength;i++){
          if(chkString.charAt(i)!='?' && chkString.charAt(i)!=fnString.charAt(i)) return false;
        return true;
      static public int findMatch(String chkString,String fnString){//to find out the correct index postion for the string between two '*'
        int rtn=-1;
        boolean found=false;
        int chkLength=chkString.length();
        int fnLength=fnString.length();
        if(chkLength>fnLength) return -1;
        for(int i=0;i<fnLength-chkLength+1;i++){
          found=true;
          for(int j=0;j<chkLength;j++){
            if(chkString.charAt(j)!='?' && chkString.charAt(j)!=fnString.charAt(j+i)) {found=false; break;}
          if(found) return i;
        return rtn;
      public static String replace(String s, String s1, String s2) {
          if(s!=null && s1!=null && s2!=null){
            int i = 0;
            int j = s.length();
            int k = s1.length();
            int l = s2.length();
            do {
                String s3 = "";
                i = s.indexOf(s1, i);
                if(i == -1)
                    break;
                StringBuffer stringbuffer = new StringBuffer(s.substring(0, i));
                s3 = s.substring(i + k);
                stringbuffer.append(s2).append(s3);
                s = stringbuffer.toString();
                j = s.length();
                i += l;
            } while(i <= j);
          return s;
    }

  • No search files field

    here is no search files field when i open a PDF and when i insert from file. I have gotten a different PC at work with same standard addition and my old pC had the search field?  I have run the repair and tried to look this issue up.  contacted Adobe and they said that the only way to get help  is this way.  Thank you to anyone that can help.
    I have version x standard 10.1.11
    Can someone help me fix this as I am in and out of adobe all day and need to be able to search instead of having to scan through tens of thousands of docs to find the one i need.  Thanks

    With X and XI  it is not shown "by design" so -- access via Ctrl+F.
    Be well...

  • I'm getting error as adobe Illustrator crashes while loading the multiple pages PDF file. Please help me. Thanks in advance.

    Hi,
    I'm getting error as adobe Illustrator crashes while loading the multiple pages PDF file.
    Please help me. Thanks in advance.

    Hi Monika,
    I have downloaded the script to load the multiple page of pdf file.
    I tried loading the multiple page PDF file via File Menu -> Scripts -> Other Script...
    After executing the script file -> Browse and enter the page number - > OK
    The PDF file is looks like created from word document. There are total 120 pages in this file.
    PDF file size is 20 MB.
    I'm still searching for the solutions. Please help me.
    Thanks,
    Lavprasad

  • Searching files on client pc. Air + as3

    Yo!
    How to use getDirectoryListingAsync recursively to find and listing files and directories on users PC??
    Also need a Complete Event dispatch when the search ends.
    Please help.

    Yo!
    Thank you sow mutch !!
    The idea with pending list is exactly what i needed for my class.

  • Windows XP Search Files Folders won't find java

    Hi everyone,
    I am running Java 1.4.0 (beta 3) on my Windows XP machine. Today I discovered that when I try searching files and folders for files with an extension .java it finds them, but then when I enter in a string to search for (i.e., "import", or "package"), the search ALWAYS FAILS.
    Funny, but when I rename some of the .java files with a .txt extension, then I get hits.
    I tried searching for the string "xmlns" in files with a .xml extension, and that works fine.
    I tried adding a file type of Java, but that didn't help.
    So how do I get Windows XP to search through Java files? I had no problem with this in Windows 2000. This almost sounds deliberate.

    I may have found an answer, and will post a link here:
    http://www.lesession.demon.co.uk/abc/Search_abc_XP.htm
    My adding a file type wasn't enough, I somehow have to tell my machine that .java is a plain text type.
    I will try it at work tomorrow.

  • Search File Content

    I want to know, is there any way i can search a file for the occurence of a particular word.
    wants to get the count of this word in the whole file.
    Any help is appreciated.

    Your problem is under-specified.
    My assumptions:
    o By "word", you mean "string of text characters".
    o The file to search is a text file.;
    Solution:
    open the input file (File, FileStream).
    wrap it in a data stream.
    read lines of text.
    For each line
    search for the word counting occurances.
    Close the input file.
    Report your final count.

  • Pages file document went missing after force quit. cant find it anywhere even after using recovering files softwares. HELP

    pages file document went missing after force quit. cant find it anywhere even after using recovering files softwares. HELP
    i was working on a document with pages. while transferring files from USB, the 'pinball' thing popped up for the longest time which lead me to force quit the document. the document had been saved before quitting. however, my macbook starts to reboot, and after rebooting that specific file is missing. Before it quit, it says that the file is locked and asked me to create a duplicate, which i clicked yes to.

    Hi,
    just to say that while waiting for a help
    I decided to go back from zero and moved to a second network (thanks i got some few computers available for my tests ) and this time i run in another trouble wich is the subject of a former post (with no reply...) <<HELP!! "Checksum failed" & "Integrity check on decrypted field failed ">>
    http://forum.java.sun.com/thread.jspa?threadID=791804&messageID=9468957#9468957
    Seems this always just leads us to problems...
    Strange Sun Java Security Team just won't do anything to help us deploy quite easily on one of the most widely-spread platform ( despite we don't like them that much it's MS servers (2000 and 2003) )
    Anyway if one could help... on one of the two issues Thanks

  • The 'Content, index, search' section of my help is not working in Mozilla

    Dear All,
    The 'Content, index, search' section of my help is not working in Mozilla.
    I am using robo8 and mozilla 8. Any idea? please help...
    Regards,
    Jobin.

    Dear William,
    It is a webhelp
    It is working in all other browsers except Mozilla.
    It is a merged help...
    waiting for your reply..:)
    Regards,
    Jobin.

  • My iTunes won't open! It keeps saying 'The iTunes Library.itl is locked on a locked disk or you not have write permission for this file.' Please Help!

    My iTunes won't open! It keeps saying 'The iTunes Library.itl is locked on a locked disk or you not have write permission for this file.' Please Help!

    this may happen on external drives if:
    The external drive was hotpluged (removed) without going the correct "eject" way
    The iTunes library (database) got corrupted
    First Aid for external drive
    Close iTunes
    Unmount (eject) external drive the right way.
    Mount drive again
    Go to Workplace -> right click external drive -> choose "clean up" This will force the filesystem to rescan the file structure of the drive and rebuilding the file system table and journaling file.
    After the tool shows "done" (could last some time depending on size of drive) restart iTunes
    If your iTunes library is on your internal drive, this may happen
    The system was not shoot down correct, e.g. "pulled the plug"
    The iTunes library (database) got corrupted
    First Aid for internal hard drive
    Close iTunes
    Reboot system
    Go to Workplace -> right click external drive -> choose "clean up"
    After the tool shows "done" (could last some time depending on size of drive)
    Reboot system, restart iTunes
    If none of the above fixes your problem, post here.
    Lupunus

  • In iTunes 10, I could type "Sinatra" in the search file, and would get a list of all tracks with "Sinatra" in any field.   In iTunes 11 I get these clever little windows, with nice arrows, but no lists to view.   What am I missing?

    In iTunes 10, I could type "Sinatra" in the search file, and would get a list of all tracks with "Sinatra" in any field.   In iTunes 11 I get these clever little windows, with nice arrows, but no lists to view.   What am I missing?

    Thanks for chipping in.   I discovered something after trying what you suggested.   I have quite a few collections of hits by year from Time Life and Billboard.  I've eliminated duplicate tracks that appear in both collections (or other CDs for that matter), but cross-reference the CD where I deleted the track and placed in in the comments section of the CD track I retained.   If I "search" by song name, only the remaining track appears.   But if I want to hear for example Classic Rock 1964, only those tracks remaining would be there when I pull up that CD.   So, I type "Classic Rock 1964,"  in the search field.  First the boxes on the right of the screen open up showing album icons.  Showing four tracks by album with a button to view 10 more, then four songs with an option to vies 18 more.   I finally noticed that at the top of the boxes is a blue band that reads, :Show Classic Rock 1964 in Music.  When I double click on this blue band, all 24 tracks from the original CD appear in the song list format even though I had deleted two of them because they appeard in a Beach Boys CD.   On those tracks, I had referenced Classic Rock 1964 in the comments field.    So, bottom line, Search will also look in the comments field if you click "filter by all" in the magnifying glass to the left of the search field.   And you can move all tracks that if finds into a song list by double clicking on the blue band.

  • Word has stopped working on my macbook air, i have used it before and powerpoint etc are all still working, but i can no longer open word or word files can anyone help?

    word has stopped working on my macbook air, i have used it before and powerpoint etc are all still working, but i can no longer open word or word files can anyone help?

    Hi Rachel,
    Have you tried reinstalling Microsoft Word? Have you tried reinstalling Office? Have you run any updates recently for Microsoft Office? There was one that came out this week. You may wish to ask this question over at the Microsoft Word forums, there's a good chance you'll get a better answer as well. This forum is primarily designed for the MacBook Air hardware and interoperability with OS X on a MacBook Air.
    http://support.microsoft.com/gp/cp_macoffice2008_master

Maybe you are looking for