The task is used to analyze Enterprise Extensions build maps stored in the repository. The report generated by the task describes the database item volume associated with each Dependency Build in each Engineering Workload Manager (EWM) process area. This information can then be used to determine appropriate cleanup tasks that should be performed to reduce build map database usage.

Attributes

The task supports Team Build Attributes, Build Extensions Debugging Attributes, Build Extensions General Attributes, as well as, its own task specific attributes. Click on a link for more information on the common attributes.

The following table describes the task specific attributes for the task:

Task Specific Attributes
Attribute Description Required
buildId Specify the ID of a build to be used when generating the report. This attribute is optional. If a buildId attribute is specified, the report will be based only on the specified build. If this attribute is omitted, the report will cover all Dependency Builds found in all EWM process areas defined to the repository. No
details Specify true to include build map state details in the report. The default is false; individual build map state details will not be included in the report, just a summary of their contents. No
includeInputs Specify true to include input build file details in the report. The default is false; input build file details will not be included in the report. Note: The details attribute must be set to true for this attribute to take effect. No
includeLogs Specify true to include build log details in the report. The default is false; build log details will not be included in the report. Note: The details attribute must be set to true for this attribute to take effect. No
includeOutputs Specify true to include output build file details in the report. The default is false; output build file details will not be included in the report. Note: The details attribute must be set to true for this attribute to take effect. No
includeParserOutputs Specify true to include parser output build file details in the report. The default is false; parser output build file details will not be included in the report. Note: The details attribute must be set to true for this attribute to take effect. No
reportFile Specify the name of the report file. If a reportFile is specified, the report will be written to the file. If omitted, the report will be written to the build log. No
reportFolder Specify the name of the report file folder. This is the location for the report file. A fully qualified path is required. If the reportFile attribute is specified and this attribute is omitted, the report file will be written to the base directory for the build. No

Notes

Examples

Generate a Build Map Analysis Report for the "Mortgage 710 dep build" Dependency Build without details:

<?xml version="1.0" encoding="UTF-8"?>
<!--
    Licensed Materials - Property of IBM
    (c) Copyright IBM Corporation 2023. All Rights Reserved.
    
    Note to U.S. Government Users Restricted Rights:
    Use, duplication or disclosure restricted by GSA ADP Schedule
    Contract with IBM Corp.
-->
<project
        name="BuildMapAnalysis"
        default="all"
        xmlns:xt="antlib:com.ibm.team.enterprise.build.extensions.toolkit">
    <description>Build Map Analysis</description>
    
    
    <loadproperties srcFile="${user.home}${file.separator}tvt6087.9710.properties"/>
    
    <target name="main" description="main">
        
        <xt:buildMapAnalysis
            repositoryAddress="${repositoryAddress}"
            userId="${userId}"
            password="${password}"
            buildId="Mortgage 710 dep build"
            details="false"
            includeInputs="false"
            includeOutputs="false"
            includeParserOutputs="false"
            includeLogs="false"
            reportFolder="/Users/djreilly/Downloads"
            reportFile="Build Map Report.log"/>
        
    </target>
    
    <target depends="main" description="all" name="all"/>
</project>
      

Report:

 
Process area: z710 Samples
 
  Build: Mortgage 710 dep build
 
    File                                                                                   Item                       State   Result    Input   Output   Parser      Log     Arch     Temp
    --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    EPSMORT.bms                                                                            _psrcsIiDEe6WQcyvVjJJZQ        9        9        9       18        0        0        0        0
    EPSMLIS.bms                                                                            _p5ctYIiDEe6WQcyvVjJJZQ        9        9        9       18        0        0        0        0
    DFSIVF1.mfs                                                                            _qDQwsIiDEe6WQcyvVjJJZQ        9        9        9        0        0        0        0        0
    EPSNBRVL.cbl                                                                           _qUYV4IiDEe6WQcyvVjJJZQ       11       11       22       11        0        0        0        0
    EPSMLIST.cbl                                                                           _qWtRIIiDEe6WQcyvVjJJZQ        9        9       72        9        9        0        0        0
    EPSMPMT.cbl                                                                            _qiOkoIiDEe6WQcyvVjJJZQ       10       10       20       10        0        0        0        0
    EPSCSMRD.cbl                                                                           _qsxAsIiDEe6WQcyvVjJJZQ        9        9        9        9        0        0        0        0
    EPSCSMRT.cbl                                                                           _q27pUIiDEe6WQcyvVjJJZQ       10       10       50       10        0        0        0        0
    EPSCMORT.cbl                                                                           _rCjqgIiDEe6WQcyvVjJJZQ       11       11       88       22       21        0        0        0
    EPSMLIST.lnk                                                                           _rPWJUIiDEe6WQcyvVjJJZQ        9        9        9        9        9        0        0        0
    EPSNPGM1.cbl                                                                           _NI7RIAbvEe-Z2fGj5U81Eg        3        3        3        2        0        0        0        0
    Build total:                                                                                                         99       99      300      118       39        0        0        0
    

