<class 'pyodbc.ProgrammingError'>
Python 2.7.12: /usr/bin/python
Sun Nov 24 17:56:05 2024

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /home/jisun/public_html/cgi-bin/Story01.py in ()
    302 
    303         displayNetwork("templateSov.htm", db, project, node)
    304         #displayData( node )
    305         
=>  306 main()
main = <function main>
 /home/jisun/public_html/cgi-bin/Story01.py in main()
    301                 return
    302 
=>  303         displayNetwork("templateSov.htm", db, project, node)
    304         #displayData( node )
    305         
global displayNetwork = <function displayNetwork>, db = 's_jisun', project = 'JD2', node = '\xec\xa4\x91\xea\xb5\xad\xeb\x8f\x84\xec\x8b\x9c\xeb\xac\xb8\xed\x99\x94\xec\x9d\x98_\xea\xb8\xb0\xec\x9b\x90'
 /home/jisun/public_html/cgi-bin/Story01.py in displayNetwork(template='templateSov.htm', db='s_jisun', project='JD2', node='\xec\xa4\x91\xea\xb5\xad\xeb\x8f\x84\xec\x8b\x9c\xeb\xac\xb8\xed\x99\x94\xec\x9d\x98_\xea\xb8\xb0\xec\x9b\x90')
    279                 if not line: break
    280                 if( '#YourData' == line.strip()):
=>  281                         displayData( db, project, node )
    282                 else:
    283                         print line
global displayData = <function displayData>, db = 's_jisun', project = 'JD2', node = '\xec\xa4\x91\xea\xb5\xad\xeb\x8f\x84\xec\x8b\x9c\xeb\xac\xb8\xed\x99\x94\xec\x9d\x98_\xea\xb8\xb0\xec\x9b\x90'
 /home/jisun/public_html/cgi-bin/Story01.py in displayData(database='s_jisun', project='JD2', node='\xec\xa4\x91\xea\xb5\xad\xeb\x8f\x84\xec\x8b\x9c\xeb\xac\xb8\xed\x99\x94\xec\x9d\x98_\xea\xb8\xb0\xec\x9b\x90')
    241         command  = command1 + valuestr + command2 + valuestr
    242         
=>  243         cur.execute(unicode(command, "utf-8"))
    244                 
    245         edgelist = []
cur = <pyodbc.Cursor object>, cur.execute = <built-in method execute of pyodbc.Cursor object>, builtin unicode = <type 'unicode'>, command = "select source,target,relation from JD2Links wher...m_eurasiatischen_Tierstil',N'Zur_\xc3\x9ce-ts\xc3\xaf-Frage')"

<class 'pyodbc.ProgrammingError'>: ('42000', u"[42000] [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]'un_Cave_Deposit_in_Comparison_with_Those_from_Yang_Shao_Tsun_and_with_Recent_North_China_Skeletal_Materia' \uadfc\ucc98\uc758 \uad6c\ubb38\uc774 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. (102) (SQLExecDirectW)")
      args = ('42000', u"[42000] [Microsoft][ODBC Driver 17 for SQL Serve..._Materia' \uadfc\ucc98\uc758 \uad6c\ubb38\uc774 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. (102) (SQLExecDirectW)")
      message = ''