Disable maximum size of OLE objects

OLE objects that exceed the default maximum of 21 MB are removed from Rational DOORS when you save the module.

Step-by-step guide

  1. Open the Registry Editor (regedit.exe) as an administrator and navigate to the OLE key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Ole.
  2. Create a new DWORD (32-bit) value named MaximumAllowedAllocationSize as a key under the Ole key.
  3. Right-click and modify the new DWORD (32-bit) value.
  4. Set the value data to 4294967295 (decimal) - FFFFFFFFFF (hexadecimal)..
  5. Restart your computer.