I recently upgraded from 9.3 to 9.4. I have received the following error on startup: ERROR: The ODS initializer failed to instantiate during SAS startup. ERROR: Exception text: C:\ProgramFiles\SASHome\SASPrivateJavaRuntimeEnvironment\9.4\jre\bin\fontmanager.dll: Can't find dependent libraries When I ran the following: libname THESIS 'C:\Users\....\data\'; PROC IMPORT DATAFILE= "C:\Users\...\xxx.xlsx" OUT= Thesis.xxxxx DBMS=EXCEL REPLACE ; run; I received the following error: ERROR: Connect: Class not registered ERROR: Error in the LIBNAME statement. I attempted to install the PC File Server, but there is an error in the deployment regarding the Java Runtime. I followed the SAS Private JRE download/hot fix instructions for my version. The SAS deployment manager does not does not find the hot fix.
... View more