« How to add a server to an ADRMS cluster with no SCP | Main | Disable Windows 8 Interface »
Howto: Enable debugview for RMS 1.0
By Jesse | October 26, 2011
I never seem to be able to find the settings for enabling server-side tracing for RMS 1.0 when I need it…
The setting to add to the web.config right after </DRMS> and before <system.web> is:
<system.diagnostics>
<switches>
<add name=”Microsoft Windows Rights Management Services-Global” value=”4″ />
<add name=”Microsoft Windows Rights Management Services-TimeStamps” value=”1″ />
<add name=”Microsoft Windows Rights Management Services-Indents” value=”0″ />
</switches>
<trace autoflush=”false” indentsize=”4″/>
</system.diagnostics>
Afterwards don’t forget to do an IIS reset to re-read the web.config.
This can be put in ANY pipeline in rms 1.0 (certification, licensing, admin).
For RMS 2.0 follow Jason’s article :
http://blogs.technet.com/b/rmssupp/archive/2008/09/24/another-things-i-always-forget-how-to-turn-on-server-side-tracing-on-rms-v2.aspx
Topics: Uncategorized | No Comments »