Structural errors

A structural error can be one of two types:

Incompatible datatypes

Datatypes are incompatible when source and target table datatypes cannot be mapped to one another. For example, binary to datetime transfers are not allowed.

For all transfer types, if any columns have incompatible datatypes, the access service cancels the transfer without attempting to transfer any rows.

Incompatible number of columns

When the access service detects an unequal number of columns between the source and the target, a structural error can occur.