Halaman

Imam Ali Ibn Abi Thalib as

Barangsiapa yang rindu kepada surga, dia akan berpaling dari tuntutan hawa nafsunya.
Barangsiapa yang takut api neraka, dia akan menjauhi hal-hal yang terlarang.
Barangsiapa yang zuhud (tidak rakus) terhadap dunia, dia akan menganggap ringan suatu musibah
Barangsiapa yang bersiap-siap menghadapi kematian, dia akan bersegera melakukan kebaikan

Search




Tuesday, January 13, 2009

Sybase protocol driver failed

Error Message:
---------------------------
Warning
---------------------------
[SYBASE][ODBC Sybase driver][Sybase]ct_connect(): user api layer: internal Client Library error: Read from the server has timed out.[SYBASE][ODBC Sybase driver][Sybase]ct_connect(): network packet layer: internal net library error: Net-Lib protocol driver call to connect two endpoints failed


Possible Cause:
Usually caused by an open client problem. This is conectivity problem.

Resolution:
use dsedit to check the connection string for the desired server entry.
if the server does not exist, add the connection info

OR

Check sybase open client location
go to environtment system variable
check on the value of variable SYBASE
or

go to command prompt
type: echo %SYBASE%

open %SYBASE%\INI\sql.ini
add conection entry for the desired server
[SybaseASEName]
query=protocol,hostname,sybase_port_number_on_hostname
master=protocol,hostname,sybase_port_number_on_hostname

example :
sybase server instance name is : local_001
hostname for local_001 is server_001
port number used for sybase in server_001 is 5000
protocoll used is WINSOCK (NLWNSCK)

the entry is as follow:
[local_001]
query=NLWNSCK,server_001,5000
master=NLWNSCK,server_001,5000


No comments:

Post a Comment

Subscribe

Enter your email address:

Delivered by FeedBurner