UBSA1.119 : Access UBS (Accounting): How do I resolve the error prompt, There is not enough memory to complete the transaction?
Environment
Access UBS (Accounting)Solution
To resolve the error prompt, There is not enough memory to complete the transaction:
- There are too many empty records in transaction table. Delete them by using the following fox command: delete glpost where entry = " and accno = ".
- To access the FOXCMD emulator, click on File, Exit , F
- Type the commands: use glpost delete all for entry = " and accno = "
--Source from Access UBS --