jst_svr_update_statistics: 50% complete.
jst_svr_update_statistics: 100% complete.
Installing SybBackupDbToDiskTemplate.xml in the Adaptive Server...
Task failed
/opt/sybase/shared/JRE-6_0_6_64BIT/bin/java: 1: Syntax error: "(" unexpected
Server 'JASONLAPTOP_JSAGENT' was not created.
This is due to when you install ASE, it will create a SYBASE.sh file
with SYBASE_JRE6 incorrectly pointing to SYBASE_JRE6_64. It should
point to the 32bit one.
SYBASE_JRE6_64=/opt/sybase/shared/JRE-6_0_6_64BIT
SYBASE_JRE6_32=/opt/sybase/shared/JRE-6_0_6_32BIT
SYBASE_JRE6=/opt/sybase/shared/JRE-6_0_6_64BIT
SYBASE_JRE_RTDS=/opt/sybase/shared/JRE-6_0_6_32BIT
Looks like a bug to me ;-)
jason