We are currently Running SCCM 2012 CU2 on SQL Server 2008 R2 SP2
When trying to delete a device from within the console we get the below error:
ConfigMgr Error Object:
instance of SMS_ExtendedStatus
{
CauseInfo = "3";
Description = "Error deleting discovery data in SQL";
ErrorCode = 2168655109;
File = "e:\\qfe\\nts\\sms\\siteserver\\sdk_provider\\smsprov\\sspresource.cpp";
Line = 390;
Operation = "DeleteInstance";
ParameterInfo = "SMS_R_System.ResourceId=16777558";
ProviderName = "WinMgmt";
SQLMessage = "[42000][8144][Microsoft][SQL Server Native Client 10.0][SQL Server]Procedure or function spSystemDecommission has too many arguments specified. : spSystemDecommission";
SQLSeverity = 16;
SQLStatus = 8144;
StatusCode = 2147749889;
};
-------------------------------
Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlQueryException
Failure deleting management object
Stack Trace:
at Microsoft.ConfigurationManagement.AdminConsole.Common.StatusReportingWindow.ShowProgress(Action action, TimeSpan blockBeforeShow)
at Microsoft.ConfigurationManagement.AdminConsole.CollectionMenuActions.LaunchUtilities.DeleteMenuAction(Object sender, ScopeNode scopeNode, ActionDescription action, IResultObject selectedObjects, PropertyDataUpdated dataUpdatedDelegate, Status
status)
-------------------------------
System.Management.ManagementException
Generic failure
Stack Trace:
at Microsoft.ConfigurationManagement.AdminConsole.Common.StatusReportingWindow.ShowProgress(Action action, TimeSpan blockBeforeShow)
at Microsoft.ConfigurationManagement.AdminConsole.CollectionMenuActions.LaunchUtilities.DeleteMenuAction(Object sender, ScopeNode scopeNode, ActionDescription action, IResultObject selectedObjects, PropertyDataUpdated dataUpdatedDelegate, Status
status)
-------------------------------
When looking at SMSProv.log we see the following error as well:
*~*~[42000][8144][Microsoft][SQL Server Native Client 10.0][SQL Server]Procedure or function spSystemDecommission has too many arguments specified. : spSystemDecommission ThreadID : 4816 , DbError: 8144 , Sev: 16~*~* SMS Provider 2/7/2013 4:35:32 PM 4816 (0x12D0)CDiscoverySource_SQL::DecommissionDiscoveryItem - Error decommissioning resource data.
*~*~e:\qfe\nts\sms\siteserver\sdk_provider\smsprov\sspresource.cpp(390) : Error deleting discovery data in SQL~ SQL Error: [42000][8144][Microsoft][SQL Server Native Client 10.0][SQL Server]Procedure or function spSystemDecommission has too many arguments specified. : spSystemDecommission~*~* SMS Provider 2/7/2013 4:35:32 PM 4816 (0x12D0)
*~*~Error deleting discovery data in SQL [42000][8144][Microsoft][SQL Server Native Client 10.0][SQL Server]Procedure or function spSystemDecommission has too
Failed to DecommissionDiscoveryItem err code = 3 SMS Provider 2/7/2013 4:35:32 PM 4816 (0x12D0)many arguments specified. :
spSystemDecommission~*~* SMS Provider 2/7/2013 4:35:32 PM 4816 (0x12D0)
I've searched the forums and haven't seen anyone discuss this as it pertains to SCCM 2012. Any suggestions would be appreciated.
Thanks!!