Ektron 9.00
This section explains how to install Microsoft Search Server 2010 Express. After installing it, follow Configuring Microsoft Search Server to configure the search provider. To learn how to use the search, read Using Microsoft Search Server Features.
Prerequisites
- An understanding of Microsoft Search Server 2010 Express; See Also: http://technet.microsoft.com/en-us/sharepoint/ee263912.aspx
- Both servers can browse to each other across the network
- On your Ektron server
- Open ports 6080 and 6081 (used by the CMS File Helper Service to communicate Ektron services and copy files between the Web and Search servers)
- Set SQL Security to SQL Server and Windows Authentication mode
- Create a SQL user login with the sysadmin role. Microsoft Search Server 2010 uses that login to access the Ektron database.
Best Practice
You should update your Ektron site's
web.config
file's<connectionstrings>
tag with the username and password of that SQL user. SetIntegrated Security
toFalse
. Then, log into Ektron to verify that the connection string is valid. See Also: Managing the web.config File- On your Microsoft Search Server Express 2010
- Obtain the username and password of a user with Windows administrator privileges
- Verify that the server meets the Optimizing Microsoft Search Server 2010 with Ektron
- Open port 6080 (used by the Protocol Handler Service)
- On your database server
- Open Port 1433
Prerequisite:
C:\Program Files\Ektron\CMS400versionnumber\Utilities\SearchServer\EktronSearchConfiguration.exe
.EktronSearchConfiguration.exe
as an administrator. The Search Administrator Credentials screen appears. Problem: When attempting to install or upgrade search server, an error appears: Exception has been thrown by the target of the invocation.
During the search installation, the following screen appears.
`
In rare cases, after you enter a user who is a member of the Windows Administrators group, the person's credentials are nevertheless rejected. You see this error:
The Windows user entered is not an administrator on this machine. Please enter a windows user that is the Administrators group.
Solution: Add a Windows Registry key named SkipAdminCheck
to the path HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Ektron
. This key skips the administrator check dialog.