Kbase 17170: Sample .bat file for Actuate Win95 standalone connection
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/05/1998 |
|
Sample .bat file for Actuate Win95 standalone connection
REM This is a sample .bat file demonstrating the steps necessary to
REM start Actuate correctly for a Win95 standalone connection.
REM In this example, we are connecting to a copy of the Sports
REM database located in c:\dbs. Progress version 8.2 has been
REM installed into c:\DLC82a .
REM First the environment variables are set.
REM Then we change over to the directory where the database is.
REM Next the Open Interface Broker is started.
REM Then the database server is started.
REM Finally, Actuate is started.
SET PROCFG=c:\DLC82a\PROGRESS.CFG
SET PROMSGS=C:\DLC82a\PROMSGS
SET DLC=c:\DLC82a
PATH=c:\DLC82a;c:\DLC82a\BIN;%PATH%
SET PROOIBRK=c:\DLC82a\BIN\Oibrkr32.exe
SET PROOIDRV=c:\DLC82a\BIN\Oidrvr32.exe
cd c:\dbs
c:\DLC82a\BIN\Oibrkr32.exe -SV -S <service name> -N tcp -H localhost
c:\DLC82a\BIN\_mprosrv sports
c:\Actuate\Devwb\BIN\designer.exe
REM From within the Actuate database connection dialog, we would type
REM DatabaseList -db sports
REM Dll path c:\Dlc82a\bin\esql32.dll
REM Startup Parameters -SV -S <service name> -N tcp -H localhost
Progress Software Technical Support Note # 17170