odbc install error on Windows
This is a multi-part message in MIME format.
------_=_NextPart_001_01C8C580.5EF870AE
Content-Type: text/plain;
charset="US-ASCII"
Content-Transfer-Encoding: quoted-printable
I'm trying to install 8.3.1 (binaries) on Win2003 using windows
installer (msi).
I'm runnning silent install with:
ADDLOCAL=3Dserver,psql,pgadmin,psqlodbc,nls
and I'm getting error message saying, that "psqlodbc is not included in
the package".
When I exclude odbc:
ADDLOCAL=3Dserver,psql,pgadmin,nls
install works fine.
Is it true that odbc was excluded from 8.3.1 Windows distribution
package?
Should I change my scripts to run separate odbc install?
I didn't have this problem with 8.2: odbc was in cluded along with
everything else.
Thanks in advance,
Igor
------_=_NextPart_001_01C8C580.5EF870AE
Content-Type: text/html;
charset="US-ASCII"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2900.3314" name=3DGENERATOR></HEAD>
<BODY>
<DIV dir=3Dltr align=3Dleft> </DIV>
<DIV></DIV>
<DIV><SPAN class=3D639332316-30052008><FONT face=3DArial size=3D2>I'm =
trying to
install 8.3.1 (binaries) on Win2003 using windows installer
(msi).</FONT></SPAN></DIV>
<DIV><SPAN class=3D639332316-30052008><FONT face=3DArial size=3D2>I'm =
runnning silent
install with:</FONT></SPAN></DIV>
<DIV><SPAN class=3D639332316-30052008><FONT face=3DArial
size=3D2></FONT></SPAN> </DIV>
<DIV><SPAN class=3D639332316-30052008><FONT face=3DArial
size=3D2>ADDLOCAL=3Dserver,psql,pgadmin,psqlodbc,nls</FONT></SPAN></DIV>
<DIV><SPAN class=3D639332316-30052008><FONT face=3DArial
size=3D2></FONT></SPAN> </DIV>
<DIV><SPAN class=3D639332316-30052008><FONT face=3DArial size=3D2>and =
I'm getting
error message saying, that "psqlodbc is not included in the
package".</FONT></SPAN></DIV>
<DIV><SPAN class=3D639332316-30052008><FONT face=3DArial
size=3D2></FONT></SPAN> </DIV>
<DIV><SPAN class=3D639332316-30052008><FONT face=3DArial size=3D2>When I =
exclude
odbc:</FONT></SPAN></DIV>
<DIV><SPAN class=3D639332316-30052008><FONT face=3DArial
size=3D2></FONT></SPAN> </DIV>
<DIV><SPAN class=3D639332316-30052008><FONT face=3DArial size=3D2>
<DIV><SPAN class=3D639332316-30052008><FONT face=3DArial
size=3D2>ADDLOCAL=3Dserver,psql,pgadmin,nls</FONT></SPAN></DIV>
<DIV><SPAN class=3D639332316-30052008></SPAN> </DIV>
<DIV><SPAN class=3D639332316-30052008>install works fine.</SPAN></DIV>
<DIV><SPAN class=3D639332316-30052008></SPAN> </DIV>
<DIV><SPAN class=3D639332316-30052008>Is it true that odbc was excluded =
from 8.3.1
Windows distribution package?</SPAN></DIV>
<DIV><SPAN class=3D639332316-30052008>Should I change my scripts to run =
separate
odbc install?</SPAN></DIV>
<DIV><SPAN class=3D639332316-30052008></SPAN> </DIV>
<DIV><SPAN class=3D639332316-30052008>I didn't have this problem with =
8.2: odbc
was in cluded along with everything else.</SPAN></DIV>
<DIV><SPAN class=3D639332316-30052008></SPAN> </DIV>
<DIV><SPAN class=3D639332316-30052008>Thanks in advance,</SPAN></DIV>
<DIV><SPAN =
class=3D639332316-30052008>Igor</SPAN></DIV></FONT></SPAN></DIV>
<DIV><SPAN class=3D639332316-30052008><FONT face=3DArial
size=3D2></FONT></SPAN> </DIV></BODY></HTML>
------_=_NextPart_001_01C8C580.5EF870AE--
Re: odbc install error on Windows
Hi.
Separation of the psqlODBC module is carried out from pg8.3, and it is chosen by
stackbuilder.
Please see,
http://pginstaller.projects.postgresql.org/
Regards,
Hiroshi Saito
----- Original Message -----
From: Igor Neyman
To: pgsql-odbc [at] postgresql.org
Sent: Tuesday, June 03, 2008 10:47 PM
Subject: [ODBC] odbc install error on Windows
I'm trying to install 8.3.1 (binaries) on Win2003 using windows installer (msi).
I'm runnning silent install with:
ADDLOCAL=server,psql,pgadmin,psqlodbc,nls
and I'm getting error message saying, that "psqlodbc is not included in the package".
When I exclude odbc:
ADDLOCAL=server,psql,pgadmin,nls
install works fine.
Is it true that odbc was excluded from 8.3.1 Windows distribution package?
Should I change my scripts to run separate odbc install?
I didn't have this problem with 8.2: odbc was in cluded along with everything else.
Thanks in advance,
Igor
--
Sent via pgsql-odbc mailing list (pgsql-odbc [at] postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-odbc
Re: odbc install error on Windows
Hiroshi,
Thanks for you quick reply.
What about "silent" install on the machine without internet connection
during install?
Is there an option to "pre-load" required moduls and run Stackbuilder in
silent mode?
TIA,
Igor
-----Original Message-----
From: Hiroshi Saito [mailto:z-saito [at] guitar.ocn.ne.jp]
Sent: Tuesday, June 03, 2008 10:09 AM
To: Igor Neyman; pgsql-odbc [at] postgresql.org
Subject: Re: [ODBC] odbc install error on Windows
Hi.
Separation of the psqlODBC module is carried out from pg8.3, and it is
chosen by stackbuilder.
Please see,
http://pginstaller.projects.postgresql.org/
Regards,
Hiroshi Saito
----- Original Message -----
From: Igor Neyman
To: pgsql-odbc [at] postgresql.org
Sent: Tuesday, June 03, 2008 10:47 PM
Subject: [ODBC] odbc install error on Windows
I'm trying to install 8.3.1 (binaries) on Win2003 using windows
installer (msi).
I'm runnning silent install with:
ADDLOCAL=3Dserver,psql,pgadmin,psqlodbc,nls
and I'm getting error message saying, that "psqlodbc is not included in
the package".
When I exclude odbc:
ADDLOCAL=3Dserver,psql,pgadmin,nls
install works fine.
Is it true that odbc was excluded from 8.3.1 Windows distribution
package?
Should I change my scripts to run separate odbc install?
I didn't have this problem with 8.2: odbc was in cluded along with
everything else.
Thanks in advance,
Igor
--
Sent via pgsql-odbc mailing list (pgsql-odbc [at] postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-odbc
Re: odbc install error on Windows
Hi.
Umm I don't have the answer, regretted.
Sorry..
Regards,
Hiroshi Saito
----- Original Message -----
From: "Igor Neyman" <ineyman [at] perceptron.com>
Hiroshi,
Thanks for you quick reply.
What about "silent" install on the machine without internet connection
during install?
Is there an option to "pre-load" required moduls and run Stackbuilder in
silent mode?
TIA,
Igor
-----Original Message-----
From: Hiroshi Saito [mailto:z-saito [at] guitar.ocn.ne.jp]
Sent: Tuesday, June 03, 2008 10:09 AM
To: Igor Neyman; pgsql-odbc [at] postgresql.org
Subject: Re: [ODBC] odbc install error on Windows
Hi.
Separation of the psqlODBC module is carried out from pg8.3, and it is
chosen by stackbuilder.
Please see,
http://pginstaller.projects.postgresql.org/
Regards,
Hiroshi Saito
----- Original Message -----
From: Igor Neyman
To: pgsql-odbc [at] postgresql.org
Sent: Tuesday, June 03, 2008 10:47 PM
Subject: [ODBC] odbc install error on Windows
I'm trying to install 8.3.1 (binaries) on Win2003 using windows
installer (msi).
I'm runnning silent install with:
ADDLOCAL=server,psql,pgadmin,psqlodbc,nls
and I'm getting error message saying, that "psqlodbc is not included in
the package".
When I exclude odbc:
ADDLOCAL=server,psql,pgadmin,nls
install works fine.
Is it true that odbc was excluded from 8.3.1 Windows distribution
package?
Should I change my scripts to run separate odbc install?
I didn't have this problem with 8.2: odbc was in cluded along with
everything else.
Thanks in advance,
Igor
--
Sent via pgsql-odbc mailing list (pgsql-odbc [at] postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-odbc
--
Sent via pgsql-odbc mailing list (pgsql-odbc [at] postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-odbc