Table of Contents

Search

  1. Preface
  2. Introduction
  3. IDD Concepts
  4. Implementation Process
  5. IDD Configuration Manager
  6. Manual IDD Configuration
  7. IDD Global Properties
  8. Sizing and Platform Requirements
  9. Application Components
  10. IDD Security Configuration
  11. Data Security
  12. Example Role-Based Security Configuration
  13. Data Masking
  14. Siperian BPM Workflow Engine
  15. Locale Codes
  16. Troubleshooting
  17. Glossary

Data Director Implementation Guide

Data Director Implementation Guide

Setting the Login Page and Configuration Manager Default Display Language

Setting the Login Page and Configuration Manager Default Display Language

The language of your web browser dictates the display language for the Informatica Data Director login page and Configuration Manager. You can run a script to set the language that displays in the login page and the Configuration Manager user interface.
The script does not set the default display language of the Informatica Data Director application. You can set the display language of the Informatica Data Director application from the Change Language menu option under your user name. When you set the login page and Configuration Manager default display language, Informatica Data Director ignores the language setting of your web browser.
  1. Run the following script to set the language code for the globalLocale parameter:
    INSERT INTO CMX_SYSTEM.C_REPOS_DS_PREF_DETAIL ( ROWID_DS_PREF_DETAIL, CREATE_DATE, CREATOR, LAST_UPDATE_DATE, UPDATED_BY, ROWID_DS_PREF, NAME, VALUE ) VALUES ( 'MST1.5AB', sysdate, 'admin', sysdate, 'admin',(SELECT ROWID_DS_PREF FROM CMX_SYSTEM.C_REPOS_DS_PREF where name = '___SYSTEM_PREFERENCES_ROOT___'), 'globalLocale', '<
    ISO language code
    >' );
    The ISO language code is a two-letter code that represents the language. For example, the country code 'ja' represents Japanese. If you do not set a valid ISO language code, the display language is English.
  2. Restart the application server.

0 COMMENTS

We’d like to hear from you!