<class 'pyodbc.ProgrammingError'>
Python 2.7.12: /usr/bin/python
Thu Dec 26 01:27:43 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/sandbox/public_html/cgi-bin/Category.py in ()
    206                 return
    207                 
    208         displayNetwork("templateSov.htm", db, project, node)
    209 
=>  210 main()
main = <function main>
 /home/sandbox/public_html/cgi-bin/Category.py in main()
    206                 return
    207                 
=>  208         displayNetwork("templateSov.htm", db, project, node)
    209 
    210 main()
global displayNetwork = <function displayNetwork>, db = 's_soohyeon', project = 'g', node = 'Thing'
 /home/sandbox/public_html/cgi-bin/Category.py in displayNetwork(template='templateSov.htm', db='s_soohyeon', project='g', node='Thing')
    184                 if not line: break
    185                 if( '#YourData' == line.strip()):
=>  186                         displayData( db, project, node )
    187                 else:
    188                         print line
global displayData = <function displayData>, db = 's_soohyeon', project = 'g', node = 'Thing'
 /home/sandbox/public_html/cgi-bin/Category.py in displayData(database='s_soohyeon', project='g', node='Thing')
    162                 command += str1
    163                 command += "'"
=>  164                 cur.execute(unicode(command, "utf-8"))
    165                 if( row[0] == node ):   
    166                         upperCategory = row[2]
cur = <pyodbc.Cursor object>, cur.execute = <built-in method execute of pyodbc.Cursor object>, builtin unicode = <type 'unicode'>, command = "select id, class, groupName, label, infoUrl, iconUrl from gNodes where id='Thing'"

<class 'pyodbc.ProgrammingError'>: ('42S02', u"[42S02] [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]\uac1c\uccb4 \uc774\ub984 'gData'\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. (208) (SQLExecDirectW)")
      args = ('42S02', u"[42S02] [Microsoft][ODBC Driver 17 for SQL Serve...\uac1c\uccb4 \uc774\ub984 'gData'\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. (208) (SQLExecDirectW)")
      message = ''