Kbase 17905: ACTUATE Report Server - Setting up the environment
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  13/05/1998 |
|
ACTUATE Report Server - Setting up the environment
INTRODUCTION:
=============
This kbase shows how to setup environment for ACTUATE Report Server on
Windows NT Server with the Progress database on UNIX machine
WHY YOU NEED TO KNOW THIS:
===========================
You might come across the error when trying to run a report from the
ACTUATE Administrator Desktop:
Basic Error 1101
Module ....
Line 144
Database error 2
PROCEDURAL APPROACH:
====================
Install ACTUATE Report Server and Administrator Desktop on the Windows
NT Server machine.
Setup the following environment variables. This is done via Control
Panel --> System --> System Variables
DLC=c:\dlc
PATH=c:\dlc\bin
PROOIBRK=c:\dlc\bin\oibrkr32.exe
PROOIDRV=c:\dlc\bin\oidrvr32.exe
ACCESS=all
It is important to have the PROOIBRK and PROOIDRV set even though the
OIB will be started on the UNIX machine. If this is omitted, then you
will see the above error.
On the UNIX machine, setup the environment variables:
DLC=/usr/dlc
PROOIBRK=/usr/dlc/bin/_prooibk
PROOIDRV=/usr/dlc/bin/_prooidv
PATH=$PATH:$DLC/bin
Start the database server:
proserve sports -N TCP -H hostname -S dbservname
From the same directory, start the OIB:
$PROOIBRK -SV -S oibsrvname -N TCP -H hostname
Progress Software Technical Support Note # 17905