Consider the following scenario. An administrator installs several server language packs in addition to SharePoint. Then, the administrator creates a site in a language other than the base server language. You connect to the newly created site. Then, you try to open the help window for that language. In this scenario, when you click
Help, you receive the
following error message:
SharePoint 2007
Cannot display help.
Technical details: HC not found. (Manifest ,
LCID)
SharePoint 2010
Help content cannot be displayed
This issue occurs because SharePoint has not completed the installation of the help collections. The job may be queued by the SharePoint Job Timer.
To resolve this issue, follow these steps to check tha tthe Help Collections for the Language are activated for the site:
SharePoint 2007
- Start SharePoint 3.0 Central Administration.
- Click View All Site Content, click
HelpFold under Document Libraries, and then
click Lock.
- If this folder displays active locks, wait for the job to be executed. If you have waited a long time, run the "SharePoint Products and Technologies Configuration Wizard" to restart the help collection installation.
SharePoint 2010
- Start the SharePoint 2010 Central Administration
- Go to Site Actions -> Site Settings
- Find Site Collection Administration and click on Help Settings
- Make sure that all required help content is checked
- If you cannot see any content there to check you should run the SharePoint 2010 Products Configuration Wizard from Start -> All Programs -> Microsoft SharePoint 2010 Products
Make sure that you wait for a sufficient time for crawling to occur. Additionally, wait for the help content to be installed correctly.
If the previous procedure does not resolve the issue, directly install the help collections. To do this, follow these steps to directly install the help collections:
- Click Start, click Run,
type cmd, and then click OK.
- At the command prompt, type the following command, and then press ENTER:
SharePoint 2007
cd
%COMMONPROGRAMFILES%\Microsoft Shared\web server extensions\12\BIN
SharePoint 2010 cd
%COMMONPROGRAMFILES%\Microsoft Shared\web server extensions\14\BIN
- At the command prompt, type the following command, and then press ENTER:
Hcinstal.exe /act
InstallAllHCs
Note By default, you do not have to specify a particular language or
a particular help collection. All pending License Package Authoring Tool (LPK) installations
are finished at the same time. In the command, InstallAllHCs refers to all help collections and to all
languages.
To install a particular language or a particular help collection, you
can use one or more of the following parameters:
- The /act parameter indicates the action that is being performed.
- The /loc parameter indicates the locale ID (LCID) of the
language.
- The /mns parameter indicates the manifest name of the help
collection.
For example, to install only the Spanish OSS help collection,
use the following command:
"Hcinstal.exe /act InstallOneHC /loc 3082 /mns
MS.OSS"
After you run the command, you are presented with a return
code that informs you of the result of the operation:
- Return code 4 means that the operation was successful.
- Return code 32 means that no action was taken.
- Return code 256 means that the operation failed.