Hello, In the beginning I created all my tables/etc as DBA user. However, now I would like to deploy my application, so obviously I need to migrate all my data to a regular user, which has no administrative permissions. I tried using loadercli, but it complains that 'Error 25109 Command not implemented'. I am using MaxDB 7.05.08. The first command executes just fine, but the second raises the beforementioned error.
My command file is as simple as this: CATALOGEXTRACT USER OUTFILE 'catalog.sql' // TABLEEXTRACT USER DATA OUTFILE 'data.bin' // I would be grateful fur any ideas or suggestions. Best regards, Andris Spruds -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
