Hi Steffen,
the export was done by the following command:
$Sdb_Home/global/programs/bin/loadercli76 -n <hostname> -d <dbname> -u dbadmin,xxxx
and the import by use of: $Sdb_Home/private/<dbname>/programs/bin/loadercli -d <dbname> -u superdba,xxxx
The problem was a column with default date format, for example:
"AEND_DATUM" Date DEFAULT '19700101'
This leads in:
// E-25392: '[SAP AG][LIBSDBOD SO][SAP MaxDB] Datetime field overflow;-3048 POS(309) Invalid date format:ISO'
So if the date format was changed to '1970.01.01' it works.
Hope this helps for the analyses.
Regards,
Werner