dbTalk Databases Forums  

help with TASK CENTER

comp.databases.ibm-db2 comp.databases.ibm-db2


Discuss help with TASK CENTER in the comp.databases.ibm-db2 forum.



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

Default help with TASK CENTER - 06-30-2010 , 05:29 AM






Hi all,

I have the following problem.
I'm unable to create a scheduled task that must do:

1) backup offline
2) db2ckbkp for checking the integrity of the backup image file

but...
in the TASK CENTER there's no possibility to insert "db2ckbkp" command
because the software try to interpreter this command as SQL command

Can i put all thesecommands into a .bat file? (i'm working on Windows)
Is there an alternative solution?

JH

Reply With Quote
  #2  
Old   
Ian
 
Posts: n/a

Default Re: help with TASK CENTER - 06-30-2010 , 02:54 PM






On Jun 30, 3:29*am, John Hopfield <Hopfi... (AT) freemail (DOT) it> wrote:
Quote:
Hi all,

I have the following problem.
I'm unable to create a scheduled task that must do:

1) backup offline
2) db2ckbkp for checking the integrity of the backup image file

but...
in the TASK CENTER there's no possibility to insert "db2ckbkp" command
because the software try to interpreter this command as SQL command
Yes, but the CLP can execute system commands if they are prefixed with
a
'!':

!db2ckbkp ...;


Quote:
Can i put all thesecommands into a .bat file? (i'm working on Windows)
Is there an alternative solution?
This is the alternative, putting it all into a batch script.


Ian Bjorhovde

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.