Table of Contents

Search

  1. Preface
  2. Data integration tasks
  3. Mapping tasks
  4. Dynamic mapping tasks
  5. Synchronization tasks
  6. Data transfer tasks
  7. Replication tasks
  8. Masking tasks
  9. Masking rules
  10. PowerCenter tasks

Tasks

Tasks

Configuring a schedule and advanced options

Configuring a schedule and advanced options

Configure a schedule and advanced options for a
replication
task on the
Schedule
page of the task wizard.
  1. On the
    Schedule
    page, choose whether to run the task on a schedule or without a schedule.
  2. To run a task on a schedule, click
    Run this task on schedule
    and select the schedule you want to use.
    To create a new schedule, click
    New
    . Enter schedule details and click
    OK
    .
    To remove the task from a schedule, click
    Do not run this task on a schedule
    .
  3. Optionally, if the task runs in a serverless runtime environment, configure serverless usage properties.
  4. Configure email notification options for the task.
  5. Optionally, enter the advanced options as required.
    Advanced option
    Description
    High Precision Calculations
    In calculated fields, allows for precisions of up to 28.
    Recommended for Salesforce calculation fields.
    Use Float Semantic
    When enabled, the task uses a target-specific floating point data type.
    Preprocessing Commands
    Commands to run before the task.
    Postprocessing Commands
    Commands to run after the task completes.
    Maximum Number of Log Files
    Number of session log files and import log files to retain. By default,
    Data Integration
    stores each type of log file for 10 runs before it overwrites the log files for new runs.
  6. Choose whether to run the task in standard or verbose execution mode.
    If you select Verbose mode, the mapping generates additional data in the logs that you can use for troubleshooting. It is recommended that you select verbose execution mode only for troubleshooting purposes. Verbose execution mode impacts performance because of the amount of data it generates.
  7. Click
    Finish
    .

0 COMMENTS

We’d like to hear from you!
Sam Greene - October 18, 2022

Regarding preprocessing and postprocessing commands, what types of commands can be run?  I need to run stored procedures on my destination. 

Informatica Documentation Team - October 19, 2022

Hi Sam,

Thanks so much for reaching out! We've verified with development that you can run shell scripts using pre- and post-processing commands. So, you should be able to use your SQL client in the shell script to invoke a stored procedure.

Sincerely,

Informatica Documentation Team


Informatica Documentation Team - March 02, 2023

For more information about pre- and post-processing commands, you can also refer to the following topic: Preprocessing and postprocessing commands