Skip to content

Join-CSObject may cause an MV object to become orphaned #17

@swarlyru

Description

@swarlyru

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?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions