Consultor Eletrônico



Kbase P16038: Cannot find or open file, errno=32 due to veritas backup running while db online
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   22/09/2005
Status: Verified

SYMPTOM(s):

Error 43 when connecting to the database.

**Cannot find or open file <filename>, errno = <number>. (43)

Cannot find or open file dbname.d2, errno=32. (43)

Shutdown request received from Admin Server. (8852)

Errno 32 is ERROR_SHARING_VIOLATION
The process cannot access the file because it is being used by another process.

CAUSE:

Running a Veritas backup with the File Open option while the database was online.

FIX:

Online backups of the database should be performed with the probkup command.
Syntax: probkup online <dbname> <device>.

Veritas Backup process should exclude all database files (.db, .lk, and .lg) as well as all database extents to ensure there will not be a sharing violation. Or perform Veritas Backup when database is offline.