Hello, experts!
I have problem with running proc infomaps. When I run simple code like:
proc infomaps;
run;
Then I get error:
Top Exception:
[ com.sas.services.deployment.ServiceDeploymentException: A SAS foundation service failed to deploy. ]
[ com.sas.services.ServiceException: Unable to obtain service from factory class com.sas.services.user.UserServiceFactory. ]
[ java.lang.NoClassDefFoundError: com/sas/services/security/login/ExpiredCredentialException ]
Root Exception: [ java.lang.ClassNotFoundException: com.sas.services.security.login.ExpiredCredentialException ]
ERROR: The procedure was unable to log in the user.
Is there a way to understand why the error is happening and fix it?