Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Enhancements:

...

Files changed:
eagle_default/in/xml/include/get_additional_underluingunderlying_smf_fields.inc

SDP-23124: Additional Logic was Introduced for Underlying SMF

...


A prior alphanumeric limit set to 50 characters for the in_corr_trans_id in the update message statistics SQL statements was creating challenges when the value was over 50. Also, the Correlation ID length was not validated properly by the Real Time Processing. In order to handle the error for the character limit for correlation ID's the following change was introduced:
The configuration parameter g_nCorrIdMaxLength will be used by Real Time and EJM processes.
The default g_nCorrIdMaxLength is set to 100.
The CorrelationID limit check for RealTime processes was extended to 100 and error message will now be produced if the limit is exceeded.

Files changed:
eagle_ml-2-0_cm/check_cm_limits.inc
eagle_ml-2-0_cm/out/tagvalue/realtime_ejm_stat.xml
eagle_ml-2-0_cm/in/xml/realtime_rtr.xml
eagle_ml-2-0_cm/w_config.inc

...