[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Round 2: Need help with SL 2.6.19 --> LS 1.2.0b3 upgrade



..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