On our production server, I created an extract of a user's data:
loadercli>tableextract user data outstream file 'backup02_25_05_1109318700.data'
On my local box, I created a new user and reran my sql script to create the same tables for this user. I then attempted to use loader to insert the data...
loadercli>tableload user data instream file 'backup02_25_05_1109318700.data' -25801 Internal error [vls28_TLoad.cpp, 1566, -25342]; contact technical support OK
Log says:
tableload user data instream file 'backup02_25_05_1109318700.data'
// *
// M LOAD TRANSFORMATIONPACKAGE x'0100000031F92FF82C080000BD6A000080DC71E21F1E34E4'
// *
// M EXECUTE PACKAGE TO TRANSFORM DATA
// *
// M Number of tables to transform: 26
// *
// E -25345: Schemes of source and target table AGREEMENT do not match; default definitions differ.
// E -25342: Error restoring table AGREEMENT; table exists but source table schema and target table schema are different
// E -25801: Internal error [vls28_TLoad.cpp, 1566, -25342]; contact technical support
// M UNLOAD TRANSFORMATIONPACKAGE x'0100000031F92FF82C080000BD6A000080DC71E21F1E34E4'
// *
Comparing the table definitions on the two boxes show the AGREEMENT table to be absolutely the same.
Any advice?
Thanks!
-- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
