Show TOC

Procedure documentationSetting Triggers Locate this document in the navigation structure

Prerequisites

The Trigger task (OSoftTaskTrigger2008.dll) is registered with Microsoft SSIS. See Registering Custom Tasks.

Procedure

  1. Open a package or create a new package in Microsoft SSIS on the Planning and Consolidation server.

  2. Select the task and add it to the package. See Adding and Modifying Packages.

  3. Open the task and enter the application set, application, and the user ID.

    Note Note

    The user ID must have Planning and Consolidation administrator privileges in to validate logic files.

    End of the note.
  4. Select a retry count.

  5. Select File name search or Table search. File name search allows you to search for a specified file's existence. Table search allows you to query a database table for a specified condition.

  6. Click OK.

Note Note

You can use TASK commands in the MODIFYSCRIPT Package Variable task to automatically complete the information for you.

End of the note.