ER CTMS 048-046: Difference between revisions

From Calidus HUB
(Created page with "<!-- MEDIA LANDSCAPE YES --> {{#vardefine:System|CTMS}} {{#vardefine:SystemVers|12.0}} {{#vardefine:ERPatch|048}} {{#vardefine:ERNumber|046}} {{ERHeader |SystemVersion={{#var:System}} {{#var:SystemVers}} |ERNumber=ER {{#var:System}} {{#var:ERPatch}}-{{#var:ERNumber}} }} {| class="wikitable" border="1" width="100%" |- bgcolor="silver" !Module !! Program Name !! Ver !! Call/Iss !! Client Ref !! Pr'ty !! Remarks |- |DATA_ADM_SYSTEM_PARAM_835422.sql |Database Script |1.1...")
 
No edit summary
 
Line 24: Line 24:


NONE: No auditing will be stored
NONE: No auditing will be stored
FILE: The auditing will be stored in a file on the server for the database
FILE: The auditing will be stored in a file on the server for the database
WS: The auditing will be stored as a record in the database
WS: The auditing will be stored as a record in the database


Line 30: Line 32:


ALL: The auditing will be included for all the messages with APOD
ALL: The auditing will be included for all the messages with APOD
ACK,NAK: The auditing will be included for the messages with APOD for the listed specified status
ACK,NAK: The auditing will be included for the messages with APOD for the listed specified status


Line 35: Line 38:


FLEXIPOD_AUDIT_METHOD = FILE
FLEXIPOD_AUDIT_METHOD = FILE
FLEXIPOD_AUDIT_STATUS = ALL
FLEXIPOD_AUDIT_STATUS = ALL



Latest revision as of 12:06, 19 March 2026




Aptean Logo.png


EMERGENCY RELEASE - CTMS 12.0


RELNOTE ER CTMS 048-046

Module Program Name Ver Call/Iss Client Ref Pr'ty Remarks
DATA_ADM_SYSTEM_PARAM_835422.sql Database Script 1.1 835422 - 2 New system parameters are available to control the auditing of the message between Calidus TMS and APOD:

FLEXIPOD_AUDIT_METHOD

NONE: No auditing will be stored

FILE: The auditing will be stored in a file on the server for the database

WS: The auditing will be stored as a record in the database

FLEXIPOD_AUDIT_STATUS

ALL: The auditing will be included for all the messages with APOD

ACK,NAK: The auditing will be included for the messages with APOD for the listed specified status

These values are advised to be set to audit all the messages in a file to monitor the interfaces:

FLEXIPOD_AUDIT_METHOD = FILE

FLEXIPOD_AUDIT_STATUS = ALL

Removes staging records from the tables which store the JSON messages.

Note: DP_FLEXIPOD v1.26.1.1 will need to be compiled in the 19c databases.

DP_FLEXIPOD.sql Flexipod Package 1.26 " " " "


New Parameters
Parameter Name Config Level Setting Value Result
FLEXIPOD_AUDIT_METHOD SYSTEM NONE No auditing will be stored
FLEXIPOD_AUDIT_METHOD SYSTEM FILE The auditing will be stored in a file on the server for the database
FLEXIPOD_AUDIT_METHOD SYSTEM WS The auditing will be stored as a record in the database
FLEXIPOD_AUDIT_STATUS SYSTEM ALL The auditing will be included for all the messages with APOD
FLEXIPOD_AUDIT_STATUS SYSTEM ACK,NAK The auditing will be included for the messages with APOD for the listed specified status