I am trying to run the appwizard on a postgresql database and keep 
getting the following error.

Traceback (most recent call last):
   File "appwizard.py", line 305, in onLeavePage
     tables = cursor.getTables()
   File "c:\pythonprojects\dabo\dabo\db\dCursorMixin.py", line 1657, in 
getTables

     return self.BackendObject.getTables(self.AuxCursor, 
includeSystemTables)
   File "c:\pythonprojects\dabo\dabo\db\dbPostgreSQL.py", line 72, in 
getTables
     cursor.execute(sqltablestr)
   File "c:\pythonprojects\dabo\dabo\db\dCursorMixin.py", line 296, in 
execute
     raise dException.DBQueryException(e, sql)
DBQueryException: relation "public.master_control" does not exist

SQL: SELECT schemaname || '.' || tablename AS tablename FROM pg_tables 
WHERE (sc
hemaname not like 'pg_%' and schemaname not like 'information%') and 
has_table_p
rivilege('postgres', schemaname || '.' || tablename, 'SELECT')

Any ideas?

Jeff


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]

Reply via email to