Connecting To A Remote Indexing Service Catalog

I'm trying to set up a full text search engine on my corp website. Due to the number of documents to be indexed and the strain IS can put on as server, it was determined that the Indexing Services should be run on a dedicated box, instead of on the webserver.

This all makes good sense until I actually try to connect to the catalog in my code. From what I can tell, IIS looks to the local machine for it's catalog sources. Does anyone know if it is even possible to remotely connect to an index catalog?

I've tried adding the server namespace to the catalog name in many different syntaxes, and so far nothing has worked. Code:

View Replies


ADVERTISEMENT

Indexing PDF's Using MS Indexing Service

I currently use MS Indexing Service to search my htm and aspx pages.

I recently downloaded the IFilter tool from Adobe.

When I now do a search it still does not pick up any text in my PDF's.

My PDF's are being indexed and I have stopped / started the Catalaog / Service.

I find it hard to get any documention on the IFilter tool that is downloadable from Adobe.com.

View Replies View Related

Indexing Service

i'm using the indexing service and CreateRecordSet("nonsequential") in asp and i cant retrieve the record although the keywords is matched.

View Replies View Related

Indexing Service IIS 5.0 To IIS 6.0

I've recently transferred our web sites from a Windows2000 server to a Windows2003 server. The transfer went almost flawless until I noticed that our search function isn't working anymore. I'm using an ASP script to use the Indexing Services and have set up my catalogs and directories but I'm getting a 'type mismatch' on one of my Server.URLEncode commands.

Do I need to obtain a new script to utilize the Indexing Services of Windows2003? If so, does anyone know where I can find this or would it be better to use a service such as Google or another SE?

View Replies View Related

ASP And Indexing Service

I'm trying to build a site that based on a user entry searches through the
contents of files on a disk and displays a list of files which contents
match user criteria (basicaly a word).

How to extract a part of the document (paragraph ecc), where the searched
word is found. OLE DB provider for Indexing service provides atribute
Characterization, which returns the subject of the document, but not the
correct paragraph. Is there any other usefull atribute?

View Replies View Related

Searching With IIS' Indexing Service?

I'm fussing around with a first attempt at using IIS6's indexing service
for a web site search page. The trouble is, my site, while not using a
database, is largely dynamic, with much of the content filled in with
variables and includes, and index server only seems to index the actual
code of each file, and not the contents as seen by web viewers. So if I
have my default.asp file dynamically cobbled together by several other
files, default.asp doesn't register in the index with its served content
and so doesn't appear in the search results.

Just wondering if indexing service can be used to search pages within a
site as they appear to the browsing public (like search engines do), or
if it just wasn't made to do that and I should try something else?

View Replies View Related

Indexing Service Returns Bad Texts In Asp-solution.

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 Code:

View Replies View Related

Problem When Searching For PDFs With Indexing Service In ASP-solution.

I have a problem with a small asp-solution that searches for PDF-documents with
indexing service.

For some files in the search result I get gibberish returned, such as ....

View Replies View Related

Connecting To SQL Db On Remote Server

I need to connect to a SQL db on a remote server but my connection string doesn't appear to work as the page just keeps timing out. The physical url of the db is (not real IP) 0.0.0.0/Databases/query and the connection string looks like so:

strConn = "Driver={SQL Server};Server=0.0.0.0/Databases/;Database=query;"

What should the connection string look like?

View Replies View Related

Connecting To Remote Oracle Server

How can I access remote oracle server?. I'm using the following connection string.

" Provider=MS Remote;Remote Provider=MSDAORA;Data Source=XYZ;Remote Server=http://DBServersIP;User Id=id;Password=pw"

Both the web server and DB server has oracle client. I can tnsping, connect using sql * plus from the webserver.

But when I try to do simple connection & query , I get the following error.

" Microsoft ADO/RDS(0x80072EFD)
Internet Client Error: Cannot Connect to Server.
"

Can someone throw some links or help.?

View Replies View Related

Connecting Web Server And Remote Db Server Via Asp

