If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Deleting Journal - Task History

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-05-08, 13:28
rao_karthik rao_karthik is offline
Registered User
 
Join Date: Jun 2008
Posts: 14
Deleting Journal - Task History

Hi,
My Control Center hangs when I try to view Task History in the journal. I want to delete task history.
I found this link on IBM but I dont know what values to put for the params.
The command is
Code:
db2javit -j:com.ibm.db2.tools.taskcenter.TCClearHistory -a:"<systemName> <taskOwner> <password> <autoDelete>"
What is systemName? I have tried three options, machine name, Database name and Instance Name. Task Center displays a field "Run System" whose value is the same as machine name.
I have used a comman of the type:
Code:
db2javit -j:com.ibm.db2.tools.taskcenter.TCClearHistory -a:"db2server db2admin password Y"
I still cant open task history.
What should I do?
TIA
Kar
Reply With Quote
  #2 (permalink)  
Old 09-05-08, 13:48
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
Look in table mdthistoryty00 (the schema depends on how you created the tools catalog).

Andy
Reply With Quote
  #3 (permalink)  
Old 09-10-08, 08:03
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
My guess that it is because you have 75K rows that there are too many to show in that table. You can delete the older / unwanted rows using straight SQL.

Andy
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On