"CSspFolderMember::MoveMembers: At least one member is locked on the child site." error in AdminUI.log

Go back to the ConfigMgr 2007 Home Page

 

Contributed By: Cliff Hobbs [MVP ConfigMgr]
If you have created a folder and object on a Primary Site Server which has replicated to a Child Secondary, when you try
to modify either the folder or it's contents on the Secondary you get the above error message along with the following
line in the AdminUI.log:

[4][3/28/2007 2:57:34 PM] :Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlQueryExcept
ion\r\nThe ConfigMgr Provider reported an error.\r\n   at Microsoft.ConfigurationManagement.ManagementProvider
.WqlQueryEngine.WqlConnectionManager.ExecuteMethod(String methodClass, String methodName, Dictionary`2 method
Parameters, Boolean traceParameters)
   at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlConnectionManager.ExecuteMethod
(String methodClass, String methodName, Dictionary`2 methodParameters)
   at Microsoft.ConfigurationManagement.AdminConsole.PersonalFolders.MoveFolderDialog.buttonOK_Click(Object
 sender, EventArgs e)\r\nConfigMgr Error Object:
instance of SMS_ExtendedStatus
{
	Description = "CSspFolderMember::MoveMembers: At least one member is locked on the child site.";
	ErrorCode = 2152205056;
	File = "e:\\nts_sms_chk\\sms\\siteserver\\sdk_provider\\smsprov\\sspfolder.cpp";
	Line = 1453;
	Operation = "ExecMethod";
	ParameterInfo = "SMS_ObjectContainerItem";
	ProviderName = "WinMgmt";
	StatusCode = 2147749889;
};
\r\nSystem.Management.ManagementException\r\nGeneric failure \r\n   at System.Management.ManagementException.
ThrowWithExtendedInfo(ManagementStatus errorCode)
   at System.Management.ManagementObject.InvokeMethod(String methodName, ManagementBaseObject inParameters,
 InvokeMethodOptions options)
   at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlConnectionManager.ExecuteMethod
(String methodClass, String methodName, Dictionary`2 methodParameters, Boolean traceParameters)
\r\nManagementException details:
instance of SMS_ExtendedStatus
{
	Description = "CSspFolderMember::MoveMembers: At least one member is locked on the child site.";
	ErrorCode = 2152205056;
	File = "e:\\nts_sms_chk\\sms\\siteserver\\sdk_provider\\smsprov\\sspfolder.cpp";
	Line = 1453;
	Operation = "ExecMethod";
	ParameterInfo = "SMS_ObjectContainerItem";
	ProviderName = "WinMgmt";
	StatusCode = 2147749889;

The other feature of this problem is that it can just close down the Admin Console with the following error message:

"ConfigMgr cannot move the specified folder. Refresh the ConfigMgr Administrator console to verify that
another administrator had not moved or deletes the folder. Verify that no other folder with the same
name exists at that destination and that you are moving the folder to a node with the same object types.
"

If you are seeing either of this problems then try applying the hotfix detailed in Microsoft Knowledge Base article
942536 "You cannot move created objects into a folder or out of a folder if the folder was created on a secondary site
of System Center Configuration Manager 2007
"

 


To see other ConfigMgr 2007 Troubleshooting related FAQs click here.
© FAQShop.com 2003 - 2009

Go back to the ConfigMgr 2007 Home Page