How do you programmatically retrieve the name of a shared services provider that's associated with a specific Sharepoint web application?
I have a custom solution that needs to:
Enumerate all web applications that it's deployed to
Figure out the Shared Services provider that each of the web applications is associated with
Access a Bus...
Hi
I'm in the process of moving a complete sharepoint install to a different server.
Can anyone tell me if it's possible to just move the existing Shared Services Provider rather than starting from scratch?
All the best
...
Hi,
I'm having serious issues with backing up and restoring a shared services provider.
Using the Central Administration backup I run the backup to s:\
This completes fine.
I then from another SharePoint Server choose to restore a backup and point it to the UNC path \machineipaddress\s$\spbr00DF
I have given everyone full access to ...
How can I access the settings of a Share Service Provider programmatically. Especially how could I retrieve the MySite storage location defined in a SSP's MySite settings?
...
Hi,
I am developing a sharepoint site using sharepoint object model. I am getting "The search request was unable to connect to the Search Service" message on execute FullTextSqlQuery. Office Sharepoint Server Search and Indexing Service are running. How can I solve this problem?
Here is code:
FullTextSqlQuery qry = new FullTextSqlQuer...