Kbase P64602: Starting Progress and error 43 to connect to an unexptected
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/27/2004 |
|
Status: Unverified
SYMPTOM(s):
** Cannot find or open file something.db, errno = 2. (43)
Starting Progress without specifying any database to connect to
CAUSE:
The pf file (if none used explicitly, then default $DLC/startup.pf is used) contained a typo with a dummy line without any parameter name. Such a thing, if specified at the top of the pf file, is taken as a database name like -db.
So just doing a 'pro' results in 'pro Something' and Progress automatically tries to connect to Something.db
FIX:
Check you PF file to remove a typo that is taken like a -db value.