ScheduleBuildDiagnostics, 118 (ver3.6.1)
Holds information sent back by the engine to help determine why a schedule won't build.
Column Name | Initial Version | Data Type | Description |
---|---|---|---|
BD_BuildID | 3.6.1 | Number(10,0) | The internal number for the ScheduleBuild with which this record is associated. |
BD_Code | 3.6.1 | Varchar(25) | Build diagnostic code returned by scheduler, such as BlockTC, DPBmp, TchInConflict, etc. |
BD_CourseNumber | 3.6.1 | Varchar(20) | Course number associated to this diagnostic, such as Invalid Course Number - if course was not found. |
BD_Text | 3.6.1 | CLOB | Text providing additional information about the conflicts preventing scheduling. BlockTC=Impossible: Not compatible with block term relationship. |
BD_Value | 3.6.1 | Number(10,0) | Number of instances of the build diagnostics code reported from the build. |
DCID | 4.0.0 | Number(10,0) | Unique identifier for this table. Indexed. Required. |