Hi Jim,
I'm having issues while trying to add a new System.ReviewActivityHasReviewer relationship, even with a brand new RA:
PS C:\> New-SCSMRelationshipObject -Relationship $ActivityHasReviewer-Source $RA-Target $ Reviewer -Bulk New-SCSMRelationshipObject : A discovery data item was rejected because the item is already bound to another Membership relationship. At line:1 char:27 + New-SCSMRelationshipObject <<<< -Relationship $ActivityHasReviewer-Source $RA-Target $Reviewer-Bulk + CategoryInfo : NotSpecified: (:) [New-SCSMRelationshipObject], DiscoveryDataLifetimeDependencyException + FullyQualifiedErrorId : Microsoft.EnterpriseManagement.Common.DiscoveryDataLifetimeDependencyException,SMLets.NewSCSMRelationshipObject
I've been using this a lot on my previous job with SCSM 2010... now I'm using 2012 with the latest version of SMLets and it's not working... are you having the same issue?
It's weird that I have no issues while trying to do with the SCSM IP in Orchestrator... but I can't with PowerShell.
Thanks!