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

Stores codes used by the Activity Monitor to identify the status of each activity that the application completes.

If an activity has unexpected results, the activity result status code identifies the cause.

Properties
Creation Date9/28/2012 11:38 AM
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows8
Data Space Used8.00 KB
Index Space Used8.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key 

Code that represents the status of the activity results.

  • 0 = Normal
  • 1 = Data failed to copy
  • 2 = Analysis empty results
  • 3 = No Locations
  • 4 = Partial Records
  • 5 = Sub report failed
  • 6 = Table failed to copy
  • 7 = Child activity failed
smallint2   
 

Name of the activity result status.

Corresponds to the code in ActivityResultStatusCode.

varchar40  
 
Description of the activity result status.
varchar1024  
See Also

Related Objects

AIRReference Database