SetStation
Action to set the station ID that is used to connect to the Server.
Member of namespace
Maintenance ManagerSyntax
bool SetStation (string station)Parameters
string stationParameters
station: Station ID. Smart parameters are supported.Returns
Always True.Level
Batch level.Details
Specifies the station ID for login. This will be the default value that is used for the SetupOpenApplication action.When using LDAP or ADSI authentication, use the SetUser, SetStation, and SetApplication to login.
- Example:
SetApplication("APT") SetServer("Server 1") SetAdminDB("*/tmadmin:cs") SetEngineDB("*/tmengine:cs") SetStation("1") SetupOpenApplication("")