Hi @JuanS_OCS, Thank you for your check list of things I should look into! Between this reply and my replies to others in the conversation, I did solve my problem. I wasn't replying in any particular order and was bouncing back and forth between trying things and read what suggestions all of you gave me. @JuanS_OCS wrote: Hello @rwan1, forst of all, I must say that while installation in Ubuntu is possible, it is not officially supported by SAS; meaning, SAS can help you but cannot ensure you a solution. You can check the SAS Foundation 9.4 system requirements here: http://support.sas.com/documentation/installcenter/en/ikfdtnlaxsr/66396/PDF/default/sreq.pdf If you need a free edition, I would go for a closer one to a distro that is supported. Such as CentOs, since RedHat is supported, and CentOS is, well...., almost the same. Yes, while I seem to have gotten it working, I will keep CentOS as an option if I encounter further issues down the road. In this case, a license was purchased for the server version, so I probably want to do whatever I can to get this working before either going with a free edition and/or re-installing the OS. That being said: First, the best way to qualify if your SAS foundation installation is correct, is to execute the SAS Installation Qualification (sasiq) and the SAS Operation Qualification (sasoq) Tools. There is no better way. I was not aware of this program! This was quite useful. I ran it and out of 38,302 files, 56 failed the checksum. I don't quite understand why they failed, though. Many of them are "picklist" files...they seem to be files used to fill a pick list in a pull-down table. But, as I said in my original message, I did have errors during the installation. Two updates failed installing. I will look into that later -- perhaps that is related to the failed checksums. Second, indeed, if you just execute "sas", you will need X windows and a x window client/server. MobaXterm? Third, you can also run sas in simple CLI, with the -nodms parameter I'm actually using an Ubuntu desktop machine to connect to the Ubuntu server. So, I'm just using ssh. The X windows worked as I has already enabled X11 port forwarding, etc. But thank you for the -nodms parameter. That did work as well! SAS 9.4 uses its own JDK and JRE. If you peek into your SASHOME directory, you will see a SASPrivateJRE folder, which is exactly that, a private Java Runtime Environment. Additional Java instances might cause trouble in some cases and, then, you need to take additional actions. Thank you for this! As I mentioned to @SimonDawson, who replied after you, I was not aware of this. It's good to know. I did come across articles such as http://support.sas.com/kb/44/853.html. The target audience is for a Windows-based installation, but the paths mentioned for Java are not within the SASHOME directory. So, if neither you nor Simon said anything, I would have continued to believe that the Java being used was outside SASHOME. All in all, the fact that you made an installation in Ubuntu, it might mean that not all the internal components you are installing, are compiled 100% for your kernel ... THis might help you as well: http://support.sas.com/documentation/installcenter/en/ikfdtnunxcg/66380/PDF/default/config.pdf?locale=en#nameddest=http://support.sas.com/documentation/installcenter/en/ikfdtnunxcg/66380/PDF/default/ Despite Ubuntu not being officially supported, thank you everyone for your help! I'm actually not yet "done". Besides the failure of the update and the failed checksums, the intention is for the user to connect to the server using the client version of SAS (i.e., via SAS/Connect). I need to set that up next before I can breathe a sigh of relief. But I feel somewhat hopeful that this will work out after seeing the program actually run. (Perhaps I was overwhelmed by its size and the many modules!) Thank you again, everyone! Ray
... View more