my prob is i have 2 different computers, one that runs my asp pages and the other my database server (mySQL). im working on my local and trying to connect my remote database with my remote webserver using DSNless connection string as more advisable. Code:

View Replies View Related

Dynamic Catalog

I've done a number of product catalogs/galleries with one or two category levels (Category > Subcategory). The straightforward way to do this, of course, is to use database fields for Category and Subcategory and query off of those fields.

I have a client now who is interested in what sounds to me to be an unnecessarily complex catalog with an as of yet undefined number of category levels at their disposal.
My initial response would be just to add more levels of subcategories to the database, but I was wondering if anyone had come up with a system allowing the dynamic addition of an unlimited number of subcategories to a catalog, and would be willing to share your methods. Or, if I should just stick to the obvious plan.

View Replies View Related

Categories In Product Catalog

I have a default catalogue/product page (code shown below list_item.asp) which list all the products from the database. But since I have lots of category in the catalog/product page, i want to separate them according to their respective categories like writing instruments, desktops, pantry etc.

This will enable the user to go to a respective page and choose the individual product from the respective categories. If I adjust the SQL statement to be "SELECT * from Product " WHERE category LIKE 'DESKTOPS', this page will lists all the items from that category selection. But if i were to make another page such as pen.asp and adjust the SQL statement to category LIKE 'PEN'.

The first page lists the products from the pen category and the following page unfortunately shows category from Desktops. how to segragate these categories so that it will only show the products from the individual categories.

View Replies View Related

Site Server Catalog Search

We are looking replace site server's catalog search application. We need to
crawl a public website and allow uses to search indexed pages. We need a
product to index our site and index custom meta tags we put in our pages.
What website crawling products are available in the marketplace?

View Replies View Related

What Is Indexing

