RRC-RPE - title of the report template shown in RRC wizards
![](http://jazz.net/_images/myphoto/8a7d6948820c479e9c8adb37590f0a0f.jpg)
We are using a configuration of IBM RRC 4.0.2 and RPE 1.1.2.2 document template, running from the RRC server.
We are faced with following need: title of the report template should be shown in RRC wizards in Russian.
In the file Install Dir\server\conf\rm\reporting\initialization\META-INF\MANIFEST.MF labels of examples templates contains “%” and some variables.
For example, report "reqspec" in MANIFEST.MF is described:Name: reqspec
Location: templates/rrdg/reqspec.dta
Label: %templateMessages_RequirementsSpecification
Description: %templateMessages_RequirementsSpecification_Description
Content-Type: application/octet-stream
Is-Report: true
Context: view, collection
Then in RRC wizard title of this template is shown in Russian.
Where is the content of a variable “%templateMessages_RequirementsSpecification”?
How I can set label of report template for showing him in RRC wizard in Russian?
3 answers
![](http://jazz.net/_images/myphoto/8a7d6948820c479e9c8adb37590f0a0f.jpg)
Unfortunately that feature is not yet supported. How ever a change to the label can be done by other methods. The easy way would be to manually edit the manifest to display the right label, and the n reintialize the publish service.
The main issue would be that all the server users would see the templates on Russian, so consider that before modifying the the description.
Regards.
Comments
![](http://jazz.net/_images/myphoto/8a7d6948820c479e9c8adb37590f0a0f.jpg)
Hi, Jorge!
When I manually edit the manifest and set the label and description of the template in Russian, after reinitialize title of report template in RRC wizard is shown as set of question marks (“???? ???”). The most likely, problem is in the encoding.
Could you tell me that how to solve this problem?
Thanks in your advice.
![](http://jazz.net/_images/myphoto/8a7d6948820c479e9c8adb37590f0a0f.jpg)
Comments
![](http://jazz.net/_images/myphoto/1f4df03a70a315e2aab492e1d706269e.jpg)
Actually the correct encoding is Unicode like this:
![](http://jazz.net/_images/myphoto/8a7d6948820c479e9c8adb37590f0a0f.jpg)
Hi all!
For showing title of the report template in RRC wizards in Russian it's necessary to describe the report in the file Manifest.MF as:
Name: OP
// English name
Location: templates/rrdg/OP.dta
// English file name
Label: Описание
// Russian equivalent "Описание" in code "Hexadecimal NCRs" (http://rishida.net/tools/conversion/)
Description: Описание
// Russian equivalent "Описание" in code "Hexadecimal NCRs" (http://rishida.net/tools/conversion/)
Content-Type: application/octet-stream
Is-Report: true
Then save the file Manifest.MF as an ANSI encoded text file and access <https://server:port/rm/publish/initialize> after all changes.