Kbase 20303: Error: Database is Longer than 11 Characters (448)
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
SYMPTOM(s):
** Your database name is longer than 11 characters. (448)
Connection to several databases on the same command line fails.
-db startup parameter is being used.
CAUSE:
More than one argument is supplied to the startup parameter -db
FIX:
Supply only one argument to the startup parameter -db.
A connection to two databases on the command line can be written in the following syntax:
mpro /usr2/progressdb/progress.db -db /usr2/progressdb/progress2.db
The -db in this line tells the system that what follows is the full path to the second database that is to be started.