Consultor Eletrônico



Kbase P25206: Why error 1178 occurs after installation of patch or service pack?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/16/2008
Status: Unverified

GOAL:

Why error 1178 occurs after installation of patch or service pack?

GOAL:

Check if error 1178 is due to environment variables $DLC and $PATH

FACT(s) (Environment):

UNIX

CHANGE:

Patch or Service Pack just installed

FIX:

A proof that the error
The shared memory is version <num>; expected <num> (1178)
is due to environment variables $DLC and/or $PATH not set properly is given with the following test.

1. The following set of commands shows error 1178
prodb sports sports
proserve sports
mpro sports

To stop the DB broker started, run
proshut sports -F -by

2. The following set of commands does not give error 1178.

cd <directory where Service Pack or Patch was installed>
cd bin
prodb /tmp/sports ../sports
_mprosrv /tmp/sports
_progres /tmp/sports -T /tmp

In case you do not have a development license, you will get the appropriate message
** This version of PROGRESS requires a start up procedure. (495)

To stop the DB broker started, run
_mprshut /tmp/sports -F -by