SUPPORT / SAMPLES & SAS NOTES
 

Support

Usage Note 58004: Enabling troubleshooting logging for the Check for Updates feature in SAS® Enterprise Guide® and SAS® Add-In for Microsoft Office 7.11 and later

DetailsAboutRate It

Enable Logging in SAS Enterprise Guide

To enable logging for troubleshooting the Check for Updates feature in SAS Enterprise Guide, follow these steps.

  1. In the SAS Enterprise Guide installation directory, open the file AutoUpdate.exe.config in a text editor.
  2. Remove the comment tags (highlighted in yellow below) from the code. 

    <!--  <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

Enable Logging in SAS Add-In for Microsoft Office

To enable logging for troubleshooting the Check for Updates feature in SAS Add-In for Microsoft Office, follow these steps.

  1. In the SAS Add-In for Microsoft Office installation directory, open the file AutoUpdate.exe.config in a text editor.
  2. Remove the comment tags (highlighted in yellow below) from the code. 

    <!--  <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


Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Enterprise Guidez/OS7.119.4 TS1M2
Microsoft® Windows® for x647.119.4 TS1M2
Microsoft Windows 8 Enterprise 32-bit7.119.4 TS1M2
Microsoft Windows 8 Enterprise x647.119.4 TS1M2
Microsoft Windows 8 Pro 32-bit7.119.4 TS1M2
Microsoft Windows 8 Pro x647.119.4 TS1M2
Microsoft Windows 8.1 Enterprise 32-bit7.119.4 TS1M2
Microsoft Windows 8.1 Enterprise x647.119.4 TS1M2
Microsoft Windows 8.1 Pro 32-bit7.119.4 TS1M2
Microsoft Windows 8.1 Pro x647.119.4 TS1M2
Microsoft Windows 107.119.4 TS1M2
Microsoft Windows Server 20087.119.4 TS1M2
Microsoft Windows Server 2008 R27.119.4 TS1M2
Microsoft Windows Server 2008 for x647.119.4 TS1M2
Microsoft Windows Server 2012 Datacenter7.119.4 TS1M2
Microsoft Windows Server 2012 R2 Datacenter7.119.4 TS1M2
Microsoft Windows Server 2012 R2 Std7.119.4 TS1M2
Microsoft Windows Server 2012 Std7.119.4 TS1M2
Windows 7 Enterprise 32 bit7.119.4 TS1M2
Windows 7 Enterprise x647.119.4 TS1M2
Windows 7 Home Premium 32 bit7.119.4 TS1M2
Windows 7 Home Premium x647.119.4 TS1M2
Windows 7 Professional 32 bit7.119.4 TS1M2
Windows 7 Professional x647.119.4 TS1M2
Windows 7 Ultimate 32 bit7.119.4 TS1M2
Windows 7 Ultimate x647.119.4 TS1M2
64-bit Enabled AIX7.119.4 TS1M2
64-bit Enabled Solaris7.119.4 TS1M2
HP-UX IPF7.119.4 TS1M2
Linux for x647.119.4 TS1M2
Solaris for x647.119.4 TS1M2
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.