Sources Filter

Sources filter limits a list of used sources. Such filter is used in all Objects, in which the DB field “src_intfc_inst” is present. This field is used as reference to the table “PACE_MASTERDBO.INTERFACES”.

Sources filter has only one parameter “datasources”. The value of this parameter is a list of the allowed sources. All other sources of this Object will be excluded from the result data.

Here is an example of how this parameter can be specified

Example: Source Filter

       <taskParameter>               <name>datasources</name>               <dataType>S</dataType>               <value>EAGLE PACE,PERFTEST</value>        </taskParameter>