Preload specified DLLs for Windows Mobile.
dbmlsync -pd dllname;...
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 |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |