~openerp-vietnam/openobject-doc/technical-tutorial

« back to all changes in this revision

Viewing changes to build/html/_sources/install/windows/server/complementary_install_information.txt

  • Committer: Najlaâ EL KHAYAT
  • Date: 2009-04-07 12:47:35 UTC
  • Revision ID: nel@tinyerp.com-20090407124735-fvnl6acj42fhff34
doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
.. index::
 
3
   single: Installation; Windows installation quirks
 
4
   single: Installation; Windows Vista
 
5
   single: Installation; Windows 2000/XP
 
6
.. 
 
7
 
 
8
.. _troubleshooting-and-windows-complementary-install-information:
 
9
 
 
10
Troubleshooting and Windows Complementary Install Information
 
11
=============================================================
 
12
 
 
13
Windows Vista
 
14
-------------
 
15
 
 
16
For Windows Vista installation please review this forum posts
 
17
 
 
18
  * `http://openerp.com/forum/topic4484.html <http://openerp.com/forum/topic4484.html?highlight=windows%20vista>`_
 
19
  * `http://openerp.com/forum/topic4386.html <http://openerp.com/forum/topic4386.html?highlight=windows%20vista>`_
 
20
 
 
21
Windows 2000/XP
 
22
---------------
 
23
 
 
24
PostgreSQL Installation
 
25
+++++++++++++++++++++++
 
26
 
 
27
Default values
 
28
""""""""""""""
 
29
 
 
30
.. describe:: PL/PGSQL language inclusion in the installation:
 
31
 
 
32
leave the default selection:
 
33
 
 
34
.. image:: ../../img/06_proc_lang.png
 
35
 
 
36
.. describe:: Contrib modules screen:
 
37
 
 
38
You don't need to change the default selections:
 
39
 
 
40
.. image:: ../../img/07_contrib_modules.png
 
41
 
 
42
Account Domain lookup failure
 
43
"""""""""""""""""""""""""""""
 
44
 
 
45
.. image:: ../../img/100_internal_account_failure.png
 
46
 
 
47
If you see this screen at the end of PostgreSQL installation, it is due to an incorrect ``Account domain`` in the Service
 
48
configuration screen. By default the installer fills this value automatically, so if you have changed it, it may cause the
 
49
installation to fail.
 
50
 
 
51
Redo the installation of PostgreSQL and leave ``Account domain`` in the Service configuration screen on the default value.
 
52
 
 
53
User account error
 
54
""""""""""""""""""
 
55
 
 
56
During the installation of PostgreSQL you may get an error saying:
 
57
 
 
58
Account ``@#$%@#$^@%`` doesn't exist
 
59
 
 
60
This error was encountered once with the Open ERP Complete Autoinstaller.
 
61
 
 
62
The problems seems to be that in order to install PostgreSQL automatically in silent mode, we create a new user account with
 
63
the net.exe command, and in that particular case the system's security policy was too strict to allow a simple non
 
64
privileged user to be added this way.
 
65
 
 
66
It could also fail if you are using Active Directory to manage the user accounts. In that case you should use the individual
 
67
Open ERP Server, Client and PostgreSQL installers.
 
68
 
 
69
PostgreSQL administration
 
70
+++++++++++++++++++++++++
 
71
 
 
72
Open ERP Server Connection Error with PostgreSQL
 
73
""""""""""""""""""""""""""""""""""""""""""""""""
 
74
 
 
75
Verify that you are using the username and password from the "Initialise database cluster" screen
 
76
when launching Open ERP Server
 
77
 
 
78
If there's another problem similar to this situation:
 
79
 
 
80
.. image:: ../../img/101_erp2pgsql_conn_fail.png
 
81
 
 
82
You should have look if the service PostgreSQL is running in the Services manager (Control Panel : Administration tools -
 
83
> Services)
 
84
 
 
85
.. image:: ../../img/Pgsql_51_service_status.png
 
86
 
 
87
You can edit the service configuration to have PostgreSQL starting as a service at system boot
 
88
 
 
89
.. image:: ../../img/Pgsql_53_service_start_mode.png
 
90
 
 
91
Or you can start it manually every time from the programs menu.
 
92
 
 
93
.. image:: ../../img/104_pgsql_start_service.png
 
94
 
 
95
If your PostgreSQL service is running, but you get connection errors, you can restart the service.
 
96
 
 
97
.. image:: ../../img/Pgsql_52_service_restart.png
 
98
 
 
99
GTK client localization
 
100
+++++++++++++++++++++++
 
101
 
 
102
Open ERP GTK client upper menu not translated
 
103
"""""""""""""""""""""""""""""""""""""""""""""
 
104
 
 
105
The locale identifier of Microsoft Windows (a number such as 1033 for english - US) is not correctly managed by GTK and the
 
106
menus not translated into the language of the OS.
 
107
 
 
108
You can fix this problem with creating a new environment variable :
 
109
 
 
110
 #. Right-click My Computer, and then click Properties.
 
111
 #. Click the Advanced tab.
 
112
 #. Click Environment variables.
 
113
 #. Click New to add a new system variable with name "LANG" and value "fr_FR" for example.
 
114