Re: Search from asxp page not working



Thank you for the replys. I tried the new query line and still no retrun
values.

new query:

cmdSearch.CommandText = "select doctitle, filename, vpath, rank,
characterization from cdxxxxx.CDCat..scope() where FREETEXT( '" + searchText
+ "') order by rank desc ";

I still can get results from the System catalog but not the catalog that I
created.

Thank you,
--
Jerry


""WenJun Zhang[msft]"" wrote:

Hi Jerry,

As Hilary stated, you should specify the remote indexing server and catalog
name in your query like:

select ... from SERVERNAME.CATALOGNAME..Scope() where ...

Please check if it works. If there is any futher issue, please update here.

Have a nice day.

Sincerely,

WenJun Zhang

Microsoft Online Community Support

==================================================

Get notification to my posts through email? Please refer to:
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at:

http://msdn.microsoft.com/subscriptions/support/default.aspx.

==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.




.



Relevant Pages

  • Re: Search from asxp page not working
    ... included your files in it and ran the ASP.net query page to search on it. ... Everything worked as expected after I changed the server and catalog name ... Microsoft Online Community Support ... where an initial response from the community or a Microsoft Support ...
    (microsoft.public.inetserver.indexserver)
  • Re: Indexing service ignores most files in directory
    ... archiving' isn't selected and 'For fast searching, allow Indexing Service ... Delete the problematic catalog in Indexing Service snap-in. ... Microsoft Online Community Support ... where an initial response from the community or a Microsoft Support ...
    (microsoft.public.inetserver.indexserver)
  • RE: read sql record into memory, use/modify fields then save changes
    ... As for the data query & updating scenario you mentioned, ... Microsoft MSDN Online Support Lead ... where an initial response from the community or a Microsoft Support ... How is the best way to return a single record via sql query that will ...
    (microsoft.public.dotnet.languages.vb)
  • RE: Show just one record based on date
    ... You could build query based on the original query. ... SELECT postitionnumber, MAXAS date1 FROM qry1 GROUP BY ... Microsoft Online Community Support ... where an initial response from the community or a Microsoft Support ...
    (microsoft.public.access.reports)
  • Re: Cannot see MDX in SQL Profiler
    ... FROM [Adventure Works] ... The first query bails out through the parser with the following error, ... Microsoft Online Community Support ... where an initial response from the community or a Microsoft Support ...
    (microsoft.public.sqlserver.datawarehouse)

Loading