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

Home Posts Topics Members FAQ

Problems querying index catalog...

Hi everybody, i would like to query the Index Catalog, for a site, as
describe in the article:
http://support.microsoft.com/default...b;en-us;820105
But i'm having an error, I don't know what to do.
Please help me.
Thanx in advanced.
Michel
Here is the error.

Server Error in '/' Application.
--------------------------------------------------------------------------------

No error information available: REGDB_E_CLASSNO TREG(0x80040154 ).
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.

Exception Details: System.Data.Ole Db.OleDbExcepti on: No error information
available: REGDB_E_CLASSNO TREG(0x80040154 ).

Source Error:

Line 69: Dim cmd As New System.Data.Ole Db.OleDbDataAda pter(strQuery,
cn)
Line 70: Dim testDataSet As New DataSet()
Line 71: cmd.Fill(testDa taSet)
Line 72: 'Bind DataGrid to the DataSet. DataGrid is the ID for the
Line 73: 'DataGrid control in the HTML section.

Source File: D:\BEL\homesear ch.aspx.vb Line: 71

Stack Trace:

[OleDbException (0x80040154): No error information available:
REGDB_E_CLASSNO TREG(0x80040154 ).]

[InvalidOperatio nException: The 'MSIDXS.1' provider is not registered on the
local machine.]
System.Data.Ole Db.OleDbConnect ion.CreateProvi derError(Int32 hr) +81
System.Data.Ole Db.OleDbConnect ion.CreateProvi der(OleDbConnec tionString
constr) +107
System.Data.Ole Db.OleDbConnect ion.Open() +203
System.Data.Com mon.DbDataAdapt er.QuietOpen(ID bConnection connection,
ConnectionState & originalState) +44
System.Data.Com mon.DbDataAdapt er.FillFromComm and(Object data, Int32
startRecord, Int32 maxRecords, String srcTable, IDbCommand command,
CommandBehavior behavior) +304
System.Data.Com mon.DbDataAdapt er.Fill(DataSet dataSet, Int32 startRecord,
Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior
behavior) +77
System.Data.Com mon.DbDataAdapt er.Fill(DataSet dataSet) +38
WebForm1.Search IndexServer() in D:\BEL\homesear ch.aspx.vb:71
WebForm1.Page_L oad(Object sender, EventArgs e) in
D:\BEL\homesear ch.aspx.vb:40
System.Web.UI.C ontrol.OnLoad(E ventArgs e) +67
System.Web.UI.C ontrol.LoadRecu rsive() +35
System.Web.UI.P age.ProcessRequ estMain() +750

--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.432 2.2300; ASP.NET
Version:1.1.432 2.2300

Nov 21 '05 #1
1 2321
Hi,

First make sure you created the index as listed in the
instructions. Otherwise you will get the error. Finally it will take a
while to index MyCatalog.

Ken
------------------------
"Michel Moreno" <No**@m.com> wrote in message
news:%2******** ********@TK2MSF TNGP11.phx.gbl. ..
Hi everybody, i would like to query the Index Catalog, for a site, as
describe in the article:
http://support.microsoft.com/default...b;en-us;820105
But i'm having an error, I don't know what to do.
Please help me.
Thanx in advanced.
Michel
Here is the error.

Server Error in '/' Application.
--------------------------------------------------------------------------------

No error information available: REGDB_E_CLASSNO TREG(0x80040154 ).
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.

Exception Details: System.Data.Ole Db.OleDbExcepti on: No error information
available: REGDB_E_CLASSNO TREG(0x80040154 ).

Source Error:

Line 69: Dim cmd As New System.Data.Ole Db.OleDbDataAda pter(strQuery,
cn)
Line 70: Dim testDataSet As New DataSet()
Line 71: cmd.Fill(testDa taSet)
Line 72: 'Bind DataGrid to the DataSet. DataGrid is the ID for the
Line 73: 'DataGrid control in the HTML section.

Source File: D:\BEL\homesear ch.aspx.vb Line: 71

Stack Trace:

[OleDbException (0x80040154): No error information available:
REGDB_E_CLASSNO TREG(0x80040154 ).]

