Table of Contents

Search

  1. Preface
  2. Introduction to Informatica Edge Data Streaming
  3. Licenses
  4. Using Informatica Administrator
  5. Creating and Managing the Edge Data Streaming Service
  6. Edge Data Streaming Entity Types
  7. Edge Data Streaming Nodes
  8. Data Connections
  9. Working With Data Flows
  10. Managing the Edge Data Streaming Components
  11. Security
  12. High Availability
  13. Disaster Recovery
  14. Monitoring Edge Data Streaming Entities
  15. Appendix A: Troubleshooting
  16. Appendix B: Frequently Asked Questions
  17. Appendix C: Regular Expressions
  18. Appendix D: Command Line Program
  19. Appendix E: Configuring Edge Data Streaming to Work With a ZooKeeper Observer
  20. Appendix F: Glossary

User Guide

User Guide

Importing Data Flows

Importing Data Flows

Use the
infacmd
command line program to import data flows. When you import data flows, you have to import a file that is the JSON format. If you try to import a file that you have changed, a checksum error occurs and you cannot import the data flows.
If the data flows that you import has the same name as the existing data flows, the command throws an error. Use the command with the overwrite option to import the data flows.
When you import data flows, the data flows are in an undeployed state.
On UNIX, run the following command:
./infacmd.sh eds importDataFlow
On Windows, run the following command:
infacmd.bat eds importDataFlow
The command uses the following syntax:
importDataFlow <-DomainName|-dn> domain name [<-UserName|-un> user name] [<-Password|-pd> password] <-FilePath|-fp> File path where you want to import data flows from. [<-Overwrite|-ow> Overwrite existing data flows. Default is false.

0 COMMENTS

We’d like to hear from you!