Versions Compared

Key

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

...

Changed files:
task_reporter_generate_task_unit.inc

SDP-23005: The FTP/SFTP file transfer was timing out via the Message Center curl command if files are larger than 150 MB

...

  • WRHSBROKTRDQUOTEEXTRACT
  • WRHSCASHACTIVITYEXTRACT
  • WRHSCASHFLOWPROJEXTRACT
  • WRHSCLOSELOTEXTRACT
  • WRHSCSTDACTIVITYEXTRACT
  • WRHSCSTDBALANCEEXTRACT
  • WRHSNAVEXTRACT
  • WRHSPENDINGTRADESEXTRACT
  • WRHSPERFORMANCEEXTRACT
  • WRHSPOSITIONEXTRACT
  • WRHSTRADEEXTRACT
  • WRHSNAVMONTHENDEXTRACT

Files changed:

t_eml_header_streaming.inc
t_rule_start_obj_header_streaming.inc
t_rule_start_trx_header_streaming.inc
t_acct_preferred_share_streaming.inc
t_acct_unapproved_var_margin_streaming.inc
t_acct_weighted_average_streaming.inc
t_ref_mdc_leneage_graph_streaming.inc
t_ref_mdc_leneage_graph_streaming.xml
t_warehouse_brokertradequote_streaming.inc
t_warehouse_brokertradequote_streaming.xml
t_warehouse_brokertradequote_streaming_eml.inc
t_warehouse_cash_activity_streaming.inc
t_warehouse_cash_activity_streaming.xml
t_warehouse_cash_activity_streaming_eml.inc
t_warehouse_cash_flow_proj_streaming.inc
t_warehouse_cash_flow_proj_streaming.xml
t_warehouse_cash_flow_proj_streaming_eml.inc
t_warehouse_close_lot_streaming_eml.inc
t_warehouse_closelot_streaming.inc
t_warehouse_custody_activity_streaming.inc
t_warehouse_custody_activity_streaming.xml
t_warehouse_custody_activity_streaming_eml.inc
t_warehouse_custody_balance_streaming.inc
t_warehouse_custody_balance_streaming.xml
t_warehouse_custody_balance_streaming_eml.inc
t_warehouse_nav_streaming.inc
t_warehouse_nav_streaming.xml
t_warehouse_nav_streaming_eml.inc
t_warehouse_pending_trades_streaming.inc
t_warehouse_pending_trades_streaming.xml
t_warehouse_pending_trades_streaming_eml.inc
t_warehouse_performance_streaming.inc
t_warehouse_performance_streaming.xml
t_warehouse_performance_streaming_eml.inc
t_warehouse_position_streaming.inc
t_warehouse_trade_streaming.inc
t_warehouse_trade_streaming.xml
t_warehouse_trade_streaming_eml.inc
t_wash_sale_streaming_eml.inc
t_warehouse_nav_month_streaming.xml
t_acct_working_trial_balance_streaming.inc
t_acct_working_trial_balance_streaming.xml

SDP-21983: Added support for BatchMode for the Warehouse DeltaBased extracts

Logic was enhanced to allow BatchMode to be disabled for DeltaBased Warehouse Extracts via a RTR parameter:

<taskParameter>
<name>BatchMode</name>
<dataType>S</dataType>
<value>N</value>
</taskParameter>

Files changed:

...

eagle_ml-2-0_cm/extract_start.inc


SDP-21389: Swagger file was updated Definition updated to support additional feed types

The definition of the following feed types have been added to the swagger-extracts.json file:

...

Support of the following Feeds have been added in Extract Service Services (MC2).

  • ENTITYCOLLATERALSUMMEXTRACT
  • ENTITYANALYTICEXTRACT
  • ENTITYPEERGROUPRANKINGEXTRACT
  • ENTITYRATINGEXTRACT
  • ENTITYSECLENDINGEXTRACT
  • ENTITYSTATISTICEXTRACT
  • PRICINGREPORTEXTRACT
  • ISSUERENTRELEXTRACT
  • ISSUERESGEXTRACT
  • ISSUERRATINGEXTRACT
  • ISSUERREGULATORYEXTRACT
  • CONTROLCENTEREVENTLOGEXTRACT
  • EAGLEADMINISTRATIONSETTINGSEXTRACT


SDP-20827: Corrected the mapping for the AccountingTrade Python rule

...

Files changed:
t_eml_acct.py


SDP-20549: Allow the Profiled Profile Loader to work without any translation required

It is now possible to configure profiled the profile generic load loader to pass an incoming file without translation. In order to do that, To configure, the user should enter "no translation" in the field where the name of translator supposed to beis expected.
The Incoming file will be passed to load by profiled profile generic load loader instance.

Files changed:
eagle/estar/tpe/dynamic/msgcenter/eagle_ml-2-0_cm/unpacker/custom_routing.inc
eagle/estar/tpe/dynamic/msgcenter/eagle_ml-2-0_cm/unpacker/send_to_wrf.xml


SDP-20513: Updated Warehouse Updated the Warehouse Performance rules for loading and extracting the new Liquidity data model

The EagleML Warehouse Performance incoming transformation rule and corresponding extract were enhanced to process data for the PERFORMDBO.PSR_LIQUIDITY table.
Note: The PSR_LIQUIDITY is a new table and is available only for certain Eagle versions. Core stored procedure also should be upgraded to support data loading to this table.

Files changed:

...

eagle_default/in/xml/xslt/wrhs_performance.xsl

...

eagle_default/in/xml/include/xml-dbdirect_wrhs_delete_statement.inc

...

eagle_ml-2-0_cm/out/tagvalue/extract_warehouse_performance.inc

...

eagle_ml-2-0_cm/out/xml/t_warehouse_liquidity_fields_streaming.inc

...

eagle_ml-2-0_cm/out/xml/t_warehouse_performance_streaming.inc

SDP-20512: Created Outbound interface for Entity Liquidity was created

The outbound interface for EntityLiquidity object was created.
Feed type: ENTITYLIQUIDITYEXTRACT.

...

SDP-20149: Added XSD Enumeration for the User and the UserGroup in SCIM format

Added XSD Enumeration for the User and the UserGroup objects in SCIM format

The Extract rules were updated to provide support for Object Types – ScimUser and ScimGroup.

File changed:
• /eagle_default/in/xml/xml_user_objects.rsf
• /eagle_ml-2-0_cm/out/xml/t_user_group_scim_streaming.inc
• /eagle_ml-2-0_cm/out/xml/t_user_user_scim_streaming.inc

...

SDP-19866: The information about incoming files is stored in the data base database by default

Following The following parameters have been set with a default value in the eagle_ml-2-0_cm/w_config.inc:
:W_WAITEVENTS_DATABASE_MODE: := 'Y';
:W_ENABLE_EXTENDED_FILE_STATISTICS: := 'Y';

These options enable logic for storing extended information about the incoming files in Data Base the database instead of file on the app server.

...