IBM Support

Customising Cognos BI in Russian

Troubleshooting


Problem

Customising the Cognos BI welcome page with a Russian company name is not displayed as expected i.e. Russian characters are illegible

Diagnosing The Problem

Attempt to customise the Cognos welcome page with a Russian company name by changing the "brand text" to the company name which contains Cyrillic symbols in the spec.json file displays the wrong characters as the company name.

Resolving The Problem

json has it´s own encoding. Format is \with the ascii code. You can use the online json encode tools to get a better understanding of this. For example english house, is дом in russian, which would be \u0434\u043E\u043C in json encoding.

Steps:

1. Edit the spec.json file with the name in json encoding. (Format: \ascii code)

2. Restart services.

[{"Product":{"code":"SSEP7J","label":"Cognos Business Intelligence"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Component":"--","Platform":[{"code":"PF002","label":"AIX"},{"code":"PF010","label":"HP-UX"},{"code":"PF016","label":"Linux"},{"code":"PF027","label":"Solaris"},{"code":"PF033","label":"Windows"},{"code":"PF035","label":"z\/OS"}],"Version":"10.2.1;10.2.2","Edition":"","Line of Business":{"code":"LOB10","label":"Data and AI"}}]

Document Information

Modified date:
15 June 2018

UID

swg22013572