Quantcast
Channel: MSFTASProdSamples Work Item Rss Feed
Viewing all articles
Browse latest Browse all 20

Commented Issue: Using existing TraceTables [17238]

$
0
0
Hi all,
I m planning to run multiple instances of AsTrace NT Service ( on more than 5-10 machines ) to collate the Traces from multiple SSAS. But everytime I install the service onto new machine, the TraceTable ( say name : TraceTable1 ) gets reset [ all the old entries are deleted ].

Is there a way, I can use the same TraceTable for output from multiple machines not affecting the entries present ?
Comments: ** Comment from web user: furmangg **

There's a setting in the latest build of ASTrace which is:
<setting name="PreserveHistory" serializeAs="String">
<value>True</value>
</setting>

If PreserveHistory is set to true, then when each service starts, it will dump all the rows from the main trace table into an archive table.

If you run multiple services at the same time with PreserveHistory=true, this might work. I'd be concerned what would happen if two services pointing at the same table started at the same time, though.

I would just recommend each service point at a separate SQL destination table. Then put a view over the top of the 5-10 tables (plus the 5-10 archive tables) and UNION ALL them together.


Viewing all articles
Browse latest Browse all 20

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>