Hi all ,
When I install openerp 7 inn cent os 5 it gets this error please help,,,,,,,,,,
2014-08-11 09:53:25,409 14188 ERROR ? openerp.sql_db: bad query: CREATE DATABASE "erp_demo" ENCODING 'unicode' TEMPLATE "template1"
Traceback (most recent call last):
File "/opt/openerp/server/openerp/sql_db.py", line 226, in execute
res = self._obj.execute(query, params)
DataError: new encoding (UTF8) is incompatible with the encoding of the template database (SQL_ASCII)
HINT: Use the same encoding as in the template database, or use template0 as template.
2014-08-11 09:53:25,410 14188 ERROR ? openerp.netsvc: new encoding (UTF8) is incompatible with the encoding of the template database (SQL_ASCII)
HINT: Use the same encoding as in the template database, or use template0 as template.
Traceback (most recent call last):
File "/opt/openerp/server/openerp/netsvc.py", line 296, in dispatch_rpc
result = ExportService.getService(service_name).dispatch(method, params)
File "/opt/openerp/server/openerp/service/web_services.py", line 122, in dispatch
return fn(*params)
File "/opt/openerp/server/openerp/service/web_services.py", line 167, in exp_create_database
self._create_empty_database(db_name)
File "/opt/openerp/server/openerp/service/web_services.py", line 136, in _create_empty_database
cr.execute("""CREATE DATABASE "%s" ENCODING 'unicode' TEMPLATE "%s" """ % (name, chosen_template))
File "/opt/openerp/server/openerp/sql_db.py", line 161, in wrapper
return f(self, *args, **kwargs)
File "/opt/openerp/server/openerp/sql_db.py", line 226, in execute
res = self._obj.execute(query, params)
DataError: new encoding (UTF8) is incompatible with the encoding of the template database (SQL_ASCII)
HINT: Use the same encoding as in the template database, or use template0 as template.
2014-08-11 09:53:25,415 14188 INFO ? werkzeug: 117.247.184.138 - - [11/Aug/2014 09:53:25] "POST /web/database/create HTTP/1.1" 200 -