Hot answers tagged configuration
11
One thing is missing in this discussion that is asked in the question; the difference between NTLM and Kerberos.
NTLM is a properitary AuthN protocol invented by Microsoft whereas Kerberos is a standard protocol.
The big difference is how the two protocols handle the authentication:
NTLM uses a three-way handshake between the client and server and ...
11
NTLM is only allow 1-hop solutions because it is transferring user credentials to the first server - in most cases it is IIS on your SharePoint Front End Server. If you want to get some data from a SharePoint server code (WebPart etc) and ask another server for data (it could be external back-end system you want to integrate to), you can't pass user context ...
7
For you, the big reason is that it solves the "double hop" (delegation) problem, as mentioned in another answer. In addition, the Kerberos authentication mechanism starts to become more efficient as user session time increases, and reduces the load on the domain controller. This is because Kerberos is using an authentication ticket and not having to go back ...
6
You need to rename your SharePoint server as well.
Start -> Run.., cmd
cd "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN\"
stsadm -o renameserver -oldservername VM_1 -newservername VM_2
iisreset
Next, go to Central Administration site, System settings => Configure alternate access mappings, and change all the ...
5
You need to edit the XSLT that is used to transform the search results.
You can either do this by editing the in-line XSLT in the search results web part (in the edit part of the web part), or you can export the web part and configure it to use the XSLT files found in http:///Style Library/XSL Style Sheets/
Here you will find ItemStyle.xsl, Header.xsl and ...
5
Separate web applications would get you totally separated sites on the same server.
I don't believe there would be a method to share content easily between the web applications. I don't know enough about content migration/deployment to know if that would be viable. An klunky alternative would be to have another separate "shared" web application where any ...
5
You want to create Search Scopes. You can create them globally though the Shared Service Provider configuration or at the Site Collection level through Site Settings.
Check out:
http://msdn.microsoft.com/en-us/library/bb428856.aspx
4
You can specify the properties element in your feature.xml file, which can then be accessd from the feature receiver as indicated by Thomson. But this approach will land you to the problem of compiling your WSP again and again as you change the feature.xml properties.
I would suggest you to maintain any configuration in a SharePoint list. Your feature once ...
3
From http://www.muhimbi.com/blog/2009/05/how-to-reliably-detect-moss-or-wss-at.html
/// <summary>
/// Method to find out if a SharePoint installation is MOSS or WSS 3.0
/// </summary>
public static bool IsMOSS()
{
SPFeatureDefinitionCollection features = SPContext.Current.Site.WebApplication.Farm.FeatureDefinitions;
if ...
3
I would definately start from scratch!
The account used for install has special permissions, and if these have been intertwined with farm account it is a mess. You will spend far longer time trying to undo the security related problems in the previous install than starting over.
I usually define a managed account for each service application, one for each ...
3
The title of your question implies that you want to configure the connection string for each web part. To do this, you should add a web part property to your webpart. Then the user that adds the web part to the page can fill in the value for the connection string. I assume you have a user control for your web part, so just assign your web part property to a ...
3
Have you tried the following?
In Central Admin > Operations > Services on Server
Select your SQL server and stop the Windows SharePoint Services Web Application service
(May have to select a custom role)
NB - I haven't had the chance to try this out on a farm, so tread carefully!
3
Have run into this same issue many times. As an Admin, one of the ways I've tried to manage it is to make sure that every custom solution is packaged so that the packages can be deployed via stsadm (or PowerShell for future 2010 stuff). Also have also maintained that each solution should be created on a site that is in a site collection database of its own. ...
3
First, to open the file in browser, go to Central Admin -> Select Your Web Application --> Select General Settings -> Select "Permissive" under browser file handling (also read the notes explaining the setting) as shown below:
For PDF icons, you need to associate .pdf with an icon and upload the icon image to C:\Program Files\Common Files\Microsoft ...
3
In this case I think you will be better served at looking at a utilizing the hosting model for SharePoint. This will allow you to create 'Feature Packs' so you can have one app or site subscription configured with Enterprise or Standard features, and the other one configured for Foundation.
There are other considerations here though. If, you are ...
3
You will find entries similar to the following in the section of the web.config for your web application or in the root web.config if you configured FBA at the IIS root. You can change the name(s) directly in the web.config file.
<roleManager>
<providers>
<add name="FBARoleProvider" ...
3
This was nice quest for me. I will not ask why do you need this and I hope that you don't need warning like: Never mess with SharePoint databases directly!
I didn't found many articles on net covering this specific issue (no wonder when it is bad practice). The only one was 2007 related: Determining the Configuration Database in a SharePoint 2007 Farm. ...
3
SharePoint does not take kindly to cloning, be it with a disk cloning tool or copying virtual machine drives. The supported approach is to:
Create a new farm on your new servers. By "create" I mean install the SharePoint binaries with setup.exe and run the configuration wizard to create the Configuration database and Central Administration site. You do not ...
3
Try to disable the firewalls for both the database server and the sharepoint front end temporarily and try again. Make sure the account you are logged onto and running the SharePoint Config Wizard has proper database access.
Also, Are you bindings in IIS Manager linked to the old IP or hostname? Change that and try again.
Also view my blog about this:
...
3
Make sure you have your DOMAIN ACCOUNTS ready - without this only STANDALONE will be available, meaning that many services (e.g. UPSA) will not be working as they are not provisioned!!! - DO NOT use your LOCAL Administrator to configure the farm as this will be used as the Farm Account later, rather log in with any domain account that will be using further. ...
3
Personally, If you are not strapped for space, I would both back up content and configuration as well as using your regular backups.
Technically, you do not need to back up the content as well as have a backup of the sql instance, however they are really two different types of backups. One allows you to restore the site as a whole with everything on it to ...
3
Sharepoint includes a hierarchical configuration manager that can safely store and retrieve configuration settings. You can use sharepoint property bags to store/retrieve config settings.
SharePoint 2010 does not provide a user interface to read and write these configuration settings at run time. To do this, you can use the property bag editor on CodePlex: ...
3
Wrote a blog on this some time back:
http://vrdmn.blogspot.in/2012/06/use-html-pages-in-sharepoint-2010-html.html
So basically there are two modes for file handling in SharePoint 2010.
"Strict" and "Permissive". Strict mode entails that only the trusted
filetypes in the web application are opened in the browser. For all
the rest of the filetypes ...
3
You need to rename the servers you can do this via a script and then modify the topology see this previous answer
You should use a separate AD but you can if you have access just use the same one if you aren't running updates TO AD otherwise make a new one. But create a new domain controller (You will want to do this before step 1)
The same as you would a ...
3
Yes, SharePoint search shows documents with "PENDING" or "Draft" state, you have a workaround but it's only affects a specific list so if you need to remove results with "PENDING" or "Draft" versions on a specific list, you'll need to follow the next steps:
Go to List Settings.
Versioning Settings.
In the bottom section choose "Only users who can edit ...
3
I had a similar situation on a client site when you entered the website via VPN or TMG that external content was loaded, causing a prompt per item. Close to 100 prompts at one point.
I later found out it was due to HTTP / HTTPS indifferences. Like for instance external links to JavaScript or the sorts of like in master pages and iFrames. This was handled by ...
2
Good question, the SharePoint solution framework helps manage many changes in a consistent, repeatable manner but doesn't cater for some farm level configuration such as search scopes, managed properties etc. To manage these types of changes I recommend scripting this configuration using stsadm and extensions such as the ones provided by Gary Lapointe. For ...
2
Its a broad topic, and easily one that could be split up in several questions...
First and foremost (as Lori mentions also) solutions and features where applicable is a must if you want any degree of control with changes. As Lori also mentions, deploying these solutions should also be wrapped in scripts so that the API og stsadm usage is consistent (eg. not ...
2
http://www.dotnetscraps.com/dotnetscraps/post/Installing-and-Configuring-SharePoint-2010-and-FAST-Search-2010e28093Part-4.aspx
http://www.dotnetscraps.com/dotnetscraps/post/Installing-and-Configuring-SharePoint-2010-and-FAST-Search-2010e28093Part-5.aspx
...
2
These resources helped me with install and config:
FAST Search Step-By-Step install
Deployment (FAST Search Server 2010 for SharePoint) - Technet
Not sure about crawling the SharePoint 2007 server - though you should have a look at Crawling Web content with the FAST Search Web crawler.
Only top voted, non community-wiki answers of a minimum length are eligible

