Koozali.org: home of the SME Server

Opengroupware

farmerphil

Opengroupware
« on: August 26, 2004, 09:00:30 AM »
Hi,
I have just installed Opengroupware on a sme 6.01 server, everything went well, but when I try to connect I get the following errors

The SKYRIX application server could not connect to the database server !

Please ensure that your database server is running and that the LSConnectionDictionary default is correctly set.

I searched the forums for answers, but it seems that my config files are as they should be.

Any ideas/comments

Pr

Offline MasterSleepy

  • *
  • 386
  • +0/-0
    • http://www.vanhees.cc
Opengroupware
« Reply #1 on: August 26, 2004, 09:50:14 PM »
Hy,

Witch version of postgres did you install?
opengroupware work well with postgres 7.2.x, not with 7.4.x

Regards.

farmerphil

Opengroupware
« Reply #2 on: August 27, 2004, 12:32:39 AM »
Quote
Hy,

Witch version of postgres did you install?
opengroupware work well with postgres 7.2.x, not with 7.4.x

Regards.


Hi,
I used 7.2, and followed the howto instuctions very carefully, everything tested fine on the way.

Best Regards

farmerphil

Opengroupware
« Reply #3 on: August 29, 2004, 01:33:38 AM »
Hi,

I really need some help with this problem, can somebody give me some clues, on where to go looking in the system please.

Offline MasterSleepy

  • *
  • 386
  • +0/-0
    • http://www.vanhees.cc
Opengroupware
« Reply #4 on: August 29, 2004, 11:40:02 AM »
Hello,

What did you enter as hostname for that line
Code: [Select]
Defaults write NSGlobalDomain LSConnectionDictionary '{databaseName = ogo; hostName = [hostname]; password = ""; port = 5432; userName = ogo}'

I think that you don't have to specify the domain, only name of the server.

Regards