Re: [GENERAL] dll files missing in postgrsql bin folder in Windows

2011-11-10 Thread Alban Hertroys
On 10 November 2011 08:56, Kalai R wrote: > please suggest, what are the configurations should I do in postgres to avoid > these problem. > Thank You None, it's not a Postgres problem. Most likely it is a problem with your Windows installation. You have files disappearing, something is doing that

Re: [GENERAL] dll files missing in postgrsql bin folder in Windows

2011-11-09 Thread Kalai R
Hi, If binary files are missed, I copy them then service start. But sometimes I have the situation no one dll files are missed. But the service does not start. I don't know when will this happen and also I don't know why this happen. In this situation I have uninstall the postgres and reinstall

Re: [GENERAL] dll files missing in postgrsql bin folder in Windows

2011-10-14 Thread Brar Piening
Kalai R wrote: Windows has been restoring a checkpoint with those dll's not installed. I don't know how to inatall dll. Please help me to install those dll's in windows. Personally I wouldn't bother reinstalling single dll files (how do you know that there are no other files that you will miss a

Re: [GENERAL] dll files missing in postgrsql bin folder in Windows

2011-10-14 Thread Brar Piening
John R Pierce wrote: how to install *what* DLL's ? This is probably part of the problem - if some files are gone it's sometimes hard to find out which ones ;-) So let's see for my 64-bit installation... PS C:\Users\Brar> & "C:\Program Files\PostgreSQL\9.0\bin\pg_config.exe" | where { $_ -m

Re: [GENERAL] dll files missing in postgrsql bin folder in Windows

2011-10-14 Thread John R Pierce
On 10/14/11 4:59 PM, Kalai R wrote: I find out the problem. Windows has been restoring a checkpoint with those dll's not installed. I don't know how to inatall dll. Please help me to install those dll's in windows. how to install *what* DLL's ? -- john r pierceN 3

Re: [GENERAL] dll files missing in postgrsql bin folder in Windows

2011-10-14 Thread Kalai R
Hi, I find out the problem. Windows has been restoring a checkpoint with those dll's not installed. I don't know how to inatall dll. Please help me to install those dll's in windows. On Fri, Oct 14, 2011 at 5:12 PM, Alban Hertroys wrote: > On 14 Oct 2011, at 12:25, Kalai R wrote: > > > Hi, >

Re: [GENERAL] dll files missing in postgrsql bin folder in Windows

2011-10-14 Thread Albe Laurenz
Kalai R wrote: > I am facing this strange problem where my postgres service couldn't start because of some missing dll > files in installation directory's bin folder. > I copied files from other machine and it start working again. After some time the same problem > appeared again on system reboot.

Re: [GENERAL] dll files missing in postgrsql bin folder in Windows

2011-10-14 Thread Alban Hertroys
On 14 Oct 2011, at 12:25, Kalai R wrote: > Hi, > > I am facing this strange problem where my postgres service couldn't start > because of some missing dll files in installation directory's bin folder. > I copied files from other machine and it start working again. After some time > the same pro

[GENERAL] dll files missing in postgrsql bin folder in Windows

2011-10-14 Thread Kalai R
Hi, I am facing this strange problem where my postgres service couldn't start because of some missing dll files in installation directory's bin folder. I copied files from other machine and it start working again. After some time the same problem appeared again on system reboot. I have no idea wha