Consultor Eletrônico



Kbase 20293: Webspeed 3.1x & Oracle Dsrv against Oracle 8 on AIX 4.3
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/16/2008
Status: Unverified

GOAL:

What seeting are needed to avoid problems when using WebSpeed 3.1x with Oracle Dsrv 9.1A against Oracle 8 on AIX 4.3?

FACT(s) (Environment):

Oracle DataServer

FACT(s) (Environment):

WebSpeed 3.1x

FACT(s) (Environment):

IBM AIX

FIX:

The following setting has been successful running Progress 9.1A against Oracle 8 on AIX 4.3

1) Create the executable Progress client (including Oracle
Dataserver) using PROBUILD:

$DLC/bin/_proora

2) Create the schema holder.

3) Create a new WebSpeed Broker (with Progress Explorer on a
Windows NT server):

a) On the command line, the call to the executable
$DLC/bin/_progress is replaced by a call to a script, for
example, $DLC/bin/_oraweb (*see below).

b) For the WebSpeed broker, set only the environment
variables DLC and PROEXE=$DLC/bin/_oraweb.

c) Grant a service name and grant permission to use the
default Service.

d) Add the connection to the schema holder.

(*) The script _oraweb defines the necessary environment
variables (including NLSPATH) and calls $DLC/bin/_proora
(built by the PROBUILD utility) as follows:

DLC=·
NLS_LANG=·
ORACLE_HOME=·
ORACLE_SID=·
LIBPATH=·
NLSPATH=/usr/lib
ls/msg/%L/%N:/usr/lib
ls/msg/%L/%N.cat
$DLC/bin/_proora $*

LIBPATH is specified within ubroker.properties file

4) Restart the AdminServer.

5) Start the WebSpeed broker.