If
your Runtime Server
fails to start or restart, you might need to resolve a server dependency.
The SAS Metadata Server must be fully operational before the Runtime Server
can start. This dependency reflects the requirement that the Runtime Server
retrieves several configuration option values from the SAS Metadata
Server at start-up.
To resolve the server
dependency, you can use one of the server management applications
or commands in your operating environment. In the Windows operating
environment, you can execute the following command:
sc config "name-of-Runtime-service"
depends= "name-of-metadata-service"
The services names are
provided in the server properties, and they are not the
Display
Names, as shown in the following example:
sc config "dfx-POServer-server1"
depends= "SAS [Config-Lev1] SASMeta - Metadata Server"
In the
sc
config command, the quotation marks are required. Also,
the depends argument uses no blank space before the equal sign and
requires a blank space after the equal sign.