Home       Servicebereich  Projekte  Kontakt  

FAQ's


I always get an WOKeyPathException when access to appointments

Do you have updated the database scheme?

Connect the OGo database with the pgsql sql shell and update your database scheme:

  \i <your_OGo_install_dir>/Database/PostgreSQL/pg-update-schema.psql

How can I reset the root password of OGo

Connect to the OGo database with the pgsql sql shell and reset the password directly:

  UPDATE person SET password='' WHERE login='root';
  COMMIT;

How can I bind the OGo daemons only to a local interface

Use the -WOPort switch as

  -WOPort 'localhost:20000'
It is important to determine the interface address with its DNS name and not with the IP address.


< zurück