IBM Support

How to enable audits for OOTB Yantra Configuration Tables

Question & Answer


Question

How to enable audits for OOTB Yantra Configuration Tables

Cause

Answer

Following are the steps for enabling audits of OOTB yantra config tables:

1. First you need to determine the module and the tables you have to enable auditing.
2. Let say if it is YFS_PICK_STRATEGY, it would be in $YFS_HOME/database/entities/(wms_pla.xml) file
3. For the given table Entity record add Added AuditRequired="Y" as an attribute to the Entity element

<DBSchema>
<Entities>
<Entity AuditRequired="Y" TableName="YFS_PICK_STRATEGY" >
-- any extended columns
-- custom indices
-- audit references et...
</Entity >
</Entities>
</DBSchema>


Note: Do not mention the table column details here unless they are extended columns(Entity Attributes), the ant build would throw error other wise.

4. The modified file should be kept under $YFS_HOME/database/entities/extn/(wms_pla.xml) directory
5. Build the db-extn jar by running the ant build
6. Placed the jar at the begining of the classpath of the server start script
7. Restarted the yantra application .

[{"Product":{"code":"SS6PEW","label":"IBM Sterling Order Management"},"Business Unit":{"code":"BU048","label":"IBM Software"},"Component":"Not Applicable","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"All","Edition":"","Line of Business":{"code":"LOB59","label":"Sustainability Software"}}]

Historical Number

PRI49698

Product Synonym

[<p><b>]Fact[</b><p>];

Document Information

Modified date:
16 June 2018

UID

swg21534456