Use the method appropriate
for the server machine's operating system to define a temp directory.
For more information, see IOMServerAppender in SAS Logging: Configuration and Programming Reference.
|
||
On Windows, the SAS
installer might not have domain-qualified the SAS Spawned Servers
user account (sassrv). This account is entered as a login in the SAS
General Servers group, so it is required to have a domain prefix as
are all Windows logins. Without domain qualifying the login, connections
by this account become PUBLIC connections. By default, PUBLIC users
cannot access the repository, which prevents the pooled workspace
server from launching successfully.
|
On Windows, using SAS
Management Console, edit the login associated with the SAS General
Servers group and add a domain to it (for example: myhost\sassrv).
You can edit logins in the Plug-ins tab of
SAS Management Console (User Manager SAS General ServersAccounts Edit).
On UNIX, modify
/etc/hosts or
use the -hostknownby option. For more information,
see General Options in SAS Intelligence Platform: Application Server Administration Guide.
|
|
Re-try the validation
from SAS Management Console. You should be prompted for user account
credentials. Enter credentials for a user account that the workspace
server can authenticate and that has (on Windows) the Log
in as a batch job user rights. One account that meets
these requirements is the SAS Spawned Servers account (sassrv).
|
||
If the object spawner
denies access to a server because of the lack of ReadMetadata permissions,
and the user is then granted the needed permission, you must reset
the object spawner's authorization cache before the user tries to
connect again. To do so, expand the Server Manager tree in SAS Management
Console. Next, expand the object spawner, right-click the host node,
and choose Connect in the pop-up menu. After
you have connected, right-click the host node again, and choose Refresh
Spawner in the pop-up menu.
|
||
Make sure that the object
spawner is running. For more information, see Operating Your Servers in SAS Intelligence Platform: System Administration Guide.
Check the log for the
object spawner and determine whether the spawner is able to find the
server's definition. For more information, see Using SAS Management Console to Monitor SAS Servers in SAS Intelligence Platform: System Administration Guide. Also check the event log on Windows or the syslog on UNIX
or z/OS.
You can correct the
credentials used to authenticate the spawner in the SAS-configuration-directory
/ObjectSpawner/ metadataConfig.xml file,
or reconfigure the spawner using the SAS deployment tools. For more
information, see Overview of Managing Your SAS Deployment.
Make sure that no one
has assigned user admin capabilities to the SAS Trusted User account
(sastrust@saspw, by default).
On UNIX, check the Object
Spawner log just after it starts for an entry similar to:
Objspawn
is executing on host machine.name.domain.com (10.101.0.98). If
you see something similar to: Objspawn is executing
on host localhost (127.0.0.1) or, if you see a host
name that you cannot ping from a remote machine, you might need to
replace the -dnsMatch option with the -hostknownby option.
Refer to the following SAS Note: http://support.sas.com/kb/42/905.html.
|
||
Generate the sas.servers
file manually by running SAS-configuration-directory
/data/SAS/BIServer/Lev n/generate_boot_scripts.sh .
For more information, see Using the sas.servers Script on UNIX or z/OS to Start or Stop All Servers in SAS Intelligence Platform: System Administration Guide.
|
||
On Windows, The JUnit
JAR is available from the Third-Party Software Downloads site at: http://support.sas.com/resources/thirdpartysupport/v93/othersw.html#tab_junit. Place the JUnit JAR in this location:
C:\junit3.8.1\junit.jar .
|
||
The workaround is to
use the Windows Services snap-in to change the Deployment Tester Service
logon from LocalService to LocalSystem. For more information, see http://tsdsrv05.unx.sas.com:7777/iw/docs/sasnotes/fusion/35/418.html.
|