Kbase P123833: Crash occurs when connecting _PROGRES.EXE to Oracle schema holder running in multi-user mode
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  8/6/2007 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.1B
Oracle DataServer
Oracle
Windows
SYMPTOM(s):
10.1B01
Using _PROGRES.EXE to connect to an Oracle DataServer schema holder
Schema holder is running in multi-user mode
Crash occurs when _PROGRES.EXE connects
_PROGRES.EXE crashes when connecting in self-service (shared memory) mode
_MPROSRV.EXE (database server, not database broker) crashes when connecting in client-server (-S -H -N) mode
Protrace files generated are empty
Problem does not occur when using _PROGRES.EXE to connect in single-user mode
Problem does not occur when using a SQL DataServer schema holder running in multi-user mode
Problem does not occur when using the GUI client (PROWIN32.EXE)
CAUSE:
Bug# OE00150562
FIX:
Option #1
Upgrade to 10.1B02 or later
Option #2
Use a local schema holder and connect using -RO, avoiding the need to run the schema holder in multi-user mode.
1) Start PROENV
2) Run the command:
PROUTIL <schema holder> -C TRUNCATE BI
3) Connect using parameters similar to the following:
_PROGRES -db <schema holder> -RO -db <Oracle> -dt ORACLE -U <username> -P <password>