<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 11 (filtered medium)">
<style>
<!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:Arial;
        color:windowtext;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang="EN-US" link="blue" vlink="purple">

<div class="Section1">

<p class="MsoNormal"><font face="Arial"><span style="font-size:10.0pt;font-family:Arial">I have 3 things we did from cron we updated to 4.0.2 from
3.6 and they don’t work now. Can someone advise what I have to change </span></font></p>

<p class="MsoNormal"><font face="Arial"><span style="font-size:10.0pt;font-family:Arial"> </span></font></p>

<p class="MsoNormal" style="text-autospace:none"><font size="1" face="Courier New"><span style="font-size:9.0pt;font-family:"Courier New"">## At 3 am everyday send a
notification to the requestors of tickets in custpndng untouched for 3 days</span></font></p>

<p class="MsoNormal" style="text-autospace:none"><font size="1" face="Courier New"><span style="font-size:9.0pt;font-family:"Courier New"">30 3 */1 * * root
/opt/rt4/bin/rt-crontool --search RT::Search::TicketsWithStatus --search-arg
custpndng --condition RT::Condition::UntouchedInHours --condition-arg 72
--action RT::Action::NotifyFromRTSystem --action-arg Requestor --template-id 20
--verbose > /var/log/cpend7daynotifyrequestor.out</span></font></p>

<p class="MsoNormal" style="text-autospace:none"><font size="1" face="Courier New"><span style="font-size:9.0pt;font-family:"Courier New"">#</span></font></p>

<p class="MsoNormal" style="text-autospace:none"><font size="1" face="Courier New"><span style="font-size:9.0pt;font-family:"Courier New"">## At 3 am everyday resolve
tickets in custpndng untouched for 17 days</span></font></p>

<p class="MsoNormal" style="text-autospace:none"><font size="1" face="Courier New"><span style="font-size:9.0pt;font-family:"Courier New"">0 3 */1 * * root /opt/rt4/bin/rt-crontool
--search RT::Search::TicketsWithStatus --search-arg custpndng --condition
RT::Condition::UntouchedInHours --condition-arg 168 --action
RT::Action::SetStatus --action-arg resolved --verbose >
/var/log/cpend14dayresolve.out</span></font></p>

<p class="MsoNormal" style="text-autospace:none"><font size="1" face="Courier New"><span style="font-size:9.0pt;font-family:"Courier New"">#</span></font></p>

<p class="MsoNormal" style="text-autospace:none"><font size="1" face="Courier New"><span style="font-size:9.0pt;font-family:"Courier New"">## At 3 am everyday send a
notification to the owners of open tickets untouched in 1 days</span></font></p>

<p class="MsoNormal" style="text-autospace:none"><font size="1" face="Courier New"><span style="font-size:9.0pt;font-family:"Courier New"">45 3 */1 * * root
/opt/rt4/bin/rt-crontool --search RT::Search::TicketsWithStatus --search-arg
open --condition RT::Condition::UntouchedInHours --condition-arg 24 --action
RT::Action::NotifyFromRTSystem --action-arg Owner --template-id 21 --verbose
> /var/log/open3daynotifyowner.out</span></font></p>

<p class="MsoNormal" style="text-autospace:none"><font size="1" face="Courier New"><span style="font-size:9.0pt;font-family:"Courier New""> </span></font></p>

<p class="MsoNormal" style="text-autospace:none"><font size="1" face="Courier New"><span style="font-size:9.0pt;font-family:"Courier New""> </span></font></p>

<p class="MsoNormal" style="text-autospace:none"><font size="1" face="Courier New"><span style="font-size:9.0pt;font-family:"Courier New"">I get an error when they run</span></font></p>

<p class="MsoNormal" style="text-autospace:none"><font size="1" face="Courier New"><span style="font-size:9.0pt;font-family:"Courier New""> </span></font></p>

<p class="MsoNormal"><font size="1" face="Courier New"><span style="font-size:9.0pt;font-family:"Courier New"">[crit]: Failed to load module
RT::Search::TicketsWithStatus. () at /opt/rt4/bin/rt-crontool line 307. (/opt/rt4/bin/../lib/RT.pm:340)</span></font></p>

<p class="MsoNormal"><font size="1" face="Courier New"><span style="font-size:9.0pt;font-family:"Courier New"">Failed to load module RT::Search::TicketsWithStatus.
() at /opt/rt4/bin/rt-crontool line 307.</span></font></p>

<p class="MsoNormal"><font size="1" face="Courier New"><span style="font-size:9.0pt;font-family:"Courier New""> </span></font></p>

<p class="MsoNormal"><font size="1" face="Courier New"><span style="font-size:9.0pt;font-family:"Courier New"">Thanks</span></font></p>

<p class="MsoNormal"><font size="1" face="Courier New"><span style="font-size:9.0pt;font-family:"Courier New""> </span></font></p>

<p class="MsoNormal"><font size="1" face="Courier New"><span style="font-size:9.0pt;font-family:"Courier New""> </span></font></p>

<p class="MsoNormal"><font size="1" face="Courier New"><span style="font-size:9.0pt;font-family:"Courier New"">Mark</span></font></p>

</div>

</body>

</html>