Hello,

we are using SAPDB currently in an a development project.
We have one installation on Linux 7.3 and a further one on Win NT.

Now we want to transfer all data of an user from Linux to NT using
tableextract / tableload

Following sequence.

1. Build up tables and indexes on NT exactly the same than on Linux.

2. Tableextract from Linux using the xload program:
   TABLEEXTRACT USER OUTFILE esad.tables

3. Tableload under NT using xload program:
   TABLELOAD USER INFILE esad.tables OUTFILE esad.error

4. Results in an error for two tables
   Extract from load.prt:

----- Snip -----
/ M TABLE "ESAD"."MIG" (L:       199)
/ *
/ E Message Number:  350
/ *
/ M Table not imported
/ *
/ M TABLE "ESAD"."TALINE" (L:      1993)
/ *
/ E Message Number:  350
/ *
/ M Table not imported
/
----- Snip -----

Message 350 means somethin like "Referential integrity violated".
If I copy the contents of the tables from the Linux DB via ODBC to NT DB
there are no problems.

Thanks for a hint
and best regards

   Hannes

--

Hannes Degenhart GPS - Gesellschaft zur Pruefung von Software mbH
                 Hoervelsinger Weg 54        D - 89081 Ulm - Germany
                 Pho. +49 731 96657 14       Fax. +49 731 96657 57
                 mailto:[EMAIL PROTECTED] Web: http://www.gps-ulm.de
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to