While this may appear to be a regression since the largefiles feature change in Progress 9.1E and OpenEdge 10.0B++ where:
If the target database of a PROCOPY or PROREST operation exists in any form (even if only as a void database) without the PROUTIL -C EnableLargeFile flag set, the targets large files setting should not be changed after the operation is completed.
This is not a considered a bug, it is however the impact of another bug that was fixed:
Defect OE00187004 / PSC00215895, LargeFiles not enabled by PROREST when the variable extent > 2GB.
Before this was fixed, a PROREST results in SYSTEM ERROR: Attempted to exceed maximum size on file <pname>. (10601) when the extent being restored into exceeds 2GB and renders the database inaccessible.
While there are workarounds, the PROEST logic was never-the-less revised in OpenEdge 10.2B in order to prevent this lockout behaviour, which in turn impacts database restores that were taken from databases that already have largefiles enabled.