From: Emmanuel C. <ma...@fr...> - 2009-05-03 13:07:57
|
Hi, As the error says: > (org.continuent.sequoia.common.exceptions.driver.DriverSQLException: > Message of cause: Unknown table 'coas.t_counsellor_sys' in this UPDATE > statement: 'update coas.t_counsellor_sys set ADMIN_ID=?, FLAG_ID=?, > COUNSELLOR_ID=?, NAME=?, GENDER=?, DORM=?, DORM_TEL=?, CELLPHONE=?, > EMAIL=?, LAST_LOGIN_TIME=?, PERSONALINDEX=?, COUNSELLOR_USERNAME=?, > COUNSELLOR_PASSWORD=?, LAST_LOGIN_IP=? where COUNSELLOR_SYS_ID=?') It looks like the table coas.t_counsellor_sys was not found. Do you have tables in different schemas or is coas your database name? If the table really exists, you might have to look into the options to fetch the database schema from your database backend. Keep us posted with your progress, Emmanuel -- Emmanuel Cecchet FTO @ Frog Thinker Open Source Development & Consulting -- Web: http://www.frogthinker.org email: ma...@fr... Skype: emmanuel_cecchet |