SCHEDULE CLIENT AND ADMINISTRATIVE NODE SHOWS EMPTY

merouan

ADSM.ORG Member
Joined
Feb 27, 2013
Messages
21
Reaction score
0
Points
0
Hello,
here's my situation i can't display report for schedule clients and administrative nodes for tsm
the views belongs to these events is empty , no rows.
select * from events
ANR2034E SELECT : aucune correspondance n'a été trouvée pour ces critères.
ANS8001I Return code 11.

tsm version 6.3

thank you for your help.
 
Try this in sequence:

1. Restart the TSM server and see if the issue goes away
2. If 1 does not work increase the activity LOG Size and Retention period, and see if this is resolved.
3. If 1 and 2 does not work, patch to a later version of TSM as this might be an identified issue (can't remember if it is).
 
Try this in sequence:

1. Restart the TSM server and see if the issue goes away
2. If 1 does not work increase the activity LOG Size and Retention period, and see if this is resolved.
3. If 1 and 2 does not work, patch to a later version of TSM as this might be an identified issue (can't remember if it is).


Thank you for your response,
i just increased the the activity log size and retention ,i just runn the select * from event ,
the response was nothing from console tsm and for activity detail shows the QUERY EVENT: Invalid begin date - 00/00/1900.
 
You should get an output from the select statement like what I always do.

If you are not getting outputs from just
Code:
select * from events
then apply patches to your base 6.3 install.
 
Back
Top