October 2009 - Posts
I was recieving Message ID: 2719 source: SMS Server Component: SMS_INVENTORY_DATA_LOADER
HKLM\Software\Microsoft\SMS\Components\SMS_INVENTORY_DATA_LOADER\Max MIF Size
due to MIF's being over the default of 5mb. Problem is the registry key is not in the location specified beause the server is 64 bit (x64)
Look here:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\SMS\Components\SMS_EXECUTIVE\Threads\SMS_INVENTORY_DATA_LOADER
While troubleshooting recently, I came across an instance where I needed to verify a SPN was still set correctly for a remote SQL instance.
- Go to your SQL box
- Navigate to:
- X64 - :\Program Files (x86)\Support Tools
- X32 - :\Program FIles\Support Tools
- Run Setspn.exe -L <ComputerName>
or
- Install ADSIEdit.msc
- Locate the server you wish to verify
- Right Click Propteries
- Scroll down to servicePrincipalName
Results are returned.
"not enough server storage is available to process this command"
when you google you will find several refrences to an IRP stack size issue in windows NT4. This is not related.
The issue you are running into is covered in this blog post
http://blogs.technet.com/smsandmom/archive/2008/03/10/configmgr-2007-distribute-software-updates-wizard-returns-not-enough-server-storage-is-available-to-process-this-command.aspx
Test: Open up the Computer Managment (compmgmt.msc) >> Shared Folder >> Sessions
If you see your ConfigMgr / SCCM service account listed a bunch of times and idle. Then the blog post above will fix your issue.