{"id":6639,"date":"2014-09-22T11:33:03","date_gmt":"2014-09-22T15:33:03","guid":{"rendered":"https:\/\/www.bumc.bu.edu\/it\/?page_id=6639"},"modified":"2024-01-02T16:37:21","modified_gmt":"2024-01-02T21:37:21","slug":"known-issues-with-sas","status":"publish","type":"page","link":"https:\/\/www.bumc.bu.edu\/it\/support\/site-licensed\/statistical\/sas\/known-issues-with-sas\/","title":{"rendered":"Known Issues with SAS"},"content":{"rendered":"<p>Note: this page was designed for SAS 9.3 and the below information may not apply to SAS 9.4<\/p>\n<p>SAS is a complicated program to install and configure, and occasionally parts of it stop working correctly. This page lists some common issues we&#8217;ve seen with SAS and ways of fixing it.<\/p>\n<p><a href=\"#issue2\">Issue 2: When installing or uninstalling, you see a message about report fonts being unwritable<\/a><\/p>\n<p><a href=\"#issue1\">Issue 1: SAS and Java Errors at startup<\/a><\/p>\n<h2><a id=\"issue2\"><\/a>Issue 2: When installing or uninstalling, you see a message about report fonts being unwritable<\/h2>\n<p><span style=\"text-decoration: underline;\"><strong>Problem:<\/strong><\/span><\/p>\n<p>When you run the SAS<sup>\u00ae<\/sup> Deployment Wizard to install SAS software or when you run the SAS<sup>\u00ae<\/sup> Deployment Manager to uninstall SAS software, the filesystem is examined. If any files the wizard needs to delete are found to be locked, they are reported as unwritable files.<\/p>\n<p>In some cases, the Report Fonts for Clients might still be in system memory and are reported as unwritable files.<\/p>\n<p>When this happens, you see the following message displayed on the <strong>Checking System<\/strong> page of the SAS Deployment Wizard or SAS Deployment Manager.<\/p>\n<pre>   Unwritable files:  2\r\n\r\n   C:\\Program Files\\SASHome\\ReportFontsforClients\\9.4\\sasmono.ttf\r\n   C:\\Program Files\\SASHome\\ReportFontsforClients\\9.4\\sasmonob.ttf<\/pre>\n<p><span style=\"text-decoration: underline;\"><strong>Solution:<\/strong><\/span><\/p>\n<p>To work around the problem without having to cancel the SAS Deployment Wizard or SAS Deployment Manager, follow these steps.<\/p>\n<ol>\n<li>Leave the <strong>Checking System<\/strong> wizard page running.<\/li>\n<li>Open Windows Explorer and navigate to the location of the unwritable files. For example: <span><strong>C:\\Program Files\\SASHome\\ReportFontsforClients\\9.4 <\/strong><\/span><\/li>\n<li>Cut and paste the files sasmono.ttf and sasmonob.ttf to <span><strong>C:\\temp.<\/strong><\/span><\/li>\n<li>Return to the <strong>Checking System<\/strong> page in the wizard and click <strong>Refresh<\/strong>.<\/li>\n<li>The wizard should no longer report that the font files are unwritable. You should be able to continue the installation or uninstallation process by clicking <strong>Next<\/strong>.<\/li>\n<li>The next time you restart your computer, delete the files sasmono.ttf and sasmonob.ttf from <span><strong>C:\\temp<\/strong><\/span>.<\/li>\n<\/ol>\n<p>More info at <a href=\"http:\/\/support.sas.com\/kb\/55\/022.html\">http:\/\/support.sas.com\/kb\/55\/022.html<\/a><\/p>\n<h2>Issue 1: SAS 9.3 and Java Errors at startup<\/h2>\n<p><span style=\"text-decoration: underline;\"><strong>Problem:<\/strong><\/span><\/p>\n<p>SAS 9.3 outputs the following message or something similar at SAS startup:<\/p>\n<p style=\"padding-left: 30px;\">ERROR: The Java proxy is not responding.<br \/>\nERROR: The Java proxy&#8217;s JNI call to start the VM failed.<br \/>\nERROR: Java failed to start during the SAS startup.<\/p>\n<p>This is likely because the version of Java SAS was configured for is no longer on your computer, because a recent Java update uninstalled the old one for security reasons.<\/p>\n<p><strong>Note this solution is not applicable SAS 9.4 because 9.4 uses a private Java runtime during SAS installation.<\/strong><\/p>\n<p><span style=\"text-decoration: underline;\"><strong>Solution:<\/strong><\/span><\/p>\n<p>The gist of the solution is to point the SAS 9.3 configuration file to the newer version of Java on your computer. This requires some experience navigating your computer&#8217;s file system and editing text documents. All of these steps are for SAS 9.3 and will not work on SAS 9.4, although the file may exist<\/p>\n<ol>\n<li value=\"1\">Verify that Java 7 is installed on your computer. Use Windows Explorer to look for the directory C:\\Program Files (x86)\\Java\\jre7\\bin (or C:\\Program Files\\Java\\jre7\\bin on a 32-bit computer). You should see many files in there related to Java. If you don&#8217;t see a jre7 folder, go download and install <a title=\"Java 7 download\" href=\"https:\/\/www.oracle.com\/technetwork\/java\/javase\/downloads\/java-archive-downloads-javase7-521261.html\">Java 7 Update 80 from this link<\/a>.<\/li>\n<li>In the Windows Start Menu, search for &#8220;notepad&#8221;, you should get the Notepad application as one of the top results. Right-click it and choose &#8220;Run As Administrator&#8221;.<\/li>\n<li>In Notepad, open the following file: &#8220;C:\\Program Files\\SASHome\\x86\\SASFoundation\\9.3\\nls\\en\\sasv9.cfg&#8221;. This is the SAS configuration file that controls many settings for SAS operation.<\/li>\n<li>See the image below and look for the line that begins with -Dsas.jre.libjvm\n<ul>\n<li>It may say -Dsas.jre.libjvm=C:\\PROGRA~2\\Java\\jre6_24\\bin\\client\\jvm.dll<\/li>\n<li>Change where it says &#8220;jre6_24&#8221; to &#8220;jre7&#8221;, or the relative path to where you found Java in Step 1. It should look like the highlighted text below.<br \/>\n<a href=\"\/it\/files\/2014\/09\/sascfgfile.png\"><img loading=\"lazy\" src=\"\/it\/files\/2014\/09\/sascfgfile.png\" alt=\"sascfgfile\" class=\"alignnone size-full wp-image-6640\" width=\"620\" height=\"449\" srcset=\"https:\/\/www.bumc.bu.edu\/it\/files\/2014\/09\/sascfgfile.png 1006w, https:\/\/www.bumc.bu.edu\/it\/files\/2014\/09\/sascfgfile-636x460.png 636w\" sizes=\"(max-width: 620px) 100vw, 620px\" \/><\/a><\/li>\n<\/ul>\n<\/li>\n<li>Save the file you just edited. If you have problems saving it, you need to remember to &#8220;Run As Administrator&#8221; in step 2.<\/li>\n<li>Open SAS and the Java error should no longer show up.<\/li>\n<\/ol>\n<p>This solution will use Java 7 as opposed to Java 6 which was originally configured for SAS. We have had no issues reported when using Java 7 with SAS, however advanced SAS users may discover things we have not foreseen. Also, advanced SAS users may want to configure the SAS Application Launcher settings, <a href=\"http:\/\/support.sas.com\/resources\/thirdpartysupport\/v93\/AlternateJRE.html#stdlauncher\">information can be found at this SAS knowledgebase article.<\/a> If you have particular concerns about Java 7 and SAS, please contact SAS Technical Support.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Note: this page was designed for SAS 9.3 and the below information may not apply to SAS 9.4 SAS is a complicated program to install and configure, and occasionally parts of it stop working correctly. This page lists some common issues we&#8217;ve seen with SAS and ways of fixing it. Issue 2: When installing or [&hellip;]<\/p>\n","protected":false},"author":6689,"featured_media":0,"parent":3648,"menu_order":10,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"_links":{"self":[{"href":"https:\/\/www.bumc.bu.edu\/it\/wp-json\/wp\/v2\/pages\/6639"}],"collection":[{"href":"https:\/\/www.bumc.bu.edu\/it\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.bumc.bu.edu\/it\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.bumc.bu.edu\/it\/wp-json\/wp\/v2\/users\/6689"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bumc.bu.edu\/it\/wp-json\/wp\/v2\/comments?post=6639"}],"version-history":[{"count":13,"href":"https:\/\/www.bumc.bu.edu\/it\/wp-json\/wp\/v2\/pages\/6639\/revisions"}],"predecessor-version":[{"id":12717,"href":"https:\/\/www.bumc.bu.edu\/it\/wp-json\/wp\/v2\/pages\/6639\/revisions\/12717"}],"up":[{"embeddable":true,"href":"https:\/\/www.bumc.bu.edu\/it\/wp-json\/wp\/v2\/pages\/3648"}],"wp:attachment":[{"href":"https:\/\/www.bumc.bu.edu\/it\/wp-json\/wp\/v2\/media?parent=6639"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}