For most ASP apps I write, I send out to another server farm. When the tech takes my code and posts it, he usually looks it over to be sure there are no potential security issues. He said to me one day over the phone while uploading the code, "you should use indexing for your record reads..." I just said, "sure, okay." But I have no idea what the heck he meant. Can someone tell me what he meant?~`^%

View Replies View Related

Indexing

I have a script to search my site which is written in asp and works with the indexing server in IIS5. The problem I have is that I want to able to specify what directories it needs to search and only search within the region the user is in. There are 2 catalogs in the indexing server and I will be creating a catalog for each region.

View Replies View Related

Web Indexing

i need to grab all the urls which are linked to specific webpage.its like indexing.

View Replies View Related

Indexing Search

I'm trying to set up a pdf search using windows indexing service, but i'm getting the most random results in the world. it's seatching throught a directory of just pdfs, and if i search for pdf, they all come up, but is i search for 103 then 103.pdf wont come up but things like 034.pdf and 29.pdf will - any ideas?! i'm using the windows IISSamples

View Replies View Related

Catagory Indexing

I have created 3 tables (Products, Catagories, Catagory Index) I use the catagory index to assign products to multiple catagories.I am stuck with the SQL to join the catagory index with the products so I can pull the products out - I have created the relationships,tables are below:

Products
Prodcode (PK)
other fields

Catagories
CatID (PK)
Catname

Catagory Index
ID
ProdID
CatID

as stated I am using the catid to identify the products and would appreciate assistance with the SQL to access the rest of the product data.the CatID is passed to the page via a url parimeter.

View Replies View Related

Search Engine Indexing

If I have a asp file with a small chunk of asp in the top, and the remaining code is just hardcoded html:

<%Some asp code%>

<html>
<head>
<ETC>

WILL search engines still index and 'pick up' the actual text, titles, etc, of the html?

View Replies View Related

Trim String And Indexing Server

Ok, I have this code:

For i = startCt To endCt
' Get the document title. If it's blank, set it to "Untitled".
Dim docTitle,path,desc
Dim tObj
Set tObj = results1(i)
docTitle = tObj("title")
path = tObj("vpath")
desc = tObj("desc")
.......

Now, results1 comes from the ms indexing server.

Problem with some of the results is the title is an empty string, so no link.

If I query the catalog in comp mgnmt, no problems.

So, indexing problem or something else.

I can use the path and get the doc name there if empty.

Also, does asp have a string.trim like .net? ....

View Replies View Related

Full Text Indexing Website

I have an Access database driven website using ASP in IIS 6. On my website, I have a discussion forum, I wonder how can I add a full text indexing feature into my forum. So for example, when someone wants to search the word "fish" in the forum. All threads that contains the word "fish" should popup as the search result.

View Replies View Related

Web Service?

I have a vb iis application and some asp pages.

The logic is in the vb dll. Now I need to extent one asp page to do extra
step, but the similarly code is in the vb dll. I don¡¯t want to copy/paste
code (and beside don¡¯t know copy/paste will work). So I¡¯m thinking of open
a web service function in vb dll and the asp can http request? Is it other
options?

View Replies View Related

ASP Service

I'm the co-developer for an ASP helpdesk system which has an in-built POP3 Email function. The idea of the function being that a member of staff logged into the helpdesk can monitor a specific support email address and convert emails into support tickets. Now one of the things our clients have asked for is a service that runs the POP3 Email function so that they don't need to be logged into the helpdesk. What is the easiest way to achieve this? Since users can potentially email the support address 24/7 the service therefore needs to run 24/7. I've read threads in this forum on running scheduled jobs that call an ASP script but I'm not sure if that is the correct solution for my needs. I also need to take into account the fact that some of our clients run the helpdesk application on a shared hosting server so they won't be able to create a Windows Scheduled Task.

View Replies View Related

Web Service

if anyone has come across a web service that does synonyms.I want the end user to type in a word and find synonyms on the same page w/out jumping to synonyms.com

View Replies View Related

XML Web Service

Can anyone point me to a very basic example of a project that takes an XML
stream from a web page and sends it to a ASP.NET Web Service that can then
be used to pull records from a SQL Server DB. Like I said I am green at
this, so the more basic it is the better. I am reading about having to
serialize, etc. but not sure about it all yet.

View Replies View Related

Web Service

How do I display a DataSet from a Web Service in asp? In order to read a singel line do I use

SET objSoapClient = Server.CreateObject("MSSOAP.SoapClient")
objSoapClient.ClientProperty("ServerHTTPRequest") = True

Call objSoapClient.mssoapinit("http://localhost/Service/products.asmx?wsdl",
"products")
Response.Write objSoapClient.getArticle("10445555")

But If I would like to return a DataSet how do I do then, is it possible in asp?

View Replies View Related

ASP.NET Web Service?

I have this project where I am creating a ASP.NET Web service that's going to be consumed by an application on the Intranet. This Web service will access a SQL Server database, extract data from tables, create XML DOM that's going to be posted to 3rd party Internet Web service. Code:

View Replies View Related

Restarting A Service Using ASP

Is it possible to restart a service using ASP ? I have some code here to restart a service using vbscript, but it doesnt translate into asp at all. I also have a script here that displays the status of a service, and that works fine in ASP, so i know that it can be done, and that security, once set, wont be an issue.

Does anyone know how i can restart a service with ASP? any examples?

View Replies View Related

Invoke Web Service

Does any one know how to invoke a web service using ASP? I have a web service I created in Coldfusion but I need to invoke it with ASP.

View Replies View Related

Consuming A Web Service

I'm trying to consume a web service from ASP classic.

I searched a lot but i've found only a lot o variant way to do this
and noone is working or fit to my question.

I have a web service at

http://172.16.4.60:8090/WEB-TT/serv...ent?method=send


I have a working script in PHP.... but I need to use the web service
from ASP (vbscript).

View Replies View Related

SMTP Service

How do you change the port in which CDONTS will look for Microsoft SMTP
server? I have Imail running on port 25, and I have SMTP service running on
port 26. Any help you can provide me would be excellent.

View Replies View Related

Web Service W/ Classic ASP

Does anybody out there consume a web service using classic ASP?If anyone has any useful resources for doing this, I'd love to see them. I haven't found much online at all. Long story but I'd rather not have to learn .net or switch to php for this one project

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved