dbTalk Databases Forums  

SQL Admin Api Add Log

comp.databases.informix comp.databases.informix


Discuss SQL Admin Api Add Log in the comp.databases.informix forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Dave
 
Posts: n/a

Default 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

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.