Book Image

Learning Informatica PowerCenter 9.x

By : Rahul Malewar
Book Image

Learning Informatica PowerCenter 9.x

By: Rahul Malewar

Overview of this book

Table of Contents (18 chapters)
Learning Informatica PowerCenter 9.x
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Take me to next stage – deployment or migration


One of the most important phases of any software project is deployment or migration. Repository Manager provides a convenient way to migrate the code from one environment to another. As you are aware, we have three different environments for migration. Usually, we refer to them as DEV for the development environment, TEST for the testing environment, and PROD for production. DEV is the environment where you actually develop the code. You perform the unit testing, and then you migrate the code to the TEST environment, where the testing team performs the testing on the code to evaluate whether everything is running as per requirements. Once tested, the code is migrated to PROD, where it actually goes live. When we wish to migrate the code, we need to make sure that all the components along with their properties are migrated properly. We need to migrate all sources, targets, mappings, workflows, and session tasks used in the code. Transformations...