Kbase P9924: Progress fails to open a DB that was stored in a CD
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  15/10/2008 |
|
Status: Verified
FACT(s) (Environment):
Windows NT 32 Intel/Windows 2000
SYMPTOM(s):
Error attempting to access a database
Database copied to disk from a CD.
** Cannot find or open file <file-name>, errno = <number>. (43)
** Cannot find or open file <file-name>, errno=5. (43)
** Cannot find or open file c:\wrk\x.db, errno = 5. (43)
CAUSE:
Database files copied onto disk from a CD can retain a "read only" property. The user process must be able to write to a database in order to connect, unless the -RO is specified.
FIX:
Change the properties of the file and eliminate the "Read-only" attribute.