473,795 Members | 2,812 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 #1
10 2989
Is the registry file you mention for the Indexing Service or for Offline
Files Synchronization ?

--
Wayne Morgan
MS Access MVP
"Lyle Fairfield" <ly***********@ aim.com> wrote in message
news:4W******** **@read1.cgocab le.net...
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 7 '06 #2
TTBONK it's for Offline Sync but it also (it seems) controls what
Indexing Service Catalogs.

Jan 7 '06 #3
Lyle,

I have it turned on to synch MDB files with my laptop (I set it using a
Domain Policy). I am also running the Indexing service with no problems. The
only thing to be aware of about synching MDB files this way is that it is
NOT a Jet synchronization , it is a copy of the entire file.

--
Wayne Morgan
MS Access MVP
"Lyle Fairfield" <ly***********@ aim.com> wrote in message
news:11******** **************@ z14g2000cwz.goo glegroups.com.. .
TTBONK it's for Offline Sync but it also (it seems) controls what
Indexing Service Catalogs.

Jan 7 '06 #4
Wayne Morgan wrote:
Lyle,

I have it turned on to synch MDB files with my laptop (I set it using a
Domain Policy). I am also running the Indexing service with no problems. The
only thing to be aware of about synching MDB files this way is that it is
NOT a Jet synchronization , it is a copy of the entire file.


Hi Wayne

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"?

--
Lyle Fairfield
Jan 7 '06 #5
On Sat, 07 Jan 2006 15:43:11 -0500, Lyle Fairfield
<ly***********@ aim.com> wrote:

The way I read Wayne's comments he's on a different track than you
are: he is talking about synchronization while you are talking about
indexing.
I think it's asking a lot of Index Server to index MDB's contents.
Where does it stop? Apparently you would expect it to find some data
for you. How about the value of some property of some object? A
keyword in the VBA code? What about databases protected with Access
security?
If it isn't available for SQL Server, I sure don't think it's
available for Jet.
Perhaps IS has the ability to write extensions for it?

-Tom.

Wayne Morgan wrote:
Lyle,

I have it turned on to synch MDB files with my laptop (I set it using a
Domain Policy). I am also running the Indexing service with no problems. The
only thing to be aware of about synching MDB files this way is that it is
NOT a Jet synchronization , it is a copy of the entire file.


Hi Wayne

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 7 '06 #6
Tom van Stiphout <no************ *@cox.net> wrote in
news:0v******** *************** *********@4ax.c om:
On Sat, 07 Jan 2006 15:43:11 -0500, Lyle Fairfield
<ly***********@ aim.com> wrote:

The way I read Wayne's comments he's on a different track than you
are: he is talking about synchronization while you are talking about
indexing.
I think it's asking a lot of Index Server to index MDB's contents.
Where does it stop? Apparently you would expect it to find some data
for you. How about the value of some property of some object? A
keyword in the VBA code? What about databases protected with Access
security?
If it isn't available for SQL Server, I sure don't think it's
available for Jet.
Perhaps IS has the ability to write extensions for it?

-Tom.


Tom

I had thought this might be helpful for the situation described in this
post:
http://groups.google.ca/group/micros...rk.aspnet/msg/
6ce8e8512a334e3 c


--
Lyle Fairfield
Jan 8 '06 #7
Tom van Stiphout <no************ *@cox.net> wrote in
news:0v******** *************** *********@4ax.c om:
The way I read Wayne's comments he's on a different track than you
are: he is talking about synchronization while you are talking
about indexing.
I think it's asking a lot of Index Server to index MDB's contents.
Where does it stop? Apparently you would expect it to find some
data for you. How about the value of some property of some object?
A keyword in the VBA code? What about databases protected with
Access security?
What's the issue? It's full-text indexing. Google indexes things
that are noise words from the standpoint of some searches, but we
don't consider that a problem with it. It's just in the nature of
full-text indexes that they index more than just the mere content of
the files.

As to security, there should be no issue except for an encrypted
MDB, which would not have anything visible to be indexed that would
actually be meaningful.
If it isn't available for SQL Server, I sure don't think it's
available for Jet.
Well, there's a big difference between the way Jet and SQL Server
store their data. MDBs are just files, so why shouldn't they be
indexed as mere files? No, it's not nearly as useful as full-text
search within a db engine (where you can pick a column to search,
for instance), but it's better than having no access to the
information for searching at all.
Perhaps IS has the ability to write extensions for it?


I don't see how you could build anything particularly useful without
it being supported by the db engine explicitly.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Jan 8 '06 #8
David W. Fenton wrote:
I don't see how you could build anything particularly useful without
it being supported by the db engine explicitly.


This isn't particularly useful and it's not mature code and since I was
lucky enough to write it the first time without errors the error handler
has never been run.

Yes, I know it's not likely to work for 100 meg dbs, or dbs opened
exclusively and that one might have to understand about folders and Dir$
etc to use it.

But, if you can't remember in what db you saw "Bólido Comidas
preparadas" it might help by pointing out that it's in Northwind.mdb.

Function FindStringinFil eType( _
ByVal skelton As String, _
ByVal findwhat As String) As Variant
Dim buffer As String
Dim filenumber As Integer
Dim foundin As String
Dim path As String
path = Dir$(skelton)
While Len(path) <> 0
filenumber = FreeFile()
Open path For Binary As #filenumber
buffer = String(LOF(file number), vbNullChar)
Get #filenumber, , buffer
If InStr(buffer, findwhat) <> 0 Then _
foundin = foundin & "|" & path
Close #filenumber
path = Dir$()
Wend
FindStringinFil eTypeExit:
If Left$(foundin, 1) = "|" Then _
foundin = Mid$(foundin, 2)
If Len(foundin) > 0 Then
FindStringinFil eType = Split(foundin, "|")
Else
FindStringinFil eType = Array()
End If
Close
Exit Function
FindStringinFil eTypeErr:
With Err
MsgBox "Error Number: " _
& .Number _
& vbNewLine _
& .Description, _
vbCritical, _
"FindStringinFi leType"
End With
Resume FindStringinFil eTypeExit
End Function

Sub test()
Debug.Print Join(FindString inFileType("*.m db", "Bólido Comidas
preparadas"), vbNewLine)
End Sub

--
Lyle Fairfield
Jan 8 '06 #9
After glancing at the Indexing Service and doing a Web and Usenet
search I think I was confused in thinking that the
NetCache\Exclud eExtensions settings controlled which files Indexing
Service ignored. I am SURE I saw this described at
http://hallucinations.nut but I can find it no more.

For anyone interested in this I offer the only promising lead I have
found:

http://desktop.google.com/plugins/i/accesscrawler.html

This runs, AFAICT, within Google Desktop Search. I have tried the
Google Desktop Search and rejected it in favour of Copernic Desktop
Search which I have found to be less intrusive and less demanding.

Jan 9 '06 #10

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
1755
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
1402
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
2212
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
4239
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
8109
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
9673
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10443
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
10216
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
10165
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
10002
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
7543
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
5437
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...
1
4113
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3728
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.