473,804 Members | 3,147 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Indexing Service and Access Files

By default mdb etc files are not searched by Indexing Service.

The default can be changed in Windows XP Pro using Group Policy.
I can find no suggested way to make the change in the Windows XO Home.

I decided to try adding this Registry Key:
[HKEY_LOCAL_MACH INE\SOFTWARE\Po licies\Microsof t\Windows\NetCa che]
"ExcludeExtensi ons"=""
"SyncAtLogon"=d word:00000001
"SyncAtLogoff"= dword:00000001
"Enabled"=dword :00000001

I cannot report on the success of this gambit until Indexing Service has
a chance to work. (Yes, I rebooted).

I specifically recommend that you DO NOT fool with this Registry Setting
unless you know what you are doing and are willing to accept the risk .

Do you have any suggestions about other ways of solving this problem?
(The problem is NOT about searching MDB files; it is about using
Indexing Service to search MDB files.)

Do you think Indexing Service will be able to recognize and deal with
the Unicode it finds in mdb files?

Do you have any other comments?

Does your Desktop search Utility search JET files?

--
Lyle Fairfield
Jan 6 '06
10 2991
No, Home Edition won't do the off-line file synchronization . I tied looking
for text I know to be in mdb files, unsecured and unencrypted mdb files, and
the mdb files weren't returned as possible results of the search. However, I
have not tried to tell the indexing service to index mdb files unless, as
you mentioned, the registry key you listed controls that as well as the
off-line file synch.

--
Wayne Morgan
MS Access MVP
"Lyle Fairfield" <ly***********@ aim.com> wrote in message
news:zJ******** ****@read1.cgoc able.net...
Could you confirm?

Is your laptop OS Windows XP Home?

Does your Indexing Service catalog your mdb files completely, that is,
including data in tables? If you have Northwind on the machine will it be
identified by a search for the phrase, "Hungry Owl All-Night Grocers"?

Jan 9 '06 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
1485
by: Martin Emanuelsson | last post by:
Hello. I have a problem with a small asp-solution that searches for documents with indexing service. For some files in the search result I get "bad text" returned, such as ****************************************************** I$OYDURSURGXFWVSURGXFHGLQ0H[LFR/DERUDWRU\5HSRUW/DERUDWRU\2UGHUHU5HVSRQVLEOH6 WDWXV)HPLQLQH*27-RKDQVVRQ6XVDQQH)LQDO'DWH)LQDO3URMHFW3URMHFW1DPH&RVWSODFH9HU...
10
1756
by: Rob | last post by:
Is there a way to query Microsoft's index server service from an Access front-end? When you run the index service on a workstation (or a server), you can full-text index a directory/series of directories and you can query that via the quick-and-dirty query capability under My Computer/Manage/Services and Applications/Indexing Service/Query... Can you connect to the same "engine" from Access? Can you do the same from a client machine...
0
1403
by: Rob | last post by:
Is there a way to query Microsoft's index server service from an Access front-end? When you run the index service on a workstation (or a server), you can full-text index a directory/series of directories and you can query that via the quick-and-dirty query capability under My Computer/Manage/Services and Applications/Indexing Service/Query... Can you connect to the same "engine" from Access? Can you do the same from a client machine...
3
2213
by: jliusolar | last post by:
Hi I am trying to figure out why an application get this error when I am trying to open the application's asmx file from localhost. I don't have indexing service running(it set as manual and not started). I also created an .aspx file to do testing The .aspx file opens fine in other directory from IE. As long as I put it in the application's directory, set a virtual directory trying to open it, it also gives me the following error. I don't...
0
1457
by: Brian Call | last post by:
We have a customer that is getting an "Access is denied" (to a specific dll in the application's bin directory) error on XP when trying to run an ASP.NET application. All the posts and KB articles I have read (such as http://support.microsoft.com/default.aspx?scid=kb;en-us;329065) say that this happens when indexing service is running. But in this case we have verified that it is not running. I have also looked at file permissions and do...
0
4240
by: Chung Leong | last post by:
Here's a short tutorial on how to the OLE-DB extension to access Windows Indexing Service. Impress your office-mates with a powerful full-text search feature on your intranet. It's easier than you think. First, download and install the extension (http://sourceforge.net/project/showfiles.php?group_id=171247&package_id=198554). Simply unzip the file and copy the correct version of php_oledb.dll into the PHP extensions folder. Then add the...
3
9560
by: Chung Leong | last post by:
Here's the rest of the tutorial I started earlier: Aside from text within a document, Indexing Service let you search on meta information stored in the files. For example, MusicArtist and MusicAlbum let you find MP3 and other music files based on the singer and album name; DocAuthor let you find Office documents created by a certain user; DocAppName let you find files of a particular program, and so on. Indexing Service uses plug-ins...
4
6773
by: twilliamson | last post by:
Hello, I am new to the Indexing Service and need a little help. My main goal is for my Windows XP Pro SP2 users is to be able to use the Windows Search (start, search) function to search for files on the server and recieve the results immediately. I have setup the Indexing Service on my Win server 2003 and it seems to work when I tested by using the "Query the Catalog" under Indexing Service in computer management. The results were...
2
8112
by: =?Utf-8?B?SmVycnkgQw==?= | last post by:
I have a server 2008 IIS 7.0 with indexing service installed. I have created the catalog and have a test page using these posts: http://kbalertz.com/954822/install-configure-Indexing-Service-Windows-Server-computer.aspx http://kbalertz.com/820105/Application-Query-Indexing-Service-Catalog-Using-Visual-Basic.aspx I can search some files .xls .doc and others but It will not find anything in .pdf
0
9587
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10588
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10340
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10324
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10085
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7623
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6857
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5527
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
3827
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.