191 lines
11 KiB
Plaintext
191 lines
11 KiB
Plaintext
|
|
|
|
================================
|
|
TIME : 2026-05-19 12:05:19.024518
|
|
ERROR : ('08001', '[08001] [Microsoft][ODBC Driver 17 for SQL Server]TCP Provider: Timeout error [258]. (258) (SQLDriverConnect); [08001] [Microsoft][ODBC Driver 17 for SQL Server]Login timeout expired (0); [08001] [Microsoft][ODBC Driver 17 for SQL Server]Unable to complete login process due to delay in login response (258)')
|
|
TRACEBACK :
|
|
Traceback (most recent call last):
|
|
File "d:\Python Code\Coverage_Import.py", line 249, in <module>
|
|
sql_conn = pyodbc.connect(SQL_CONN_STR)
|
|
pyodbc.OperationalError: ('08001', '[08001] [Microsoft][ODBC Driver 17 for SQL Server]TCP Provider: Timeout error [258]. (258) (SQLDriverConnect); [08001] [Microsoft][ODBC Driver 17 for SQL Server]Login timeout expired (0); [08001] [Microsoft][ODBC Driver 17 for SQL Server]Unable to complete login process due to delay in login response (258)')
|
|
|
|
================================
|
|
|
|
================================
|
|
TIME : 2026-05-19 12:06:12.638987
|
|
ERROR : ('08001', '[08001] [Microsoft][ODBC Driver 17 for SQL Server]TCP Provider: Timeout error [258]. (258) (SQLDriverConnect); [08001] [Microsoft][ODBC Driver 17 for SQL Server]Login timeout expired (0); [08001] [Microsoft][ODBC Driver 17 for SQL Server]Unable to complete login process due to delay in login response (258)')
|
|
TRACEBACK :
|
|
Traceback (most recent call last):
|
|
File "d:\Python Code\Coverage_Import.py", line 249, in <module>
|
|
sql_conn = pyodbc.connect(SQL_CONN_STR)
|
|
pyodbc.OperationalError: ('08001', '[08001] [Microsoft][ODBC Driver 17 for SQL Server]TCP Provider: Timeout error [258]. (258) (SQLDriverConnect); [08001] [Microsoft][ODBC Driver 17 for SQL Server]Login timeout expired (0); [08001] [Microsoft][ODBC Driver 17 for SQL Server]Unable to complete login process due to delay in login response (258)')
|
|
|
|
================================
|
|
|
|
================================
|
|
TIME : 2026-05-19 12:15:09.267712
|
|
ERROR : ('08S01', '[08S01] [Microsoft][ODBC Driver 17 for SQL Server]TCP Provider: An existing connection was forcibly closed by the remote host.\r\n (10054) (SQLGetData); [08S01] [Microsoft][ODBC Driver 17 for SQL Server]Communication link failure (10054)')
|
|
TRACEBACK :
|
|
Traceback (most recent call last):
|
|
File "d:\Python Code\Coverage_Import.py", line 282, in <module>
|
|
for chunk in pd.read_sql(
|
|
~~~~~~~~~~~^
|
|
query,
|
|
^^^^^^
|
|
sql_conn,
|
|
^^^^^^^^^
|
|
chunksize=chunk_size
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
):
|
|
^
|
|
File "C:\Users\dipanshuk\AppData\Local\Python\pythoncore-3.14-64\Lib\site-packages\pandas\io\sql.py", line 2730, in _query_iterator
|
|
data = cursor.fetchmany(chunksize)
|
|
pyodbc.OperationalError: ('08S01', '[08S01] [Microsoft][ODBC Driver 17 for SQL Server]TCP Provider: An existing connection was forcibly closed by the remote host.\r\n (10054) (SQLGetData); [08S01] [Microsoft][ODBC Driver 17 for SQL Server]Communication link failure (10054)')
|
|
|
|
================================
|
|
|
|
================================
|
|
TIME : 2026-05-19 13:10:48.622125
|
|
ERROR : ('42S22', "[42S22] [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Invalid column name 'Project_Id'. (207) (SQLExecDirectW)")
|
|
TRACEBACK :
|
|
Traceback (most recent call last):
|
|
File "d:\Python Code\Master_Salesterritorylayer_Import.py", line 291, in <module>
|
|
for chunk in pd.read_sql(
|
|
~~~~~~~~~~~^
|
|
query,
|
|
^^^^^^
|
|
sql_conn,
|
|
^^^^^^^^^
|
|
chunksize=chunk_size
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
):
|
|
^
|
|
File "C:\Users\dipanshuk\AppData\Local\Python\pythoncore-3.14-64\Lib\site-packages\pandas\io\sql.py", line 702, in read_sql
|
|
return pandas_sql.read_query(
|
|
~~~~~~~~~~~~~~~~~~~~~^
|
|
sql,
|
|
^^^^
|
|
...<6 lines>...
|
|
dtype=dtype,
|
|
^^^^^^^^^^^^
|
|
)
|
|
^
|
|
File "C:\Users\dipanshuk\AppData\Local\Python\pythoncore-3.14-64\Lib\site-packages\pandas\io\sql.py", line 2766, in read_query
|
|
cursor = self.execute(sql, params)
|
|
File "C:\Users\dipanshuk\AppData\Local\Python\pythoncore-3.14-64\Lib\site-packages\pandas\io\sql.py", line 2702, in execute
|
|
cur.execute(sql, *args)
|
|
~~~~~~~~~~~^^^^^^^^^^^^
|
|
pyodbc.ProgrammingError: ('42S22', "[42S22] [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Invalid column name 'Project_Id'. (207) (SQLExecDirectW)")
|
|
|
|
================================
|
|
|
|
================================
|
|
TIME : 2026-05-19 13:11:33.086601
|
|
ERROR : name 'PROJECT_ID' is not defined
|
|
TRACEBACK :
|
|
Traceback (most recent call last):
|
|
File "d:\Python Code\Master_Salesterritorylayer_Import.py", line 275, in <module>
|
|
WHERE Project_Id = {PROJECT_ID}
|
|
^^^^^^^^^^
|
|
NameError: name 'PROJECT_ID' is not defined. Did you mean: 'PROJECTID'?
|
|
|
|
================================
|
|
|
|
================================
|
|
TIME : 2026-05-19 15:19:40.194819
|
|
ERROR : ('08S01', '[08S01] [Microsoft][ODBC Driver 17 for SQL Server]TCP Provider: An existing connection was forcibly closed by the remote host.\r\n (10054) (SQLGetData); [08S01] [Microsoft][ODBC Driver 17 for SQL Server]Communication link failure (10054)')
|
|
TRACEBACK :
|
|
Traceback (most recent call last):
|
|
File "d:\Python Code\PaidVisibility_Import.py", line 345, in <module>
|
|
for chunk in pd.read_sql(
|
|
~~~~~~~~~~~^
|
|
query,
|
|
^^^^^^
|
|
sql_conn,
|
|
^^^^^^^^^
|
|
chunksize=chunk_size
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
):
|
|
^
|
|
File "C:\Users\dipanshuk\AppData\Local\Python\pythoncore-3.14-64\Lib\site-packages\pandas\io\sql.py", line 2730, in _query_iterator
|
|
data = cursor.fetchmany(chunksize)
|
|
pyodbc.OperationalError: ('08S01', '[08S01] [Microsoft][ODBC Driver 17 for SQL Server]TCP Provider: An existing connection was forcibly closed by the remote host.\r\n (10054) (SQLGetData); [08S01] [Microsoft][ODBC Driver 17 for SQL Server]Communication link failure (10054)')
|
|
|
|
================================
|
|
|
|
================================
|
|
TIME : 2026-05-19 15:26:07.910371
|
|
ERROR : ('08001', '[08001] [Microsoft][ODBC Driver 17 for SQL Server]Named Pipes Provider: Could not open a connection to SQL Server [5]. (5) (SQLDriverConnect); [08001] [Microsoft][ODBC Driver 17 for SQL Server]Login timeout expired (0); [08001] [Microsoft][ODBC Driver 17 for SQL Server]A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online. (5)')
|
|
TRACEBACK :
|
|
Traceback (most recent call last):
|
|
File "d:\Python Code\OQaD Import.py", line 310, in <module>
|
|
sql_conn = pyodbc.connect(SQL_CONN_STR)
|
|
pyodbc.OperationalError: ('08001', '[08001] [Microsoft][ODBC Driver 17 for SQL Server]Named Pipes Provider: Could not open a connection to SQL Server [5]. (5) (SQLDriverConnect); [08001] [Microsoft][ODBC Driver 17 for SQL Server]Login timeout expired (0); [08001] [Microsoft][ODBC Driver 17 for SQL Server]A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online. (5)')
|
|
|
|
================================
|
|
|
|
================================
|
|
TIME : 2026-05-19 16:01:03.630328
|
|
ERROR : ('08S01', '[08S01] [Microsoft][ODBC Driver 17 for SQL Server]TCP Provider: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.\r\n (10060) (SQLGetData); [08S01] [Microsoft][ODBC Driver 17 for SQL Server]Communication link failure (10060)')
|
|
TRACEBACK :
|
|
Traceback (most recent call last):
|
|
File "d:\Python Code\PaidVisibility_Import.py", line 343, in <module>
|
|
for chunk in pd.read_sql(
|
|
~~~~~~~~~~~^
|
|
query,
|
|
^^^^^^
|
|
sql_conn,
|
|
^^^^^^^^^
|
|
chunksize=chunk_size
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
):
|
|
^
|
|
File "C:\Users\dipanshuk\AppData\Local\Python\pythoncore-3.14-64\Lib\site-packages\pandas\io\sql.py", line 2730, in _query_iterator
|
|
data = cursor.fetchmany(chunksize)
|
|
pyodbc.OperationalError: ('08S01', '[08S01] [Microsoft][ODBC Driver 17 for SQL Server]TCP Provider: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.\r\n (10060) (SQLGetData); [08S01] [Microsoft][ODBC Driver 17 for SQL Server]Communication link failure (10060)')
|
|
|
|
================================
|
|
|
|
================================
|
|
TIME : 2026-05-19 16:36:09.557213
|
|
ERROR : ('08S01', '[08S01] [Microsoft][ODBC Driver 17 for SQL Server]TCP Provider: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.\r\n (10060) (SQLGetData); [08S01] [Microsoft][ODBC Driver 17 for SQL Server]Communication link failure (10060)')
|
|
TRACEBACK :
|
|
Traceback (most recent call last):
|
|
File "d:\Python Code\PaidVisibility_Compliance Import.py", line 371, in <module>
|
|
for chunk in pd.read_sql(
|
|
~~~~~~~~~~~^
|
|
query,
|
|
^^^^^^
|
|
sql_conn,
|
|
^^^^^^^^^
|
|
chunksize=chunk_size
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
):
|
|
^
|
|
File "C:\Users\dipanshuk\AppData\Local\Python\pythoncore-3.14-64\Lib\site-packages\pandas\io\sql.py", line 2730, in _query_iterator
|
|
data = cursor.fetchmany(chunksize)
|
|
pyodbc.OperationalError: ('08S01', '[08S01] [Microsoft][ODBC Driver 17 for SQL Server]TCP Provider: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.\r\n (10060) (SQLGetData); [08S01] [Microsoft][ODBC Driver 17 for SQL Server]Communication link failure (10060)')
|
|
|
|
================================
|
|
|
|
================================
|
|
TIME : 2026-05-19 17:16:08.366780
|
|
ERROR : ('08S01', '[08S01] [Microsoft][ODBC Driver 17 for SQL Server]TCP Provider: An existing connection was forcibly closed by the remote host.\r\n (10054) (SQLGetData); [08S01] [Microsoft][ODBC Driver 17 for SQL Server]Communication link failure (10054)')
|
|
TRACEBACK :
|
|
Traceback (most recent call last):
|
|
File "d:\Python Code\Sales_Import.py", line 411, in <module>
|
|
for chunk in pd.read_sql(
|
|
~~~~~~~~~~~^
|
|
query,
|
|
^^^^^^
|
|
sql_conn,
|
|
^^^^^^^^^
|
|
chunksize=chunk_size
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
):
|
|
^
|
|
File "C:\Users\dipanshuk\AppData\Local\Python\pythoncore-3.14-64\Lib\site-packages\pandas\io\sql.py", line 2730, in _query_iterator
|
|
data = cursor.fetchmany(chunksize)
|
|
pyodbc.OperationalError: ('08S01', '[08S01] [Microsoft][ODBC Driver 17 for SQL Server]TCP Provider: An existing connection was forcibly closed by the remote host.\r\n (10054) (SQLGetData); [08S01] [Microsoft][ODBC Driver 17 for SQL Server]Communication link failure (10054)')
|
|
|
|
================================ |