Kbase P67338: FHAR: repl.properties file not found due to uppercase in DB path
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
FACT(s) (Environment):
Fathom High Availability Replication 2.0A
SYMPTOM(s):
Connection Manager Property file /dir1/dir2/dbname.repl.properties not found (PRPMSG013)
File /dir1/DIR2/dbname.repl.properties exists
Uppercase within path for the database "dbname"
CAUSE:
Issue was not reproduced in-house and real cause has not been found.
FIX:
Make a symbolic link from /dir1/DIR2/dbname.repl.properties to /dir1/dir2/dbname.repl.properties.
> cd /dir1
> mkdir dir2
> ln -s DIR2/dbname.repl.properties dir2