<class 'pyodbc.ProgrammingError'>
Python 2.7.12: /usr/bin/python
Sun Sep 8 01:27:52 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 = 'NKH2', node = '\xeb\xac\xb8\xed\x99\x94\xec\x9c\xa0\xec\x82\xb0_1957-6'
 /home/jisun/public_html/cgi-bin/Story01.py in displayNetwork(template='templateSov.htm', db='s_jisun', project='NKH2', node='\xeb\xac\xb8\xed\x99\x94\xec\x9c\xa0\xec\x82\xb0_1957-6')
    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 = 'NKH2', node = '\xeb\xac\xb8\xed\x99\x94\xec\x9c\xa0\xec\x82\xb0_1957-6'
 /home/jisun/public_html/cgi-bin/Story01.py in displayData(database='s_jisun', project='NKH2', node='\xeb\xac\xb8\xed\x99\x94\xec\x9c\xa0\xec\x82\xb0_1957-6')
    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 NKH2Links whe..._\xeb\xb6\x80\xea\xb7\xbc\xec\x97\x90_\xec\x9e\x88\xeb\x8a\x94_\xea\xb3\xa0\xea\xb5\xac\xeb\xa0\xa4_\xec\x8b\x9c\xea\xb8\xb0\xec\x9d\x98_\xeb\xac\xb4\xeb\x8d\xa4\xeb\x93\xa4')"

<class 'pyodbc.ProgrammingError'>: ('42000', u"[42000] [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]'\uc0b4_\ubb34\ub2ac' \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...er]'\uc0b4_\ubb34\ub2ac' \uadfc\ucc98\uc758 \uad6c\ubb38\uc774 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. (102) (SQLExecDirectW)")
      message = ''