| Previous | Next |
| UI_E_WINDOW_CLOSED | PLA_E_TOO_MANY_FOLDERS |
PLA_E_DCS_NOT_FOUND
A Data Collector Set is a persisted PLA object, not an arbitrary display name
PLA_E_DCS_NOT_FOUND means that PLA could not resolve the requested Data Collector Set in the namespace and server used by the query. A set becomes discoverable only after Commit persists it; an in-memory COM object with the same name is not enough.
Record the namespace, target computer, and exact set name passed to Query. The Service and Legacy namespaces are distinct, remote queries depend on the same server value used at commit time, and deletion removes the persisted definition even if old output folders remain. Enumerating the namespace before retrying is more useful than recreating a set blindly.
Lookup details worth comparing
- Namespace and remote server supplied to Query.
- Persisted set name, including case and punctuation.
- Whether Commit succeeded before the first lookup.
- Evidence that another tool deleted or renamed the set.
References
- IDataCollectorSet object model
- IDataCollectorSet::Query lookup semantics
- IDataCollectorSet::Commit persistence and validation
Looking for a different code? Search another status or error code.