Accessing sapdb via unixocc

xiaoxiao2021-03-06  62

Accessing sapdb via unixocsetup the

UNIXODBC WORKING:

Deinstall / Remove the RPM File via rpm, due the SuSE RPMs are somewhat buggy for SuSE 8.0 and less. The 8.1 distribution is not tested by mine. I suggest to use the unixODBC 2.2.3. You will have to configure (./configure --prefix = / usr --sysconfdir = / etc) WORKED For ME in Suse 7.x, 8.0 and debian 3.0 / woody for my tests. within the susession there is the nessessary "setup" library already incruded. Now you need a /etc/odbcinst.ini file: this is a name, working /etc/odbcinst.ini:

----------------

[SAPDB]

Description = SAPDB

Driver = /usr/sapdb/depend/lib/libsqlod.so

Setup = /usr/lib/libsApdbs.so.1.0.0

Fileusage = 1

CPTIMEOUT =

Cpreuse =

You may create this using the "ODBCconfig" tool from the unixODBC Package In general you need the Setup-Driver File for the SapDB Have a look onto this screenshot:.. SapDB has got some difficulties with the Linux FSSTD2.There is recommended to have An an an ancient /usr/spool.create this with a line to / var / spool like That:

CD / usr ln -s / var / spool this is a sample /etc/odbc.ini: [DATBASE]

Description = SAPDB

Driver = sapdb

ServerNode = DATBASE.SERVER.ORG

ServerDB = Database

You will have to link /etc/odbc.ini into the / usr / spool / SQL / INI DIR.

CD / USR / SPOOL / SQL / INI LN -S /ETC/odbc.ini.

转载请注明原文地址:https://www.9cbs.com/read-111924.html

New Post(0)