Quantcast
Channel: SCN: Message List - SAP MaxDB
Viewing all articles
Browse latest Browse all 2539

Re: MaxDB 7.9 error when importing data from MaxDB 7.6

$
0
0


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


Viewing all articles
Browse latest Browse all 2539

Trending Articles