Skip to content

Create, Clean-up/deduplicate AG-related XML rowsets in the RowsetImportEngine\TextRowset.xml #157

@PiJoCoder

Description

@PiJoCoder

These rowsets are not really defined with columns. But also for tbl_availability_groups there is already a rowset defined

  • There is one defined for this, so delete this:
    <Rowset name="tbl_availability_groups" enabled="true" identifier="--sys.availability_groups--" type="RowsetImportEngine.TextRowset">
    </Rowset>
  • Define this one if needed and make sure there is data collected for it in PSSDIAG/SQL LogScout
    <Rowset name="tbl_dm_hadr_availability_replica_states" enabled="true" identifier="--sys.dm_hadr_availability_replica_states--" type="RowsetImportEngine.TextRowset">
    </Rowset>

- There is another one defined for it, so delete this: 
<Rowset name="tbl_availability_replicas" enabled="true" identifier="--sys.availability_replicas--" type="RowsetImportEngine.TextRowset">
</Rowset>

See related on the data collection side: microsoft/DiagManager#162

Metadata

Metadata

Assignees

Labels

bugwave 1 - completeconsider this issue for next wave of fixes

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions