on 2014 Nov 12 2:50 PM
I am attempting to run an SQL script using the following command:
C:\\Payroll Upload>dbisql -c "ServerName=sqlSCST629;DBN=micros;UID=DBA;PWD=***;LINKS=TCPIP(IP=10.1.29.50)" read "Payroll_Export" [Payroll_Export_629.csv]
The following error information is displayed a few seconds after I press ENTER:
Could not connect to the database. Database server not found SQLCODE=-100, ODBC 3 State="08001"
You are not connected to a database.
C:\\Payroll Upload>
However, I can run dbping using the same connection string, and the ping is successful (returned message is "Ping server successful."). The version of SQL Anywhere that is running on the server is 11.0.1.2596.
UPDATE: I added the LogFile parameter to my connection string, following is the result. I can't seem to see anything useful in this file, but, perhaps someone better versed in connectivity issues will see something.
+++++++++++++++++++++++++++++Start of Log File++++++++++++++++++++++++++++++++++++++++++++++ Wed Nov 12 2014 15:07:46 15:07:46 Attempting to connect using: UID=DBA;PWD=********;DBN=micros;ENG=sqlSCST629;CON=SQL_DBC_18f10ad0;LOG=c:\\MyLog.txt;LINKS='TCPIP(IP=10.1.29.50)' 15:07:46 Attempting to connect to a running server... 15:07:46 Trying to start TCPIP link ... 15:07:46 TCP using Winsock version 2.2 15:07:46 My IP address is 192.168.85.126 15:07:46 My IP address is ::1 15:07:46 My IP address is 127.0.0.1 15:07:46 TCPIP link started successfully 15:07:46 Attempting TCPIP connection (no sasrv.ini cached address) 15:07:46 Looking for server with name sqlscst629 15:07:46 Trying to find server at address 10.1.29.50 15:07:51 TCP/IP link, function connect(), error code 0 15:07:51 Sending broadcast to find server 15:07:51 Using broadcast address of: 192.168.85.255:2638 15:07:51 Sending broadcast to find server 15:07:51 Using broadcast address of: 127.255.255.255:2638 15:07:51 Sending broadcast to find server 15:07:51 Using broadcast address of: (ff02::1):2638 15:07:52 Resending 15:07:53 Resending 15:07:54 Resending 15:07:55 Resending 15:07:56 Resending 15:07:57 Server not found (no reply received) 15:07:57 Failed to connect over TCPIP 15:07:57 Not attempting to autostart server 15:07:57 Cannot connect to server Wed Nov 12 2014 15:08:01 15:08:01 Attempting to connect using: UID=DBA;PWD=********;DBN=micros;ENG=sqlSCST629;CON=SQL_DBC_19540ad0;LOG=c:\\MyLog.txt;LINKS='TCPIP(IP=10.1.29.50)' 15:08:01 Attempting to connect to a running server... 15:08:01 Trying to start TCPIP link ... 15:08:01 TCP using Winsock version 2.2 15:08:01 My IP address is 192.168.85.126 15:08:01 My IP address is ::1 15:08:01 My IP address is 127.0.0.1 15:08:01 TCPIP link started successfully 15:08:01 Attempting TCPIP connection (no sasrv.ini cached address) 15:08:01 Looking for server with name sqlscst629 15:08:01 Trying to find server at address 10.1.29.50 15:08:06 TCP/IP link, function connect(), error code 0 15:08:06 Sending broadcast to find server 15:08:06 Using broadcast address of: 192.168.85.255:2638 15:08:06 Sending broadcast to find server 15:08:06 Using broadcast address of: 127.255.255.255:2638 15:08:06 Sending broadcast to find server 15:08:06 Using broadcast address of: (ff02::1):2638 15:08:07 Resending 15:08:08 Resending 15:08:09 Resending 15:08:10 Resending 15:08:11 Resending 15:08:12 Server not found (no reply received) 15:08:12 Failed to connect over TCPIP 15:08:12 Not attempting to autostart server 15:08:12 Cannot connect to server Wed Nov 12 2014 15:08:34 15:08:34 Attempting to connect using: UID=DBA;PWD=********;DBN=micros;ENG=sqlSCST629;CON=SQL_DBC_16fc0ad0;LOG=c:\\MyLog.txt;LINKS='TCPIP(IP=10.1.29.50)' 15:08:34 Attempting to connect to a running server... 15:08:34 Trying to start TCPIP link ... 15:08:34 TCP using Winsock version 2.2 15:08:34 My IP address is 192.168.85.126 15:08:34 My IP address is ::1 15:08:34 My IP address is 127.0.0.1 15:08:34 TCPIP link started successfully 15:08:34 Attempting TCPIP connection (no sasrv.ini cached address) 15:08:34 Looking for server with name sqlscst629 15:08:34 Trying to find server at address 10.1.29.50 15:08:40 TCP/IP link, function connect(), error code 0 15:08:40 Sending broadcast to find server 15:08:40 Using broadcast address of: 192.168.85.255:2638 15:08:40 Sending broadcast to find server 15:08:40 Using broadcast address of: 127.255.255.255:2638 15:08:40 Sending broadcast to find server 15:08:40 Using broadcast address of: (ff02::1):2638 15:08:41 Resending 15:08:42 Resending 15:08:43 Resending 15:08:44 Resending 15:08:45 Resending 15:08:46 Server not found (no reply received) 15:08:46 Failed to connect over TCPIP 15:08:46 Not attempting to autostart server 15:08:46 Cannot connect to server Wed Nov 12 2014 15:09:04 15:09:04 Attempting to connect using: UID=DBA;PWD=********;DBN=micros;ENG=sqlSCST629;CON=SQL_DBC_16f70ad0;LOG=c:\\MyLog.txt;LINKS='TCPIP(IP=10.1.29.50)' 15:09:04 Attempting to connect to a running server... 15:09:04 Trying to start TCPIP link ... 15:09:04 TCP using Winsock version 2.2 15:09:04 My IP address is 192.168.85.126 15:09:04 My IP address is ::1 15:09:04 My IP address is 127.0.0.1 15:09:04 TCPIP link started successfully 15:09:04 Attempting TCPIP connection (no sasrv.ini cached address) 15:09:04 Looking for server with name sqlscst629 15:09:04 Trying to find server at address 10.1.29.50 15:09:09 TCP/IP link, function connect(), error code 0 15:09:09 Sending broadcast to find server 15:09:09 Using broadcast address of: 192.168.85.255:2638 15:09:09 Sending broadcast to find server 15:09:09 Using broadcast address of: 127.255.255.255:2638 15:09:09 Sending broadcast to find server 15:09:09 Using broadcast address of: (ff02::1):2638 15:09:10 Resending 15:09:11 Resending 15:09:12 Resending 15:09:13 Resending 15:09:14 Resending 15:09:15 Server not found (no reply received) 15:09:15 Failed to connect over TCPIP 15:09:15 Not attempting to autostart server 15:09:15 Cannot connect to server Wed Nov 12 2014 15:09:15 15:09:15 Attempting to connect using: UID=DBA;PWD=********;DBN=micros;ENG=sqlSCST629;CON=SQL_DBC_16f70ad0;LOG=c:\\MyLog.txt;LINKS='TCPIP(IP=10.1.29.50)' 15:09:15 Attempting to connect to a running server... 15:09:15 Trying to start TCPIP link ... 15:09:15 TCP using Winsock version 2.2 15:09:15 My IP address is 192.168.85.126 15:09:15 My IP address is ::1 15:09:15 My IP address is 127.0.0.1 15:09:15 TCPIP link started successfully 15:09:15 Attempting TCPIP connection (no sasrv.ini cached address) 15:09:15 Looking for server with name sqlscst629 15:09:15 Trying to find server at address 10.1.29.50 15:09:20 TCP/IP link, function connect(), error code 0 15:09:20 Sending broadcast to find server 15:09:20 Using broadcast address of: 192.168.85.255:2638 15:09:20 Sending broadcast to find server 15:09:20 Using broadcast address of: 127.255.255.255:2638 15:09:20 Sending broadcast to find server 15:09:20 Using broadcast address of: (ff02::1):2638 15:09:21 Resending 15:09:22 Resending 15:09:23 Resending 15:09:24 Resending 15:09:25 Resending 15:09:26 Server not found (no reply received) 15:09:26 Failed to connect over TCPIP 15:09:26 Not attempting to autostart server 15:09:26 Cannot connect to server Wed Nov 12 2014 15:09:26 15:09:26 Attempting to connect using: UID=DBA;PWD=********;DBN=micros;ENG=sqlSCST629;CON=SQL_DBC_17520ad0;LOG=c:\\MyLog.txt;LINKS='TCPIP(IP=10.1.29.50)' 15:09:26 Attempting to connect to a running server... 15:09:26 Trying to start TCPIP link ... 15:09:26 TCP using Winsock version 2.2 15:09:26 My IP address is 192.168.85.126 15:09:26 My IP address is ::1 15:09:26 My IP address is 127.0.0.1 15:09:26 TCPIP link started successfully 15:09:26 Attempting TCPIP connection (no sasrv.ini cached address) 15:09:26 Looking for server with name sqlscst629 15:09:26 Trying to find server at address 10.1.29.50 15:09:31 TCP/IP link, function connect(), error code 0 15:09:31 Sending broadcast to find server 15:09:31 Using broadcast address of: 192.168.85.255:2638 15:09:31 Sending broadcast to find server 15:09:31 Using broadcast address of: 127.255.255.255:2638 15:09:31 Sending broadcast to find server 15:09:31 Using broadcast address of: (ff02::1):2638 15:09:32 Resending 15:09:33 Resending 15:09:34 Resending 15:09:35 Resending 15:09:36 Resending 15:09:37 Server not found (no reply received) 15:09:37 Failed to connect over TCPIP 15:09:37 Not attempting to autostart server 15:09:37 Cannot connect to server +++++++++++++++++++++++++++++++End of Log File++++++++++++++++++++++++++++++++++++++++++++++
Request clarification before answering.
User | Count |
---|---|
87 | |
10 | |
9 | |
9 | |
7 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.