Okay it seems I needed to add the JVM flags and per the runit.txt file in the V1.6 download.
java -Xms256m -Xmx512m -classpath .;tdgssconfig.jar;terajdbc4.jar com.teradata.geo.TDGeoImport -l geo_system/geo_user,geo_pw -s mydb -f c:\data\demo\load -n co99_d00
unfortunately however it didn't make it because it won't allow this 32 bit binary on a 64 bit system. So I'm not able to continue on my 64bit laptop. Strange...
C:\Users\RB186032\Downloads\td14\td-GeoImportExport-1-6\bin>java -Xms256m -Xmx512m -classpath .;tdgssconfig.jar;terajdbc4.jar com.teradata.geo.TDGeoImport -l geo_system/geo_user,geo_pw -s mydb -f c:\data\demo\load -n co99_d00
java.lang.UnsatisfiedLinkError: C:\Users\RB186032\Downloads\td14\td-GeoImportExp
ort-1-6\bin\geojni.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary1(Unknown Source)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at com.teradata.geo.TDGeoImport.main(TDGeoImport.java:1149)
===========================================
Data importing failed!
Okay it seems I needed to add the JVM flags and per the runit.txt file in the V1.6 download.
unfortunately however it didn't make it because it won't allow this 32 bit binary on a 64 bit system. So I'm not able to continue on my 64bit laptop. Strange...