Salesforce

How to change connection parameters for the Fathom Compaction Job?

« Go Back

Information

 
TitleHow to change connection parameters for the Fathom Compaction Job?
URL Name000056474
Article Number000171427
EnvironmentProduct: OpenEdge Management
Version: 10.x, 11.x
OS: All supported platforms
Question/Problem Description
How to change connection parameters for the Fathom Compaction Job?
Why does the Compaction Job fail with error 9450 on a DBI file?
Steps to Reproduce
Clarifying Information
Error Message(9450) bkioWrite:Insufficient disk space during write, fd 19, len 4096, offset 1573004, file DBI*
Defect Number
Enhancement Number
Cause
Resolution
The Compaction Job makes heavy use of temp files. As such an alternate location for these DBI* files with more disk space than currently available may be needed.

OpenEdge Management perl scripts for jobs are stored in: ${fathomInstallDir}/perl/scripts

Edit the data compaction job: dataCompact.pl

The following line contains the connection parameters for the job:
$rc = system("$CMD -db \"$FM_DBPATH\" -Bt 32000 -b -p \"$DOTP\""); 

Add the Client temporary directory location other than the work directory which is used by default:

$rc = system("$CMD -db \"$FM_DBPATH\" -Bt 32000 -s 80 -T <fulltemppath> -b -p \"$DOTP\""); 
Workaround
Notes
Keyword Phrase
Last Modified Date12/23/2014 1:08 PM

Powered by