Consultor Eletrônico



Kbase 15295: error activating image ucx$ipc_shr 7.2E02 Alpha install
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/10/1998
error activating image ucx$ipc_shr 7.2E02 Alpha install

%DLC-W-ACTIMAGE error activating image UCX$IPC_SHR
IMAGE FILE NOT FOUND

This error will occur when 7.2E02 Alpha is installed on a machine that
does not have TCP installed. PROGRESS will not run.

This is a known bug with the 7.2E02 Alpha product.

There are several solutions:

1. Order the 7.2E03 patch

2. Take the UCX images off the VMS distribution and place them in
their SYS$LIBRARY area. For OpenVMS Alpha systems the UCX kit
is on the Operation System CD as well as the Consolidated
Distribution CD. When they find the UCX kit they should be able
to just pull off the following files:

UCX$IPC_SHR.EXE
UCS$ACCESS_SHR.EXE

Pull these images from the kits and place them in their SYS$LIBRARY
directory.

Directions to pull files off CD (Alpha system)

a. Mount the CD with the Operating Syste
b. BACKUP <disk>:[UCX033.KIT]ALPHA_UCX033.B/SAVE -
/SELECT=(UCX$ACCESS_SHR.EXE,UCX$IPC_SHR.EXE) -
SYS$COMMON:[SYSLIB]

This will take the required shareable images and put them into
the directory the image activator is looking for.

3. Execute the following link script (LDPRO.COM)

$! Built from template: USR:[DLCLOAD.DEVAPP]EXETPL.VMS
$ link := link
$ copy := copy
$ purge := purge
$ delete := delete
$ opt :=
otrace
odebug
$ if p1 .eqs. "DEBUG" then opt := /debug/full/cross
$!
$! Module:full-4GL
$! decnet - DECNET NETWORK PROTOCOL
$! bsd-sockets - TCP-IP NETWORK PROTOCOL
$ prog = "_progres"
$!
$ copy sys$input tmp.opt
PROLOAD:[4gl]bklk,-
PROLOAD:[4gl]bkset,-
PROLOAD:[4gl]dblg,-
PROLOAD:[4gl]drargs,-
PROLOAD:[4gl]drclient,-
PROLOAD:[4gl]drcon,-
PROLOAD:[4gl]drdb,-
PROLOAD:[4gl]drdbctl,-
PROLOAD:[4gl]drdbset,-
PROLOAD:[4gl]drmsg,-
PROLOAD:[4gl]drmsgw,-
PROLOAD:[4gl]drpfile,-
PROLOAD:[4gl]drppath,-
PROLOAD:[4gl]drsetup,-
PROLOAD:[4gl]drsig,-
PROLOAD:[4gl]fd,-
PROLOAD:[4gl]fdlist,-
PROLOAD:[4gl]fmeval,-
PROLOAD:[4gl]hlprodsp,-
PROLOAD:[4gl]wistubw,-
PROLOAD:[4gl]n1noora,-
PROLOAD:[4gl]n1norms,-
PROLOAD:[4gl]nca,-
PROLOAD:[4gl]ncs,-
PROLOAD:[4gl]ncsbsd,-
PROLOAD:[4gl]ncsdnet,-
PROLOAD:[4gl]ncslist,-
PROLOAD:[4gl]nsutil,-
PROLOAD:[4gl]profcomp,-
PROLOAD:[4gl]profldls,-
PROLOAD:[4gl]rlset,-
PROLOAD:[4gl]rnrq,-
PROLOAD:[4gl]rntmpio,-
PROLOAD:[4gl]rtfullp,-
PROLOAD:[4gl]sldb,-
PROLOAD:[4gl]smpat,-
PROLOAD:[4gl]snlkup,-
PROLOAD:[4gl]sqlsmlpi,-
PROLOAD:[4gl]sqlsmscv,-
PROLOAD:[4gl]svtstlk,-
PROLOAD:[4gl]tstset,-
PROLOAD:[4gl]dblp,-
PROLOAD:[4gl]dbmanb,-
PROLOAD:[4gl]fmsrt,-
PROLOAD:[4gl]bfx,-
PROLOAD:[4gl]proexitmsg,-
PROLOAD:[4gl]n2rx,-
PROLOAD:[4gl]ncsplain,-
PROLOAD:[4gl]drmsgfix,-
PROLOAD:[4gl]dbusr,-
PROLOAD:[4gl]dblang,-
PROLOAD:[4gl]dblksch,-
PROLOAD:[4gl]dbflushm,-
PROLOAD:[4gl]n2rxrms,-
PROLOAD:[4gl]vmstopro,-
PROLOAD:[4gl]n1nordb,-
PROLOAD:[4gl]n1nocis,-
PROLOAD:[4gl]n1nonis,-
PROLOAD:[4gl]n1udsf,-
PROLOAD:[4gl]vms2pcsv,-
PROLOAD:[4gl]vms2pccl,-
PROLOAD:[4gl]n1nosyb,-
PROLOAD:[4gl]n1nobti,-
PROLOAD:[4gl]n1noserv,-
PROLOAD:[4gl]n1noas4,-
PROLOAD:[4gl]sysglb,-
PROLOAD:[4gl]ncsbstrn,-
PROLOAD:[4gl]drdbctrn,-
PROLOAD:[4gl]ncstrn,-
PROLOAD:[4gl]nsutltrn,-
PROLOAD:[4gl]drmsgsub,-
PROLOAD:[4gl]upprodbb,-
PROLOAD:[4gl]rndde,-
PROLOAD:[4gl]wqstubs,-
PROLOAD:[4gl]n1nodt,-
PROLOAD:[4gl]dbsys,-
PROLOAD:[4gl]mtsys,-
PROLOAD:[4gl]musys,-
PROLOAD:[4gl]prsys,-
PROLOAD:[4gl]sfsys,-
PROLOAD:[4gl]wisys,-
PROLOAD:[4gl]sm4glsys,-
PROLOAD:[4gl]ncasys,-
PROLOAD:[4gl]wvsys,-
PROLOAD:[4gl]pdsys,-
PROLOAD:[4gl]runtime,-
PROLOAD:[4gl]dbmgr,-
PROLOAD:[4gl]iolyr,-
PROLOAD:[4gl]compiler,-
PROLOAD:[4gl]stlib/library,-
PROLOAD:[4gl]ut/library,-
PROLOAD:[4gl]provv/library,-
sys$library:decc$shr/share
stack=20
$
$ link/exe='prog'/map='prog' 'opt' tmp.opt/options
$!
$ delete tmp.opt;*
$ purge 'prog'.exe
$!


30-nov-95
jyt


Progress Software Technical Support Note # 15295