Description

Download the alpha release of Teradata SQL Assistant Java Edition. Note that due to Open Source licensing issues, this download is distributed in multiple parts, which are recombined using a (provided) Ant installer script. Please be sure to download the correct release for your platform.

README

SQLA Java Edition alpha release installation instructions

ANT is required to install the alpha release of SQLA JE. 

1) There are three files to download. These files depend on the platform. The filenames are:

Windows 32 bit
SQLA-win32.win32.x86.Teradata.zip
SQLA-win32.win32.x86.OSS.zip
recombine-win32.xml

Windows 64 bit
SQLA-win32.win32.x86_64.Teradata.zip
SQLA-win32.win32.x86_64.OSS.zip
recombine-win32_64.xml

Linux 32 bit
SQLA-linux.gtk.x86.Teradata.zip
SQLA-linux.gtk.x86.OSS.zip
recombine-linux.xml

Linux 64 bit
SQLA-linux.gtk.x86_64.Teradata.zip
SQLA-linux.gtk.x86_64.OSS.zip
recombine-linux_64.xml

Mac
SQLA-macosx.cocoa.x86_64.Teradata.zip.1
SQLA-macosx.cocoa.x86_64.OSS.zip.2
recombine-macosx_64.xml

Download the three files to the same directory:


2) For the Mac OS Only rename the downloaded Zip Files (required to stop Safari expanding the zip during download)

In the download directory remove the .1 and .2 extensions from the .zip files. i.e.

SQLA-macosx.cocoa.x86_64.Teradata.zip.1 becomes SQLA-macosx.cocoa.x86_64.Teradata.zip

SQLA-macosx.cocoa.x86_64.OSS.zip.2 becomes SQLA-macosx.cocoa.x86_64.OSS.zip


3) In the download directory you will need to run the Ant xml script.

Windows 32bit
ant -f recombine-win32.xml

Windows 64bit
ant -f recombine-win32_64.xml

Linux 32bit
ant -f recombine-linux.xml

Linux 64bit
ant -f recombine-linux_64.xml

Mac
ant -f recombine-macosx_64.xml


4) The download directory now contains the directory "teradatasqla".

To run SQLA JE:

Windows and Linux
execute sqla in the teradatasqla directory.

Mac
execute SQL Assistant in the teradatasqla directory.