..hidden.. wrote, On 11/26/2006 03:59 AM:
edited ledger-smb.conf DBConnect = dbi:Pg:dbname=prodlsmb;host=localhost;port=5432 DBUserName = 'Ledger-SMB_Owner' #DBPassword = set me to correct password
...
connect('dbname=prodlsmb;host=localhost;port=5432',''Ledger-SMB_Owner'',...) failed: FATAL: role "'Ledger-SMB_Owner'" does not exist at LedgerSMB/Sysconfig.pm line 99
Try to remove the ' around DBUsername. The config reader do not understand it and will include them in the username.
/Mads