Kbase P153122: Error 1012 connecting to schema holder using pro command with pf file
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  22/09/2009 |
|
Status: Unverified
SYMPTOM(s):
** Warning -- database <name> is already connected. (1012)
Error connecting to schema holder using pro command with pf file
Command line used has database referenced
FACT(s) (Environment):
pf file also has database referenced
All Supported Operating Systems
Progress 9.x
OpenEdge 10.x
CAUSE:
pro command is a single user connection. Database is connected twice, once from command line, once from pf file. Therefore the error
FIX:
Take off reference to database from command line or from pf file
for example,
original connection command: pro my_holder -pf my_pf
fix: pro -pf my_pf