Skip Navigation Links.
Introduction to Novo Solutions
Upgrade Guides
Novo Documentation Library
Usage Guides
All About Searches
Software Admin's Guide
Asset Management Guide
Knowledge Management Guide
Request Management Guide
Request Management Administrator's Guide
Request Management Config Guide
Manage Requests
Creating and Editing Requests
Using Requests Custom Rules
Service Level Agreements
The Requests WorkFlow Module
End User Read Only View
Business Hours
Deleting Requests
Issue Resolution Workflow - Example
Request Management End User's Guide
Novo Mail Service Guide
Using WorkFlows
Using the Report Writer
Frequently Asked Questions (FAQs)
Video Library
Issues
Release Notes

Create a Scheduled Task to Run Custom Timer Rules (Windows Server 2003)

Purpose:  To schedule a Windows Task for runtimerudr.bat.
 
Prerequisites: Novo initial software settings, Module Configuration, Custom Rules to test.
 
Steps:

To enable the Timer option for Custom Rules, you first need to use the Task Manager in Windows to schedule a task to run the runtimerudr.bat file periodically (for example, 1–5 minutes) so it checks whether the Timer Condition for triggering an Action has been met.
 
  1. Open the Add Scheduled Task Wizard from Start->Control Panel->Scheduled Tasks->Add Scheduled Tasks.



  2. Click Next to begin the Wizard.



  3. Click Browse to locate the runtimerudr.bat batch file.



  4. Select the runtimerudr.bat in the {Novo}\app\com directory where {Novo} is the directory to which the Novo Solutions application was installed (the default was C:\Program Files\Novo), click Open.



  5. Ensure the task is scheduled to run daily, click Next.



  6. Set the Start Time to 12:00 AM or the start of your business day, whichever is preferable.
    Ensure Every Day is selected from when to Perform this task.
    Set the Start Date to today's date, click Next.



  7. Set the user name and password which should be used to run this task, click Next.



  8. Select the Open advanced properties for this task when I click Finish and click Finish



  9. When the Advanced Properties dialog opens, make the following changes:
    • In the Run field add the host header and virtual directory as an argument after the existing command.
      • For example, if your software is configured using a virtual directory in IIS (that is,  http://support.company.com/helpdesk/) and installed to C:\Program Files\Novo, the Task Manager should run the command below:

        C:\Program Files\Novo\app\com\runtimerudr.bat http://support.company.com/helpdesk

      • Alternately, if your software is configured without a virtual directory (that is, http://support.company.com/), the Task Manager should run the command below:

        C:\Program Files\Novo\app\com\runtimerudr.bat http://support.company.com



  10. Click on the Schedule tab and then click the Advanced button.



  11. Select Repeat Task.
    Set Every to 1 or 5 minutes or as often as you would like timed Custom Rules to run.
    Set Duration to 24 hours if you start at 12:00 am or the length of your business day if you start at the beginning business hours.
    Click OK.



  12. Click OK on the Schedule tab as well.
    You may be prompted to re-enter the user name and password needed to run this task.