Kbase P10494: Error 1720 when trying to connect to database.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/11/2008 |
|
Status: Unverified
SYMPTOM(s):
Unable to connect to database.
Error when trying to connect to database.
Unable to attach shared memory <shmname>, error 132. (1720)
CAUSE:
Trying to connect to a database in single user mode, without specify a -1 parameter.
FIX:
Start single-user Progress, with the following command:
prowin32 [db-name] -1 [parameters]
or trough 4GL with CONNECT statement:
CONNECT
{ {PHYSICAL-NAME| VALUE (expression) } -1 [options] |
options
}
[ NO-ERROR ]