Versions Compared

Key

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

...

<EagleML xmlns="http://www.eagleinvsys.com/2011/EagleML-2-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="RunTaskRequest" eaglemlVersion="2-0" xsi:schemaLocation="http://www.eagleinvsys.com/2011/EagleML-2-0 eagleml-main-2-0.xsd" eaglemlType="RunTaskRequest">
<header>
<messageId>EXTRACT_DE1_FTP</messageId>
<sentBy>http://www.client.com</sentBy>
<sendTo>http://www.eagleinvsys.com/eagle_ml-2-0_default_cm_control_message</sendTo>
<replyTo>http://www.client.com/Eagle Control Messages</replyTo>
<creationTimestamp>2012-08-02T22:13:32.272-05:00</creationTimestamp>
</header>
<taskIdentifier>
<correlationId correlationIdScheme="correlationIdScheme">test_esp397_4</correlationId>
<businessTaskId correlationIdScheme="businessTaskIdScheme">YT</businessTaskId>
</taskIdentifier>
<taskTypeEnum>NEW</taskTypeEnum>
<taskParameters>
<taskParameter>
<name>StreamName</name>
<dataType>S</dataType>
<value>eagle_mc_server_support</value>
</taskParameter>
<taskParameter>
<name>scheduleName</name>
<dataType>S</dataType>
<value>test_esp_397</value>
</taskParameter>
<taskParameter>
<name>option</name>
<dataType>S</dataType>
<value>disable<<value>disable</value>
</taskParameter>
<taskParameter>
<name>updateSource</name>
<dataType>S</dataType>
<value>ak</value>
</taskParameter>
</taskParameters>
</EagleML>

...

Files changed:
extract_entity_accounting_status.inc
extract_entityacctstatus_inserttotemp.inc


ESP-3009 Business Task ID is missing from Extracts - Regression
The BusinessTaskID node was missing from all extracts.
All outbound interfaces were edited to include support for the BusinessTaskID.
Files changed:
• extract_acct_compilance_2a7_pricing_report.inc
• extract_acct_cons_earned_inc.inc
• extract_acct_expense_activity.inc
• extract_acct_fair_value_comparison.inc
• extract_acct_open_rec_pay_multi.inc
• extract_acct_position_as_of.inc
• extract_codeval.inc
• extract_forwardpoints.inc
• extract_generic_issue_analytic.inc
• extract_issuer_analytic.inc
• extract_issuer_regulatory.inc
• extract_issuer_relationship.inc
• extract_issuer_role.inc
• extract_ref_calendar.inc
• extract_ref_calendar_holiday.inc
• extract_ref_entity_entitlement_list.inc
• extract_ref_gips_disclosure.inc
• extract_ref_time_series.inc
• t_acct_trial_balance_streaming.xml
• t_acct_weighted_average_streaming.xml
• t_acct_working_trial_balance_streaming.xml
• t_codeval_streaming.xml
• t_forward_points_streaming.xml
• t_generic_corporate_actions_streaming.xml
• t_issue_fx_pc_rate_streaming.xml
• t_issue_fx_rate_demand_streaming.xml
• t_issue_fx_rate_streaming.xml
• t_issueprice_streaming.xml
• t_issuer_entity_relationship_streaming.xml
• t_issuer_rel_streaming.xml
• t_issuer_role_streaming.xml
• t_pace_system_streaming.xml
• t_pricing_system_setting_streaming.xml
• t_rating_streaming.xml
• t_ref_entity_entitlement_list_streaming.xml
• t_ref_mdc_leneage_graph_streaming.xml
• t_ref_pace_calendar_streaming.xml
• t_voluntary_ca_election_streaming.xml
• t_warehouse_brokertradequote_streaming.xml
• t_warehouse_cash_activity_streaming.xml
• t_warehouse_cash_flow_proj_streaming.xml
• t_warehouse_close_lot_streaming.xml
• t_warehouse_custody_activity_streaming.xml
• t_warehouse_custody_balance_streaming.xml
• t_warehouse_istar_lot_streaming.xml
• t_warehouse_nav_streaming.xml
• t_warehouse_openlot_xmldbapi_streaming.xml
• t_warehouse_pending_trades_streaming.xml
• t_warehouse_performance_streaming.xml
• t_warehouse_position_xmldbapi_streaming.xml
• t_warehouse_spd_delta_log_streaming.xml
• t_warehouse_trade_streaming.xml
• t_wash_sale_streaming.xml
• t_eagle_header_streaming.inc
• t_extract_header_streaming.inc

...