Micro FocusĀ Enterprise DeveloperĀ 3.0 for Visual Studio 2013
>
General Reference
>
Error Messages
>
Data File Converter Error Messages
>
DFC143 - DFC169
DFC143 - DFC169
DFC143 Occurs Depending On value outside range
During the conversion of a structure containing an OCCURS DEPENDING ON (ODO), the value of the ODO variable in the current record was outside the specified minimum and maximum values in the structure.
DFC150 Input record length cannot be zero or > 64K
The input file maximum record length specified was either 0 or greater than 64K.
DFC151 Output record length cannot be zero or > 64K
The output file maximum record length specified was either 0 or greater than 64K.
DFC152 Maximum record length cannot be < minimum length in input file
The maximum record length specified was less than the minimum in the input file.
DFC153 Minimum record length must be > zero in input file
An attempt was made to set the input file minimum record length to a negative value.
DFC154 Maximum record length must be > zero in input file
An attempt was made to set the input file maximum record length to a negative value.
DFC159 Profile file not found
An attempt was made to load a non-existent profile file.
DFC160 Error opening profile file
CONV was unable to open the profile file specified.
DFC161 Invalid profile file format
CONV was unable to read the profile file.
DFC162 Error on output file during conversion
A file error was encountered when writing to the output file during conversion.
DFC163 Error on input file during conversion
A file error was encountered when reading from the input file during conversion.
DFC168 No input file-name specified
No input file name was specified.
DFC169 No output file-name specified
Parent topic:
Data File Converter Error Messages