[InvalidOperatio nException: The 'MSIDXS.1' provider is not registered on
the
local machine.]
System.Data.Ole Db.OleDbConnect ion.CreateProvi derError(Int32 hr) +81
System.Data.Ole Db.OleDbConnect ion.CreateProvi der(OleDbConnec tionString
constr) +107
System.Data.Ole Db.OleDbConnect ion.Open() +203
System.Data.Com mon.DbDataAdapt er.QuietOpen(ID bConnection connection,
ConnectionState & originalState) +44
System.Data.Com mon.DbDataAdapt er.FillFromComm and(Object data, Int32
startRecord, Int32 maxRecords, String srcTable, IDbCommand command,
CommandBehavior behavior) +304
System.Data.Com mon.DbDataAdapt er.Fill(DataSet dataSet, Int32
startRecord,
Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior
behavior) +77
System.Data.Com mon.DbDataAdapt er.Fill(DataSet dataSet) +38
WebForm1.Search IndexServer() in D:\BEL\homesear ch.aspx.vb:71
WebForm1.Page_L oad(Object sender, EventArgs e) in
D:\BEL\homesear ch.aspx.vb:40
System.Web.UI.C ontrol.OnLoad(E ventArgs e) +67
System.Web.UI.C ontrol.LoadRecu rsive() +35
System.Web.UI.P age.ProcessRequ estMain() +750

--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.432 2.2300;
ASP.NET
Version:1.1.432 2.2300

Nov 21 '05 #2

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

Similar topics

1
6603
by: mogi | last post by:
Hi there, I just tried to apply a set of primary keys to a table and after a very long time (like an hour or more) i got this error message .... Unable to create index 'PK_master_data'. ODBC error: CREATE UNIQUE INDEX terminated because a duplicate key was found for index ID 1. Most significant primary key is '2050500'. Could not create
0
2824
by: Guy Deprez | last post by:
Hi, i'm having a problem to create indexes. STEP 1 ----------- Connection is OK (you can find the string at the end of the message) Table ("Couleurs") creation is OK STEP 2. Index Creation
0
1159
by: Vasantha peddireddy | last post by:
Hi, I am using Microsoft's indexing service to search for content in my website. How can I query against remote server catalog? What is the path I need to use? I need to call a catalog which is created on a d/f sever and on my page which does the search. Here is the query I am using in my asp.net page Dim strCatalog As String
6
2658
by: Greg | last post by:
I am working on a project that will have about 500,000 records in an XML document. This document will need to be queried with XPath, and records will need to be updated. I was thinking about splitting up the XML into several XML documents (perhaps 50,000 per document) to be more efficient but this will make things a lot more complex because the searching needs to go accross all 500,000 records. Can anyone point me to some best practices...
6
3305
by: George McLean | last post by:
Hello, I am trying to isolate some performance issues. The database is DB2 v8.1 running on a Win2000 server with 4 processors and 1gb of RAM. The application is a GIS application that uses ADO to access the database. It was not written specifically for DB2 and I think almost all queries are running as dynamic queries. The performance issue arise when users are
10
6415
by: Jean | last post by:
Hi, how to know for a particular table if it is organized by index, and which one ? reorg table index ind1 -> the table is organised by ind1 i wan't to know that for all table thx
1
4760
by: Andrew | last post by:
Hey all, Working on revamping our Intranet here and making use of the LDPA, Active Directory, Directory Services, etc. that .Net provides. I am still fairly new on this subject, so the problem I have run into I am not sure how to fix, and really not sure what is causing it. Here's what is going on (test server - Windows 2003 Server): I have a page in a folder (under anonymous authentication in IIS6) that has a link on it that...
1
1398
by: Josef Zelinka | last post by:
Hi everybody, I would like to query the Index Catalog. But i'm having an error, I don't know what to do. Please help me. Thanx in advanced. Josef Here is the error.
1
2771
by: awesomewebsitesforyou | last post by:
Learn DB2 system catalog tables http://db2examples.googlepages.com/systemcatalogtables
0
9706
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
10332
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...
0
9150
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6853
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
5521
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...
0
5651
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4299
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
3820
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2991
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.