Server Control (IServer Interface) |
Returns a paused SAS Metadata Server to an ONLINE state.
Category: Server control methods
Syntax |
rc=Resume(options);
Details |
A user must have administrative user status on the SAS Metadata Server to issue the Resume method.
The Resume method returns a SAS Metadata Server that has been paused to an ONLINE state. The ONLINE state makes the server available to process client requests.
Beginning in SAS 9.2, the Resume method cannot be used to change the availability of specific metadata repositories. If the Resume method is issued with the <REPOSITORY/> element, the SAS Metadata Server returns an error.
If the Resume method is issued without options, the method operates as if the <SERVER/> element was specified.
The following example returns the SAS Metadata Server to an ONLINE state:
<! --- Resume the server to its normal access mode ---> options=' '; rc=serverObject.Resume(options);
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.