Consultor Eletrônico



Kbase P45342: Can not connect webspeed via shared memory to database runni
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   12/23/2003
Status: Unverified

FACT(s) (Environment):

HP-UX 11.0

FACT(s) (Environment):

WebSpeed 3.1D

SYMPTOM(s):

Can not connect webspeed via shared memory to database that is running on the same machine

ERROR: cannot start server. (8100)

Error 8100 in broker log

SYSTEM ERROR: Shared memory access permission denied (1136)

(_progres path_to_production_db) returns error 1136

Webspeed and database licenses installed at the same location on the machine running HPUX cluster

Production database is running from memory windows

_progres can connect to a demo database via shared memory (_progres path_to_demo)

_progres can not connect to production database via shared memory (_progres path_to_production_db)

"setmemwindow -i memwinid _progres" with correct memory windows number can connect to produciton database via shared memory

CAUSE:

Production database is running from memory windows, thus webspeed agents need to connect to database from correct memory window

FIX:

In ubroker.properties, under the production broker,

add or modify following entry

srvrExecFile="@{Startup\DLC}\bin\jvmStart.exe" -o eventmgr -p newConsole "@{Startup\DLC}\bin\myscript"

my script contains

setmemwindow -i memwinid PATH_TO_DLC/bin/_progres

Save the ubroker.properties file and restart broker