ASEiSqlで完全に接続できるSybaseASEサーバーがあります。私のsql.iniファイルのデータベース定義は次のようになります。
[<NAME>]
master=TCP,<servername>,<port>
iSqlに接続するには、次のコマンドライン呼び出しを行うことができます。これは機能します。
isql -U <username> -P <password> -S <NAME>
私の最終的な目標は、SQLAnywhereのADO.NetEntityFramework接続を作成中のRIAサービスに使用することです。VisualStudioではなくSybaseCentralを介してSQLAnywhereを使用して接続しようとしていますが、動作させることができません。[ID]タブで、クレデンシャルにとを使用し、下半分を[なし]のままにします。[データベース]タブでサーバー名を指定し、[ネットワーク]で[TCP / IP]をオンにして、ホストとして指定します。そして港として。次のエラーが発生します。
Fri Nov 20 2009 13:10:10
13:10:10 Attempting to connect using:
UID=sa;ENG=<servername>;CON=SQL_DBC_15c95350;LOG=<log>;LINKS='TCPIP(IP=<servername>;PORT=<port>)'
13:10:10 Attempting to connect to a running server...
13:10:10 Trying to start TCPIP link ...
13:10:10 TCP using Winsock version 2.2
13:10:10 My IP address is 28.230.56.158
13:10:10 My IP address is 127.0.0.1
13:10:10 TCPIP link started successfully
13:10:10 Attempting TCPIP connection (no sasrv.ini cached address)
13:10:10 Looking for server with name <servername>
13:10:10 Trying to find server at address <servername>
13:10:10 Found server, verifying server name
13:10:10 TCP/IP link, function recv(), error code 0
13:10:10 Sending broadcast to find server
13:10:10 Using broadcast address of: 28.230.56.255:<port>
13:10:10 Using broadcast address of: 28.230.56.255:2638
13:10:10 Sending broadcast to find server
13:10:10 Using broadcast address of: 127.255.255.255:<port>
13:10:10 Using broadcast address of: 127.255.255.255:2638
13:10:11 Resending
13:10:12 Resending
13:10:13 Resending
13:10:14 Resending
13:10:15 Resending
13:10:16 Server not found (no reply received)
13:10:16 Failed to connect over TCPIP
13:10:16 Not attempting to autostart server
13:10:16 Cannot connect to server
重要な詳細を省略してしまった場合は、事前に申し訳ありません。私はSybaseを初めて使用し、厳密にOracleのバックグラウンドを持っています。知っておくべきことを忘れてしまった場合は、コメントを投稿してください。質問を更新します。Sybasenewbを支援していただきありがとうございます。