Progress® OpenEdge® Compilation Tools

PCTCRC task -- <pct:crc />

Description

Creates CRC list for databases tables

This task generates a flat file, referencing each table and associated CRC, e.g.

db_name.table_name CRC

Parameters

Attribute Description Type Requirement Default value
destFile Output file File Required No default value

PCTCRC inherits attributes from PCT and PCTRun.

Parameters as nested elements

PCTConnection (com.phenix.pct.PCTConnection)

Adds a database connection on startup

propath (org.apache.tools.types.Path)

Creates a nested propath, and adds it to the implicit propath.

Examples

<PCTCRC destFile="crc.txt" dlcHome="${env.DLC}">
  <PCTConnection dbName="foo" dbDir="base" singleUser="true">
    <PCTAlias name="foo3"/>
  </PCTConnection>
  <PCTConnection dbName="bar" dbDir="base" singleUser="true"/>
</PCTRun>

Generates CRC list for each table of databases foo and bar in file crc.txt