-pd option

Preload specified DLLs for Windows Mobile.

Syntax
dbmlsync -pd dllname;...
Remarks

When running dbmlsync on Windows Mobile, if you are using encrypted communication streams you must use the -pd option to ensure that the appropriate DLLs are loaded at startup. Otherwise, dbmlsync does not attempt to load the DLLs until they are needed. Loading these DLLs late is prone to failure due to resource limitations on Windows Mobile.

The following are the DLLs that need to be loaded for each communication protocol:

Protocol DLL
ECC mlcecc10.dll
RSA mlcrsa10.dll
FIPS mlcrsafips10.dll

You should specify multiple DLLs as a semicolon-separated list. For example:

-pd mlcrsafips10.dll;mlcrsa10.dll