Hi Albert, Beermann, Albert [mailto:[EMAIL PROTECTED] wrote:
> I asked this some days ago, but get no answer. > I'm sorry for the delay. I've been on vacation for some days. > to sync to databases(same databasename, same tablename) > on different servers i have a programm that does: > 1. catalogextract table a on system a > drop table a on system b > catalogload on system b > > 2. dataextract table a on system a > dataload table a on system b > > > everything works as expected ! > > but when i trie to load a table with a varchar coloumn the > following error appears: > > err -25319 > missing data for specified column NL > What version of the software do you use? There has been a version where the Loader had problems with values that include new line characters (as your data obviously does). Starting with version 7.5.00.11 it should be able to handle new lines. Starting with 7.5.00.19 it has true CSV support. Regards, Steffen -- Steffen Schildberg MaxDB Team SAP Labs Berlin -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
