This article details the requirements to allow processing a file bigger than 4GB with ACR/Summary or ACR/Detail on Windows, UNIX or Linux
By default, processing a file bigger than 4GB with ACR/Summary or ACR/Detail on Windows, UNIX or Linux will return an ERROR within the SYSOUT similar to the following :
#UDX015E: <job>/<step> <file>/<filename> NOT PROCESSED BECAUSE FILE CANNOT BE OPENED.
This is a limitation with MicroFocus, though can be circumvented by adding an override through a couple easy steps...
1 ) Create a file titled EXTFH.cfg. Within this file we will have the following two lines defined :
[XFH-DEFAULT]
FILEMAXSIZE=8
Please note, after the "8" on the second line, ensure there is a cartage return ( hit enter ).
2 ) Place an override for this file within the ACRPRF commonly located within /home/acrmgr/bin. The override will look similar to the following :
EXTFH=/home/acrmgr/bin/EXTFH.cfg ; export EXTFH
Processing the job after completing the above should now return a RC 0
Comments
0 comments
Please sign in to leave a comment.