AssignClientPassword

This function assigns a password to an existing client on a server.

This is a TM1® TurboIntegrator function, valid only in TurboIntegrator processes. AssignClientPassword returns 1 if the password assignment is successful and returns 0 if the assignment fails.

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.