Generate a Build Map Analysis Report for the "Mortgage 710 dep build" Dependency Build with details:

<?xml version="1.0" encoding="UTF-8"?>
<!--
    Licensed Materials - Property of IBM
    (c) Copyright IBM Corporation 2023. All Rights Reserved.
    
    Note to U.S. Government Users Restricted Rights:
    Use, duplication or disclosure restricted by GSA ADP Schedule
    Contract with IBM Corp.
-->
<project
        name="BuildMapAnalysis"
        default="all"
        xmlns:xt="antlib:com.ibm.team.enterprise.build.extensions.toolkit">
    <description>Build Map Analysis</description>
    
    
    <loadproperties srcFile="${user.home}${file.separator}tvt6087.9710.properties"/>
    
    <target name="main" description="main">
        
        <xt:buildMapAnalysis
            repositoryAddress="${repositoryAddress}"
            userId="${userId}"
            password="${password}"
            buildId="Mortgage 710 dep build"
            details="true"
            includeInputs="false"
            includeOutputs="false"
            includeParserOutputs="false"
            includeLogs="false"
            reportFolder="/Users/djreilly/Downloads"
            reportFile="Build Map Report.log"/>
        
    </target>
    
    <target depends="main" description="all" name="all"/>
</project>
      

Report:

 
Process area: z710 Samples
 
  Build: Mortgage 710 dep build
    File:  EPSMORT.bms
           Label                                                            Item                    State                     Result    Input   Output   Parser      Log     Arch     Temp Date           Result Date    Result UUID
      Map: 20231121-1535340228                                              _psrcsIiDEe6WQcyvVjJJZQ _p4LiEIiDEe61L-hRViAzGw     true        1        2        0        0    false    false 20231121103552 20231121103603 _moghEIiDEe61L-hRViAzGw
      Map: 20231214-1715130229                                              _psrcsIiDEe6WQcyvVjJJZQ _XwKJ9JqkEe6LIKwfEiLdXw     true        1        2        0        0    false    false 20231214121525 20231214121535 _UDyl0ZqkEe6LIKwfEiLdXw
      Map: 20231214-1741290310                                              _psrcsIiDEe6WQcyvVjJJZQ _DFiYLpqoEe6LIKwfEiLdXw     true        1        2        0        0    false    false 20231214124144 20231214124154 _AT_dkJqoEe6LIKwfEiLdXw
      Map: 20240105-1538400910                                              _psrcsIiDEe6WQcyvVjJJZQ _ihxSjavgEe69751MbPJAiw     true        1        2        0        0    false    false 20240105103857 20240105103912 _e53XsKvgEe69751MbPJAiw
      Map: 20240112-1349580144                                              _psrcsIiDEe6WQcyvVjJJZQ _hasvzrFREe6T15p9errkbw     true        1        2        0        0    false    false 20240112085018 20240112085031 _cGgSQLFREe6T15p9errkbw
      Map: 20240112-1351280941                                              _psrcsIiDEe6WQcyvVjJJZQ _uWM85rFREe6T15p9errkbw     true        1        2        0        0    false    false 20240112085145 20240112085200 _q5ygYLFREe6T15p9errkbw
      Map: 20240508-1239200926                                              _psrcsIiDEe6WQcyvVjJJZQ _B4wnVg04Ee-5rbZLoDAdAQ     true        1        2        0        0    false    false 20240508083936 20240508083949 _92lyYA03Ee-5rbZLoDAdAQ
      Map: 20240508-1241210187                                              _psrcsIiDEe6WQcyvVjJJZQ _TQknxA04Ee-5rbZLoDAdAQ     true        1        2        0        0    false    false 20240508084133 20240508084143 _Qry90Q04Ee-5rbZLoDAdAQ
      Map: 20240509-1334230558                                              _psrcsIiDEe6WQcyvVjJJZQ _488P9A4IEe-NeIQlSDXWdg     true        1        2        0        0    false    false 20240509093441 20240509093451 _0O_TAQ4IEe-NeIQlSDXWdg
           -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    Total:                                                                                                                9        9        9       18        0        0        0        0
 
    File:  EPSMLIS.bms
           Label                                                            Item                    State                     Result    Input   Output   Parser      Log     Arch     Temp Date           Result Date    Result UUID
      Map: 20231121-1535340228                                              _p5ctYIiDEe6WQcyvVjJJZQ _p9F3QIiDEe61L-hRViAzGw     true        1        2        0        0    false    false 20231121103553 20231121103603 _moghEIiDEe61L-hRViAzGw
      Map: 20231214-1715130229                                              _p5ctYIiDEe6WQcyvVjJJZQ _X0AIHZqkEe6LIKwfEiLdXw     true        1        2        0        0    false    false 20231214121525 20231214121535 _UDyl0ZqkEe6LIKwfEiLdXw
      Map: 20231214-1741290310                                              _p5ctYIiDEe6WQcyvVjJJZQ _DKGIFJqoEe6LIKwfEiLdXw     true        1        2        0        0    false    false 20231214124145 20231214124154 _AT_dkJqoEe6LIKwfEiLdXw
      Map: 20240105-1538400910                                              _p5ctYIiDEe6WQcyvVjJJZQ _imCujavgEe69751MbPJAiw     true        1        2        0        0    false    false 20240105103857 20240105103912 _e53XsKvgEe69751MbPJAiw
      Map: 20240112-1349580144                                              _p5ctYIiDEe6WQcyvVjJJZQ _hjlmBrFREe6T15p9errkbw     true        1        2        0        0    false    false 20240112085019 20240112085031 _cGgSQLFREe6T15p9errkbw
      Map: 20240112-1351280941                                              _p5ctYIiDEe6WQcyvVjJJZQ _udTqcLFREe6T15p9errkbw     true        1        2        0        0    false    false 20240112085146 20240112085200 _q5ygYLFREe6T15p9errkbw
      Map: 20240508-1239200926                                              _p5ctYIiDEe6WQcyvVjJJZQ _B8uhUA04Ee-5rbZLoDAdAQ     true        1        2        0        0    false    false 20240508083937 20240508083949 _92lyYA03Ee-5rbZLoDAdAQ
      Map: 20240508-1241210187                                              _p5ctYIiDEe6WQcyvVjJJZQ _TT5BhA04Ee-5rbZLoDAdAQ     true        1        2        0        0    false    false 20240508084133 20240508084143 _Qry90Q04Ee-5rbZLoDAdAQ
      Map: 20240509-1334230558                                              _p5ctYIiDEe6WQcyvVjJJZQ _5BCs1A4IEe-NeIQlSDXWdg     true        1        2        0        0    false    false 20240509093442 20240509093451 _0O_TAQ4IEe-NeIQlSDXWdg
           -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    Total:                                                                                                                9        9        9       18        0        0        0        0
 
    File:  DFSIVF1.mfs
           Label                                                            Item                    State                     Result    Input   Output   Parser      Log     Arch     Temp Date           Result Date    Result UUID
      Map: 20231121-1535340228                                              _qDQwsIiDEe6WQcyvVjJJZQ _qHIkF4iDEe61L-hRViAzGw     true        1        0        0        0    false    false 20231121103554 20231121103603 _moghEIiDEe61L-hRViAzGw
      Map: 20231214-1715130229                                              _qDQwsIiDEe6WQcyvVjJJZQ _X6ubJpqkEe6LIKwfEiLdXw     true        1        0        0        0    false    false 20231214121526 20231214121535 _UDyl0ZqkEe6LIKwfEiLdXw
      Map: 20231214-1741290310                                              _qDQwsIiDEe6WQcyvVjJJZQ _DRDElpqoEe6LIKwfEiLdXw     true        1        0        0        0    false    false 20231214124145 20231214124154 _AT_dkJqoEe6LIKwfEiLdXw
      Map: 20240105-1538400910                                              _qDQwsIiDEe6WQcyvVjJJZQ _ixS8RqvgEe69751MbPJAiw     true        1        0        0        0    false    false 20240105103858 20240105103912 _e53XsKvgEe69751MbPJAiw
      Map: 20240112-1349580144                                              _qDQwsIiDEe6WQcyvVjJJZQ _htE5MLFREe6T15p9errkbw     true        1        0        0        0    false    false 20240112085020 20240112085031 _cGgSQLFREe6T15p9errkbw
      Map: 20240112-1351280941                                              _qDQwsIiDEe6WQcyvVjJJZQ _up_blrFREe6T15p9errkbw     true        1        0        0        0    false    false 20240112085147 20240112085200 _q5ygYLFREe6T15p9errkbw
      Map: 20240508-1239200926                                              _qDQwsIiDEe6WQcyvVjJJZQ _COsbFw04Ee-5rbZLoDAdAQ     true        1        0        0        0    false    false 20240508083939 20240508083949 _92lyYA03Ee-5rbZLoDAdAQ
      Map: 20240508-1241210187                                              _qDQwsIiDEe6WQcyvVjJJZQ _Tay6tw04Ee-5rbZLoDAdAQ     true        1        0        0        0    false    false 20240508084134 20240508084143 _Qry90Q04Ee-5rbZLoDAdAQ
      Map: 20240509-1334230558                                              _qDQwsIiDEe6WQcyvVjJJZQ _5IBegA4IEe-NeIQlSDXWdg     true        1        0        0        0    false    false 20240509093442 20240509093451 _0O_TAQ4IEe-NeIQlSDXWdg
           -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    Total:                                                                                                                9        9        9        0        0        0        0        0
 
    File:  EPSNBRVL.cbl
           Label                                                            Item                    State                     Result    Input   Output   Parser      Log     Arch     Temp Date           Result Date    Result UUID
      Map: 20231121-1535340228                                              _qUYV4IiDEe6WQcyvVjJJZQ _qWoYpoiDEe61L-hRViAzGw     true        2        1        0        0    false    false 20231121103555 20231121103603 _moghEIiDEe61L-hRViAzGw
      Map: 20231123-0934090989                                              _qUYV4IiDEe6WQcyvVjJJZQ _fdZFRonjEe6A4P265vvZHQ     true        2        1        0        0    false    false 20231123043425 20231123043428 _cesfgInjEe6A4P265vvZHQ
      Map: 20231214-1715130229                                              _qUYV4IiDEe6WQcyvVjJJZQ _YOo1tJqkEe6LIKwfEiLdXw     true        2        1        0        0    false    false 20231214121528 20231214121535 _UDyl0ZqkEe6LIKwfEiLdXw
      Map: 20231214-1741290310                                              _qUYV4IiDEe6WQcyvVjJJZQ _DblgrZqoEe6LIKwfEiLdXw     true        2        1        0        0    false    false 20231214124147 20231214124154 _AT_dkJqoEe6LIKwfEiLdXw
      Map: 20240105-1538400910                                              _qUYV4IiDEe6WQcyvVjJJZQ _jDm0QKvgEe69751MbPJAiw     true        2        1        0        0    false    false 20240105103900 20240105103912 _e53XsKvgEe69751MbPJAiw
      Map: 20240112-1349580144                                              _qUYV4IiDEe6WQcyvVjJJZQ _h8sCh7FREe6T15p9errkbw     true        2        1        0        0    false    false 20240112085022 20240112085031 _cGgSQLFREe6T15p9errkbw
      Map: 20240112-1351280941                                              _qUYV4IiDEe6WQcyvVjJJZQ _u-fE4LFREe6T15p9errkbw     true        2        1        0        0    false    false 20240112085149 20240112085200 _q5ygYLFREe6T15p9errkbw
      Map: 20240430-1242510777                                              _qUYV4IiDEe6WQcyvVjJJZQ _NG5Q0AbvEe-4uZaYW6uwIQ     true        2        1        0        0    false    false 20240430084311 20240430084317 _IhaTcAbvEe-4uZaYW6uwIQ
      Map: 20240508-1239200926                                              _qUYV4IiDEe6WQcyvVjJJZQ _CenthA04Ee-5rbZLoDAdAQ     true        2        1        0        0    false    false 20240508083940 20240508083949 _92lyYA03Ee-5rbZLoDAdAQ
      Map: 20240508-1241210187                                              _qUYV4IiDEe6WQcyvVjJJZQ _TlKXtA04Ee-5rbZLoDAdAQ     true        2        1        0        0    false    false 20240508084135 20240508084143 _Qry90Q04Ee-5rbZLoDAdAQ
      Map: 20240509-1334230558                                              _qUYV4IiDEe6WQcyvVjJJZQ _5VxmtA4IEe-NeIQlSDXWdg     true        2        1        0        0    false    false 20240509093444 20240509093451 _0O_TAQ4IEe-NeIQlSDXWdg
           -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    Total:                                                                                                               11       11       22       11        0        0        0        0
 
    File:  EPSMLIST.cbl
           Label                                                            Item                    State                     Result    Input   Output   Parser      Log     Arch     Temp Date           Result Date    Result UUID
      Map: 20231121-1535340228                                              _qWtRIIiDEe6WQcyvVjJJZQ _qZSrFoiDEe61L-hRViAzGw     true        8        1        1        0    false    false 20231121103556 20231121103603 _moghEIiDEe61L-hRViAzGw
      Map: 20231214-1715130229                                              _qWtRIIiDEe6WQcyvVjJJZQ _YRv0G5qkEe6LIKwfEiLdXw     true        8        1        1        0    false    false 20231214121528 20231214121535 _UDyl0ZqkEe6LIKwfEiLdXw
      Map: 20231214-1741290310                                              _qWtRIIiDEe6WQcyvVjJJZQ _DfH81pqoEe6LIKwfEiLdXw     true        8        1        1        0    false    false 20231214124147 20231214124154 _AT_dkJqoEe6LIKwfEiLdXw
      Map: 20240105-1538400910                                              _qWtRIIiDEe6WQcyvVjJJZQ _jHQlNqvgEe69751MbPJAiw     true        8        1        1        0    false    false 20240105103901 20240105103912 _e53XsKvgEe69751MbPJAiw
      Map: 20240112-1349580144                                              _qWtRIIiDEe6WQcyvVjJJZQ _iA7CRrFREe6T15p9errkbw     true        8        1        1        0    false    false 20240112085022 20240112085031 _cGgSQLFREe6T15p9errkbw
      Map: 20240112-1351280941                                              _qWtRIIiDEe6WQcyvVjJJZQ _vEBFILFREe6T15p9errkbw     true        8        1        1        0    false    false 20240112085150 20240112085200 _q5ygYLFREe6T15p9errkbw
      Map: 20240508-1239200926                                              _qWtRIIiDEe6WQcyvVjJJZQ _ChvS7Q04Ee-5rbZLoDAdAQ     true        8        1        1        0    false    false 20240508083941 20240508083949 _92lyYA03Ee-5rbZLoDAdAQ
      Map: 20240508-1241210187                                              _qWtRIIiDEe6WQcyvVjJJZQ _TnpD5g04Ee-5rbZLoDAdAQ     true        8        1        1        0    false    false 20240508084135 20240508084143 _Qry90Q04Ee-5rbZLoDAdAQ
      Map: 20240509-1334230558                                              _qWtRIIiDEe6WQcyvVjJJZQ _5ZK45g4IEe-NeIQlSDXWdg     true        8        1        1        0    false    false 20240509093444 20240509093451 _0O_TAQ4IEe-NeIQlSDXWdg
           -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    Total:                                                                                                                9        9       72        9        9        0        0        0
 
    File:  EPSMPMT.cbl
           Label                                                            Item                    State                     Result    Input   Output   Parser      Log     Arch     Temp Date           Result Date    Result UUID
      Map: 20231121-1535340228                                              _qiOkoIiDEe6WQcyvVjJJZQ _qk3B9IiDEe61L-hRViAzGw     true        2        1        0        0    false    false 20231121103557 20231121103603 _moghEIiDEe61L-hRViAzGw
      Map: 20231123-1006370366                                              _qiOkoIiDEe6WQcyvVjJJZQ _B-XpN4noEe6A4P265vvZHQ     true        2        1        0        0    false    false 20231123050655 20231123050657 _-FLKEYnnEe6A4P265vvZHQ
      Map: 20231214-1715130229                                              _qiOkoIiDEe6WQcyvVjJJZQ _YbV09JqkEe6LIKwfEiLdXw     true        2        1        0        0    false    false 20231214121529 20231214121535 _UDyl0ZqkEe6LIKwfEiLdXw
      Map: 20231214-1741290310                                              _qiOkoIiDEe6WQcyvVjJJZQ _DoLLNJqoEe6LIKwfEiLdXw     true        2        1        0        0    false    false 20231214124148 20231214124154 _AT_dkJqoEe6LIKwfEiLdXw
      Map: 20240105-1538400910                                              _qiOkoIiDEe6WQcyvVjJJZQ _jW_DVKvgEe69751MbPJAiw     true        2        1        0        0    false    false 20240105103902 20240105103912 _e53XsKvgEe69751MbPJAiw
      Map: 20240112-1349580144                                              _qiOkoIiDEe6WQcyvVjJJZQ _iN8xprFREe6T15p9errkbw     true        2        1        0        0    false    false 20240112085024 20240112085031 _cGgSQLFREe6T15p9errkbw
      Map: 20240112-1351280941                                              _qiOkoIiDEe6WQcyvVjJJZQ _vZ-HBLFREe6T15p9errkbw     true        2        1        0        0    false    false 20240112085152 20240112085200 _q5ygYLFREe6T15p9errkbw
      Map: 20240508-1239200926                                              _qiOkoIiDEe6WQcyvVjJJZQ _CrfEzg04Ee-5rbZLoDAdAQ     true        2        1        0        0    false    false 20240508083942 20240508083949 _92lyYA03Ee-5rbZLoDAdAQ
      Map: 20240508-1241210187                                              _qiOkoIiDEe6WQcyvVjJJZQ _Tw7i1A04Ee-5rbZLoDAdAQ     true        2        1        0        0    false    false 20240508084136 20240508084143 _Qry90Q04Ee-5rbZLoDAdAQ
      Map: 20240509-1334230558                                              _qiOkoIiDEe6WQcyvVjJJZQ _5kWOJw4IEe-NeIQlSDXWdg     true        2        1        0        0    false    false 20240509093445 20240509093451 _0O_TAQ4IEe-NeIQlSDXWdg
           -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    Total:                                                                                                               10       10       20       10        0        0        0        0
 
    File:  EPSCSMRD.cbl
           Label                                                            Item                    State                     Result    Input   Output   Parser      Log     Arch     Temp Date           Result Date    Result UUID
      Map: 20231121-1535340228                                              _qsxAsIiDEe6WQcyvVjJJZQ _q23X7YiDEe61L-hRViAzGw     true        1        1        0        0    false    false 20231121103559 20231121103603 _moghEIiDEe61L-hRViAzGw
      Map: 20231214-1715130229                                              _qsxAsIiDEe6WQcyvVjJJZQ _Yt_rJpqkEe6LIKwfEiLdXw     true        1        1        0        0    false    false 20231214121531 20231214121535 _UDyl0ZqkEe6LIKwfEiLdXw
      Map: 20231214-1741290310                                              _qsxAsIiDEe6WQcyvVjJJZQ _D4WVLZqoEe6LIKwfEiLdXw     true        1        1        0        0    false    false 20231214124150 20231214124154 _AT_dkJqoEe6LIKwfEiLdXw
      Map: 20240105-1538400910                                              _qsxAsIiDEe6WQcyvVjJJZQ _j4DI_avgEe69751MbPJAiw     true        1        1        0        0    false    false 20240105103906 20240105103912 _e53XsKvgEe69751MbPJAiw
      Map: 20240112-1349580144                                              _qsxAsIiDEe6WQcyvVjJJZQ _ikVRVrFREe6T15p9errkbw     true        1        1        0        0    false    false 20240112085026 20240112085031 _cGgSQLFREe6T15p9errkbw
      Map: 20240112-1351280941                                              _qsxAsIiDEe6WQcyvVjJJZQ _v1EuprFREe6T15p9errkbw     true        1        1        0        0    false    false 20240112085155 20240112085200 _q5ygYLFREe6T15p9errkbw
      Map: 20240508-1239200926                                              _qsxAsIiDEe6WQcyvVjJJZQ _C9Xe_Q04Ee-5rbZLoDAdAQ     true        1        1        0        0    false    false 20240508083943 20240508083949 _92lyYA03Ee-5rbZLoDAdAQ
      Map: 20240508-1241210187                                              _qsxAsIiDEe6WQcyvVjJJZQ _UHkhJg04Ee-5rbZLoDAdAQ     true        1        1        0        0    false    false 20240508084139 20240508084143 _Qry90Q04Ee-5rbZLoDAdAQ
      Map: 20240509-1334230558                                              _qsxAsIiDEe6WQcyvVjJJZQ _51BHbQ4IEe-NeIQlSDXWdg     true        1        1        0        0    false    false 20240509093447 20240509093451 _0O_TAQ4IEe-NeIQlSDXWdg
           -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    Total:                                                                                                                9        9        9        9        0        0        0        0
 
    File:  EPSCSMRT.cbl
           Label                                                            Item                    State                     Result    Input   Output   Parser      Log     Arch     Temp Date           Result Date    Result UUID
      Map: 20231121-1535340228                                              _q27pUIiDEe6WQcyvVjJJZQ _q6BZsoiDEe61L-hRViAzGw     true        5        1        0        0    false    false 20231121103559 20231121103603 _moghEIiDEe61L-hRViAzGw
      Map: 20231214-1715130229                                              _q27pUIiDEe6WQcyvVjJJZQ _YyyEopqkEe6LIKwfEiLdXw     true        5        1        0        0    false    false 20231214121532 20231214121535 _UDyl0ZqkEe6LIKwfEiLdXw
      Map: 20231214-1741290310                                              _q27pUIiDEe6WQcyvVjJJZQ _D7g99JqoEe6LIKwfEiLdXw     true        5        1        0        0    false    false 20231214124150 20231214124154 _AT_dkJqoEe6LIKwfEiLdXw
      Map: 20240105-1538400910                                              _q27pUIiDEe6WQcyvVjJJZQ _kCO_xKvgEe69751MbPJAiw     true        5        1        0        0    false    false 20240105103907 20240105103912 _e53XsKvgEe69751MbPJAiw
      Map: 20240112-1349580144                                              _q27pUIiDEe6WQcyvVjJJZQ _itRx_bFREe6T15p9errkbw     true        5        1        0        0    false    false 20240112085027 20240112085031 _cGgSQLFREe6T15p9errkbw
      Map: 20240112-1351280941                                              _q27pUIiDEe6WQcyvVjJJZQ _v7I6ZrFREe6T15p9errkbw     true        5        1        0        0    false    false 20240112085156 20240112085200 _q5ygYLFREe6T15p9errkbw
      Map: 20240430-1242510777                                              _q27pUIiDEe6WQcyvVjJJZQ _Nb7ssAbvEe-4uZaYW6uwIQ     true        5        1        0        0    false    false 20240430084314 20240430084317 _IhaTcAbvEe-4uZaYW6uwIQ
      Map: 20240508-1239200926                                              _q27pUIiDEe6WQcyvVjJJZQ _DIzS5w04Ee-5rbZLoDAdAQ     true        5        1        0        0    false    false 20240508083945 20240508083949 _92lyYA03Ee-5rbZLoDAdAQ
      Map: 20240508-1241210187                                              _q27pUIiDEe6WQcyvVjJJZQ _ULO5PA04Ee-5rbZLoDAdAQ     true        5        1        0        0    false    false 20240508084139 20240508084143 _Qry90Q04Ee-5rbZLoDAdAQ
      Map: 20240509-1334230558                                              _q27pUIiDEe6WQcyvVjJJZQ _54iVkg4IEe-NeIQlSDXWdg     true        5        1        0        0    false    false 20240509093447 20240509093451 _0O_TAQ4IEe-NeIQlSDXWdg
           -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    Total:                                                                                                               10       10       50       10        0        0        0        0
 
    File:  EPSCMORT.cbl
           Label                                                            Item                    State                     Result    Input   Output   Parser      Log     Arch     Temp Date           Result Date    Result UUID
      Map: 20231121-1535340228                                              _rCjqgIiDEe6WQcyvVjJJZQ _rJicR4iDEe61L-hRViAzGw     true        8        2        2        0    false    false 20231121103601 20231121103603 _moghEIiDEe61L-hRViAzGw
      Map: 20231123-0934090989                                              _rCjqgIiDEe6WQcyvVjJJZQ _frhn4InjEe6A4P265vvZHQ     true        8        2        2        0    false    false 20231123043427 20231123043428 _cesfgInjEe6A4P265vvZHQ
      Map: 20231214-1715130229                                              _rCjqgIiDEe6WQcyvVjJJZQ _ZAo6ZZqkEe6LIKwfEiLdXw     true        8        2        2        0    false    false 20231214121533 20231214121535 _UDyl0ZqkEe6LIKwfEiLdXw
      Map: 20231214-1741290310                                              _rCjqgIiDEe6WQcyvVjJJZQ _EM63BJqoEe6LIKwfEiLdXw     true        8        2        2        0    false    false 20231214124152 20231214124154 _AT_dkJqoEe6LIKwfEiLdXw
      Map: 20240105-1538400910                                              _rCjqgIiDEe6WQcyvVjJJZQ _kbE9jqvgEe69751MbPJAiw     true        8        2        2        0    false    false 20240105103910 20240105103912 _e53XsKvgEe69751MbPJAiw
      Map: 20240112-1349580144                                              _rCjqgIiDEe6WQcyvVjJJZQ _jC8gC7FREe6T15p9errkbw     true        8        2        2        0    false    false 20240112085029 20240112085031 _cGgSQLFREe6T15p9errkbw
      Map: 20240112-1351280941                                              _rCjqgIiDEe6WQcyvVjJJZQ _wVwZ5LFREe6T15p9errkbw     true        8        2        2        0    false    false 20240112085158 20240112085200 _q5ygYLFREe6T15p9errkbw
      Map: 20240430-1242510777                                              _rCjqgIiDEe6WQcyvVjJJZQ _Nqa0pgbvEe-4uZaYW6uwIQ     true        8        2        1        0    false    false 20240430084315 20240430084317 _IhaTcAbvEe-4uZaYW6uwIQ
      Map: 20240508-1239200926                                              _rCjqgIiDEe6WQcyvVjJJZQ _DVu7uw04Ee-5rbZLoDAdAQ     true        8        2        2        0    false    false 20240508083946 20240508083949 _92lyYA03Ee-5rbZLoDAdAQ
      Map: 20240508-1241210187                                              _rCjqgIiDEe6WQcyvVjJJZQ _UXcwMA04Ee-5rbZLoDAdAQ     true        8        2        2        0    false    false 20240508084140 20240508084143 _Qry90Q04Ee-5rbZLoDAdAQ
      Map: 20240509-1334230558                                              _rCjqgIiDEe6WQcyvVjJJZQ _6E2TOw4IEe-NeIQlSDXWdg     true        8        2        2        0    false    false 20240509093449 20240509093451 _0O_TAQ4IEe-NeIQlSDXWdg
           -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    Total:                                                                                                               11       11       88       22       21        0        0        0
 
    File:  EPSMLIST.lnk
           Label                                                            Item                    State                     Result    Input   Output   Parser      Log     Arch     Temp Date           Result Date    Result UUID
      Map: 20231121-1535340228                                              _rPWJUIiDEe6WQcyvVjJJZQ _rRI5FoiDEe61L-hRViAzGw     true        1        1        1        0    false    false 20231121103602 20231121103603 _moghEIiDEe61L-hRViAzGw
      Map: 20231214-1715130229                                              _rPWJUIiDEe6WQcyvVjJJZQ _ZHLnNpqkEe6LIKwfEiLdXw     true        1        1        1        0    false    false 20231214121534 20231214121535 _UDyl0ZqkEe6LIKwfEiLdXw
      Map: 20231214-1741290310                                              _rPWJUIiDEe6WQcyvVjJJZQ _ETpKB5qoEe6LIKwfEiLdXw     true        1        1        1        0    false    false 20231214124152 20231214124154 _AT_dkJqoEe6LIKwfEiLdXw
      Map: 20240105-1538400910                                              _rPWJUIiDEe6WQcyvVjJJZQ _kqX91KvgEe69751MbPJAiw     true        1        1        1        0    false    false 20240105103911 20240105103912 _e53XsKvgEe69751MbPJAiw
      Map: 20240112-1349580144                                              _rPWJUIiDEe6WQcyvVjJJZQ _jLxE1LFREe6T15p9errkbw     true        1        1        1        0    false    false 20240112085030 20240112085031 _cGgSQLFREe6T15p9errkbw
      Map: 20240112-1351280941                                              _rPWJUIiDEe6WQcyvVjJJZQ _we02RLFREe6T15p9errkbw     true        1        1        1        0    false    false 20240112085159 20240112085200 _q5ygYLFREe6T15p9errkbw
      Map: 20240508-1239200926                                              _rPWJUIiDEe6WQcyvVjJJZQ _Dc8W7Q04Ee-5rbZLoDAdAQ     true        1        1        1        0    false    false 20240508083947 20240508083949 _92lyYA03Ee-5rbZLoDAdAQ
      Map: 20240508-1241210187                                              _rPWJUIiDEe6WQcyvVjJJZQ _Ud3hRg04Ee-5rbZLoDAdAQ     true        1        1        1        0    false    false 20240508084141 20240508084143 _Qry90Q04Ee-5rbZLoDAdAQ
      Map: 20240509-1334230558                                              _rPWJUIiDEe6WQcyvVjJJZQ _6MArHg4IEe-NeIQlSDXWdg     true        1        1        1        0    false    false 20240509093449 20240509093451 _0O_TAQ4IEe-NeIQlSDXWdg
           -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    Total:                                                                                                                9        9        9        9        9        0        0        0
 
    File:  EPSNPGM1.cbl
           Label                                                            Item                    State                     Result    Input   Output   Parser      Log     Arch     Temp Date           Result Date    Result UUID
      Map: 20240430-1242510777                                              _NI7RIAbvEe-Z2fGj5U81Eg _NLEmPQbvEe-4uZaYW6uwIQ     true        1        1        0        0    false    false 20240430084312 20240430084317 _IhaTcAbvEe-4uZaYW6uwIQ
      Map: 20240430-1312090096                                              _NI7RIAbvEe-Z2fGj5U81Eg _SHnb7QbzEe-4uZaYW6uwIQ     true        1        1        0        0    false    false 20240430091223 20240430091224 _PGChQAbzEe-4uZaYW6uwIQ
      Map: 20240430-1316120001                                              _NI7RIAbvEe-Z2fGj5U81Eg _2gZy1gbzEe-4uZaYW6uwIQ     true        1        0        0        0    false    false 20240430091627 20240430091628 _zzm1YAbzEe-4uZaYW6uwIQ
           -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    Total:                                                                                                                3        3        3        2        0        0        0        0
 
    Build total:                                                                                                         99       99      300      118       39        0        0        0