SQL Admin Api Add Log -
03-09-2010
, 09:55 AM
Hello,
I am running IDS 11.50.FC4 and am trying to use the SQL Admin Api to
add logical logs after the current log. However it does not add the
log after the current log. It adds it to the end of the list. I want
to add a few large logs for batch processing, backup the logs, then
drop the larger logs.
I tried the following though it doesn't add it after the current log:
EXECUTE FUNCTION sysadmin:task ("add log", "logdbs", "1 MB", "1",
"after_current");
EXECUTE FUNCTION sysadmin:task ("add log", "logdbs", "1 MB", "1",
"true");
Using onparams adds the log after the current log and works:
onparams -a -d logdbs -s 2048 -i
Any ideas on this one?
--Dave |