Wrox Home  
Search P2P Archive for: Go

  Return to Index  

proasp_howto thread: Index Server Problems (Hate MS for this)


Message #1 by "oz" <psdotnet@y...> on Fri, 18 Aug 2000 22:6:38
Sounds like you are doing this correctly but are you sure user context in
which the search is occurring has rights to read documents in the remote
volume? Are you also sure that the account to specified as the access
context for the virtual directory has at least read rights? How big is the
catalog?

Also, have you installed the gateway services?

Don't hate the player, hate the play...
kt
----- Original Message -----
From: "oz" 
To: "How To" <proasp_howto@p...>
Sent: Friday, August 18, 2000 10:00 PM
Subject: [proasp_howto] Index Server Problems (Hate MS for this)


> Situation:
> Contents to search are on the network present on say a x:drive(Novell
> Directory).
> I am trying to create a new catalog which points to this x drive.
> I get an error "catalog not found"
> The code's right, I am sure the problem lies in the configuration of the
> Catalog.
> heres what I do.
> I create a virtual subdirectory under the wwwroot snap in.
> This virtual directory points to the x drive.I checkmark this directory
> for indexing.
> I create a new catalog under the IndexServer Snapin say "catalogname".
> I call for this catalog in my code.
> by the following :
>
> "select filename...from SCOPE('Deep Traversal of ""/catalogname""')" Where
> contains ('" & enteredkeywordbyuser & "') > 0
>
> Could I be pointed out as to what I am doing wrong in my configuration
> process?????
>

  Return to Index