Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - Programming » Database and application deployment » Embedded database application deployment

 

SQL Remote deployment

If you are deploying the SQL Remote Message Agent, you need to include the following files:

Description Windows Linux / Solaris Mac OS X
Message Agent dbremote.exe dbremote dbremote
Encoding/decoding library dbencod16.dll libdbencod16_r.so.1 libdbencod16_r.dylib
FILE message link library 1 dbfile16.dll libdbfile16_r.so.1 libdbfile16_r.dylib
FTP message link library 1 dbftp16.dll libdbftp16_r.so.1 libdbftp16_r.dylib
Language resource library dblg[LL]16.dll dblg[LL]16.res dblg[LL]16.res
Interface Library dblib16.dll libdblib16_r.so.1 libdblib16_r.dylib
SMTP message link library 1 dbsmtp16.dll libdbsmtp16_r.so.1 libdbsmtp16_r.dylib
Database tools library dbtool16.dll libdbtool16_r.so.1 libdbtool16_r.dylib
Thread support library N/A libdbtasks16_r.so.1 libdbtasks16_r.dylib

1 Only deploy the library for the message link you are using.

A language resource library file should also be included. The table above shows files with the designation [LL]. There are several message files each supporting a different language. To install support for different languages, you have to include the resource files for these languages. Replace [LL] with the language code (for example, en, de, jp, and so on).

It is recommended that you follow the SQL Anywhere installation behavior, and install the SQL Remote files in the same directory as the SQL Anywhere files.