hm_jobs_authenticateServer
Authenticates a server.
Syntax
hm_jobs_authenticateServer name username password
Type
HyperMesh Tcl Query Command
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
if { [ catch {command_name...} ] } {
   # Handle error
}Version History
14.0.130