vers la fin de mon installation de postgresql 9.3. un message d'erreur non fatale s'est affiché disant d'aller consulter le log de l'intallation dans mon repertoire user/appdata/local/temp
voici la parti à laquelle les annomalies ont commencé. JE NE COMPREND PAS GRAND CHOSE AIDER MOI
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
Initialisation du cluster de bases de données (cela peut prendre un certain temps)...
Executing cscript //NoLogo "C:\Program Files\postgresql/installer/server/initcluster.vbs" "NT AUTHORITY\NetworkService" "postgres" "****" "C:\Program Files\postgresql" "C:\ProgramData\postgresql Data" 5432 "DEFAULT" 0
Script exit code: 2
 
Script output:
 WScript.Shell Initialized...
Scripting.FileSystemObject initialized...
 
WScript.Network initialized...
strParentOfDataDirC:\ProgramData
logged in userpc_prosper\prosper
Called AclCheck(C:\ProgramData\postgresql Data)
Called IsVistaOrNewer()...
    'winmgmts' object initialized...
    Version:10.
    MajorVersion:10
Executing icacls to ensure the pc_prosper\prosper account can read the path C:\ProgramData\postgresql Data
    Executing batch file 'radBF887.bat'...
    'icacls' n'est pas reconnu en tant que commande interne
ou externe, un programme ex'cutable ou un fichier de commandes.
 
Called IsVistaOrNewer()...
    'winmgmts' object initialized...
    Version:10.
    MajorVersion:10
Ensuring we can write to the data directory (using icacls) to  pc_prosper\prosper:
    Executing batch file 'radBF887.bat'...
    'icacls' n'est pas reconnu en tant que commande interne
ou externe, un programme ex'cutable ou un fichier de commandes.
 
Failed to ensure the data directory is accessible (C:\ProgramData\postgresql Data)
    Executing batch file 'radBF887.bat'...
    Les fichiers de ce cluster appartiendront … l'utilisateur ® prosper ¯.
Le processus serveur doit ‚galement lui appartenir.
 
L'instance sera initialis‚e avec la locale ® French_France.1252 ¯.
La configuration de la recherche plein texte a ‚t‚ initialis‚e … ® french ¯.
 
Les sommes de contr“les des pages de donn‚es sont d‚sactiv‚es.
 
correction des droits sur le r‚pertoire existant C:/ProgramData/postgresql Data... ok
cr‚ation des sous-r‚pertoires... ok
s‚lection de la valeur par d‚faut de max_connections... 100
s‚lection de la valeur par d‚faut pour shared_buffers... 128MB
cr‚ation des fichiers de configuration... ok
cr‚ation de la base de donn‚es template1 dans C:/ProgramData/postgresql Data/base/1... ok
initialisation de pg_authid... ok
initialisation du mot de passe... ok
initialisation des d‚pendances... ok
cr‚ation des vues systŠme... ok
chargement de la description des objets systŠme... ok
cr‚ation des collationnements... non support‚ sur cette plateforme
cr‚ation des conversions... ok
cr‚ation des dictionnaires... ok
initialisation des droits sur les objets internes... ok
cr‚ation du sch‚ma d'informations... ok
chargement du langage PL/pgSQL... ok
lancement du vacuum sur la base de donn‚es template1... ok
copie de template1 vers template0... ok
copie de template1 vers postgres... ok
synchronisation des donn‚es sur disqueok
 
SuccŠs. Vous pouvez maintenant lancer le serveur de bases de donn‚es par :
 
    "C:\Program Files\postgresql\bin\postgres" -D "C:\ProgramData\postgresql Data"
ou
    "C:\Program Files\postgresql\bin\pg_ctl" -D "C:\ProgramData\postgresql Data" -l journal_applicatif start
 
 
Reading:    C:\ProgramData\postgresql Data\postgresql.conf exists...
Writing:    C:\ProgramData\postgresql Data\postgresql.conf exists...
Called AclCheck(C:\ProgramData\postgresql Data)
Called IsVistaOrNewer()...
    'winmgmts' object initialized...
    Version:10.
    MajorVersion:10
Executing icacls to ensure the NT AUTHORITY\NetworkService account can read the path C:\ProgramData\postgresql Data
    Executing batch file 'radBF887.bat'...
    'icacls' n'est pas reconnu en tant que commande interne
