When you attempt to upload files from the Batch Data Loading response buffer into your database, the format and content of each file is checked to see whether it can be uploaded successfully.
If a given file cannot be uploaded, the response buffer will display a message which explains why the upload has failed.
These are the possible error messages which may be returned when uploading files:
Message |
Notes |
" - Unknown Study - Unable to Upload" |
|
" - Unknown Subject Label - Unable to Upload" |
|
" - Subject Label is not unique - Unable to Upload" |
MACRO is attempting to use the Study Label as ID, for which a unique label is required. In this case you will need to use the Subject ID instead. |
" - Subject Id does not exist - Unable to Upload" |
|
" - Unknown Visit - Unable to Upload" |
|
" - Unknown eForm - Unable to Upload" |
|
" - Unknown Visit/eForm combination - Unable to Upload" |
Both Visit and eForm are valid in themselves, but the combination of the two is not recognised. |
" - Unknown Question - Unable to Upload" |
|
"Study Locked" |
Someone is currently editing the Study Definition. |
"Subject Locked" |
Another user currently has this subject open. |
" - Subject Locked/Frozen - Unable to Upload" |
The Subject has been designated as locked or frozen. |
" - Visit Cycle Date does not exist - Unable to Upload" |
|
" - Visit Cycle Number does not exist - Unable to Upload" |
|
" - Visit Locked/Frozen - Unable to Upload" |
The Visit has been designated as locked or frozen. |
" - eForm Cycle Date does not exist - Unable to Upload" |
|
" - eForm Cycle Number does not exist - Unable to Upload" |
|
" - eForm Locked/Frozen - Unable to Upload" |
The eForm has been designated as locked or frozen. |
" - Question Locked/Frozen - Unable to Upload" |
|
" - Question not enterable - Unable to Upload" |
The question is one of the following:
|
" - This Question requires an Authorisation role that you do not have - Unable to Upload" |
|
" - Invalid Response - " & Reject If Message & " - Unable to Upload" |
The question has a 'Reject if' condition, which is triggered by the response. |