After you access the SAS Metadata Server, you can sign
on to the
SAS/CONNECT server component of the SAS Application Server.
In the SAS Open Metadata Architecture, the metadata for a SAS Application
Server specifies one or more server components that provide SAS services
to a client. You must know the name of the SAS Application Server.
Before sign-on, you
can see a list of the configured sign-on properties for the SAS Application
Server. In this example, the name of the SAS Application Server is
SASMain
.
options metaserver="max.apex.na.com"
metaport=8561
metauser="domain\joe"
metapass="*******"
metaprotocol="bridge";
signon serverv="SASMain";
The SERVERV= option
in the SIGNON statement displays the properties of the
SAS/CONNECT
server component of the SAS Application Server, which is defined in
the SAS Metadata Repository.
Note: If the client session is
not configured to access the SAS Metadata Server, SAS displays a pop-up
window in which you can configure access to the SAS Metadata Server.
Here is an excerpt of
the output that is sent to the SAS Log:
1 options metaserver="max.apex.na.com";
2 signon serverv="SASMain";
NOTE: Server= SASMain - Connect Server
Remote Session ID= remhost
ServerComponentID= A5SXFC1R.AU000002
Remote Host= max.apex.na.com
Communication Protocol=TCP
Port= 7551
AuthDomain= DefaultAuth
Wait= Yes
SignonWait= Yes
Status= Yes
Notify= No
The output includes
properties that control server sign-on and server session execution.
These connection properties are saved and stored in the metadata repository
via SAS Management Console. For details, see the
SAS Management
Console: Guide to Users and Permissions or the online
Help that is accessible from SAS Management Console.
After you view the sign-on
properties, you can sign on to the server session. Here is an example:
signon server="SASMain";
A sign-on to
the SAS Application Server that is named
SASMain
implies a
SAS/CONNECT server sign-on.