Hi Eric,

Eric Jain wrote:
> 
> But even after installing the patch, after something over 100'000
> records I get:
> 
>   DATAEXTRACT accession, id FROM taxa OUTFILE 'taxa.csv'
>   Replication server error (-4 : 'received a garbled packet'
> 
> The table is pretty simple:
> 
>   CREATE TABLE taxa (
>     accession CHAR(6),
>     id INT,
>     parent INT,
>     FOREIGN KEY(accession) REFERENCES entries ON DELETE CASCADE)
> 
> The only thing I might be doing wrong is that 'lserver' isn't 
> running as
> root, I'll get that fixed ASAP and report back...
> 
That won't change much, I fear. The error message normally indicates
a crash of the Loader server no matter if root or not. And you've 
been able to extract at least some rows. So the problem might be
somewhere in the code ;-(
What OS do you use?
Regards,
 Steffen
-- 
Steffen Schildberg
SAP DB Team
SAP Labs Berlin
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general


Reply via email to