The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
318 views

Error while replacing self-signed certificate with CA certificate in FAST server

I am trying to replace the self-signed certificate used while installing / configuring FAST server with a new certificate issues by my CA authority. I am following the tecnet article ...
0
votes
2answers
125 views

Switching to non-default Search Provider in OOB Search WebParts

Our SharePoint environment is configured with SharePoint Search as the default search option and FAST Search as the secondary search option. We have a bunch of host header site collections which are ...
2
votes
1answer
85 views

Login into Sharepoint Site from Web service

Is this possible to login into the SharePoint site using the username and password from web service soap header? Thanks SR
2
votes
1answer
115 views

SPListitem.SystemUpdate() and incremental crawl in FAST

Does FAST search incremental crawls ignore items that are updated via SPListItem.SystemUpdate()? I am observing conflicting behaviours in multiple environments, so I am not sure what the exact ...
1
vote
1answer
54 views

Update List Using Column And Textboxes

SPWeb web = SPContext.Current.Web; SPList list = web.Lists["MyList"]; SPListItem item = list.Items[0]; item["Title"] = TextBox_Name.Text; ...
1
vote
1answer
128 views

“Find Similar results” Fast search for sharepoint 2010

I trying to implement "find similar results" in fast search for sharepoint 2010. Im using the docvector manage property and similarTo property(KeywordQuery property) for this. I hv to pass the ...
1
vote
1answer
131 views

Find similar/related documents (pages) using SP Search/FAST SP Search (2010)

I've previously used the MoreLikeThis (javadoc) feature in Solr and I'm trying to find out of the same capability is available in SP Server Search or FAST SP Search. If you haven't used ...
0
votes
1answer
92 views

programmatically get SharePoint Fast search content sources

Need help to complete my Csharp program. I have four content sources in my farm. I need to get all the content sources and start full crawl if the content source is idle. What is the best way to ...
0
votes
1answer
60 views

Designing sharepoint 2010 site

This is not a programming question, i am looking for some help for designing sharepoint 2010 site. I have started learning sharepoint some time back by myself only. I learned many of things like ...
0
votes
1answer
89 views

sharepoint2007 sites not working

In my sharepoint application recently we are getting errors related to webparts like "WebPartError:One of the properties of the webpart has an incorrect format.Windows sharepoint services cannot ...
2
votes
0answers
106 views

Sharepoint 2010: In external application need to get all sites with write permission for logged in user. [C++]

In my external application I need to find all sites with write permission for logged in user. I am using Web Services. Is there any web service available for this task? Or can I send a Query and get ...
1
vote
0answers
174 views

Can I used People search core webpart and Search Core Webpart in Same page Fast Search?

in my result.aspx i have used almost webpart like SearchPagingWebPart,CoreResultWebpart,Search Actionlink webpart, etc.. I am used PoepleSearchCoreResult wepbart in that page as People Matches. i.e ...
1
vote
0answers
183 views

How to check for NULL or empty value in fql (fast search)?

I want to check for null or empty field in fql query , I want to add condition to retrieve result when is column not equal empty or null, I've tried these ways : <Context> ...
1
vote
0answers
33 views

Variations Problem

See I have a Sharepoint project , where when I get my Variations.Current.GetCurrentVariation(), I get null, and I have activated the Office SharePoint Server 2007 Publishing feature. Can you help me ...
0
votes
0answers
72 views

Error when result set to more than 2000 while querying Fast Search Server for Sharepoint

I developed a tool which allows user to select some Managed Properties (e.g. FileName, Author, FileType, Publisher etc) and a textbox to enter a search term. The result what we get is a tabular data ...
0
votes
0answers
121 views

How to remove Duplicated values in People search box webpart Fast Search 2010?

when i am search on PeopleResults.aspxpage at that bind duplicated values on People search box webpart. i am checking every properties on that webpart.but nothing to worked. Here is screenshot : ...
0
votes
0answers
142 views

Access denied error while crawling MOSS 2007 sites with FAST search

I have been trying hard for resolving this error with no luck. My error message describes as Access is denied. Verify that either the Default Content Access Account has access to this repository, or ...
0
votes
0answers
350 views

Customized with Refinement Panel in Fast Search 2010?

I have create one Choice Field Column DocType with Two Choice Value i. Change Request ii.Technical Document in Share document and Each Document assign value with DocType. Here is Snippet : ...
0
votes
0answers
40 views

FS4SP Returns the text 'NULL' when crawling

As the title says, I have a managed property in a database, that when I check the value of in the view returns a normal null. However when I run a crawl of the database and query Fast I am getting a ...
0
votes
0answers
173 views

fast search scope not getting updated

I have two different host name for example http://contosoold and http://contosonew in content source. Now i had created a scope to include results from "hotname=http://contosoold.com/". In the ...
0
votes
0answers
256 views

Multiple Propset Guid Mapped to a Category

I'm working in a powershell scrip for F4SP 2010 server that reads lines from a .csv file and creates the mappings between managed properties a crawled properties. I don't have much problem, just a ...
0
votes
0answers
535 views

Value does not fall within the expected range in SharePoint 2010

I have a web part in which I provide taxonomy column name. The column name comes from the document library. I provided the column name in property but it's giving an error : Value does not fall ...
0
votes
0answers
106 views

Getting error as "A network-related or instance-specific error occurred while establishing a connection to SQL Server

My SharePoint sites work's fine and able to open central admin.When i click on "View All Site Collection" in Application Management of central admin it shows me error which is in below link ...