Re: [GENERAL] Postgresql service stopped automatically after restart

2014-06-06 Thread Adrian Klaver
On 06/04/2014 10:31 PM, Kalai R wrote: Thank You for your suggestions. In silent installation we use the following code in vb.net to install postgres xinststr =" --mode unattended --superaccount --superpassword--serviceaccount --servicepassword--serverport --unat

Re: [GENERAL] Postgresql service stopped automatically after restart

2014-06-05 Thread Kalai R
Hello, Can I use windows default service account "LocalSystem" for psql service account when installing. On Thu, Jun 5, 2014 at 11:01 AM, Kalai R wrote: > Thank You for your suggestions. > > In silent installation we use the following code in vb.net to install > postgres > > xinststr =" --m

Re: [GENERAL] Postgresql service stopped automatically after restart

2014-06-04 Thread Kalai R
Thank You for your suggestions. In silent installation we use the following code in vb.net to install postgres xinststr =" --mode unattended --superaccount --superpassword--serviceaccount --servicepassword--serverport --unattendedmodeui none " *For 64 bit windows* Shell(Applicatio

Re: [GENERAL] Postgresql service stopped automatically after restart

2014-06-04 Thread Adrian Klaver
On 06/03/2014 10:58 PM, Kalai R wrote: Hi, Yesterday the psql service stopped in our two customers's machines See comments inline below. Windows OS ---> Windows XP We re-installed the postgresql to solve the problem. Except from what you have indicated it does not solve the problem, jus

Re: [GENERAL] Postgresql service stopped automatically after restart

2014-05-29 Thread David G Johnston
Kalai R wrote > I have checked no problem in pg_hba.conf file. > > Also I have disabled AV software checks for the Postgres Directories. > > But Problem remains Disabling AV won't magically make the system start working if it's already broken. You disable it to avoid breaking the system in the

Re: [GENERAL] Postgresql service stopped automatically after restart

2014-05-29 Thread Adrian Klaver
On 05/29/2014 08:01 AM, Kalai R wrote: I have checked no problem in pg_hba.conf file. Have you checked the Postgres or Windows system logs? Also I have disabled AV software checks for the Postgres Directories. But Problem remains There actually seem to be several problems across multiple

Re: [GENERAL] Postgresql service stopped automatically after restart

2014-05-29 Thread Kalai R
I have checked no problem in pg_hba.conf file. Also I have disabled AV software checks for the Postgres Directories. But Problem remains On Thu, May 29, 2014 at 8:15 PM, Adrian Klaver wrote: > On 05/29/2014 07:34 AM, Kalai R wrote: > >> Hello, >> >> I am developing application using postgresq

Re: [GENERAL] Postgresql service stopped automatically after restart

2014-05-29 Thread Adrian Klaver
On 05/29/2014 07:34 AM, Kalai R wrote: Hello, I am developing application using postgresql 9.3 and VS2005 as FrontEnd. I am using silent installation method to install postgresql from .Net application. Postgresql installed and connected with application is fine *The problem is* , when we on the