Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

PENDING sccm trying to create collection

nageshg

New Member
Messages
1
Reaction score
0
Points
1
ConfigMgr Error Object:
instance of SMS_ExtendedStatus
{
CauseInfo = "";
Description = "SQL command failed: ";
ErrorCode = 2168851714;
File = "e:\\cm1606_rtm\\sms\\siteserver\\sdk_provider\\smsprov\\sspfolder.cpp";
Line = 1860;
ObjectInfo = "Please check SMS Provider log file for details of the SQL errors";
Operation = "PutInstance";
ParameterInfo = "";
ProviderName = "ExtnProv";
SQLMessage = "[23000][515][Microsoft][SQL Server Native Client 11.0][SQL Server]Cannot insert the value NULL into column 'MemberGuid', table 'CM_PS1.dbo.FolderMembers'; column does not allow nulls. INSERT fails.";
SQLSeverity = 16;
SQLStatus = 515;
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.SmsDialogData.AddToFolder(IResultObject folderResultObject, IResultObject resultObject)

-------------------------------

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.SmsDialogData.AddToFolder(IResultObject folderResultObject, IResultObject resultObject)
 
"Cannot insert the value NULL into column 'MemberGuid', table 'CM_PS1.dbo.FolderMembers'; column does not allow nulls. INSERT fails." - Are you inserting data NULL data instead of actual value ?.
 

Forum statistics

Threads
7,026
Messages
27,491
Members
17,677
Latest member
Nairolf

Trending content

Back
Top