Siebel System Administration Guide > Siebel Management Framework API > Methods Used with the Server-Level Service >

startServer


Starts the Siebel Server in the particular enterprise. The Boolean return value is True if the Siebel Server process starts successfully. The method does not check whether the Siebel Server started or not. You execute the siebctl command on the Siebel Management Agent, and if that command returns successfully, then a Boolean True value is returned. If not, then a Boolean False value is returned.

Syntax

See the following for the syntax of this method:

Boolean startServer(String entName, String srvrName) throws Exception;

Siebel System Administration Guide Copyright © 2014, Oracle and/or its affiliates. All rights reserved. Legal Notices.