[Progress Communities] [Progress OpenEdge ABL] Comment on Automatically enable large files

  • Thread starter Thread starter Patrice Perrot
  • Start date Start date
Status
Not open for further replies.
P

Patrice Perrot

Guest
Hi Stefan, I asked the same question and Rich Banville gave me a workaround Extract of his answer : In OE 12.0, it is on by default and there is no way to disable it. The maximum size of a variable length data extent can be controlled with the “v” option when creating the new extent. That is the maximum size the extent is allowed to grow. They could set it to 2GB for each variable length extent in each of their data areas which would have the same effect as if large files was not enabled. The workaround is : On the last (variable) extend of each area, you must add for a 2GB limitation : v 2032192 (or a value near this one) Example of my st d "Listing-Lines":9,64;8 /asp/bases/pool31f/xgestasp/profpnv_9.d1 v 2032192 Patrice

Continue reading...
 
Status
Not open for further replies.
Back
Top