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. Import a connector
  6. Connection attributes
  7. Type system
  8. Connector metadata
  9. Partitioning capability
  10. Manual changes to Informatica Connector Toolkit source code
  11. Runtime behavior
  12. Connector example: MySQL_Cloud
  13. Version control integration
  14. Appendix A: Metadata models
  15. Appendix B: ASO model
  16. Appendix C: Connector project migration
  17. Appendix D: Frequently used generic APIs in Informatica Connector Toolkit
  18. 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!