When you attempt to import files into the Batch Data Loading module, the format and content of each file is checked to see whether it can be imported successfully.
If a given file cannot be imported successfully, the Response Buffer will show a message which explains why the import has failed. If you have used the Command Line to import data, then these messages will instead be written to a BIUCL log file in the AppPath.Temp folder.
These are the possible error messages which may be returned when importing files:
Message |
Notes |
" contains the wrong number of elements." |
The file you are trying to import has the wrong number of elements for batch data format. |
" contains the unknown Study Name [NAME]." |
|
" contains the invalid Site Code "[CODE]." |
|
" contains neither a Subject Id or a Subject Label." |
The batch response must contain one or other of these. |
" contains both a Subject Id and a Subject Label." |
The batch response must not contain more than one of these. |
" contains the invalid Subject Id [CODE]" |
|
" contains an invalid Subject Label that may not contain double or backward quotes, tildes or the | character. |
These characters are forbidden in MACRO names. |
" contains the unknown Visit Code "[CODE]." |
|
" contains neither a Visit Cycle Number or a Visit Cycle Date." |
The batch response must contain one or other of these. |
" contains both a Visit Cycle Number and a Visit Cycle Date." |
The batch response must not contain more than one of these. |
" contains the invalid Visit Cycle Number "[NUMBER]." |
|
" contains the invalid Visit Cycle Date "[DATE]." |
|
" contains the unknown eForm Code "[CODE]." |
|
" contains neither an eForm Cycle Number or a CRFPageCycleDate." |
The batch response must contain one or other of these. |
" contains both an eForm Cycle Number and a CRFPageCycleDate." |
The batch response must not contain more than one of these. |
" contains the invalid eForm Cycle Number "[NUMBER]." |
|
" contains the invalid eForm Cycle Date "[DATE]." |
|
" contains the unknown Question Code "[CODE]." |
|
" contains the invalid Category Response "[RESPONSE]" |
|
" contains an invalid Response that may not contain double or backward quotes, tildes or the | character. |
These characters are not allowed in typed responses. |