System information
Known Issues and Limitations
Part Number 817-5216 Page 25 of 32
French and German Online Help content sometimes displays html tags instead of rendered characters
(#5046714)
Missing symbolic links for Online Help in EMEA languages other than English (#5045854)
When you try to open the help content in Spanish, French, or German via the Directory Server
Console menu it opens in English. If you try to open the Online Help Index via the Directory Server
Console menu, it displays an empty window and the terminal window issues a
404 Not Found
error. The Help buttons in certain Directory Server Console windows also sometimes fail to display
help content in Spanish, French, or German. These problems are caused by the fact that the help
directories do not contain symbolic links to the
slapd
directory.
Workaround
Create the missing symbolic link using the
ln
command as follows:
ln -s /usr/sadm/mps/admin/v5.2/manual/lang/slapd /var/opt/mps/serverroot/manual/lang/slapd
Error when loading Online Help in the Directory Server Login dialog box in non-English locales
(#5046970)
The path to the help
.htm
file for the Directory Server Login dialog box in non-English locales, for
example in Korean, is incorrect:
manual/ko/console/help/help/login.htm
Workaround
Apply the following workaround which takes the Korean locale as an example:
1.
Close Directory Server Console
2.
Change directory to the
/usr/sadm/mps/console/v5.2/java
directory
3.
Extract the
mcc52_ko.jar
file using for the
jar xvf
mcc52_ko.jar
command
4.
Remove the
mcc52_ko.jar
file
5.
Open a text editor and edit the
com/netscape/management/client/console/console_ko.properties
file by changing the
login-help=manual/ko/console/help/help/login.htm
path to
login-help=manual/ko/console/help/login.htm
6.
Recreate the following
mcc52_ko.jar META-INF/* com/*
jar file using the
jar cvf mcc52_ko.jar META-INF/* com/*
command
7.
Restart Directory Server Console