IBM Support

Data Map Does Not Load on Integration Object After Upgrade to TRIRIGA 5.x

Question & Answer


Question

Why does the Data Map tab fail to load on Integration Object records after upgrading the IBM TRIRIGA environment, while other tabs remain accessible?

Answer

The issue was resolved by clearing the encrypted values in the TRIHASHEDPASSWORDPA field using the following SQL statement:

UPDATE T_TRIINTEGRATIONSET 
SET TRIHASHEDPASSWORDPA = NULL 
WHERE TRIHASHEDPASSWORDPA IS NOT NULL;
 

After executing the SQL:

  • The Data Map tab loaded successfully without errors.
  • New Integration Objects were created with TRIHASHEDPASSWORDPA = NULL.
  • No further issues were observed.

[{"Type":"MASTER","Line of Business":{"code":"LOB77","label":"Automation Platform"},"Business Unit":{"code":"BU048","label":"IBM Software"},"Product":{"code":"SSHEB3","label":"IBM TRIRIGA Application Platform"},"ARM Category":[{"code":"a8m0z000000br87AAA","label":"Platform-\u003EIntegration"}],"ARM Case Number":"","Platform":[{"code":"PF033","label":"Windows"}],"Version":"5.0.0"}]

Document Information

Modified date:
31 March 2026

UID

ibm17268198