CatalogStatus Table
The CatalogStatus table contains information about the status of operations on the Catalog System.
The following table describes the columns in the CatalogStatus table.
Column name |
Type |
Allow null |
Description |
---|---|---|---|
StatusID |
int |
no |
The ID of the status. This is a primary key. |
Operation |
nvarchar(40) |
yes |
The current operation. |
StartDate |
datetime |
no |
The date and time the operation began. |
EndDate |
datetime |
yes |
The date and time the operation ended. |
Status |
nvarchar(10) |
no |
The current status of the operation. |
FileName |
nvarchar(1000) |
yes |
The name of the file that is used in the operation. |
CatalogName |
nvarchar(128) |
yes |
The name of the catalog on which the operation is performed. |
Options |
ntext |
yes |
The import or export options that are used. |
OperationId |
uniqueidentifier |
no |
The ID of the operation. |
AbortRequested |
bit |
no |
Specifies whether the operation was stopped. |
UserName |
nvarchar(128) |
no |
The name of the user who performed the operation. |
PercentComplete |
int |
no |
The current percentage of the operation completed. |