Hi,
Environment: ASE 15.0.3 ESD#1 on Solaris 10.
In our environments, we have setup a 'admin_sa' Sybase
login ID with all the roles of 'sa' AND a dedicated
temporary database.
During our report runs in the evening, the regular tempdb
is heavily used. At that time, attempts to log into the
ASE server with the 'admin_sa' login id fails with the
following error message:
CT-LIBRARY error:
ct_connect(): user api layer: internal Client
Library error: Read from the server has timed out.
CT-LIBRARY error:
ct_connect(): network packet layer: internal net
library error: Net-lib operation timed out
Observation: The server level optimization goal is set to allrows_dss. At
the time of login failures, the reporting stored procedures
are doing merge_joins and/or hash_joins.
Why does this happen? Are there any additional options
that we can set on the server which will prevent this from
happening?
Thanks in advance.
Anil