Account | Account Name | Scope | Used By | Needed at | Requirements |
Install Account | DOMAIN\SVCMossSetup | Farm | Person Installing | Setup | Member of the administrator group on each Web front-end (WFE) server and application server computer in the farm. Member of the following SQL Server groups with SQL Security administrator and database creator rights on SQL servers. |
Farm Administrator Account | DOMAIN\SVCMossFarmAdmin | Farm | Central administration site application pool identity | Setup | Member of administrators group on each WFE server and application server computer in the farm with SQL security administrator and database creator rights on SQL Servers. Database Owner (DBO) for all databases and additional permissions on WFE server and application server computers are automatically configured for this account when SharePoint is installed. |
SSP Admin Process Account | DOMAIN\SVCMossSSPAdmin | Farm | SSP Timer service; SSP Web services SSP App Pool Identity | SSP Creation | No configuration is necessary. The following permissions are automatically configured for this account when SharePoint is installed: DBO for the Share Service Provider (SSP) content database, read/write permissions for the SSP content database, read/write permissions for content databases for Web applications that are associated with the SSP, read permissions for the configuration database, read permissions for the central administration content database, and additional permissions on WFE server and application server computers. |
Crawl / Content Access Account | DOMAIN\SVCMossCrawl | Farm | Windows SharePoint Services 3.0 Search service | SSP Creation | Must be a domain account, but must not be a member of the farm administrators group. Permissions automatically configured for this account when SharePoint is installed include the following: read/write permissions for content databases for Web applications, read permissions for the configuration database, and read/write permissions for the Windows SharePoint Services Search database. |
Content Account | DOMAIN\SVCMossContent | App | Web Applications | App Pool Creation | No configuration is necessary. SQL Server privileges that are automatically assigned to this account are member of Database Owners Group for content databases associated with the Web application, read/write access to the associated SSP database only, and read permission for the configuration database. Additional privileges for this account on WFE servers and application servers are automatically configured by SharePoint. |
Friday, March 05, 2010
SharePoint administration user accounts (MOSS and SP 2010)
Thursday, March 04, 2010
SharePoint PDF iFilter Installation Guide
Windows SharePoint Services 3.0
[Indexing Server]
- Install the PDF IFilter (see below for a list of available IFilters)
- Add the .pdf file type to the index list:
- Open the Registry Editor (Start > Run > regedit)
- Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\12.0\Search\Applications_<GUID>_\Gather\Search\Extensions\ExtensionList
- Add a new String Value
- Value name: <next value in line>
- Value data: pdf
- Value name: <next value in line>
- Open the Registry Editor (Start > Run > regedit)
- Change the registry keys pointing to the IFilter's GUID
- Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\12.0\Search\Setup\ContentIndexCommon\Filters\Extension\.pdf
- Add or change the (Default) key value
- Old value:
{4C904448-74A9-11D0-AF6E-00C04FD8DC02} - (Foxit x64 PDF IFilter) New value:
{987F8D1A-26E6-4554-B007-6B20E2680632} - (Adobe x64 PDF IFilter) New value:
{E8978DA6-047F-4E3D-9C78-CDBE46041603}
- Old value:
- Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office Server\12.0\Search\Setup\ContentIndexCommon\Filters\Extension\.pdf
- Repeat step (b) above
- Perform an iisreset
- Perform a Full Update on the Search content indexes
- Open a Command Prompt on the Indexing Server
- net stop spsearch
- net start spsearch
- cd "C:\Program Files\Common Files\Microsoft Shared\Web server extensions\12\BIN"
- stsadm.exe -o spsearch -action fullcrawlstop
- stsadm.exe -o spsearch -action fullcrawlstart
[Web Front End Server]
- Open a Command Prompt on the Indexing Server
- Copy the ICPDF.GIF () file to "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\Template\Images"
- Edit the file C:\Program Files\Common Files\Microsoft Shared\Web server extensions\12\Template\Xml\DOCICON.XML
- Add an entry for the .pdf extension
<Mapping Key="pdf" Value="icpdf.gif"/>
[Indexing Server]
- Install the PDF IFilter (see below for a list of available IFilters)
- Add the .pdf file type to the index list:
- Go to Central Administration, then to the Shared Services Administration Web of the current SSP, go to Search Settings and next to File Type
- Add a new file type pdf
- Go to Central Administration, then to the Shared Services Administration Web of the current SSP, go to Search Settings and next to File Type
- Add the .pdf file type to the index list:
- Open the Registry Editor (Start > Run > regedit)
- Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\12.0\Search\Applications_<GUID>_\Gather\Search\Extensions\ExtensionList
- Add a new String Value
- Value name: <next value in line>
- Value data: pdf# Change the registry keys pointing to the IFilter's GUID
- Value name: <next value in line>
- Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\12.0\Search\Setup\ContentIndexCommon\Filters\Extension\.pdf
- Add or change the (Default) key value
- Old value:
{4C904448-74A9-11D0-AF6E-00C04FD8DC02} - (Foxit x64 PDF IFilter) New value:
{987F8D1A-26E6-4554-B007-6B20E2680632} - (Adobe x64 PDF IFilter) New value:
{E8978DA6-047F-4E3D-9C78-CDBE46041603}
- Old value:
- Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office Server\12.0\Search\Setup\ContentIndexCommon\Filters\Extension\.pdf
- Repeat step (e) above
- Open the Registry Editor (Start > Run > regedit)
- Perform an iisreset
- Perform a Full Update on the Search content indexes
- Open a Command Prompt on the Indexing Server
- net stop osearch
- net start osearch
- Go to Central Administration, then to the Shared Services Administration Web of the current SSP, go to Search Settings and start a full crawl of all locations containing PDF files
[Web Front End Server]
- Open a Command Prompt on the Indexing Server
- Copy the ICPDF.GIF () file to "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\Template\Images"
- Edit the file C:\Program Files\Common Files\Microsoft Shared\Web server extensions\12\Template\Xml\DOCICON.XML
- Add an entry for the .pdf extension
<Mapping Key="pdf" Value="icpdf.gif"/>
- Add an entry for the .pdf extension
Available IFilters
Adobe PDF IFilter 9.0
- free (always good !)
- 32 bit: the IFilter is included with Adobe Reader. You must download and install the whole Adobe Reader package onto the server.
- 64 bit: download the standalone x64 IFilter(64 bit released recently, applies to the [Indexing Server])
- free for desktops, servers require a license
- 32 bit and 64 bit (IA64 currently being tested, applies to the [Indexing Server])
Labels:
IFilter,
MOSS,
PDF,
Registry,
Sharepoint 2007,
Sharepoint 2010
Setting up a vanilla virtual environment in SharePoint 2010 only once and reuse it forever!
One of the first things you might need to start working in SharePoint 2010 is to set an environment to work with. I personally recommend to work in a virtualized environment so you can take VM snapshots and safely roll back to them if things get.. err a bit messy :)
I've been recently using Sun Virtual Box, it's quite reliable, fast, easy to use and guess what? support 64-bit integration! So you can start by creating a new VM with SharePoint plus any features you want.
Creating a fully opertional vanilla VM with SharePoint is quite a long and tedious process to undertake but fortunately you won't need to do that again if you keep that VM as the main template and then take copies of it whenever you need. To successfully rename a SharePoint 2010 VM follow the steps below.
1. Copy the VM to the desired localtion and start it.
2. Change Alternate Access Mappings
Central Admin > System Settings > Configure alternate access mappings
Click on each entry under 'Internal URL' and change to use the new machine name, keeping port number and zone the same
After editing each one, you'll need to change the dropdown 'Alternate Access Mapping Collection' back to Show All
3. Run the stsadm command
stsadm -o renameserver -newservername-oldservername
after running this on RC, I received a CryptographicException in OWSTIMER.EXE, however this didn't seem to stop it working correctly
if you do get the exception, probably best to check the Timer Service is still running after the final restart (below)
4. Rename the machine in the OS
Start Menu, right-click 'Computer' and select 'Properties'
Click 'Advanced System Settings'
In the Computer Name tab, click 'Change...'
Enter the new name, then restart
Your new SharePoint 2010 VM is ready to use.
Happy Programming!
I've been recently using Sun Virtual Box, it's quite reliable, fast, easy to use and guess what? support 64-bit integration! So you can start by creating a new VM with SharePoint plus any features you want.
Creating a fully opertional vanilla VM with SharePoint is quite a long and tedious process to undertake but fortunately you won't need to do that again if you keep that VM as the main template and then take copies of it whenever you need. To successfully rename a SharePoint 2010 VM follow the steps below.
1. Copy the VM to the desired localtion and start it.
2. Change Alternate Access Mappings
Central Admin > System Settings > Configure alternate access mappings
Click on each entry under 'Internal URL' and change to use the new machine name, keeping port number and zone the same
After editing each one, you'll need to change the dropdown 'Alternate Access Mapping Collection' back to Show All
3. Run the stsadm command
stsadm -o renameserver -newservername
after running this on RC, I received a CryptographicException in OWSTIMER.EXE, however this didn't seem to stop it working correctly
if you do get the exception, probably best to check the Timer Service is still running after the final restart (below)
4. Rename the machine in the OS
Start Menu, right-click 'Computer' and select 'Properties'
Click 'Advanced System Settings'
In the Computer Name tab, click 'Change...'
Enter the new name, then restart
Your new SharePoint 2010 VM is ready to use.
Happy Programming!
Subscribe to:
Posts (Atom)