Versions Compared

Key

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

...

SDP-18449:  EagleML - IssuerEntityRelationship - Update the load logic to include changes made in the primary key on the issuer_entity_relation table

The following changes were added to accommodate changes made in to the primary key on securitydbo.issuer_entity_relation table which now has includes the fields relationship_type and start_date in addition to the issuer_alias and the entity_id in the primary key.

  • Rebuilt the stored procedure for the insert/update issuerEntityRelationship to use the same primary key as in the database.
  • Fixed the grouping according to the new primary key. Added the start_date and the relationship_type for grouping to the transformation to EagleML.
  • Added missed the missing elements startComments , and endComments to the inbound and outbound interfaces.
  • Added the ability to delete the issuerEntityRelationship records.

...

SDP-13632:  EJM - In-memory Price Loading should return the Business Task ID in the TSR

Previously The in-memory processing for any interface didn't handle did not support the business task id from incoming RTR or PayLoad file.
Rule The rule for in memory processing was improved to handle the incoming value and output it in the final TSR.

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


SDP-14813:  Update the User interface to insert records about delete in Journal table

Records were not getting added to Journal table on user the ser role delete event.Changed deleting method of user role. Records are added to   Changed the process to  have records added to the Journal table on the user role delete event.

Files changed:
eagleml_user_group.xml
user_common.inc


SDP-20038:  Date Rules doesn't do not work when the environment use uses a HTTPS connection instead of HTTP

The Date Rule logic design always used the http protocol by default . It caused causing an issue when the environment used the https protocol.

Include The include file for the date rule logic was updated with an additional check for the calculation of the appropriate protocol to be used for the SOAP call.

...

Extracts were not working when the Delivery Method = JMS and the logic to check the JMS delivery stream execution status is turned on. This logic was not called in the T Streaming outbound stream due to the incorrect condition.

The variable that was used in condition to run check logic was updated to get the correct value.

Files changed:
eagle_ml-2-0_cm\reporter_dist_methods.inc

...