Hi,

We have recently upgraded to T24 R10 on a Windows 2008 R2 (64 bit)
server

I have run the jODBC install program found in c:\TAFC\R10\clients
(jODBCInstaller) which seemed to be succesful. I notice that the ODBC
driver has been installed in the C:\Windows\SysWOW64 folder which
leads me to believe it is a 32 bit driver? After installation of the
jODBC driver , i find no jbase/TAFC ODBC option in Administrator Tools
- ODBC drivers on the server - neither in User , System or File DSN.

When trying to add a DSN from command prompt I get "Error while
accessing the jODBC setup library. "

Is the jODBC driver supplied with TAFC 64 bit compatible? What am i
doing wrong?

E:\>jodbcmanager -i
Location: C:\Windows\System32\
Usage count: 2
jODBC driver has been installed successfully.

E:\>jodbcmanager -h

Syntax:
     jODBCManager <options> [<adv. options>]

Options:
     -h               Display help
     -i               Install jODBC driver
     -u               Uninstall jODBC driver
     -add="<str>"   Create DSN. See option -mode for more options.
     -del="<dsn>"   Remove DSN. See option -mode for more options.
     -test="<str>"  Test connection to data source
                      where <str> specifies the connection string

Advanced Options:
     -system               Use SYSTEM DSNs. (default: USER DSNs)
     -driver="<path>"   Path to jODBC driver library
                                default: current directory / Windows
system dir ectory
     -setup="<path>"            Path to jODBC driver setup library
                                 default: current directory / Windows
system dir ectory

Examples:
     Install jODBC driver:
         jODBCManager -i -driver="C:\WINDOWS\system32\jodbc.dll" -
setup="C:\WIND OWS\system32\libjODBCSetup.dll"
     Uninstall jODBC driver:
         jODBCManager -u
     Add SYSTEM DSN:
         jODBCManager -add="DSN=MyTestjODBC;SERVER=localhost;UID=test"
-system
     Remove SYSTEM DSN:
         jODBCManager -del="MyTest" -system
     Test connection with DSN MyTestjODBC (localhost, default port):
         jODBCManager -test="DSN=MyTestjODBC;UID=test;PWD=test"


E:\>jodbcmanager -i -driver="C:\Windows\SysWOW64\jodbc.dll" -setup="C:
\Windows\S ysWOW64\libjODBCSetup.dll"
Location: C:\Windows\System32\
Usage count: 3
jODBC driver has been installed successfully.


E:\>jodbcmanager -add="DSN=jODBC;SERVER=localhost" -system Error while
accessing the jODBC setup library.


C:\>jODBCManager -i -driver="c:\windows\syswow64\jodbc.dll" -setup="c:
\windows\s
yswow64\libjodbcsetup.dll"
Location: C:\Windows\System32\
Usage count: 5
jODBC driver has been installed successfully.


C:\>jodbcmanager -add="DSN=jodbc;server=localhost;UID=xxxxx" -system
Error while accessing the jODBC setup library.


-- 
Please read the posting guidelines at: 
http://groups.google.com/group/jBASE/web/Posting%20Guidelines

IMPORTANT: Type T24: at the start of the subject line for questions specific to 
Globus/T24

To post, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en

Reply via email to