|
Home > Archive > IIS Index Server > April 2007 > rs("Vpath") blank
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| fniles 2007-01-26, 7:23 pm |
| When searching using Index Server in our ASP page, the RS("vpath") is
returned to be null ("") where it is supposed to be
/DOCS/PROSPECT/RPro/Jan/JanDoc.PDF.
So, in the result list, the following is there:
<a href="" class="RecordStats"
style="color:blue;">http://myco.intranet.com</a>
/DOCS is in the catalog of Index Server.
Why is rs("Vpath") blank instead of /DOCS/PROSPECT/RPro/Jan/JanDoc.PDF ?
Thanks.
| |
| Hilary Cotter 2007-02-01, 1:18 pm |
| because its a physical directory and not a virtual one. In File explorer,
right click on the folder, select properties, web sharing and park it in
your web site which your Indexing Services catalog is tracking.
--
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
"fniles" <fniles@pfmail.com> wrote in message
news:%23RIkIjZQHHA.4844@TK2MSFTNGP03.phx.gbl...
> When searching using Index Server in our ASP page, the RS("vpath") is
> returned to be null ("") where it is supposed to be
> /DOCS/PROSPECT/RPro/Jan/JanDoc.PDF.
> So, in the result list, the following is there:
> <a href="" class="RecordStats"
> style="color:blue;">http://myco.intranet.com</a>
> /DOCS is in the catalog of Index Server.
> Why is rs("Vpath") blank instead of /DOCS/PROSPECT/RPro/Jan/JanDoc.PDF ?
> Thanks.
>
| |
| fniles 2007-04-04, 7:16 am |
| Thank you.
Did you mean /DOCS/PROSPECT/RPro/Jan/JanDoc.PDF is not a virtual directory ?
I think DOCS is a virtual directory.
>In File explorer, right click on the folder, select properties, web sharing
>and park it in
> your web site which your Indexing Services catalog is tracking.
Where in Properties is the web sharing ? /DOCS is in the catalog of Index
Server.
More info:
- IIS is installed on the C Drive of a Windows server (Windows 2000 and IIS
5)
- The default website was set to the C Drive BUT all of the ewincite files
and documents are located on the D drive in a directory called D:\mydir
- The documents do indeed index and using the query the catalog function
from computer manager for index server we indeed get the proper path to the
documents
- When we made a complete copy of the D: drive directory and copied it to
the C Drive to c:\inetpub\mydir, the document search points to the correct
place
Do you think the rs("Vpath") is blank because the documents are not in the
same drive as the IIS ?
"Hilary Cotter" <hilary.cotter@gmail.com> wrote in message
news:%23vLZ6ahRHHA.1200@TK2MSFTNGP02.phx.gbl...
> because its a physical directory and not a virtual one. In File explorer,
> right click on the folder, select properties, web sharing and park it in
> your web site which your Indexing Services catalog is tracking.
>
> --
> Hilary Cotter
>
> Looking for a SQL Server replication book?
> http://www.nwsu.com/0974973602.html
>
> Looking for a FAQ on Indexing Services/SQL FTS
> http://www.indexserverfaq.com
>
>
>
> "fniles" <fniles@pfmail.com> wrote in message
> news:%23RIkIjZQHHA.4844@TK2MSFTNGP03.phx.gbl...
>
>
| |
| fniles 2007-04-05, 7:21 pm |
| We did what you recommended and also make sure it was a virtual directory,
and it fixed the problem.
Thanks !
"Hilary Cotter" <hilary.cotter@gmail.com> wrote in message
news:%23vLZ6ahRHHA.1200@TK2MSFTNGP02.phx.gbl...
> because its a physical directory and not a virtual one. In File explorer,
> right click on the folder, select properties, web sharing and park it in
> your web site which your Indexing Services catalog is tracking.
>
> --
> Hilary Cotter
>
> Looking for a SQL Server replication book?
> http://www.nwsu.com/0974973602.html
>
> Looking for a FAQ on Indexing Services/SQL FTS
> http://www.indexserverfaq.com
>
>
>
> "fniles" <fniles@pfmail.com> wrote in message
> news:%23RIkIjZQHHA.4844@TK2MSFTNGP03.phx.gbl...
>
>
|
|
|
|
|