createdb --template=template0 -E UNICODE -O adempiere -U adempiere idempiere psql -d idempiere -U adempiere -c "ALTER ROLE adempiere SET search_path TO adempiere, pg_catalog"
thanks I have review and, I repeated the steps so:
root@yesid-System-Product-Name:/home/yesid# createdb �template=template0 -E UNICODE -O adempiere -U adempiere idempierecreatedb: database creation failed: ERROR: �database "�template=template0" already exists
but now �I have it message
root@yesid-System-Product-Name:/home/yesid# psql -d idempiere -U adempiere -c "ALTER ROLE adempiere SET search_path TO adempiere, pg_catalog"psql: FATAL: �database "idempiere" does not existroot@yesid-System-Product-Name:/home/yesid#�
i dont understand�
did you check that the Db is really created ?
Use pgadmin, �phppgadmin or with psql �use the \list comand to show all the databases�
Marco
Il giorno sabato 14 dicembre 2013 16:25:59 UTC+1, Yesid Rodriguez ha scritto:
Hi I am new in the world to idempiere, I am instaling idempiere with elipse but i Have one problem
when I Create the idempiere database in the tutorial show�
createdb --template=template0 -E UNICODE -O adempiere -U adempiere idempiere psql -d idempiere -U adempiere -c "ALTER ROLE adempiere SET search_path TO adempiere, pg_catalog"
I obtain the follow error