hm_jobs_authenticateServer
Authenticates a server.
Syntax
hm_jobs_authenticateServer name username password
Type
HyperMesh Tcl Query
Description
Authenticates a server. No authentication is required for a local server.
Inputs
- name
- The name of the server to authenticate.
- username
- The username to use to authenticate.
- password
- The password to use to authenticate.
Example
To authenticate the server named HWUL:
hm_jobs_authenticateServer HWUL myuser abc123
Errors
Incorrect usage results in a Tcl error. To
detect errors, you can use the catch
command:
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
14.0.130