This section explains how to directly migrate the following supported versions of ETL to DI Suite 1.1.
ETL 4.x
Tron 4.x, if none of the following features are used:
UTL projects
XML via SQL Transformer component
XML via XSLT Transformer component
Job Guard Calculation
Job project pre or post-processing
Global variables
Upgrading Sybase ETL Server
Use the DI Suite installer to install the new version of Sybase ETL Server in a directory different than the earlier installation.
At the command prompt, shut down any running GridNode:
./GridNode.sh --shutdown
Verify that the GridNode has shut down successfully:
ps -e | grep GridNode
If the GridNode is still running, kill the process.
Copy the .ini files from the etc directory in the earlier installation to the new installation directory.
Start the new ETL Server.
To start the ETL Server directly, enter:
GridNode.sh
To start the ETL Server as a service, enter:
GridNode --install
To verify whether the startup is successful, enter:
ps -e | grep GridNode
If GridNode is running, you can safely uninstall the older version of the Sybase ETL Server.
To reuse the .odbc.ini file that contains the ODBC data source definitions, create a backup of this file before uninstalling the older version of the ETL Server.