How to query actlog by schedule name?

Hsing1

ADSM.ORG Member
Joined
Mar 13, 2017
Messages
19
Reaction score
0
Points
0
PREDATAR Control23

The daily report has schedule fail. I query the log by specifying schedule name, but it shows no match found.
How to query the log by schedule name?

My query command:

tsm: TSM_SERVER1>q actlog beginDate=today-3 orig=CLIENT schedname=ADM_COPY_HAKKATVBAK
ANR2034E QUERY ACTLOG: No match found using this criteria.
ANS8001I Return code 11.

2017-11-02_112309.jpg
 
PREDATAR Control23

via q events:
q eve ADM_COPY_HAKKATVBAK begind=-3 t=a f=d

or via actlog:
q act begind=-3 se=ADM_COPY_HAKKATVBAK

Perhaps q act begind=-3 se=ANR2750I

then another one: q act begind=-3 se='Session <number>' <-- take the session you see in the ANR2750I search.

I don't think you can use schedname= for admin schedules, use the search parameter instead.
 
Top