| Thread | Last Post | Replies |
|
| File Extensions | 28 Dec 2004 16:01 GMT | 3 |
I'm running Index Server on a Win2K webserver. The website includes files with dozens of different extensions. There are only 10 types of files I want to included in the search results. I know I can exclude the other file types via the registry, but due to the number of unwanted ...
|
| "Multiple statement commands are not supported" error | 26 Dec 2004 10:46 GMT | 2 |
using the code below, I am continually getting "Microsoft OLE DB Provider for Indexing Service error '80040e2e' Multiple statement commands are not supported. SQLSTATE=42000" errors. StrQuery = "SELECT DocTitle, vPath, FileName FROM SCOPE();"
|
| Multiple SET Commands | 23 Dec 2004 10:52 GMT | 5 |
I am having trouble putting multiple SET commands into use in my SQL query for use on our Index Server. Below is the code I am using: StrQuery = "" & _ "SET PROPERTYNAME 'd1b5d3f0-c0b3-11cf-9a92-00a0c908dbf1' PROPID
|
| Help with search performance | 22 Dec 2004 21:21 GMT | 5 |
I am using indexing server to index files on my computer and I am searching them using ASP.Net. When I use the FREETEXT SQL command the searches are very fast but find almost no results. When I use, "Like '%<keyword>%'", it finds the correct results but is very slow. I am new ...
|
| Stop Indexing Service automatically adding network shares | 22 Dec 2004 17:03 GMT | 1 |
I'm on W2K Server. Whenever I create a catalog in the Indexing Service, if I stop/start the catalog, it will always add network shares into the list of directories and end up indexing the local D:\. This happens even when I uncheck both "Inherit above settings from service"
|
| Create RecordSet error "80070005" Access Denied using IXSSO | 22 Dec 2004 16:56 GMT | 3 |
I've an access denied when i run the query. Configuration : Index Server run on srv1 and srv2 IIS6 run under srv1
|
| Does / can indexserver search databases? | 22 Dec 2004 16:56 GMT | 1 |
For a website i am working on, I would like to know if index server is capable of searching through SQL databases? Thanks in advance!
|
| Limit Result Set when using SQL Statement | 22 Dec 2004 16:53 GMT | 1 |
When passing a SQL statement to Index Server I would like to limit the size of the result set. I tried using "Select Top 20 ..." but that was not accepted. Is there an ASP.NET sample code that shows how to limit the result that Index passes back via the OLE DB connection? Thanks.
|
| Indexing of Encrypted (128 bit) PDF Files | 22 Dec 2004 00:02 GMT | 1 |
I have a secure PDF whose encryption level is Low(40-bit RC4), the document can be searched. I have another pdd file but the encryption level is 128-bit RC4 it cannot be searched. Can yo confirm this? I am running a windows 2000 server, with IIS 5.0. All the latest patches
|
| Searching in Path | 21 Dec 2004 14:17 GMT | 2 |
I've got a nice little document library set up, and searching works well on various properties including some custom ones. However I'd like to implement something where it will only search within a currently selected directory, so I'd like to add an option to the search
|
| 80041820 - Service is not running. But Service Manager says it does. | 20 Dec 2004 19:58 GMT | 2 |
Hi Gurus On a dual-proc WIN2k machine I see 80041820 - Service is not running. When trying to execute a search for any string for example "test"
|
| Setting up Index Server | 18 Dec 2004 04:23 GMT | 1 |
I once set up Index Server on an NT4.0 box but now am being asked to set it up on a Windows 2000 Advanced Server. Is it already on the server (if so, where)? Should I be using sharepoint to let intranet users search for file hits instead?
|
| Ignored words | 17 Dec 2004 06:41 GMT | 11 |
All of our noise.* files are empty because we want to index everything. However, it seems that Index Server has another list of (US English) words somewhere. If I do a 'near' search using 'within 5 words', I get hits where there are
|
| CANNOT ACCESS INDEX SERVER | 17 Dec 2004 00:39 GMT | 7 |
I have index sever on Windows Server 2003, Created a Catalog which index files on local directory. These files are NOT in the web application path on the same server. Have an asp applicatin on the Same server which connects using connection
|
| Help with results | 16 Dec 2004 13:58 GMT | 3 |
I am using the following statement to run a query using ASP and SQL 7.0 for a web site search: if the user input "lighting futures" the following query would be created: SELECT DocTitle, Filename, Vpath, Size, Write, Characterization, Rank FROM SCOPE('DEEP TRAVERSAL OF "/"') WHERE ...
|