When attempting to use the SQL Processing Wizard, the processing wizard will consume 2GB of memory and then close.
The following log line will be present in the SQL Processing Wizard log (SQLWiz.log):
2/24/2015 8:13:29 AM MSQLWizard Error 7 Out of memory
This is due to using a very large .ini file to process the SQL instance. The SQL Processing Wizard will attempt to load the contents of the ini file into memory when processing the server. This is a Windows 32bit process limitation, of how much memory a 32 bit process can be allocated by the Operating System:
https://msdn.microsoft.com/en-ca/library/windows/desktop/aa366778%28v=vs.85%29.aspx#memory_limits
|
To resolve this issue - use the Custom Map functionality within the Resource Updating Manager to generate a scoped, smaller .ini file for use with the SQL Processing Wizard.
More information about how to use this functionality is explained in the following Knowledge Base article: