6

I have a bunch of folders on a network share with thousands of files in them (application logfiles). I would like to be able to search these by filename quickly and eventually programmatically (perhaps via MSIDXS).

The problem is that I can't seem to add network shares to the indexing service. When I try to add a new catalog to the indexing service, the only thing I can add are folders that are under the C:\ drive. Anything with \\share\whatever\ is "invalid". Nor can I add drives that have been mapped to a network share. When I try it says the "catalog name or location is invalid."

Is there a way to index a network share for indexed search? What are my options for searching network shares efficiently?

FWIW, I am dealing with Windows XP.

I also tried installing Add-in for Files on Microsoft Networks-- still same problem.

Here is what happens: Trying to add catalog to indexing service

I get this error whenever I try a UNC filepath: enter image description here

Andrea
  • 1,536
Angelo
  • 1,203

5 Answers5

5

There's simply no way to index non-Windows network drives on a 64-bit Win 7/8, with Windows itself. Other desktop search apps can do it, like Archivarius.

hma
  • 66
  • 1
  • 1
3

Use network share names instead of the network drive P:\foldername.

I just had the same issue, and solved it by using \\computername\foldersharename$. You'll have to enter a user account and password for server authentication.

Pops
  • 8,623
1

You're looking for this Microsoft add-in. (More information)

MSalters
  • 8,283
0

Another way is to let the server index the files and the file explorer on the client access that index remotely. That works using the "Windows Search Service" (not to be confused with the "Indexing Service", they are different beasts). Works on recent servers.

http://technet.microsoft.com/en-us/library/ee461108(WS.10).aspx#BKMK_InstallWSandEnableFIleServices

0

If what you are actually after is the ability to add a UNC path to your local libraries, the tool Win7LibraryTool might help (download, source). I found this via another source which also provides such a tool but which didn't work for me, and that in turn I found buried in the thread How do I get windows 7 to Index a network mapped drive?.