Table of Contents

Search

  1. Preface
  2. Informatica Developer
  3. The Model Repository
  4. Searches in Informatica Developer
  5. Connections
  6. Physical Data Objects
  7. Flat File Data Objects
  8. Logical View of Data
  9. Viewing Data
  10. Application Deployment
  11. Application Patch Deployment
  12. Application Patch Deployment Example
  13. Continuous Integration and Continuous Delivery (CI/CD)
  14. Object Import and Export
  15. Appendix A: Data Type Reference
  16. Appendix B: Keyboard Shortcuts
  17. Appendix C: Connection Properties

Developer Tool Guide

Developer Tool Guide

Step 2. Deploy Mappings to a Data Integration Service

Step 2. Deploy Mappings to a Data Integration Service

After mappings are prepared for deployment, deploy the changed mappings to an application patch archive file and then to a Data Integration Service.
Set up continuous integration to perform the following integration operations:
1. Run a query to identify mappings that are marked for deployment.
To identify the mappings that require deployment, query the design-time objects that have the tag
DeploymentInProgress
. Pass the query to the REST API
Get design-time objects
or to the command
infacmd dis queryDesignTimeObjects
.
2. Deploy the mappings to an application patch archive file.
If the query returns at least one mapping, deploy the mappings to an application patch archive file.
Pass the query to the REST API
Deploy design-time objects to an archive file
or to the command
infacmd dis deployObjectsToFile
. The REST API request or the infacmd command saves the archive file on the Data Integration Service machine.
3. Deploy the archive file to a Data Integration Service.
Deploy the archive file to a Data Integration Service in the development environment. Pass the location of the archive file to the REST API
Update an application
or to the command
infacmd tools patchApplication
.

0 COMMENTS

We’d like to hear from you!