The task is used to cleanup Enterprise Extensions (EE) build map state items from the data base. This housekeeping tool may be needed to reduce build map database usage. See Build Map Analysis for information on generating a report that describes the database item volume associated with each Dependency Build in each Engineering Workload Manager (EWM) process area.
Typically, build maps that have been archived, orphaned, or are temporary are no longer needed and may be deleted from the EWM repository causing no harm. If a large number of build maps are deleted at the same time, you may want to perform a database reorg to optimize performance. If you do not use packaging or promotion, or if there are no pending packaging or promotion jobs, you may delete build map history also causing no harm.
Deleting unneeded build maps, whether they be archived, orphaned, temporary, or historical, will reduce EE database usage and improve EWM database performance, especially once a reorg of the database has been performed.
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 |
| archived |
Specify true to delete archived build map states. The default is false; archived build map states will not be deleted.
|
No |
| buildId | Specify the ID of the Dependency Build definition for which build map states are to be processed. If a buildId attribute is not specified all Dependency Builds in all EWM process areas will be processed. | No |
| buildLabel | Specify the label of the build result for which build map states are to be processed. If a buildLabel attribute is not specified all build maps will be processed. | No |
| byLabel |
Specify true to delete build map states with the specified buildLabel. The default is false; the build label will not affect whether or not a build map state is deleted.
|
No |
| current |
Specify true to delete the current build map. The default is false; only older build map states will be deleted.
|
No |
| details |
Specify true to generate a message for each build map that will be deleted. The default is false; only the total number of build maps that will be deleted is reported.
|
No |
| expired |
Specify an expiration date for build maps in the form: yyyy-mm-dd. Any build map older than the specified date will be deleted.
|
No |
| fileName | Specify the name of a file for which build map states will be processed. If a fileName attribute is not specified all build maps will be processed. | No |
| history |
Specify true to delete historical build maps; only the current build maps and the items associated with them will be kept. The default is false
|
No |
| ignoreErrors |
Specify true to ignore errors when deleting a build map. If an error is encountered, a message is issued to describe the error and the process continues. Specify false to terminate the build when a delete error is encountered. The default is false.
|
No |
| orphaned |
Specify true to delete orphaned build map states. The default is false; orphaned build map states will not be deleted.
|
No |
| preview |
Specify true to preview what build map states will be deleted. The default is false; all qualifying build map states will be deleted.
|
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 |
| temporary |
Specify true to delete temporary build map states. The default is false; temporary build map states will not be deleted.
|
No |
Delete all archived, orphaned, or temporary build map states:
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed Materials - Property of IBM
(c) Copyright IBM Corporation 2024. 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="deleteBuildMaps"
default="all"
xmlns:xt="antlib:com.ibm.team.enterprise.build.extensions.toolkit">
<description>Delete Build Maps</description>
<loadproperties srcFile="${user.home}${file.separator}tvt6087.9710.properties"/>
<target name="main" description="main">
<xt:deleteBuildMaps
repositoryAddress="${repositoryAddress}"
userId="${userId}"
password="${password}"
archived="true"
orphaned="true"
temporary="true"/>
</target>
<target depends="main" description="all" name="all"/>
</project>
Report:
Process area: BGtest
Build: BGtest build States Archived ByLabel Expired Orphaned Temporary
File EPSMORT.bms: 1 0 0 0 0 0
File EPSMLIS.bms: 1 0 0 0 0 0
File DFSIVF1.mfs: 1 0 0 0 0 0
File EPSNBRVL.cbl: 1 0 0 0 0 0
File EPSMLIST.cbl: 1 0 0 0 0 0
File EPSCSMRD.cbl: 1 0 0 0 0 0
File EPSCSMRT.cbl: 1 0 0 0 0 0
File EPSCMORT.cbl: 1 0 0 0 0 0
File EPSMLIST.lnk: 1 0 0 0 0 0
Build total: 9 0 0 0 0 0
Area total: 9 0 0 0 0 0
Process area: Setup 9710
Build: Setup 710 dependency build States Archived ByLabel Expired Orphaned Temporary
File EPSMORT.bms: 372 0 0 0 1 0
File EPSMLIS.bms: 372 0 0 0 1 0
File DFSIVF1.mfs: 372 0 0 0 1 0
File DATA0001.dat: 372 0 0 0 1 0
File EPSNBRVL.cbl: 372 0 0 0 1 0
File EPSMLIST.cbl: 372 0 0 0 1 0
File EPSMPMT.cbl: 372 0 0 0 1 0
File EPSCSMRD.cbl: 372 0 0 0 1 0
File EPSCSMRT.cbl: 372 0 0 0 1 0
File EPSCMORT.cbl: 372 0 0 0 1 0
File EPSMLIST.lnk: 372 0 0 0 1 0
Build total: 4092 0 0 0 11 0
Build: Setup 710 L2 dependency build States Archived ByLabel Expired Orphaned Temporary
File EPSMLIST.cbl: 186 0 0 0 186 0
File EPSMLIST.lnk: 186 0 0 0 186 0
File EPSMLIS.bms: 186 0 0 0 186 0
File EPSMPMT.cbl: 186 0 0 0 186 0
File EPSCSMRD.cbl: 186 0 0 0 186 0
File EPSCMORT.cbl: 186 0 0 0 186 0
File EPSNBRVL.cbl: 186 0 0 0 186 0
File EPSCSMRT.cbl: 186 0 0 0 186 0
File DFSIVF1.mfs: 186 0 0 0 186 0
File EPSMORT.bms: 186 0 0 0 186 0
File DATA0001.dat: 186 0 0 0 186 0
Build total: 2046 0 0 0 2046 0
Build: Setup 710 dependency build with PVM States Archived ByLabel Expired Orphaned Temporary
File EPSMORT.bms: 187 0 0 0 0 0
File EPSMLIS.bms: 187 0 0 0 0 0
File DFSIVF1.mfs: 187 0 0 0 0 0
File DATA0001.dat: 187 0 0 0 0 0
File EPSNBRVL.cbl: 187 0 0 0 0 0
File EPSMLIST.cbl: 187 0 0 0 0 0
File EPSMPMT.cbl: 187 0 0 0 0 0
File EPSCSMRD.cbl: 187 0 0 0 0 0
File EPSCSMRT.cbl: 187 0 0 0 0 0
File EPSCMORT.cbl: 187 0 0 0 0 0
File EPSMLIST.lnk: 187 0 0 0 0 0
Build total: 2057 0 0 0 0 0
Area total: 8195 0 0 0 2057 0
Process area: Setup 9710b
Area total: 0 0 0 0 0 0
Process area: z710 Samples
Build: Mortgage 710 dep build States Archived ByLabel Expired Orphaned Temporary
File EPSMORT.bms: 9 0 0 0 0 0
File EPSMLIS.bms: 9 0 0 0 0 0
File DFSIVF1.mfs: 9 0 0 0 0 0
File EPSNBRVL.cbl: 11 0 0 0 0 0
File EPSMLIST.cbl: 9 0 0 0 0 0
File EPSMPMT.cbl: 10 0 0 0 0 0
File EPSCSMRD.cbl: 9 0 0 0 0 0
File EPSCSMRT.cbl: 10 0 0 0 0 0
File EPSCMORT.cbl: 11 0 0 0 0 0
File EPSMLIST.lnk: 9 0 0 0 0 0
File EPSNPGM1.cbl: 3 0 0 0 0 0
Build total: 99 0 0 0 0 0
Build: Mortgage 710 L2 dep build States Archived ByLabel Expired Orphaned Temporary
File EPSMLIST.cbl: 2 0 0 0 2 0
File EPSMLIST.lnk: 2 0 0 0 2 0
File EPSMLIS.bms: 2 0 0 0 2 0
File EPSMPMT.cbl: 3 0 0 0 3 0
File EPSCSMRD.cbl: 2 0 0 0 2 0
File EPSCMORT.cbl: 3 0 0 0 3 0
File EPSNBRVL.cbl: 3 0 0 0 3 0
File EPSCSMRT.cbl: 2 0 0 0 2 0
File DFSIVF1.mfs: 2 0 0 0 2 0
File EPSMORT.bms: 2 0 0 0 2 0
Build total: 23 0 0 0 23 0
Area total: 122 0 0 0 23 0
Process area: David Testing
Area total: 0 0 0 0 0 0
Process area: Davids Testing 2
Area total: 0 0 0 0 0 0
Repo total: 8326 0 0 0 2080 0
** The report shows that 2080 orphaned build maps were/would be deleted.
Delete all expired build maps states for the "BGtest build" and write the report to a file:
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed Materials - Property of IBM
(c) Copyright IBM Corporation 2024. 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="deleteBuildMaps"
default="all"
xmlns:xt="antlib:com.ibm.team.enterprise.build.extensions.toolkit">
<description>Delete Build Maps</description>
<loadproperties srcFile="${user.home}${file.separator}tvt6087.9710.properties"/>
<target name="main" description="main">
<xt:deleteBuildMaps
repositoryAddress="${repositoryAddress}"
userId="${userId}"
password="${password}"
buildId="BGtest build"
expired="2024-07-01"
reportFolder="/Users/djreilly/Downloads"
reportFile="BuildMapReport.log"/>
</target>
<target depends="main" description="all" name="all"/>
</project>
Report:
Process area: BGtest
Build: BGtest build States Archived ByLabel Expired Orphaned Temporary
File EPSMORT.bms: 1 0 0 1 0 0
File EPSMLIS.bms: 1 0 0 1 0 0
File DFSIVF1.mfs: 1 0 0 1 0 0
File EPSNBRVL.cbl: 1 0 0 1 0 0
File EPSMLIST.cbl: 1 0 0 1 0 0
File EPSCSMRD.cbl: 1 0 0 1 0 0
File EPSCSMRT.cbl: 1 0 0 1 0 0
File EPSCMORT.cbl: 1 0 0 1 0 0
File EPSMLIST.lnk: 1 0 0 1 0 0
Build total: 9 0 0 9 0 0
** The report shows that 9 expired build maps were/would be deleted.
List all historical build maps states that would be deleted from the repository:
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed Materials - Property of IBM
(c) Copyright IBM Corporation 2024. 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="deleteBuildMaps"
default="all"
xmlns:xt="antlib:com.ibm.team.enterprise.build.extensions.toolkit">
<description>Delete Build Maps</description>
<loadproperties srcFile="${user.home}${file.separator}tvt6087.9710.properties"/>
<target name="main" description="main">
<xt:deleteBuildMaps
repositoryAddress="${repositoryAddress}"
userId="${userId}"
password="${password}"
history="true"
preview="true"/>
</target>
<target depends="main" description="all" name="all"/>
</project>
Report:
Process area: Test
Area total: Files=0 Deleted states=0
Process area: BuildMapsOrphanedByBuildResultGCTest.testBasicGC
Build: BuildMapsOrphanedByBuildResultGCTest.build.definition
Build map history would be deleted -- current: build label file: BuildMapsOrphanedByBuildResultGCTest.a.txt
Build map history would be deleted -- current: build label file: BuildMapsOrphanedByBuildResultGCTest.b.txt
Build map history would be deleted -- current: build label file: BuildMapsOrphanedByBuildResultGCTest.c.txt
Build map history would be deleted -- current: build label file: BuildMapsOrphanedByBuildResultGCTest.d.txt
Build map history would be deleted -- current: build label file: BuildMapsOrphanedByBuildResultGCTest.e.txt
Build map history would be deleted -- current: build label file: BuildMapsOrphanedByBuildResultGCTest.f.txt
Build map history would be deleted -- current: build label file: BuildMapsOrphanedByBuildResultGCTest.i.txt
Build map history would be deleted -- current: build label file: BuildMapsOrphanedByBuildResultGCTest.j.txt
Build map history would be deleted -- current: build label file: BuildMapsOrphanedByBuildResultGCTest.g.txt
Build map history would be deleted -- current: build label file: BuildMapsOrphanedByBuildResultGCTest.h.txt
Build total: Files=10 Deleted states=90
Build: BuildMapsOrphanedByBuildResultGCTest.0.build.definition
Build map history would be deleted -- current: 1712089910037 file: BuildMapsOrphanedByBuildResultGCTest.0.e.txt
Build map history would be deleted -- current: 1712089910037 file: BuildMapsOrphanedByBuildResultGCTest.0.a.txt
Build map history would be deleted -- current: 1712089910037 file: BuildMapsOrphanedByBuildResultGCTest.0.b.txt
Build map history would be deleted -- current: 1712089910037 file: BuildMapsOrphanedByBuildResultGCTest.0.c.txt
Build map history would be deleted -- current: 1712089910037 file: BuildMapsOrphanedByBuildResultGCTest.0.d.txt
Build map history would be deleted -- current: 1712089910037 file: BuildMapsOrphanedByBuildResultGCTest.0.f.txt
Build map history would be deleted -- current: 1712089910037 file: BuildMapsOrphanedByBuildResultGCTest.0.g.txt
Build map history would be deleted -- current: 1712089910037 file: BuildMapsOrphanedByBuildResultGCTest.0.h.txt
Build map history would be deleted -- current: 1712089910037 file: BuildMapsOrphanedByBuildResultGCTest.0.i.txt
Build map history would be deleted -- current: 1712089910037 file: BuildMapsOrphanedByBuildResultGCTest.0.j.txt
Build total: Files=10 Deleted states=90
Build: BuildMapsOrphanedByBuildResultGCTest.1.build.definition
Build map history would be deleted -- current: BuildMapsOrphanedByBuildResultGCTest.1.build.result0-1712091058667 file: BuildMapsOrphanedByBuildResultGCTest.1.a.txt
Build map history would be deleted -- current: BuildMapsOrphanedByBuildResultGCTest.1.build.result0-1712091058667 file: BuildMapsOrphanedByBuildResultGCTest.1.b.txt
Build map history would be deleted -- current: BuildMapsOrphanedByBuildResultGCTest.1.build.result0-1712091058667 file: BuildMapsOrphanedByBuildResultGCTest.1.c.txt
Build map history would be deleted -- current: BuildMapsOrphanedByBuildResultGCTest.1.build.result0-1712091058667 file: BuildMapsOrphanedByBuildResultGCTest.1.d.txt
Build map history would be deleted -- current: BuildMapsOrphanedByBuildResultGCTest.1.build.result0-1712091058667 file: BuildMapsOrphanedByBuildResultGCTest.1.e.txt
Build map history would be deleted -- current: BuildMapsOrphanedByBuildResultGCTest.1.build.result0-1712091058667 file: BuildMapsOrphanedByBuildResultGCTest.1.g.txt
Build map history would be deleted -- current: BuildMapsOrphanedByBuildResultGCTest.1.build.result0-1712091058667 file: BuildMapsOrphanedByBuildResultGCTest.1.f.txt
Build map history would be deleted -- current: BuildMapsOrphanedByBuildResultGCTest.1.build.result0-1712091058667 file: BuildMapsOrphanedByBuildResultGCTest.1.h.txt
Build map history would be deleted -- current: BuildMapsOrphanedByBuildResultGCTest.1.build.result0-1712091058667 file: BuildMapsOrphanedByBuildResultGCTest.1.i.txt
Build map history would be deleted -- current: BuildMapsOrphanedByBuildResultGCTest.1.build.result0-1712091058667 file: BuildMapsOrphanedByBuildResultGCTest.1.j.txt
Build total: Files=10 Deleted states=90
Area total: Files=30 Deleted states=270
Process area: BuildMapCreation.testBasicGC
Build: BuildMapCreation.id
Build map history would be deleted -- current: BuildMapCreation.result.9 file: BuildMapCreation.a.txt
Build map history would be deleted -- current: BuildMapCreation.result.9 file: BuildMapCreation.b.txt
Build map history would be deleted -- current: BuildMapCreation.result.9 file: BuildMapCreation.c.txt
Build map history would be deleted -- current: BuildMapCreation.result.9 file: BuildMapCreation.d.txt
Build map history would be deleted -- current: BuildMapCreation.result.9 file: BuildMapCreation.e.txt
Build map history would be deleted -- current: BuildMapCreation.result.9 file: BuildMapCreation.h.txt
Build map history would be deleted -- current: BuildMapCreation.result.9 file: BuildMapCreation.f.txt
Build map history would be deleted -- current: BuildMapCreation.result.9 file: BuildMapCreation.g.txt
Build map history would be deleted -- current: BuildMapCreation.result.9 file: BuildMapCreation.i.txt
Build map history would be deleted -- current: BuildMapCreation.result.9 file: BuildMapCreation.j.txt
Build total: Files=10 Deleted states=90
Area total: Files=10 Deleted states=90
Process area: BuildMapCreation.testBuildMaps
Build: BuildMapCreation.0.id
Build map history would be deleted -- current: BuildMapCreation.0.result.9 file: BuildMapCreation.0.a.txt
Build map history would be deleted -- current: BuildMapCreation.0.result.9 file: BuildMapCreation.0.b.txt
Build map history would be deleted -- current: BuildMapCreation.0.result.9 file: BuildMapCreation.0.c.txt
Build map history would be deleted -- current: BuildMapCreation.0.result.9 file: BuildMapCreation.0.d.txt
Build map history would be deleted -- current: BuildMapCreation.0.result.9 file: BuildMapCreation.0.f.txt
Build map history would be deleted -- current: BuildMapCreation.0.result.9 file: BuildMapCreation.0.e.txt
Build map history would be deleted -- current: BuildMapCreation.0.result.9 file: BuildMapCreation.0.g.txt
Build map history would be deleted -- current: BuildMapCreation.0.result.9 file: BuildMapCreation.0.h.txt
Build map history would be deleted -- current: BuildMapCreation.0.result.9 file: BuildMapCreation.0.i.txt
Build map history would be deleted -- current: BuildMapCreation.0.result.9 file: BuildMapCreation.0.j.txt
Build total: Files=10 Deleted states=90
Build: BuildMapCreation.1.id
Build map history would be deleted -- current: BuildMapCreation.1.result.9 file: BuildMapCreation.1.a.txt
Build map history would be deleted -- current: BuildMapCreation.1.result.9 file: BuildMapCreation.1.b.txt
Build map history would be deleted -- current: BuildMapCreation.1.result.9 file: BuildMapCreation.1.c.txt
Build map history would be deleted -- current: BuildMapCreation.1.result.9 file: BuildMapCreation.1.d.txt
Build map history would be deleted -- current: BuildMapCreation.1.result.9 file: BuildMapCreation.1.e.txt
Build map history would be deleted -- current: BuildMapCreation.1.result.9 file: BuildMapCreation.1.f.txt
Build map history would be deleted -- current: BuildMapCreation.1.result.9 file: BuildMapCreation.1.g.txt
Build map history would be deleted -- current: BuildMapCreation.1.result.9 file: BuildMapCreation.1.h.txt
Build map history would be deleted -- current: BuildMapCreation.1.result.9 file: BuildMapCreation.1.i.txt
Build map history would be deleted -- current: BuildMapCreation.1.result.9 file: BuildMapCreation.1.j.txt
Build total: Files=10 Deleted states=90
Build: BuildMapCreation.2.id
Build map history would be deleted -- current: BuildMapCreation.2.result.9 file: BuildMapCreation.2.b.txt
Build map history would be deleted -- current: BuildMapCreation.2.result.9 file: BuildMapCreation.2.a.txt
Build map history would be deleted -- current: BuildMapCreation.2.result.9 file: BuildMapCreation.2.c.txt
Build map history would be deleted -- current: BuildMapCreation.2.result.9 file: BuildMapCreation.2.d.txt
Build map history would be deleted -- current: BuildMapCreation.2.result.9 file: BuildMapCreation.2.e.txt
Build map history would be deleted -- current: BuildMapCreation.2.result.9 file: BuildMapCreation.2.f.txt
Build map history would be deleted -- current: BuildMapCreation.2.result.9 file: BuildMapCreation.2.g.txt
Build map history would be deleted -- current: BuildMapCreation.2.result.9 file: BuildMapCreation.2.j.txt
Build map history would be deleted -- current: BuildMapCreation.2.result.9 file: BuildMapCreation.2.h.txt
Build map history would be deleted -- current: BuildMapCreation.2.result.9 file: BuildMapCreation.2.i.txt
Build total: Files=10 Deleted states=90
Build: BuildMapCreation.3.id
Build map history would be deleted -- current: BuildMapCreation.3.result.9 file: BuildMapCreation.3.a.txt
Build map history would be deleted -- current: BuildMapCreation.3.result.9 file: BuildMapCreation.3.b.txt
Build map history would be deleted -- current: BuildMapCreation.3.result.9 file: BuildMapCreation.3.c.txt
Build map history would be deleted -- current: BuildMapCreation.3.result.9 file: BuildMapCreation.3.d.txt
Build map history would be deleted -- current: BuildMapCreation.3.result.9 file: BuildMapCreation.3.e.txt
Build map history would be deleted -- current: BuildMapCreation.3.result.9 file: BuildMapCreation.3.h.txt
Build map history would be deleted -- current: BuildMapCreation.3.result.9 file: BuildMapCreation.3.i.txt
Build map history would be deleted -- current: BuildMapCreation.3.result.9 file: BuildMapCreation.3.j.txt
Build map history would be deleted -- current: BuildMapCreation.3.result.9 file: BuildMapCreation.3.f.txt
Build map history would be deleted -- current: BuildMapCreation.3.result.9 file: BuildMapCreation.3.g.txt
Build total: Files=10 Deleted states=90
Build: BuildMapCreation.4.id
Build map history would be deleted -- current: BuildMapCreation.4.result.9 file: BuildMapCreation.4.a.txt
Build map history would be deleted -- current: BuildMapCreation.4.result.9 file: BuildMapCreation.4.b.txt
Build map history would be deleted -- current: BuildMapCreation.4.result.9 file: BuildMapCreation.4.c.txt
Build map history would be deleted -- current: BuildMapCreation.4.result.9 file: BuildMapCreation.4.d.txt
Build map history would be deleted -- current: BuildMapCreation.4.result.9 file: BuildMapCreation.4.e.txt
Build map history would be deleted -- current: BuildMapCreation.4.result.9 file: BuildMapCreation.4.f.txt
Build map history would be deleted -- current: BuildMapCreation.4.result.9 file: BuildMapCreation.4.g.txt
Build map history would be deleted -- current: BuildMapCreation.4.result.9 file: BuildMapCreation.4.h.txt
Build map history would be deleted -- current: BuildMapCreation.4.result.9 file: BuildMapCreation.4.i.txt
Build map history would be deleted -- current: BuildMapCreation.4.result.9 file: BuildMapCreation.4.j.txt
Build total: Files=10 Deleted states=90
Build: BuildMapCreation.5.id
Build map history would be deleted -- current: BuildMapCreation.5.result.9 file: BuildMapCreation.5.a.txt
Build map history would be deleted -- current: BuildMapCreation.5.result.9 file: BuildMapCreation.5.b.txt
Build map history would be deleted -- current: BuildMapCreation.5.result.9 file: BuildMapCreation.5.c.txt
Build map history would be deleted -- current: BuildMapCreation.5.result.9 file: BuildMapCreation.5.d.txt
Build map history would be deleted -- current: BuildMapCreation.5.result.9 file: BuildMapCreation.5.e.txt
Build map history would be deleted -- current: BuildMapCreation.5.result.9 file: BuildMapCreation.5.f.txt
Build map history would be deleted -- current: BuildMapCreation.5.result.9 file: BuildMapCreation.5.j.txt
Build map history would be deleted -- current: BuildMapCreation.5.result.9 file: BuildMapCreation.5.g.txt
Build map history would be deleted -- current: BuildMapCreation.5.result.9 file: BuildMapCreation.5.h.txt
Build map history would be deleted -- current: BuildMapCreation.5.result.9 file: BuildMapCreation.5.i.txt
Build total: Files=10 Deleted states=90
Build: BuildMapCreation.6.id
Build map history would be deleted -- current: BuildMapCreation.6.result.9 file: BuildMapCreation.6.g.txt
Build map history would be deleted -- current: BuildMapCreation.6.result.9 file: BuildMapCreation.6.h.txt
Build map history would be deleted -- current: BuildMapCreation.6.result.9 file: BuildMapCreation.6.i.txt
Build map history would be deleted -- current: BuildMapCreation.6.result.9 file: BuildMapCreation.6.a.txt
Build map history would be deleted -- current: BuildMapCreation.6.result.9 file: BuildMapCreation.6.b.txt
Build map history would be deleted -- current: BuildMapCreation.6.result.9 file: BuildMapCreation.6.f.txt
Build map history would be deleted -- current: BuildMapCreation.6.result.9 file: BuildMapCreation.6.c.txt
Build map history would be deleted -- current: BuildMapCreation.6.result.9 file: BuildMapCreation.6.d.txt
Build map history would be deleted -- current: BuildMapCreation.6.result.9 file: BuildMapCreation.6.e.txt
Build map history would be deleted -- current: BuildMapCreation.6.result.9 file: BuildMapCreation.6.j.txt
Build total: Files=10 Deleted states=90
Build: BuildMapCreation.7.id
Build map history would be deleted -- current: BuildMapCreation.7.result.9 file: BuildMapCreation.7.a.txt
Build map history would be deleted -- current: BuildMapCreation.7.result.9 file: BuildMapCreation.7.e.txt
Build map history would be deleted -- current: BuildMapCreation.7.result.9 file: BuildMapCreation.7.f.txt
Build map history would be deleted -- current: BuildMapCreation.7.result.9 file: BuildMapCreation.7.b.txt
Build map history would be deleted -- current: BuildMapCreation.7.result.9 file: BuildMapCreation.7.c.txt
Build map history would be deleted -- current: BuildMapCreation.7.result.9 file: BuildMapCreation.7.d.txt
Build map history would be deleted -- current: BuildMapCreation.7.result.9 file: BuildMapCreation.7.g.txt
Build map history would be deleted -- current: BuildMapCreation.7.result.9 file: BuildMapCreation.7.h.txt
Build map history would be deleted -- current: BuildMapCreation.7.result.9 file: BuildMapCreation.7.i.txt
Build map history would be deleted -- current: BuildMapCreation.7.result.9 file: BuildMapCreation.7.j.txt
Build total: Files=10 Deleted states=90
Build: BuildMapCreation.9.id
Build map history would be deleted -- current: BuildMapCreation.9.result.9-20240403111204 file: BuildMapCreation.9.g.txt
Build map history would be deleted -- current: BuildMapCreation.9.result.9-20240403111204 file: BuildMapCreation.9.a.txt
Build map history would be deleted -- current: BuildMapCreation.9.result.9-20240403111204 file: BuildMapCreation.9.b.txt
Build map history would be deleted -- current: BuildMapCreation.9.result.9-20240403111204 file: BuildMapCreation.9.c.txt
Build map history would be deleted -- current: BuildMapCreation.9.result.9-20240403111204 file: BuildMapCreation.9.d.txt
Build map history would be deleted -- current: BuildMapCreation.9.result.9-20240403111204 file: BuildMapCreation.9.e.txt
Build map history would be deleted -- current: BuildMapCreation.9.result.9-20240403111204 file: BuildMapCreation.9.f.txt
Build map history would be deleted -- current: BuildMapCreation.9.result.9-20240403111204 file: BuildMapCreation.9.h.txt
Build map history would be deleted -- current: BuildMapCreation.9.result.9-20240403111204 file: BuildMapCreation.9.i.txt
Build map history would be deleted -- current: BuildMapCreation.9.result.9-20240403111204 file: BuildMapCreation.9.j.txt
Build total: Files=10 Deleted states=90
Area total: Files=90 Deleted states=810
Process area: Mortgage
Build: Mortgage
Build map history would be deleted -- current: 20240729-0938480084 file: EPSMPMT.cbl
Build map history would be deleted -- current: 20240729-0938480084 file: EPSCMORT.cbl
Build map history would be deleted -- current: 20240729-0938480084 file: EPSMORT.bms
Build map history would be deleted -- current: 20240729-0938480084 file: EPSCSMRD.cbl
Build map history would be deleted -- current: 20240729-0938480084 file: EPSCSMRT.cbl
Build map history would be deleted -- current: 20240729-0938480084 file: EPSNBRVL.cbl
Build map history would be deleted -- current: 20240729-0938480084 file: EPSMLIS.bms
Build map history would be deleted -- current: 20240729-0938480084 file: EPSMLIST.cbl
Build map history would be deleted -- current: 20240729-0938480084 file: EPSMLIST.lnk
Build total: Files=9 Deleted states=0
Area total: Files=9 Deleted states=0
Repo total: Files=139 Deleted states=1170
** The report shows that 1170 historical build map states would be deleted.