Create Scheduled Task for AIIM

Explanation

This activity is used to create a scheduled task for AIIM, such as the export and import of an integration package and the conversion of an integration package to and from Excel. Scheduling these tasks enables the automatic start of an export, import or conversion task for AIIM at a defined time and frequency, eliminating repetition and manual effort. The task scheduler from Microsoft Corporation can be used for this.

Prerequisites

System Effects

Window

N/A

Related Window Descriptions

N/A

Procedure

  1. Open a task scheduler program on your client PC and create a task. (Most Windows systems has a program for scheduling tasks and can be used for scheduling AIIM.)
  2. Specify command line parameters and its values. The following parameters can be used:

Host is used in order to set the servername.

Job is the same as job name in AIIM.

Task can be one of the following:

An example of a complete path with command line parameters is as follows:

"C:\Program Files\IFS Applications\Asset Information Integration Manager\Ifs.Application.PlantDesign.Migration.Manager.exe” username=aiim1;password=aiim1;host=servername:58080;job=jobname;task=exportdatabasecore

Note! Double quotation marks need to appear at the beginning and end of the path to the exe. There need to be a space between the path and the start of the arguments.
Arguments must be separated by a “;” with no spaces in between.