To enable logging for troubleshooting the Check for Updates feature in SAS Enterprise Guide, follow these steps.
<!-- <system.diagnostics>
<trace autoflush="true">
<listeners>
<add type="System.Diagnostics.TextWriterTraceListener" name="TextWriter" initializeData="c:\temp\AutoUpdateTrace.log" />
</listeners>
</trace>
</system.diagnostics>
-->
3. Reroute the TextWriter initializeData attribute to wherever you want the log to be written.
4. Reproduce the problem and then submit the generated log to SAS Technical Support.
Note: If you do not already have an existing track for this issue, you can create one on this page: SUBMIT A PROBLEM
To enable logging for troubleshooting the Check for Updates feature in SAS Add-In for Microsoft Office, follow these steps.
<!-- <system.diagnostics>
<trace autoflush="true">
<listeners>
<add type="System.Diagnostics.TextWriterTraceListener" name="TextWriter" initializeData="c:\temp\AutoUpdateTrace.log" />
</listeners>
</trace>
</system.diagnostics> -->
3. Reroute the TextWriter initializeData attribute to wherever you want the log to be written.
4. Reproduce the problem and then submit the generated log to SAS Technical Support.
Note: If you do not already have an existing track for this issue, you can create one on this page: SUBMIT A PROBLEM