Table of Contents

Search

  1. Preface
  2. Introduction to Informatica Connector Toolkit
  3. Before you begin
  4. Develop a connector for Cloud Data Integration
  5. Develop a connector for Data Loader
  6. Import a connector
  7. Connection attributes
  8. Type system
  9. Connector metadata
  10. Partitioning capability
  11. Pushdown capability
  12. Mappings in advanced mode
  13. Manual changes to Informatica Connector Toolkit source code
  14. Runtime behavior
  15. Connector example: MySQL_Cloud
  16. Version control integration
  17. Appendix A: Metadata models
  18. Appendix B: ASO model
  19. Appendix C: Connector project migration
  20. Appendix D: Frequently used generic APIs in Informatica Connector Toolkit
  21. Appendix E: Frequently asked questions

Cloud Data Integration Connector Toolkit Developer Guide

Cloud Data Integration Connector Toolkit Developer Guide

Migrate connector project from Windows platform to other platforms

Migrate connector project from Windows platform to other platforms

Before you migrate the connector project, verify that the project is available on the Windows platform.
  1. Open the command prompt on the Windows platform and navigate to
    %ICT_HOME%\tools\scripts
    .
  2. Run
    ict.bat backupProject <source_dir> <destination_dir\FileName.zip>
    to back up the connector project.
    Specify the following arguments:
    source_dir
    The source directory of your connector project .
    destination_dir
    The directory where you want to save the backup file.
    FileName
    File name for the backup file.
    The
    <FileName>.zip
    backup file is created in the specified directory.
  3. Copy the
    <FileName>.zip
    file from the Windows platform to the target platform.
  4. To restore the connector project, run
    ict.bat restoreProject <source_dir> <destination_dir\FileName.zip>
    from the target platform command prompt.
    Specify the following arguments:
    source_dir
    The path of your
    <FileName>.zip
    file.
    destination_dir
    The directory where you want to save the connector project.
    FileName
    File name for the extracted connector project.
  5. Set the environment variables
    ICT_HOME
    ,
    ECLIPSE_HOME
    ,
    JAVA_HOME
    and
    ANT_HOME
    on the target platform.
  6. Run
    ict.bat generateCode <source_dir>
    to generate the connector code and the
    build.xml
    file.
    Specify the path of the connector project in
    <source_dir>
    .
  7. Run
    ict.bat buildAdapter <source_dir>
    to compile and deploy the connector project.
    Specify the path of the connector project in
    <source_dir>
    .

0 COMMENTS

We’d like to hear from you!