Installing PGSQL

Started by Jamiil Abduqadirover 18 years ago3 messagesgeneral
Jump to latest
#1Jamiil Abduqadir
jalqadir@gmail.com

I am trying to install PosgreSQL using postgresql-8.3-dev1 on my WindowsXP
machine, but I get a message that reads

Fail to create a temporary directory

Does anyone know why I am getting this error message?

Thank in advance
--
Happiness has many doors, and when one of them closes another opens, yet we
spent so much time looking at the one that is shut that we don't see the
one that just opened.

#2T.J. Adami
adamitj@gmail.com
In reply to: Jamiil Abduqadir (#1)
Re: Installing PGSQL

On 22 jan, 22:46, jalqa...@gmail.com ("Jamiil Abduqadir") wrote:

I am trying to install PosgreSQL using postgresql-8.3-dev1 on my WindowsXP
machine, but I get a message that reads

Fail to create a temporary directory

Does anyone know why I am getting this error message?

Thank in advance
--
Happiness has many doors, and when one of them closes another opens, yet we
spent so much time looking at the one that is shut that we don't see the
one that just opened.

It seems to be a windows error, maybe in your temporary path.

1) Verify your TMP and TEMP environment variables (values must
reference valid directory entries);
2) Is there sufficient disk space for extract files from the
PostgreSQL package into TMP and TEMP path reference on the environment
vars?
3) Also check out your user settings. For installation, you must log
in with an administrative role (in Windows).

#3Jamiil Abduqadir
jalqadir@gmail.com
In reply to: T.J. Adami (#2)
Re: Installing PGSQL

1) Verify your TMP and TEMP environment variables (values must

reference valid directory entries);

It was confirmed and no problem

2) Is there sufficient disk space for extract files from the
PostgreSQL package into TMP and TEMP path reference on the environment
vars?

Yes.

3) Also check out your user settings. For installation, you must log
in with an administrative role (in Windows).

Yes.

--
Happiness has many doors, and when one of them closes another opens, yet we
spent so much time looking at the one that is shut that we don't see the
one that just opened.