Consultor Eletrônico



Kbase 15151: Configuring the ODBC driver using a remote OID within NT.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/10/1998
Configuring the ODBC driver using a remote OID within NT.

Set the following environment variables within NT's SYSTEM area:
PROOIBRK=C:\DLC\BIN\oibrkr32.exe
PROOIDRV=C:\DLC\BIN\oidrvr32.exe
DLC=C:\DLC

Starting the database on the NT server:
proserv dbname -N TCP -S service1

Starting the remote broker on the NT server from Command Line:
%prooibrk% -SV -S service2 -N TCP -H hostname (ALL ARE REQUIRED)

Shutting down the remote broker on the NT server from Command Line:
proshut -SV -S service2

ODBC Configuration (Progress' ODBC Admin):
Database connection parameters (Progress' ODBC Admin):
-db dbname (THIS IS THE ONLY THING REQUIRED ON THIS LINE)

Open Interface Broker Configuration (Progress' ODBC Admin):
-N TCP -S service2 -H hostname


NOTES: -db is the only startup parameter that is required within the
database connection parameters due to the fact that it is being
started up in a "shared memory" environment.

Progress Software Technical Support Note # 15151