The password for each user is stored with the user name in the ml_user table. You can use Sybase Central or the mluser command line utility to provide initial passwords.
Sybase Central is a convenient way of adding individual users and passwords. The mluser utility is useful for batch additions.
If you create a user without a password, MobiLink does not authenticate the user and a password is not required to connect and synchronize.
Connect to the consolidated database from Sybase Central using the MobiLink plug-in.
Choose Mode » Admin.
Click Users.
Choose File » New » User.
Follow the instructions in the Create MobiLink User Wizard.
Create a file with a single user name and password on each line, separated by white space.
Open a command prompt and run the mluser command line utility. For example:
mluser -c "dsn=my_dsn" -f password-file |
In this command line, the -c option specifies an ODBC connection to the consolidated database. The -f option specifies the file containing the user names and passwords.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |