-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Hello,
I have used Join-csobject to join metaverse object and csobject in adma:
Join-CSObject -MVObjectType person -CSObject $cs -MVObjectID $mv.ID
The error is generated on the powershel console:
Join-CSObject : Exception from HRESULT: 0x80230232
At line:1 char:1
- Join-CSObject -MVObjectType person -CSObject $cs -MVObjectID $mv.ID
-
+ CategoryInfo : NotSpecified: (:) [Join-CSObject], MiiserverException + FullyQualifiedErrorId : Lithnet.Miiserver.Client.MiiserverException,Lithnet.Miiserver.Automation.JoinCSObject
Now the MV object used is not exist on metaverse and each time i do a sync, no matter it is a Full or Delta, an unexpected-error occuring on the Sync Service manager...
How can this be resolved?