Maximo List Archive

This is an archive of the Maximo Yahoo Community. The content of this pages may be a sometimes obsolete so please check post dates.
Thanks to the community owner Christopher Wanko for providing the content.



Cron Task Automation Script

From: Chris Lawless (2013-03-26 16:33)

Has anyone tried to make an automation script in to a Cron task in Maximo
7.5? I have a script to trawl my log files looking for items of interest
and put them in a custom table which I'd like to schedule to run regularly.
I'm deliberating whether I can fake it as an action on a faux escalation
maybe.
Chris.


From: Sean Clark-McCarthy (2013-03-28 15:33)

Yes. You do it through an Escalation (which is really just a cron task). We have one that creates a Blank Timesheet every Sunday for all active labor records.
Sean Clark-McCarthy
Sr. Solutions Architect
Cohesive Information Solutions
smccarthy@cohesivesolutions.com
________________________________
From: MAXIMO@yahoogroups.com [MAXIMO@yahoogroups.com] on behalf of Chris Lawless [lawlessc@gmail.com]
Sent: Tuesday, March 26, 2013 5:33 PM
To: MAXIMO@yahoogroups.com
Subject: [MAXIMO List] Cron Task Automation Script
Has anyone tried to make an automation script in to a Cron task in Maximo
7.5? I have a script to trawl my log files looking for items of interest
and put them in a custom table which I'd like to schedule to run regularly.
I'm deliberating whether I can fake it as an action on a faux escalation
maybe.
Chris.


From: Sean Clark-McCarthy (2013-03-28 15:36)

The action used in the Escalation is a Custom Class type.
Set the value to: com.ibm.tivoli.maximo.script.ScriptAction
Set the Parameter/Attribute to your Script name, 3 times, separated by commas: CREATE_WEEKLY_TIMEREPORT,CREATE_WEEKLY_TIMEREPORT,CREATE_WEEKLY_TIMEREPORT
Works like a champ for us. ;)
Sean Clark-McCarthy
Sr. Solutions Architect
Cohesive Information Solutions
smccarthy@cohesivesolutions.com
________________________________
From: Sean Clark-McCarthy
Sent: Thursday, March 28, 2013 11:33 AM
To: MAXIMO@yahoogroups.com
Subject: RE: [MAXIMO List] Cron Task Automation Script
Yes. You do it through an Escalation (which is really just a cron task). We have one that creates a Blank Timesheet every Sunday for all active labor records.
Sean Clark-McCarthy
Sr. Solutions Architect
Cohesive Information Solutions
smccarthy@cohesivesolutions.com
________________________________
From: MAXIMO@yahoogroups.com [MAXIMO@yahoogroups.com] on behalf of Chris Lawless [lawlessc@gmail.com]
Sent: Tuesday, March 26, 2013 5:33 PM
To: MAXIMO@yahoogroups.com
Subject: [MAXIMO List] Cron Task Automation Script
Has anyone tried to make an automation script in to a Cron task in Maximo
7.5? I have a script to trawl my log files looking for items of interest
and put them in a custom table which I'd like to schedule to run regularly.
I'm deliberating whether I can fake it as an action on a faux escalation
maybe.
Chris.