Versions Compared

Key

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

...

Expand
titleWhat are the default filters and what are their default values? (for example, effectivedate defaults to current day, etc.)
There is only one default filter – maxrows (count of max returned records in the extract file) – the default value of this parameter is 100.000 records.   For more information, see  see the Available Filters page in the EagleML wiki http://eagle.helpdocsonline.com/available-filters$Common%20Filter. ??NG EagleML reference).wiki.


Expand
titleWhat was the rationale for having the workflows not "stack up" on each other? When one workflow is run with the same I2IProcessUID, it will kill the prior extract.

There are two different cases:

Case #1 is for the STOP-START steps in the EJM Monitoring Tool. In the STOP step, the EJM core tries to stop the previously launched instance of the same workflow. This means that if we submit the eagle_i2i_full_extract_event twice, only one (1) instance will start.

Case #2 is for the I2IProcessUID parameter. This parameter is used only for the I2I delta mode and is related to the last run time. We can store several I2I delta workflows in one environment, so to separate the last time values for each delta workflow, this parameter will be used in the EagleML code.

...

Expand
titleIs it possible to extract only from the Composite table SMF?

Yes, it is possible. Do not set "historyOnlyFlag" filter value to "Y" – skip it in RTR or set to "N". In this case, Composite SMF table will be used.

For

 For more information,

see

 see the Available Filters page in the EagleML

wiki http://eagle.helpdocsonline.com/available-filters$History%20Only%20Filter. ??NG EagleML reference

wiki.


Expand
titleIs it possible to use entityselectiontype2=EntityList as filter for I2I workflow in the Spoke?
Yes, it is possible. In this case, two (2) EntityList filters will be applied: first in the Hub and second in the Spoke.

...

Expand
titleHow can we find out what version of I2I we are running?

I2I is part of EagleML, we don't have a separate version for I2I. EagleML/I2I have the same version.

To determine which EagleML version you have in your environment, open Message Center Editor and open the following file: /eagle_ml-2-0_cm/w_config.inc.

In the top line of this file, you will find information about the installed EagleML version. For example: <!-BR-EAGLEML_PRD_20151007.1-> 

In this example, you see BR-EAGLEML_PRD_20151007.1. This indicates that this environment contains the September 2015 monthend release. The date for the monthend release is typically the first Wednesday after the first Tuesday of the following month. For example, September 2015 EagleML monthend package was released on October 7th 2015. For more information, see the Checking Your EagleML Version page in the EagleML wiki http://eagle.helpdocsonline.com/checking-your-eagleml-version. ??NG EagleML reference You can wiki. You can also find detailed information about each EagleML release in the EagleML Release Notes section.

Filter Questions

Security Master File (SMF) Filters Questions

Expand
titleAs shown in the wiki for SMF filters, the Include form is the default. If I don't specify any filters, should I assume that no filters will be applied and thus all security types will be extracted, all process security type will be extracted, etc.

Yes, if you don't specify any filters for SMF, then all SMF will be extracted. There are no default filters, with one exception: maxrows (count of max returned records in the extract file). The default value of this parameter is 100,000 records. For more information, see the Available

Filters page

Filters page in the EagleML wiki.

??NG EagleML reference

 
But, on the level of I2I processes, there is also the EntityList filter which can be considered default if it is set in the spoke map. The spoke can also use one of the available Sources from the Sources List to filter SMFs – this is defined in the spoke map.

Held Security Filters Questions

...