Advertisement

07.04.2004 at 06:26PM PDT, ID: 21047607
[x]
Attachment Details

Can some one tell me what i am missing?

Asked by usankar in Programming for ASP.NET

Tags: remote, server

Hi

Can somebody pls. tell me what is that I’m missing here. I’m trying to run queries on remote server where indexing service is running something like this, pls. tell me what else needs to be done

Dim strsearch as string = "select shortfilename,FileName,path,vpath,characterization,write,rank from Scope() where contains ('help')"

            Dim objconn As New ADODB.Connection

        objconn.ConnectionString = "provider=msidxs; Data Source=query://remoteserver/web"

        objConn.Open()

 

        Dim objRS As New ADODB.Recordset

        objRS.CursorLocation = 3             'adUseClient

        objRS.Open(strsearch, objconn, 0, 1)

 

 

On local system it works fine when I give connectionstring as "provider=msidxs; Data Source=web"

But on remote system it always gives exception and says “There is no catalog”. (I checked on remote system also there is same Web catalog and when I run it locally on remoteserver then it runs fine)

 

Pls. help me in identifying where and what is wrong?

Thanks in advance

 
Start Free Trial
[+][-]07.04.2004 at 06:40PM PDT, ID: 11470307

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.04.2004 at 11:46PM PDT, ID: 11471070

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.04.2004 at 11:50PM PDT, ID: 11471088

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.13.2004 at 07:40PM PDT, ID: 11545539

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07.13.2004 at 11:05PM PDT, ID: 11546159

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.16.2004 at 12:53AM PDT, ID: 11566309

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07.16.2004 at 02:29AM PDT, ID: 11566675

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.16.2004 at 02:50AM PDT, ID: 11566740

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 7-day free trial to view this Administrative Comment or ask the Experts your question.

 
[+][-]07.20.2004 at 11:16AM PDT, ID: 11595652

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Programming for ASP.NET
Tags: remote, server
Sign Up Now!
Solution Provided By: Netminder
Participating Experts: 3
Solution Grade: B
 
 
 
Loading Advertisement...
20080716-EE-VQP-32