Hi,
Ive tried absolutely everything to get Postgres working.
Whenever i use the isnstaller it always stops and the end "failed to create process to run initdb" or similar.
Ive uninstalled it, deleted in from program files, reinstalled it. Ive gone to the cmd line and "net user postgres /delete" and it will complete that successfully but i still get the same install problems.
I tried vesper's post on installing initdb manually, that still didnt work. It deletes c:/data at the end. A copy is below.
Can anyone help me??? thx
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\WINDOWS\ServicePackFiles\i386>cd "c:\program files\postgresql\8.3\bin"
C:\Program Files\PostgreSQL\8.3\bin>initdb -W -A md5 -D c:/data
The files belonging to this database system will be owned by user "user".
This user must also own the server process.
The database cluster will be initialized with locale English_United States.1252.
The default database encoding has accordingly been set to WIN1252.
The default text search configuration will be set to "english".
creating directory c:/data ... ok
creating subdirectories ... ok
selecting default max_connections ... 10
selecting default shared_buffers/max_fsm_pages ... 400kB/20000
creating configuration files ... ok
creating template1 database in c:/data/base/1 ... initdb: could not execute comm
and ""C:/Program Files/PostgreSQL/8.3/bin/postgres.exe" --boot -x1 -F ": No erro
r
initdb: removing data directory "c:/data"
C:\Program Files\PostgreSQL\8.3\bin>initdb -W -A md5 -D c:/data
The files belonging to this database system will be owned by user "user".
This user must also own the server process.
The database cluster will be initialized with locale English_United States.1252.
The default database encoding has accordingly been set to WIN1252.
The default text search configuration will be set to "english".
creating directory c:/data ... ok
creating subdirectories ... ok
selecting default max_connections ... 10
selecting default shared_buffers/max_fsm_pages ... 400kB/20000
creating configuration files ... ok
creating template1 database in c:/data/base/1 ... initdb: could not execute comm
and ""C:/Program Files/PostgreSQL/8.3/bin/postgres.exe" --boot -x1 -F ": No erro
r
initdb: removing data directory "c:/data"
C:\Program Files\PostgreSQL\8.3\bin>