AssignClientPassword
AssignClientPassword assigns a password to an existing client on a server. AssignClientPassword returns 1 if the password assignment is successful and returns 0 if the assignment fails.
This function is valid in processes only.
This function is not available in processes on Planning Analytics Engine.
Syntax
AssignClientPassword (ClientName, Password);
Argument |
Description |
---|---|
ClientName |
The name of the client for which you want to assign a password. |
Password |
The password you want to assign to the client. When assigning a password, use plain text. TM1® will encrypt the password on the server. Passwords must be at least five characters in length. |
Example
AssignClientPassword ('Brian', 'flyfisher');
This example assigns the password 'flyfisher' to the client named Brian.