无法连接到 Sybase 服务器

Can't connect to Sybase server

我刚刚在我的 Gentoo 机器上成功安装了 Sybase ASE 16.02 Dev Edition。根据这个命令,服务器是 运行:

igor@IgorReinCloud /opt $ /opt/sap/ASE-16_0/install/showserver 
F S UID        PID  PPID  C PRI  NI ADDR SZ WCHAN  STIME TTY          TIME CMD
0 S igor     20774 20773  0  80   0 -  9270 poll_s Dec14 ?        00:00:00 /opt/sap/ASE-16_0/bin/backupserver -e/opt/sap/data/ASE-16_0/install/IGORREINCLOUD_BS.log -N25 -C20 -I/opt/sap/data/interfaces -M/opt/sap/ASE-16_0/bin/sybmultbuf -SIGORREINCLOUD_BS
0 S igor     20655 20654  1  80   0 - 694197 futex_ Dec14 ?       00:47:25 /opt/sap/ASE-16_0/bin/dataserver -sIGORREINCLOUD -d/opt/sap/data/data/master.dat -e/opt/sap/data/ASE-16_0/install/IGORREINCLOUD.log -c/opt/sap/data/ASE-16_0/IGORREINCLOUD.cfg -M/opt/sap/data/ASE-16_0 -N/opt/sap/data/ASE-16_0/sysam/IGORREINCLOUD.properties -i/opt/sap/data

但是,当我尝试连接时,出现此错误:

igor@IgorReinCloud /opt $ /opt/sap/OCS-16_0/bin/isql64 -Usa -SIGORREINCLOUD
Password: 
CT-LIBRARY error:
    ct_connect(): directory service layer: internal directory control layer error: Requested server name not found.

我错过了什么?

验证您的 ASE 服务器 "IGORREINCLOUD" 是否在文件 $SYBASE/interfaces 中定义(使用 $SYBASE 您的 SYBASE 主文件夹在您的 Linux 用户中定义)

文斯