Integration (Table-Based Maintenance)

Task Name

Description

Argument Template

DeleteBadMeteredData

Deletes Bad records from the Import_Reading table. Can take no arguments or one argument: The number of days to keep bad data.

<args>

<arg name="daysToKeep" value="30" type="System.Int32" />

</args>

DeleteBadClientList Data

Deletes Bad records from the Import_Meterlist table. Can take no arguments or one argument: The number of days to keep bad data.

<args>

<arg name="daysToKeep" value="30" type="System.Int32" />

</args>

DeleteBadPortfolioData

Deletes Bad records from the Import_Portfolio table. Can take no arguments or one argument. The number of days to keep bad data.

<args>

<arg name="daysToKeep" value="30" type="System.Int32" />

</args>

DeleteBadSchedFcstData

Deletes Bad records from the Import_Schedule_Forecast table. Can take no arguments or one argument: The number of days to keep bad data.

<args>

<arg name="daysToKeep" value="30" type="System.Int32" />

</args>

DeleteBadXDriverData

Deletes Bad records from the Import_XDriver table. Can take no arguments or one argument: The number of days to keep bad data.

<args>

<arg name="daysToKeep" value="30" type="System.Int32" />

</args>

DeleteBadWeatherData

Deletes Bad records from the Import_Weather table. Can take no arguments or one argument: The number of days to keep bad data.

<args>

<arg name="daysToKeep" value="30" type="System.Int32" />

</args>

TruncateExportTables

Deletes old data out of the Export Staging Tables. Takes a required daysToKeep argument.

<args>

<arg name="daysToKeep" value="7" type="System.Int32" />

</args>