SetupOpenApplication
Creates connection to the application based on default settings.
Member of namespace
Maintenance ManagerSyntax
bool SetupOpenApplication ()Parameters
None.Returns
True if the application exists in the application service the connection was successful. Otherwise, False.Level
Batch level.Details
A simplified version of SetupOpenApplicationEx. It is identical in operation with the difference that all of the default parameters are used. The default values can be set independently by individual actions, such as SetApplication, SetServer, etc. See SetupOpenApplicationEx for more information.When using LDAP and LLLDAP authentication the User, Password, and Station values must be blank.
- Example:
SetApplication("APT") SetServer("Server 1") SetUser("user") SetPassword("password") SetAdminDB("*/tmadmin:cs") SetEngineDB("*/tmengine:cs") SetStation("1") SetupOpenApplication()