A bug has been fixed in dbimport where it could fail to import
a database in restructure mode.
When dbimport is run in restructure mode (-r command line option)
and a data set is specified in the optional restructure description
file but the export file does not provide structure information a
bug was triggered causing dbimport to either fail with an error
message or filling the database with default values.
dbimport now falls back to default mode (positional match of
the fields in the export file rather matching items and fields
by name). Since dbimport is then unable to compensate for some
structural differences in the data base and import file it is
strongly recommended to export in restructure mode.
Symptoms:
- The data sets specified in the restructure file contain default
values (space, null or zero) after dbimport
- DBPUT fails due to duplicate search items
Impact:
dbimport could fail to import database in restructure mode.