Deploy Synchronization Model Wizard: Advanced Options For UltraLite Remote Synchronization Client page

This page allows you to choose advanced options for the UltraLite Synchronization utility (ulsync).

This page has the following components:

  • If you want to specify additional command-line options for ulsync, type them below   Type any additional command-line options for ulsync.

    The following table lists the options you can specify.

    Option Description
    @data Use this to read in options from the specified environment variable or configuration file. If both exist with the same name, the environment variable is used. See Configuration files.
    -c "connection-string" Required. Connect to the database as identified in the DBF or file_name parameter of your connection-string. If you do not specify both a user ID and a password, the default UID of DBA and PWD of sql are assumed.
    --log Log operations to the specified file.

    -p profile-name

    OR

    --profile=profile

    Synchronize using the named sync profile, equivalent to:

    synchronize profileName merge 'syncOptions'

    where sync options are taken from the trailing ulsync options. For example:

    ulsync -p profileName "MobiLinkUid=ml;ScriptVersion=Version001...syncOptions"

    See Synchronization profile options.

    -q

    OR

    --quiet

    Set the utility to run in quiet mode. Suppress informational banners, version numbers, and status messages. Error messages are still displayed, however.

    -r

    OR

    --result

    Display last synchronization results and exit.

    -v

    OR

    --verbose

    Display synchronization progress messages. This also determines whether progress is displayed for any synchronization, whether using the C++ API or the SQL synchronize profile statement. See CREATE SYNCHRONIZATION PROFILE statement [UltraLite].

  • Where do you want to save the command file that will be generated for starting ulsync   Type the location where you want the command file saved, or click Browse to select the file.

 See also