IBM TRIRIGA Application Platform Version 3.5.2

Finding imported languages

If you have administrative access, you can use the Administrator Console to find information about the language packs that are imported into IBM® TRIRIGA®. This information includes the name of the language packs, when the packs were imported, and by whom.

Procedure

  1. Sign in to the Administrator Console.
  2. In the Managed Objects pane, select Database Query Tool.
  3. In the SQL Query field, enter the following SQL statement:
    select * from ENVIRONMENT_PROPERTIES 
    where environment in ( 
    'platform.any.lang.file.import', 
    'platform.data.lang.swap.import', 
    'platform.data.lang.secondary.import', 
    'platform.label.lang.primary.labelImport', 
    'platform.label.lang.import')
  4. Click Run Query.


Feedback