surfrock66
Member
- Messages
- 23
- Solutions
- 2
- Reaction score
- 0
- Points
- 1
I have a weird situation and am completely stumped as to a resolution. To start with, my organization had their root CA cert expire on Monday and we had to recover from that over the week. It appears we are back in order, a new CA was stood up and all is well, all existing certs have been reissued.
This is a fairly new SCCM 2016 environment on a Server 2016 box.
In SCCM, I went to enter the new PKI client certificate, but when I go to save I get an error. It is titled "The SMS Provider reported an error" and the details are as follows:
ConfigMgr Error Object:
instance of SMS_ExtendedStatus
{
Description = "Failed to update item([\"Display=\\\\SEIU-SCCM-02.AD.SEIU1000.org\\\"]MSWNET:[\"SMS_SITE=S1K\"]\\\\SEIU-SCCM-02.AD.SEIU1000.org\\,SMS Distribution Point)";
ErrorCode = 2278686723;
File = "e:\\cm1702_rtm\\sms\\siteserver\\sdk_provider\\smsprov\\sspsitesettingitem.cpp";
Line = 296;
Operation = "PutInstance";
ParameterInfo = "";
ProviderName = "ExtnProv";
SQLMessage = "[42000][8181][Microsoft][SQL Server Native Client 11.0][SQL Server]Text for 'SMSDBMON_SiteControl_SiteControl_AddUpd_HMAN_upd' is missing from the system catalog. The object must be dropped and re-created before it can be used. : SMSDBMON_SiteControl_SiteControl_AddUpd_HMAN_upd";
SQLSeverity = 16;
SQLStatus = 8181;
StatusCode = 2147749889;
};
-------------------------------
Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlQueryException
The SMS Provider reported an error.
Stack Trace:
at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlResultObject.Put(ReportProgress progressReport)
at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlResultObject.Put()
at Microsoft.ConfigurationManagement.AdminConsole.NotifyingResultObject.Put()
at Microsoft.ConfigurationManagement.AdminConsole.SmsDialogData.Put(IResultObject resultObject, List`1 resultObjectsPut, Boolean retainLock)
at Microsoft.ConfigurationManagement.AdminConsole.SmsDialogData.Put(Boolean retainLock)
at Microsoft.ConfigurationManagement.AdminConsole.DialogFramework.Forms.SmsPropertySheet.Put(ActionTrigger trigger)
-------------------------------
System.Management.ManagementException
Generic failure
Stack Trace:
at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlResultObject.Put(ReportProgress progressReport)
at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlResultObject.Put()
at Microsoft.ConfigurationManagement.AdminConsole.NotifyingResultObject.Put()
at Microsoft.ConfigurationManagement.AdminConsole.SmsDialogData.Put(IResultObject resultObject, List`1 resultObjectsPut, Boolean retainLock)
at Microsoft.ConfigurationManagement.AdminConsole.SmsDialogData.Put(Boolean retainLock)
at Microsoft.ConfigurationManagement.AdminConsole.DialogFramework.Forms.SmsPropertySheet.Put(ActionTrigger trigger)
-------------------------------
I get this error when making ANY changes to the site or distribution point (they're the same machine). I can do things like edit task sequences and collections without issue. I'm also noticing that since the root CA debacle, none of my clients are checking in...I have a new SCCM Client Certificate issued through GPO from the new CA, but I want to troubleshoot the issues with my SCCM server first...I'm worried I have an issue with writing to my database.
Here's a link to the relevant smsprov.log entry, I'll summarize the important bits below:
https://pastebin.com/6F1j06rc
This is a fairly new SCCM 2016 environment on a Server 2016 box.
In SCCM, I went to enter the new PKI client certificate, but when I go to save I get an error. It is titled "The SMS Provider reported an error" and the details are as follows:
ConfigMgr Error Object:
instance of SMS_ExtendedStatus
{
Description = "Failed to update item([\"Display=\\\\SEIU-SCCM-02.AD.SEIU1000.org\\\"]MSWNET:[\"SMS_SITE=S1K\"]\\\\SEIU-SCCM-02.AD.SEIU1000.org\\,SMS Distribution Point)";
ErrorCode = 2278686723;
File = "e:\\cm1702_rtm\\sms\\siteserver\\sdk_provider\\smsprov\\sspsitesettingitem.cpp";
Line = 296;
Operation = "PutInstance";
ParameterInfo = "";
ProviderName = "ExtnProv";
SQLMessage = "[42000][8181][Microsoft][SQL Server Native Client 11.0][SQL Server]Text for 'SMSDBMON_SiteControl_SiteControl_AddUpd_HMAN_upd' is missing from the system catalog. The object must be dropped and re-created before it can be used. : SMSDBMON_SiteControl_SiteControl_AddUpd_HMAN_upd";
SQLSeverity = 16;
SQLStatus = 8181;
StatusCode = 2147749889;
};
-------------------------------
Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlQueryException
The SMS Provider reported an error.
Stack Trace:
at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlResultObject.Put(ReportProgress progressReport)
at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlResultObject.Put()
at Microsoft.ConfigurationManagement.AdminConsole.NotifyingResultObject.Put()
at Microsoft.ConfigurationManagement.AdminConsole.SmsDialogData.Put(IResultObject resultObject, List`1 resultObjectsPut, Boolean retainLock)
at Microsoft.ConfigurationManagement.AdminConsole.SmsDialogData.Put(Boolean retainLock)
at Microsoft.ConfigurationManagement.AdminConsole.DialogFramework.Forms.SmsPropertySheet.Put(ActionTrigger trigger)
-------------------------------
System.Management.ManagementException
Generic failure
Stack Trace:
at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlResultObject.Put(ReportProgress progressReport)
at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlResultObject.Put()
at Microsoft.ConfigurationManagement.AdminConsole.NotifyingResultObject.Put()
at Microsoft.ConfigurationManagement.AdminConsole.SmsDialogData.Put(IResultObject resultObject, List`1 resultObjectsPut, Boolean retainLock)
at Microsoft.ConfigurationManagement.AdminConsole.SmsDialogData.Put(Boolean retainLock)
at Microsoft.ConfigurationManagement.AdminConsole.DialogFramework.Forms.SmsPropertySheet.Put(ActionTrigger trigger)
-------------------------------
I get this error when making ANY changes to the site or distribution point (they're the same machine). I can do things like edit task sequences and collections without issue. I'm also noticing that since the root CA debacle, none of my clients are checking in...I have a new SCCM Client Certificate issued through GPO from the new CA, but I want to troubleshoot the issues with my SCCM server first...I'm worried I have an issue with writing to my database.
Here's a link to the relevant smsprov.log entry, I'll summarize the important bits below:
https://pastebin.com/6F1j06rc
- *** [42000][8181][Microsoft][SQL Server Native Client 11.0][SQL Server]Text for 'SMSDBMON_SiteControl_SiteControl_AddUpd_HMAN_upd' is missing from the system catalog. The object must be dropped and re-created before it can be used. : SMSDBMON_SiteControl_SiteControl_AddUpd_HMAN_upd $$<SMS Provider><06-01-2017 21:33:29.474+420><thread=12292 (0x3004)>
- ~*~*~[42000][8181][Microsoft][SQL Server Native Client 11.0][SQL Server]Text for 'SMSDBMON_SiteControl_SiteControl_AddUpd_HMAN_upd' is missing from the system catalog. The object must be dropped and re-created before it can be used. : SMSDBMON_SiteControl_SiteControl_AddUpd_HMAN_upd ThreadID : 12292 , DbError: 8181 , Sev: 16~*~*~ $$<SMS Provider><06-01-2017 21:33:29.475+420><thread=12292 (0x3004)>
- CSCItem_Base_Source::UpdateItem: Failed to save item (["Display=\\SEIU-SCCM-02.AD.SEIU1000.org\"]MSWNET:["SMS_SITE=S1K"]\\SEIU-SCCM-02.AD.SEIU1000.org\,SMS Distribution Point) properties $$<SMS Provider><06-01-2017 21:33:29.475+420><thread=12292 (0x3004)>
- SspGenericSiteSettingItem::UpdateReal: Failed to update item (["Display=\\SEIU-SCCM-02.AD.SEIU1000.org\"]MSWNET:["SMS_SITE=S1K"]\\SEIU-SCCM-02.AD.SEIU1000.org\,SMS Distribution Point) to database $$<SMS Provider><06-01-2017 21:33:29.475+420><thread=12292 (0x3004)>
- ~*~*~e:\cm1702_rtm\sms\siteserver\sdk_provider\smsprov\sspsitesettingitem.cpp(296) : Failed to update item(["Display=\\SEIU-SCCM-02.AD.SEIU1000.org\"]MSWNET:["SMS_SITE=S1K"]\\SEIU-SCCM-02.AD.SEIU1000.org\,SMS Distribution Point)~ SQL Error: [42000][8181][Microsoft][SQL Server Native Client 11.0][SQL Server]Text for 'SMSDBMON_SiteControl_SiteControl_AddUpd_HMAN_upd' is missing from the system catalog. The object must be dropped and re-created before it can be used. : SMSDBMON_SiteControl_SiteControl_AddUpd_HMAN_upd~*~*~ $$<SMS Provider><06-01-2017 21:33:29.475+420><thread=12292 (0x3004)>
- ~*~*~Failed to update item(["Display=\\SEIU-SCCM-02.AD.SEIU1000.org\"]MSWNET:["SMS_SITE=S1K"]\\SEIU-SCCM-02.AD.SEIU1000.org\,SMS Distribution Point) [42000][8181][Microsoft][SQL Server Native Client 11.0][SQL Server]Text for 'SMSDBMON_SiteControl_SiteControl_AddUpd_HMAN_upd' is missing from the system catalog. The object must be dropped and re-created before it can be used. : SMSDBMON_SiteControl_SiteControl_AddUpd_HMAN_upd~*~*~ $$<SMS Provider><06-01-2017 21:33:29.476+420><thread=12292 (0x3004)>