Windows 8 64-bit
Can connect to db from psql but not from xtuple client
Lots of detail that we need. Does the xtrole exist? Was the restore successful? Is plv8 in place? Any modifications to the pg_hba.conf file?
thanks szuke…
xtrole exists, restore was successful, plv8 is in place
standard pg_hba.conf
is there any other detail I can supply
Hello,
The database names are case sensitive. Your database name is xtDemo, not xtdemo… or rename your database to xtdemo.
I renamed tha database and it works now. thank you, pclark.