View previous topic :: View next topic |
Author |
Message |
greene
Joined: 18 Jan 2006 Posts: 1
|
Posted: Wed Jan 18, 2006 8:39 am Post subject: ERROR: schema "wviewdb" does not exist |
|
|
I've installed wview with postgres database conectivity and things seem to work fine except for the following error that is continually written to the messages file:
raddatabaseTableQuery: PQexec(): ERROR schema "wviewdb" does not exist
The database is not stored on the system running wview, however it was set up on the remote system as described in the readme and is receiving updates correctly from wview/radlib.
The following describes my installation:
Mandriva 2006
wview-2.0.1
postgresql-devel-8.0.4
postgresql-8.03 (on remote system: Win XP)
Thanks in advance,
Courtney |
|
Back to top |
|
|
mteel
Joined: 30 Jun 2005 Posts: 435 Location: Collinsville, TX
|
Posted: Wed Jan 18, 2006 10:19 am Post subject: |
|
|
Courtney,
There is no released version 2.0.1, only a pre-release version I posted for several weeks called 2.0.1p1. It sounds like you are running 2.0.0, which did have that problem.
The newest version is 3.0.0, and it does include a fix for a postgres issue related to their inability to recognize "database.table" in SQL queries - I'm sure they have some reason for not supporting that time-honored way to specify a table.
Mark |
|
Back to top |
|
|
|