[OGo-Users] Installation question

Friedrich Dominicus users@opengroupware.org
Thu, 26 Apr 2007 11:46:06 +0200


Ok I got that solved with SOPE-4.6. Would be nice to state which SOPE
can work with which OGO. but now the next trouble strikes:
while starting ./ogo-webui

./ogo-webui-1.0
Apr 26 11:32:32 ogo-webui-1.0 [26029]: SNS support disabled.
2007-04-26 11:32:33.636 ogo-webui-1.0[26029] EOAdaptor: cannot find adaptor bundle: 'PostgreSQL'
2007-04-26 11:32:33.636 ogo-webui-1.0[26029] ERROR(-[OGoContextManager setupAdaptor]): could not instantiate adaptor for model OGoModel !
Apr 26 11:32:33 ogo-webui-1.0 [26029]: |ogo-webui-1.0| Could not setup OGoContextManager (DB probably not yet configured)!

So yes this is not ok, obviously. Now according to:
http://www.opengroupware.org/en/install/postgresql.html

One should test if one can get contact to PostgresSQL via IP:
 psql -h localhost ogo ogo
Passwort für Benutzer ogo:
Dies ist psql 8.1.1, das interaktive PostgreSQL-Terminal.

Geben Sie ein:  \copyright für Urheberrechtsinformationen
                \h für Hilfe über SQL-Anweisungen
                \? für Hilfe über interne Anweisungen
                \g oder Semikolon, um eine Anfrage auszuführen
                \q um zu beenden

SSL-Verbindung (Verschlüsslungsmethode: DHE-RSA-AES256-SHA, Bits: 256)

So I can do that.

Now I should set some defaults like this:

Defaults write NSGlobalDomain LSConnectionDictionary \
    '{databaseName = OGo; hostName = localhost; password = \
    ""; port = 5432; userName = OGo}' # on one line
$ Defaults write NSGlobalDomain LSAdaptor PostgreSQL

so here we go:

NSGlobalDomain LSConnectionDictionary '{
    databaseName = ogo;
    hostName = localhost;
    password = some_password;
    userName = ogo;
}'

seems to be fine.

So what is still wrong?

Regards
Friedrich