Scenario:
What are
the limitations of Informatica scheduler?
Solution:
- It will unscheduled the wf if there is a failure in previous run (the IS removes the workflow from the schedule.)
- If you want to run the workflow based on the success or failure of other application job like mainframe job you need help of third party tool (like control m, maestro,autosys, tivoli)
Note: You can depend on operating system
native schedulers like [Windows Scheduler - Windows or crontab - Unix] else any
third party scheduling tool to run which gives more flexibility in setting time
and more control over running the job.
Comments
Post a Comment