Table of Contents

Search

  1. Preface
  2. Understanding Domains
  3. Managing Your Account
  4. Using Informatica Administrator
  5. Using the Domain View
  6. Domain Management
  7. Nodes
  8. High Availability
  9. Connections
  10. Connection Properties
  11. Schedules
  12. Domain Object Export and Import
  13. License Management
  14. Monitoring
  15. Log Management
  16. Domain Reports
  17. Node Diagnostics
  18. Understanding Globalization
  19. Appendix A: Code Pages
  20. Appendix B: Custom Roles
  21. Appendix C: Informatica Platform Connectivity
  22. Appendix D: Configure the Web Browser

Administrator Guide

Administrator Guide

Configuring a Unicode Font for the Report

Configuring a Unicode Font for the Report

Before you can save a License Management Report that contains multibyte characters or non-English characters, configure the Service Manager to use a Unicode font when generating the PDF file.
  1. Install a Unicode font on the master gateway node.
  2. Use a text editor to create a file named AcUtil.properties.
  3. Add the following properties to the file:
    PDF.Font.Default=
    Unicode_font_name
    PDF.Font.MultibyteList=
    Unicode_font_name
    Unicode_font_name
    is the name of the Unicode font installed on the master gateway node.
    You might also need to add the following property if the font file is not available in the locale:
    Unicode_font_name_path=
    Unicode_font_file_location
    For example:
    PDF.Font.Default=Arial Unicode MS PDF.Font.MultibyteList=Arial Unicode MS Arial Unicode MS_path=/usr/lib/X11/fonts/TrueType
  4. Save the AcUtil.properties file to the following location:
    InformaticaInstallationDir
    \services\AdministratorConsole\administrator
  5. Use a text editor to open the licenseUtility.css file in the following location:
    InformaticaInstallationDir
    \services\AdministratorConsole\administrator\css
  6. Append the Unicode font name to the value of each font-family property.
    For example:
    font-family: Arial Unicode MS, Verdana, Arial, Helvetica, sans-serif;
  7. Restart Informatica services on each node in the domain.

0 COMMENTS

We’d like to hear from you!