Hi Andris,

Andris Spruds [mailto:[EMAIL PROTECTED] wrote:
> 
> 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'
> //
> 
Append the keyword PAGES to your command and it'll run:
 TABLEEXTRACT USER DATA OUTFILE 'data.bin' PAGES

In the version you use the Loader doesn't use default
formats for certain commands.
The problem is corrected with
http://pts:1080/webpts?wptsdetail=yes&ErrorType=0&ErrorID=1128281.

Sorry for any inconvenience.
Regards,
 Steffen
-- 
Steffen Schildberg
SAP DB Team
SAP Labs Berlin

-- 
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to