Hi Peter,
> [first problem related to -25011 snipped]
>
I'll check it and see what happens. I have similar problems here
in my test environment. I'll inform you ASAP.
>
> Presently I do not know how to handle tables with columns of
> VARCHAR BYTE which I have to transfer especially between our
> production database and my development system.
>
>
To transfer the table data you could use dataextract/dataload
command pair. It handles binary data type, too. Simply use
a 'dataextract for dataload table <name> outfile <cmd file name>
outfile <data file name>' to extract all data of a table and to
create an appropriate dataload command. You then simply run the
dataload command found in the command file (it contains additionally
an 'CREATE TABLE' and one/some 'CREATE INDEX' commands you rather
don't want to run).
If you have further questions regarding extracting/loading byte
dt let me know directly.
Regards,
Steffen
--
Steffen Schildberg
SAP DB Team
SAP Labs Berlin