Re: [GENERAL] Windows 2003 server installation issue

2010-08-19 Thread Vikram Patil
platform except Windows 2003. Thanks Regards, Vikram -Original Message- From: Igor Neyman [mailto:iney...@perceptron.com] Sent: Wednesday, August 18, 2010 6:35 AM To: Vikram Patil; j...@commandprompt.com Cc: pgsql-general@postgresql.org Subject: RE: Windows 2003 server installation issue

Re: [GENERAL] Windows 2003 server installation issue

2010-08-19 Thread Vikram Patil
Hello Sachin, Thanks for reply. I will check that one out. Thanks Regards, Vikram From: Sachin Srivastava [mailto:sachin.srivast...@enterprisedb.com] Sent: Tuesday, August 17, 2010 10:48 PM To: Vikram Patil Cc: j...@commandprompt.com; pgsql-general

Re: [GENERAL] Windows 2003 server installation issue

2010-08-17 Thread Vikram Patil
] Sent: Saturday, August 14, 2010 9:32 AM To: Vikram Patil Cc: pgsql-general@postgresql.org Subject: Re: [GENERAL] Windows 2003 server installation issue On Fri, 2010-08-13 at 23:49 -0700, Vikram Patil wrote: Hello Folks, I am facing an issue starting postgresql using windows service when

[GENERAL] Windows 2003 server installation issue

2010-08-14 Thread Vikram Patil
Hello Folks, I am facing an issue starting postgresql using windows service when my user belongs to Administrator group. I applied patch from following thread to 8.4.1 source code and it seems to be working with every windows operating system except Windows 2003 .

[GENERAL] Floating point exception in initdb

2010-03-29 Thread Vikram Patil
Hello Guys, I am getting an floating exception while running initdb from custom built postgresql . I am using suse linux for installing postgresql. initDB.sh: line 14: 20285 Floating point exception$pgsql_home/bin/initdb -A password -U postgres --pwfile=pwFile -E UTF8 -D postgresql/data

Re: [GENERAL] Floating point exception in initdb

2010-03-29 Thread Vikram Patil
and now trying to step through for finding failure location. Thanks Regards, Vikram -Original Message- From: Tom Lane [mailto:t...@sss.pgh.pa.us] Sent: Monday, March 29, 2010 4:45 PM To: Vikram Patil Cc: pgsql-general@postgresql.org Subject: Re: [GENERAL] Floating point exception

Re: [GENERAL] Floating point exception in initdb

2010-03-29 Thread Vikram Patil
Lane [mailto:t...@sss.pgh.pa.us] Sent: Monday, March 29, 2010 5:29 PM To: Vikram Patil Cc: pgsql-general@postgresql.org Subject: Re: [GENERAL] Floating point exception in initdb Vikram Patil vpa...@actuate.com writes: Thanks for reply Tom. I am having source code form 8.4.1 version which

Re: [GENERAL] AIX postgresql error

2010-03-19 Thread Vikram Patil
Message- From: Albe Laurenz [mailto:laurenz.a...@wien.gv.at] Sent: Friday, March 19, 2010 6:16 AM To: Vikram Patil; pgsql-general@postgresql.org Subject: RE: [GENERAL] AIX postgresql error Vikram Patil wrote: On AIX while starting postgresql server I got this error . But server starts up

[GENERAL] AIX postgresql error

2010-03-18 Thread Vikram Patil
Hello Guys, On AIX while starting postgresql server I got this error . But server starts up without any issues. LOG: could not bind IPv6 socket: Address already in use HINT: Is another postmaster already running on port 8432? If not, wait a few seconds and retry. Could you

Re: [GENERAL] Regarding initdb pg_ctl

2009-09-16 Thread Vikram Patil
Patil Cc: pgsql-general@postgresql.org Subject: Re: [GENERAL] Regarding initdb pg_ctl On Tue, Sep 15, 2009 at 03:55, Vikram Patil vpa...@actuate.com wrote: Thanks Magnus for help. Is there any way to start pg_ctl without creating postgres user? I am trying to use same logged in user to run initdb

Re: [GENERAL] Regarding initdb pg_ctl

2009-09-14 Thread Vikram Patil
that there are no failures. So we can assume it is a issue with permissions. Thanks Regards Vikram -Original Message- From: Magnus Hagander [mailto:mag...@hagander.net] Sent: Monday, September 14, 2009 4:28 AM To: Vikram Patil Cc: pgsql-general@postgresql.org Subject: Re: [GENERAL] Regarding initdb

[GENERAL] Issue regarding permissions on Windows 2003 server

2009-09-11 Thread Vikram Patil
Hello Folks, On windows 2003 server , if I try to run initdb with -D , -U , -A password --pwfile = password file options it fails.At the time of try , I was logged in as Domain \ username . My aim is to initialize db with using same domain user which is currently logged in. Same

[GENERAL] Regarding initdb pg_ctl

2009-09-11 Thread Vikram Patil
Hello Folks, So I have following problem as I logged in Windows 2003 with domain\user. I am basically trying to create installer for postgres. So I need to keep in mind that person who is going to install can be the one who is currently logged in. So I tried to change permissions

[GENERAL] Creating Superuser and password

2009-09-04 Thread Vikram Patil
Hey Folks, We are trying to integrate postgres with our product. Integrating installation process with our installer, so for setting up password for superuser there is an option in initdb to prompt a person who is running initdb for password. Or other option is to provide password from

[GENERAL] Regarding installing starting Postgres on Windows

2009-08-20 Thread Vikram Patil
Hello , I am trying to find a way to install PostgreSQL through my script/code . I don't want to use installer provided on websites. I compiled source and and I installed in one directory , Now I am trying to register it as a service or start database server directly. I read

[GENERAL] Compiling using Visual Studio 2005

2009-07-07 Thread Vikram Patil
Hello Folks, I am trying to compile PostgreSQL source code using Visual Studio 2005 . I am able to compile psql but while compiling .\contrib\uuid-ossp\uuid-ossp. I encountered following error. ecpg : warning PRJ0009: Build log could not be opened for writing.

[GENERAL] Regarding visual studio 2008 build

2009-05-20 Thread Vikram Patil
Hello All, I am trying to compile postgresql with visual studio but I am not successful yet. Actually I just need binaries which are built with Visual Studio 2008. Please provide some idea or input about future plans to compile postgresql with Visual Studio 2008. Thanks Regards,

[GENERAL] Compiler versions on different platforms

2009-05-11 Thread Vikram Patil
Hello All, I am looking to compile PostgreSQL 8.3.7 on following operation systems with their corresponding compilers 1) Windows = Cl.exe from visual studio 2) Linux = gcc ( What is the oldest version which is okay with this setup ? 3) Solaris 9/10+ = cc and gcc ( same