PROCESSING DETAILS (SQL)

Files Necessary to Run the Item Preprocessor

The following custom files must be installed and accessible in order to run the Item Preprocessor:

PATCH 1039 (for 5.0)

Costpoint database patch

CSTPOINT.EXE

Costpoint executable

CPPMGRSV.EXE

Costpoint Process Server executable

AOPITEM.EXE

Application executable

AOPITEM.MSS

You must apply SQL Server stored procedures before you can execute the Item Preprocessor.

AOPITEM.QRP

Report Template

If your Costpoint system is configured on a Microsoft SQL Server database platform, the Item Preprocessor will support only the (PT2) Part file layout.

Item Preprocessor tables

The following Costpoint tables are maintained by this preprocessor:

Table

Table Name

Definition

ITEM

Item

Stores parts, services, and goods.

PART

Part

Used to create parts and assign various characteristics that are individual to each part. Many of these characteristics will act as defaults in other modules as this part is used. The Comments, Unit of Measure Type, and Unit of Measure Conversion subtasks are available in the Maintain Parts and Basic Part Data screens, and can be assigned to this part.

ITEM_UM

Item Unit of Measure

A cross-reference between parts, unit of measure, and system unit of measure type that indicates the applicable units of measure for a given part and their use. Three of these cross-references will exist for each part (one each for Inventory, Ordering, and Selling.)

Input File Details

The Part (PT2) input file layout is documented in the table below to illustrate the data field structure and column updates that occur after this preprocessor is successfully executed. You can process only one input file (with multiple lines) at a time. In the "Part (PT2)" input file layout, each column lists:

Input file fields that are defined as decimals in Costpoint must include the decimal point in the data being processed.  Otherwise, integer (whole) numbers will be assumed. 

Input file fields that are defined as dates in Costpoint must be 10 characters and must be in YYYY-MM-DD format (a four-character year (including century), month (01-12) and day (01-31)).  You must separate the year, month, and day by hyphens (-). 

Timestamp fields in Costpoint must be 19 characters and in YYYY-MM-DD-hh.mm.ss format (a four-character year (including century), month (01-12), day (01-31), hour (00-24), minute (00-59) and second (00-59)).  You must separate the year, month and day by hyphens (-), there must be another hyphen following day and hour, minute, and second must be separated by periods (.).  Time can be omitted if desired.