This error occurs on FEM Import, Reimport, and Remove FEM actions. This has to do with the default amount of resources that Microsoft assigns to the database engine. For some reason it assigns a very limited amount of resources and that setting causes HyperSizer to return an error when importing large finite element models.
If you have access to change your registry (you might need admin privilege), you can work around this problem pretty easily. You have to change the following key:
If you are on 32 bit windows (XP or Windows 7), change the following:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Jet\4.0\Engines\Jet 4.0
change the value of "MaxLocksPerFile" to something like 50000 (decimal).
If you are on 64 bit windows (XP or 7), you will not see that key at all and you must change the following:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Jet\4.0\Engines\Jet 4.0
change the value of "MaxLocksPerFile" to something like 50000 (decimal).
After this, simply stop and restart HyperSizer and you should be able to delete or reimport your FEM without any problem.
Corresponding Application Error Messages: (1) Line #124, Error#3052, File sharing lock count exceeded. Increase Max LocksPerFile registry entry. (2) Line #26, Error #2147188738, Automation error in fmProject::cmdReimportFEM
Login to view attached image of error message