Skip to main content
Support

KB Article #56318

rdjexp hangs while processing huge file.

Problem

Error received during the execution of file containing 800k records.
Error messages could be:
  cat: 0652-054 Cannot write to output.
OR
Fatal I/O error 0062300 : GDF ../../src/c/exploit/ges.fic/gdfc.c 1141


Resolution

The solution to overcome these kind of issues are:



Turn off all report generation options from Script.fic.
Checking of Disk space.
Setting ulimit value to unlimited.



Ensure that proper amount of disk space is available. The intermediate sorting file generated are almost 10 times the size of the input file. This is the major cause of both the error message.



Ensure that the user where the execution of the test is being done have proper disk quota and rights to access directories, the writing of a file is also a problem when the ownership of the users mismatches.