The Standard Message Format File table is a record of the file that a test event was loaded into StudentCenteredStaging through. The details of the file submitted are contained within the table. |
use StudentCentered |
Name |
Code |
Name |
|
Code |
|
Data Type |
int |
Mandatory |
TRUE |
Unique ID assigned and maintained by the StudentCenteredStaging database for the SMFFile table. |
Name |
|
Code |
|
Data Type |
varchar(255) |
Mandatory |
TRUE |
Name of the file submitted. |
Name |
|
Code |
|
Data Type |
datetime |
Mandatory |
TRUE |
Date the file was created on ODE's site. |
Name |
|
Code |
|
Data Type |
datetime |
Mandatory |
TRUE |
Date file was uploaded to ODE. |
Name |
|
Code |
|
Data Type |
varchar(255) |
Mandatory |
FALSE |
Versioned name of the file submitted. In some cases the same file is submitted over and over, so a version is added to the file name to keep them separated. |
Name |
|
Code |
|
Data Type |
varchar(255) |
Mandatory |
FALSE |
Email address of the user who submitted the data from their central login application user record. |
Name |
|
Code |
|
Data Type |
varchar(15) |
Mandatory |
FALSE |
IP address of the machine used to submit the file. |
Name |
|
Code |
|
Data Type |
char(1) |
Mandatory |
FALSE |
Status of the file to indicate if the file has been posted or in what phase of processing the file was in when it was loaded into StudentCentered. |
Name |
|
Code |
|
Data Type |
datetime |
Mandatory |
FALSE |
Date that the file started processing. |
Name |
|
Code |
|
Data Type |
datetime |
Mandatory |
FALSE |
Date the file completed processing. |
Name |
|
Code |
|
Data Type |
varchar(18) |
Mandatory |
FALSE |
The user identification of the person or process that last updated the record in StudentCenteredStaging. |
Name |
|
Code |
|
Data Type |
datetime |
Mandatory |
FALSE |
The date of the last update to the source row of data from StudentCenteredStaging. |
Name |
|
Code |
|
Data Type |
varchar(18) |
Mandatory |
FALSE |
The user identification of the person or process that created the record in StudentCenteredStaging. |
Name |
|
Code |
|
Data Type |
datetime |
Mandatory |
FALSE |
The date the source row of data was created in StudentCenteredStaging. |
Name |
|
Code |
|
Data Type |
varchar(255) |
Mandatory |
FALSE |
Comments about the file submitted. |
Name |
|
Code |
|
Data Type |
int |
Mandatory |
FALSE |
Foreign key from the Load Sequence (LoadSeq) table. Each load receives a unique identifier. |
Name |
|
Code |
|
Data Type |
datetime |
Mandatory |
FALSE |
The date the data was loaded into StudentCentered. |
|
|
|