From: | thomas(dot)f(at)gmx(dot)li |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | pgsqlodbc rsp installation fails |
Date: | 2003-04-04 12:32:19 |
Message-ID: | 32266.1049459539@www46.gmx.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Hello!
I've installed postgresql on a linux server. Now i want to make the
databases accessable to the
windows clients. If i do the odbc setup manually it works. But i want to do
this automatic, cause we
have 300 clients. and to do this by hand is not so funny.
Now the problem, i have to files:
psqlodbc.rsp with following contents:
INSTALLDRIVER "PostgreSQL Driver|Driver=psqlodbc.dll|Setup=psqlodbc.dll||"
CONFIGDRIVER "PostgreSQL Driver" "APILevel=1"
CONFIGDRIVER "PostgreSQL Driver" "ConnectFunctions=YYN"
CONFIGDRIVER "PostgreSQL Driver" "DriverODBCVer=07.02.0005"
CONFIGDRIVER "PostgreSQL Driver" "FileUsage=0"
CONFIGDRIVER "PostgreSQL Driver" "SQLLevel=1"
CONFIGDRIVER "PostgreSQL Driver" "CPTimeout=60"
CONFIGSYSDSN "PostgreSQL Driver" "DSN=PGSQL;Description=PostgreSQL
Driver;SERVER=myserver;User=myuser;DB=mydb;Port=5432||"
psqlinst.bat with following contents:
copy psqlodbc.dll %windir%\system32\psqlodbc.dll
copy psqlodbc.rsp %windir%\system32\psqlodbc.rsp
ODBCCONF.EXE /f "%windir%\system32\psqlodbc.rsp"
when i start the psqlinst.bat to get the psqlodbc driver automatic
installed, i get an error in application - ODBCCONF.EXE
it seems the error results from the configsysdsn part.
please can you help me, or give me a clue how to solve an automatic install
another way.
with best regards,
thomas f
--
+++ GMX - Mail, Messaging & more http://www.gmx.net +++
Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage!
From | Date | Subject | |
---|---|---|---|
Next Message | lists | 2003-04-04 13:53:25 | index problem when renaming a table |
Previous Message | Robert John Shepherd | 2003-04-04 10:49:25 | Rapid deteriation of performance (might be caused by tsearch?) in 7.3.2 |