sql - not able to login to sybase through cmd -


c:\documents , settings\as00125756>isql -s d1cpc1y1 -u backend -p sphinx_0 

db-library: unable connect: sql server unavailable or not exist. una ble connect: sql server not exist or network access denied. net-library error 53: connectionopen (connect()).

i not able login sybase database. getting error everytime try login.

i new sybase please me out.

for sybase need make sure server trying connect listed in interfaces file. windows, interfaces file called sql.ini. can edit using dsedit command line utility, or access windows gui try:

start > programs > sybase connectivity > open client directory service editor

more information on directory services can found in sybase documentation:

you need make sure using sybase client utilities, , not sql server client utilites, in order connect database.

for windows systems, installation directory can access via %sybase% environmental variable. of client utilities (isql, bcp, etc.) in open client directory (%sybase_ocs%).

to connect database, open command prompt , try following:

%sybase%\%sybase_ocs%\bin\isql -s t1cpc1y1 -u backend -p sphinx_0


Comments

Popular posts from this blog

php - Add the correct number of days for each month -

java.util.scanner - How to read and add only numbers to array from a text file -