Touchstone Re 2022 Database Reference
tAnalysisStatus Table
AIRReference Database : tAnalysisStatus Table
Description

Stores analysis statuses, which are used by the analysis engine.

Properties
Creation Date2/16/2011 6:00 PM
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows11
Data Space Used8.00 KB
Index Space Used8.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key 

Code that represents the status of the analysis.

  • COM = Complete
  • COM_EMP = Completed & Empty
  • COM_FL = Completed & Failed
  • EMP_COM = Empty & Completed
  • EMP_FL = Empty & Failed
  • EMPEX = EmptyExposure
  • FL_COM = Failed & Completed
  • FL_EMP = Failed & Empty
  • INC = Incomplete
  • INV = Invalid
  • NONE = None
varchar10   
 

Name of the status.

Corresponds to the code in AnalysisStatusCode.

varchar40  
 Description of the status.varchar1024  
See Also

Related Objects

AIRReference Database