MobiLink Synchronization User's Guide
Authenticating MobiLink Users
About MobiLink users
You can use any of the following methods to register user names in the consolidated database:
Use the dbmluser utility.
For more information, see MobiLink user authentication utility.
Use Sybase Central.
Specify the -zu+ command line option with dbmlsrv9. In this case, any existing MobiLink users that have not been added to the consolidated database are added when they first synchronize.
For more information, see -zu option.
The MobiLink user must already exist in a remote database. To add users at the remote, you have the following options:
For Adaptive Server Anywhere remotes, use the CREATE SYNCHRONIZATION USER statement.
For more information, see CREATE SYNCHRONIZATION USER statement [MobiLink].
For UltraLite remotes, you can use the user_name field of the ul_synch_info structure. In Java, use the SetUserName() method of the ULSynchInfo class before synchronizing.
For more information, see User Name synchronization parameter, and Password synchronization parameter.