Kbase P177049: AI Archiver generates errors 12165 and 13188 when archiving an AI file larger than 2GB
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/11/2010 |
|
Status: Unverified
SYMPTOM(s):
AI Archiver generates errors 12165 and 13188 when archiving an AI file larger than 2GB
(12165) An I/O error 2 occurred while attempting to write to the output file /archive/example.a4. The operation cannot continue.
(13188) Error -30037 occurred when archiving after-image extent /database/ai/example.a4.
Database log file shows that the AI Archiver is looping, continually attempting to and failing to create the archived file
FACT(s) (Environment):
Database AI extent is larger than 2GB
UNIX
OpenEdge 10.x
CAUSE:
The file system where the AI files are being archived to is not currently enabled to handle large files.
FIX:
Either:
a) Enable the file system to handle large files. (check your operating system documentation).
OR
b) Change the destination of the AI Archiver to be a file system that supports large files by changing the -aiarcdir parameter on the database startup parameters.
If you wish to change the destination directory without shutting down the database or terminating the AI Archiver process, it is possible to change the AI Archiver destination directory online by running this command:
rfutil <dbname> -C aiarchiver setdir <directory>