ou externe, un programme ex'cutable ou un fichier de commandes.
 
Called IsVistaOrNewer()...
    'winmgmts' object initialized...
    Version:10.
    MajorVersion:10
Granting service account access to the data directory (using icacls) to NT AUTHORITY\NetworkService:
    Executing batch file 'radBF887.bat'...
    'icacls' n'est pas reconnu en tant que commande interne
ou externe, un programme ex'cutable ou un fichier de commandes.
 
Failed to grant service account access to the data directory (C:\ProgramData\postgresql Data)
initcluster.vbs ran to completion
 
Script stderr:
 Program ended with an error exit code
 
Erreur dans l'exécution de cscript //NoLogo "C:\Program Files\postgresql/installer/server/initcluster.vbs" "NT AUTHORITY\NetworkService" "postgres" "****" "C:\Program Files\postgresql" "C:\ProgramData\postgresql Data" 5432 "DEFAULT" 0 : Program ended with an error exit code
Configuration du démarrage du serveur...
Executing cscript //NoLogo "C:\Program Files\postgresql\installer\server\startupcfg.vbs" 9.3 "NT AUTHORITY\NetworkService" "****" "C:\Program Files\postgresql" "C:\ProgramData\postgresql Data" "postgresql-x64-9.3"
Script exit code: 0
 
Script output:
 startupcfg.vbs ran to completion
 
Script stderr:
 
 
Création des raccourcis...
Executing cscript //NoLogo "C:\Program Files\postgresql\installer\server\createshortcuts.vbs" 9.3 "postgres" 5432 "PostgreSQL 9.3" "C:\Program Files\postgresql" "C:\ProgramData\postgresql Data" "postgresql-x64-9.3"
Script exit code: 0
 
Script output:
 Start FixupFile(C:\Program Files\postgresql\scripts\serverctl.vbs)...
   Opening file for reading...
   Closing file (reading)...
   Replacing placeholders...
   Opening file for writing...
   Closing file...
  End FixupFile()...
Start FixupFile(C:\Program Files\postgresql\scripts\runpsql.bat)...
   Opening file for reading...
   Closing file (reading)...
   Replacing placeholders...
   Opening file for writing...
   Closing file...
  End FixupFile()...
createshortcuts.vbs ran to completion
 
Script stderr:
 
 
Démarrage du serveur...
Executing cscript //NoLogo "C:\Program Files\postgresql\installer\server\startserver.vbs" postgresql-x64-9.3
Script exit code: 0
 
Script output:
 Starting postgresql-x64-9.3
Service postgresql-x64-9.3 started successfully
startserver.vbs ran to completion
 
Script stderr:
 
 
[08:35:24] Installing the adminpack module in the postgres database...
Executing C:\Program Files\postgresql\bin\psql.exe -c "CREATE EXTENSION adminpack" -d postgres
Script exit code: 2
 
Script output:
 
 
Script stderr:
 psql: n'a pas pu se connecter au serveur : Connection refused (0x0000274D/10061)
	Le serveur est-il actif sur l'hôte « localhost » (::1)
	et accepte-t-il les connexionsTCP/IP sur le port 5432 ?
n'a pas pu se connecter au serveur : Connection refused (0x0000274D/10061)
	Le serveur est-il actif sur l'hôte « localhost » (127.0.0.1)
	et accepte-t-il les connexionsTCP/IP sur le port 5432 ?
 
Échec lors du chargement des modules SQL dans le cluster de bases de données.
[08:36:30] Write the data directory to the ini file...
[08:36:31] Write the port number, service ID, locale and superuser to the ini file...
[08:36:31] Write ServiceID(postgresql-x64-9.3) to registry/ini...
[08:36:31] Write Superuser to ini file and windows registry...
[08:36:31] Write Service Account to ini file and windows registry...
[08:36:31] Write the server description to the ini file...
[08:36:31] Write the server branding to the ini file...
[08:36:31] Write the 'whether stack-builder is disabled or not' to the ini file...
[08:36:31] Finished running post-installation/upgrade tasks.
[08:36:31] Delete the temporary scripts directory...
Création du Désinstalleur
Création du désinstalleur 25%
Création du désinstalleur 50%
Création du désinstalleur 75%
Création du désinstalleur 100%
Installation terminée
Log finished 11/06/2018 at 08:36:42