SoftTree Technologies SoftTree Technologies
Technical Support Forums
RegisterSearchFAQMemberlistUsergroupsLog in
Supressing "Event is ignored because...&q

 
Reply to topic    SoftTree Technologies Forum Index » 24x7 Scheduler, Event Server, Automation Suite View previous topic
View next topic
Supressing "Event is ignored because...&q
Author Message
Arthur Heezen



Joined: 09 Apr 2004
Posts: 5

Post Supressing "Event is ignored because..." Reply with quote

I have a lot of jobs that stay in a queue for an
extended period of time. My log gets filled up with
messages like "Event is ignored because the job is
already queued." Is it possible to suppress just
this message and not other ones?

Thanks

Tue Feb 01, 2005 12:46 pm View user's profile Send private message
SysOp
Site Admin


Joined: 26 Nov 2006
Posts: 7966

Post Re: Supressing "Event is ignored because...&q Reply with quote

You really got only 2 options:

1. Increase event checking time so that messages "already queued" don't apper too often.

or
2. Disable automatic logging for these jobs, and then add custom loggin into notification events enabling start/finish and error events with script type. In the script code the following
ChooseCase "@V"event"", END_CHOOSE
Case "START"
LoagAddMessageEx "INFO", @V"job_id", "@V"job_name"", "Job started"
Case "FINISH"
LoagAddMessageEx "INFO", @V"job_id", "@V"job_name"", "Job finished"
CaseElse
"LoagAddMessageEx "INFO", @V"job_id", "@V"job_name"", "Job Error"
END CHOOSE:

: I have a lot of jobs that stay in a queue for an
: extended period of time. My log gets filled up with
: messages like "Event is ignored because the job is
: already queued." Is it possible to suppress just
: this message and not other ones?

: Thanks

Tue Feb 01, 2005 1:37 pm View user's profile Send private message
Display posts from previous:    
Reply to topic    SoftTree Technologies Forum Index » 24x7 Scheduler, Event Server, Automation Suite All times are GMT - 4 Hours
Page 1 of 1

 
Jump to: 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


 

 

Powered by phpBB © 2001, 2005 phpBB Group
Design by Freestyle XL / Flowers Online.