In the process of starting the system I encountered errors when starting the Shared Server (I cite the errors below)
I basically understand the essence of the error, but I have no idea where to start, what to analyze, to begin to correct the error.
[sas@sastest ~]$ /opt/sas/SASConfig/Lev1/sas.servers status
SAS servers status:
SAS Web Infrastructure Data Server is UP
SAS Metadata Server 1 is UP
SAS Object Spawner 1 is UP
SAS Share Server 1 is NOT up
SAS CONNECT Spawner 1 is UP
SAS DIP Job Runner 1 is UP
SAS JMS Broker is UP
SAS Cache Locator Service ins_41415 is UP
SAS Web Server is UP
SAS Web App Server SASServer1_1 is UP
SAS Web App Server SASServer2_1 is UP
SAS Web App Server SASServer6_1 is UP
SAS Environment Manager is UP
SAS Environment Manager Agent is UP
And the error itself
NOTE: Libref RESPONSE was successfully assigned as follows:
Engine: XML
Physical Name: RESPONSE
Note: Using SAS/SHARE Connection.
NOTE: There were 1 observations read from the data set RESPONSE.SHARECLIENTCONNECTIONS.
NOTE: DATA statement used (Total process time):
real time 0.00 seconds
cpu time 0.00 seconds
NOTE: Libref RESPONSE has been deassigned.
NOTE: Fileref REQUEST has been deassigned.
NOTE: Fileref RESPONSE has been deassigned.
NOTE: Fileref MAP has been deassigned.
275
276 /*
277 * Start the server listening on the port defined in the metadata
278 *
279 * Note that currently the value of the environment must contain the "__xxxx" syntax if a true port number is specified (as opposed to a service name).
280 * This may change in the future.
281 */
282 proc server server=&PORT authenticate=req;
ERROR: The SERVER procedure cannot be run.
ERROR: Procedure SERVER not found.
283 run;
NOTE: The SAS System stopped processing this step because of errors.
NOTE: SAS set option OBS=0 and will continue to check statements. This might cause NOTE: No observations in data set.
NOTE: PROCEDURE SERVER used (Total process time):
real time 0.00 seconds
cpu time 0.01 seconds
ERROR: Errors printed on page 1.
NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414
NOTE: The SAS System used:
real time 0.10 seconds
cpu time 0.08 seconds
What is the procedure "server" that you want to find the system?