Site icon EfmSoft

What does HRESULT 0x80300102 (PLA_E_DCS_SINGLETON_REQUIRED) mean?

 
Previous Next
PLA_E_PROPERTY_CONFLICT PLA_E_CREDENTIALS_REQUIRED

PLA_E_DCS_SINGLETON_REQUIRED

Some PLA modes require one collector because the result has a single producer

PLA_E_DCS_SINGLETON_REQUIRED means the Data Collector Set is configured for a mode whose semantics depend on exactly one contained IDataCollector. Zero collectors provide no producer, while multiple collectors make a single-output or collector-specific operation ambiguous.

Enumerate DataCollectors and verify both the collection count and collector types after XML import or template merging. Duplicate collectors can be introduced by retry logic that calls CreateDataCollector repeatedly. Remove the unintended object or split the work into separate sets instead of suppressing validation.

Object graph to verify

References


Looking for a different code? Search another status or error code.

Exit mobile version