1) Does this table exist "in psql"? (-> select * from apm_package_db_types)
execute the above select statement, nothing was return...
bash-2.03$ psql service0
Welcome to psql 7.4.1, the PostgreSQL interactive terminal.
Type: \copyright for distribution terms
\h for help with SQL commands
\? for help on internal slash commands
\g or terminate with semicolon to execute query
\q to quit
service0=# select * from apm_package_db_types
service0-#
2) Is there anything in the logfile that suggests that one or more tables have been created successfully?
doesn't seems so,
keep repeating the following error...
<snip>...
[16/Jun/2004:13:50:17][17840.7][-conn:service0::1] Error: Error sourcing /var/l\
ib/aolserver/service0/packages/acs-bootstrap-installer/installer/install.tcl:
Database operation "0or1row" failed (exception NSDB, "Query was not a statement\
returning rows.")
ERROR: relation "apm_package_db_types" does not exist
<snip>...