Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > File Systems > Indexing Service Using Network UNC Path

Reply
Thread Tools Display Modes

Indexing Service Using Network UNC Path

 
 
Dan Codispoti
Guest
Posts: n/a

 
      06-20-2008
I have a catalog that is created from a network unc share (File Server) and
located on 2003 Web Server running IIS 6.0 and Asp.net 2.0 framework. The
webform queries the local catalog using OleDB provider MSIDXS

"Provider=MSIDXS.1;Integrated Security .='';Data Source='" & CatalogName & "'"

The problem I am seeing is the 2003 File Server cpu spikes to 100% when I
execute a query using the like predicate against DocTitle property. This
seems to indicate the index is out of date and is not using the local catalog
index. I have the performance set to indexing = instant and querying = high
load and have seen scans take place as soon as a file is added or updated.

Is there a way to restrict the query to the local catalog indexes?


Thanks

Dan
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Starting a service from a windows network drive gives me an error "The system cannot find the path specified." Pegasus [MVP] Windows Server 3 04-03-2009 03:17 AM
indexing service andrew Windows Server 0 03-09-2008 01:55 AM
Indexing service isn't indexing a particular file under documents. Zicksen Windows Vista File Management 4 10-19-2007 11:24 PM
Indexing Service not indexing copied files Brad Asher Windows Server 0 08-15-2005 01:13 PM
Indexing service... do I really need it? Paul Medema Windows Server 0 12-21-2004 06:28 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59