(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-PXRXDV8'); var _ss = _ss || []; _ss.push(['_setDomain', 'https://koi-3QNL6WU154.marketingautomation.services/net']); _ss.push(['_setAccount', 'KOI-47DC8RALVS']); _ss.push(['_trackPageView']); (function() { var ss = document.createElement('script'); ss.type = 'text/javascript'; ss.async = true; ss.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'koi-3QNL6WU154.marketingautomation.services/client/ss.js?ver=2.4.0'; var scr = document.getElementsByTagName('script')[0]; scr.parentNode.insertBefore(ss, scr); })(); Skip to main content

$2501 – Insufficient Memory

ERROR: “Insufficient memory for this operation” running Pathways

Issue – ERROR: “Insufficient memory for this operation” running Pathways
Resolution – Change the value in the SHAREDMEMSIZE field to 4096
Product – Pathways
Issue Details – $2501 “insufficient memory for this operation” messages display when you try to start or run PLATO Pathways. or “Insufficient memory for this operation” errors display on workstations when Pathways is trying to open a table, for example: Type :EDBEngineError Message : Insufficient memory for this operation. Table:C:\WINDOWS\PWAY\DB\prereqlt.db Application : 3.9.1.19 Workstation : 42693 Source : TSDForm (unhandled) Type : EDBEngineError Message : Insufficientmemory for this operation. Table: C:\WINDOWS\PWAY\DB\resource.db Application :3.9.1.19 Workstation : 42870 Source : TfrmLessExec (unhandled)
Details
Resolution
Pathways uses the Borland Database Engine (BDE) for database functions. Your application (or another BDE application) has used up the memory available to the BDE. The $210D error is a Borland Database Engine error caused by a shared memory conflict. The $2501 error means”insufficient memory for this operation.” The errors can usually be resolved by changing the default settings in the BDE, which may include increasing sharedmemsize, minbufsize, maxbufsize, or changing sharedmemlocation.
Change the default settings in the BDE:
  1. Click Start > Settings > Control Panel > BDE Administrator, or Navigate to C:\Program Files\Borland\Common Files and open the BDE folder.
  2. Click the System Folder to expand it.
  3. Click the INIT icon. A list of configuration settings will display.
  4. Type 0x5BDE in the SHAREDMEMLOCATION field.
  5. Change the value in the SHAREDMEMSIZE field to 4096.
  6. Click the Object pull-down menu.
  7. Click Apply, and then answer OK to the confirmation to Save all edits…
  8. Try to run PLATO Pathways again. If the problem still occurs, try the same instructions above, but this time, try a SHAREDMEMSIZE property at 8192.