Connector %1 There was an exception inserting Virtual Machine Manager specific relationship instance with Id %4, source Id ...

Connector %1

There was an exception inserting Virtual Machine Manager specific relationship instance with Id %4, source Id %5 and target Id %6. You must manually insert/update this relationship instance in Service Manager.

Message: %2

Error type: %3

To view details of this relationship in Service Manager please use powershell command Get-SCRelationshipInstance -Id %4. If this relationship does not exist you can use
powershell commands to create it:

 $class = Get-SCRelationship -Id %7

 $source = Get-SCClassInstance -Id %5

 $target = Get-SCClassInstance -Id %6

 New-SCRelationshipInstance -RelationshipClass $class -Source $source -Target $target