Hi Peter,

> [Peter Schäfer wrote]
> 
> Subject: Re: Replication manager doesn't like SEQNO
> 
> I investigated further: It doesn't depend on SEQNO.
> 
Well, it could also depend on SEQNO. At least I may
say that's not implemented yet :-((
I'll set it on the list. So far noone requested it.
Hmm, I know, its in the doc described. Even worse.

> It also crashes if i try this:
> 
> [CREATE TABLE stmt snipped]
> 
> Skript:
> DATALOAD TABLE temp_kunden
>       knr 1
>       name1 2
>       name2 3
>       anschrift 4
>       plz 5
>       ort 6
>       telnr 8
>       faxnr 9
> INFILE 'kunden1.txt' COMPRESSED
> SEPARATOR ';' DELIMITER '' NULL '??'
> 
> Data:
> 11802;Spalte2;Spalte3;Spalte4;Spalte5;Spalte6;??;Spalte8;
> 
> If i delete the last semicolon it says "Missing data for specified
> column faxnr". If i insert the last semicolon it crashes.
> 
> Any clues?
> 
Hmm, yes. I guess you tried to insert an empty value at the last
position, right? That is your data looked like this?
 11802;Spalte2;Spalte3;Spalte4;Spalte5;Spalte6;??;Spalte8;;

There is a bug in the scanner where the last data if it is empty
is not handled the right way (some action on a NULL pointer, uuuhhh).
I'll fix it with the next release.

I'm terribly sorry for all this inconvenience
Regards,
 Steffen
-- 
Steffen Schildberg
SAP DB Team
SAP Labs Berlin

Reply via email to