SetNewMobiLinkPassword
PowerScript function
Description
Sets a new password for the current MobiLink user.
Applies to
MLSynchronization, MLSync controls
Syntax
|
1 |
syncObject.SetNewMobiLinkPassword (newPW) |
|
Argument |
Description |
|---|---|
|
syncObject |
The name of the synchronization object that starts a |
|
newPW |
A string consisting of the new password that you want to |
Return value
Integer.
Returns 1 for success and -1 for failure.
Usage
SetNewMobiLinkPassword uses the properties in the synchronization
object to generate a typical dbmlsync command line. The command line
includes the -pi (ping) option as well as the -mn option to set the new
MobiLink password (newPW). The new password will not be set if any of the
required properties (Datasource, Publication, MLServerVersion, or MLUser)
are missing from the synchronization object.
See also