Problem:
We're trying to get our count Add/Remove programs query to export to a CSV from within web reports but it keeps timing out. What part of the query in the TREEDATA.XML controls this feature? Here's the query as we have it in TREEDATA.XML.<Node ID="N509" Desc="Count all Add/Remove Programs" A="1" CatID="4" F="0" SP="usp_SMSR211" HS="0" SD="none" HDT="1" DTQ="506" FP="Product Name" Type="0" G="1" V="2" />
Contributed By: Henry Wilson
I had the same problem and was told to change the slash (Add/Remove) to a dash (Add-Remove) as XML doesn’t like the slash.
So in TREEDATA.XML change:
Desc="Count all Add/Remove Programs"
to
Desc="Count all Add-Remove Programs"