EAServer and Adaptive Server Enterprise character sets

(CR #346423 HP Itanium) The default character set for EAServer running on HP Itanium is different than the default for ASE12.5. For JDBC connection caches to work properly on EAServer, you need to change the default character set for the connection cache.In the EAServer Manager the Connection Cache properties, change the default setting by editing the com.sybase.jaguar.conncache.config-property property on the Advanced tab. Change the default setting:

com.sybase.jaguar.conncache.config-property=(env-entry-name=DYBAMIC_PREPARE,description=,env-entry-value=false,env-entry-type=java.lang.String)

to:

com.sybase.jaguar.conncache.config-property=(env-entry-name=CHARSET,description=,env-entry-value=iso_1,env-entry-type=java.lang.String)