Contents Index -s option -sl java option

MobiLink Synchronization Reference
  MobiLink Synchronization Server Options
    MobiLink synchronization server
      dbmlsrv9 options

-sl dnet option

Function 

Sets the .NET Common Language Runtime (CLR) options and forces the CLR to load on startup.

Syntax 

dbmlsrv9 -c "connection-string" -sl dnet options ...

Description 

Sets options to pass directly to the .NET CLR. The options are:

Option Description
-Dname=value Set an environment variable. For example,
-Dsynchtype=far -Dextra_rows=yes
For more information, see the .NET framework class System.Environment.
-MLAutoLoadPath=path Set the location of base assemblies. Only works with private assemblies. To tell MobiLink where assemblies are located, use this option or -MLDomConfigFile, but not both. When you use -MLAutoLoadPath, you cannot specify a domain in the event script. The default is the current directory.
-MLDomConfigFile=file Set the location of base assemblies. Use when you have shared assemblies, or you don't want to load all assemblies in the directory, or you can't use MLAutoLoadPath for some other reason. To tell MobiLink where assemblies are located, use -MLDomConfigFile or -MLAutoLoadPath, but not both.
-MLStartClasses=

classnames

At server startup, load and instantiate user-defined start classes in the order listed.
-clrConGC Enable concurrent garbage collection in the CLR.
-clrFlavor=( wks | svr ) Flavor of the .NET CLR to load. The flavor is svr for server and wks for workstation. By default, wks is loaded.
-clrVersion=version Version of the .NET CLR to load. This must be prefixed with v. For example, v1.0.3705 loads the directory \WINNT\Microsoft.NET\Framework\v1.0.3705.

To display this list of options, use the following command:

dbmlsrv9 -sl dnet (?)
See also 

Writing Synchronization Scripts in .NET


Contents Index -s option -sl java option