Adaptive Server Enterprise load performance  DBISQL error with large result set [CR 403319/384294]

Release Bulletin Risk Analytics Platform 2.0

SYBASE.csh error on AIX [CR 403816]

The following error may be returned when you execute SYBASE.csh installed by Sybase IQ 12.6:

Unmatched . "

To correct this problem, modify the SYBASE.csh file. The SYBASE.csh file is missing " (a double quote) in the following section of the file:

CASE AIX:   if ( $?LIBPATH == 0 ) setenv LIBPATH " "
   setenv LIBPATH    ${SYB_LIB}:${LIBPATH}"
   breaksw

Add the " in the second line before ${SYB_LIB} as follows:

CASE AIX:   if ( $?LIBPATH == 0 ) setenv LIBPATH " "
   setenv LIBPATH    "${SYB_LIB}:${LIBPATH}"
   breaksw




Copyright © 2005. Sybase Inc. All rights reserved. DBISQL error with large result set [CR 403319/384294]

View this release bulletin as PDF