Hi Armin,
Armin Haaf wrote:
>
> I tried the way with dataextract for dataload and it did not work:
>
>
> With adabas xload I do the dataextract:
>
> DATAEXTRACT FOR DATALOAD table test
> outfile /tmp/test.load
> outfile /tmp/test.data
>
> After changing SQLMODE to internal, I used the replication manager:
>
> repmcli -d test -n testserver -u test,test -b /tmp/test.load
>
> It creates the table and stops on importing with the
> following message:
>
> Error during execution
> -->-25233
> Some column descriptions with end position but file format is
> COMPRESSED.
>
> But the test.data file is not compressed, there are many spaces...
>
I think there is some misunderstanding concering the COMPRESSED keyword.
Neither COMPRESSED (in SAP DB) nor COMPRESS (in ADABAS) have any relation
to real compression. It only means that trailing/leading blanks in data
fields are cut off and the data is separated by separators and not described
using absolute position specification.
It would be extremely helpful to have the command you tried to execute and
some snippet of the data that should be inserted. There
are some incompatibilities in the command syntax between ADABAS and SAP DB that
must be solved prior to successfully loading. But I'm sure we'll make it
together ;-).
Regards,
Steffen
--
Steffen Schildberg
SAP DB Team
SAP Labs Berlin
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general