[OFBiz] Users - Re: Users - Entity configuration
Posted by
Souvik Saha Bhowmik on
Nov 04, 2005; 12:21pm
URL: http://ofbiz.116.s1.nabble.com/OFBiz-Users-Entity-configuration-tp136332p136333.html
Hi
You need to make a database with the name Ofbiz first and then run the
install command. You can give other names . In that case do necessary
change in the entityengine.xml under the section
<datasource name="localpostgres"
You will find this attribute
jdbc-uri="jdbc:postgresql://serverName/databaseName"
Give the server ip address or name and also the database name under
which u want to create entities. Also create a database with same name
in postgres.
Use the attributes
jdbc-username=""
jdbc-password=""
to specify the username and password of your database.
Souvik
On 11/3/05, michal <
[hidden email]> wrote:
> Hello all,
> Iam trying to get ofbiz working with postgresql and I am having the
> following problem.
> I have made proper changes to entityengine.xml(user, passwd, datasource).
> Then ran this command
> java -jar ofbiz.jar -install-readers=seed
> and then when i try to acces ecommerce part I get this error:
> org.ofbiz.entity.GenericDataSourceException: Unable to
> esablish a connection with the database. (Backend
> start-up failed: FATAL: database "ofbiz" does not
> exist
>
>
> Where can i change database names from ofbiz to whatever i want to use ?
> Thanks
> Mike
>
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users