Collection Contents Index SQL Remote concepts Publications and subscriptions pdf/chap2.pdf

Data Replication with SQL Remote
   PART 1. Introduction to SQL Remote
     CHAPTER 2. SQL Remote Replication Concepts       

SQL Remote components


The following components are required for SQL Remote:

Top of page  The data server

The data server may be an Adaptive Server Enterprise or an Adaptive Server Anywhere server. At the remote site the data server is commonly an Adaptive Server Anywhere personal server, but can also be an Adaptive Server Enterprise or Adaptive Server Anywhere server.

Top of page  Client applications

Client applications work with the data in the database. Client applications use one of the client/server interfaces supported by the data server:

Client applications do not have to know if they are using a consolidated or remote database. From the client application perspective, there is no difference.

Top of page  The Message Agent

The SQL Remote Message Agent sends and receives replication messages. It is a client application that sends and receives messages from database to database. The Message Agent must be installed at both the consolidated and at the remote sites.

For Adaptive Server Anywhere, the Message Agent is a program called dbremote.exe on PC operating systems, and dbremote on UNIX.

For Adaptive Server Enterprise, the Message Agent is a program called ssremote.exe on PC operating systems, and ssremote on UNIX.

Top of page  Message system client

If you are using a shared file message system, no message system client is needed.

If you are using an e-mail or other message system, you must have a message system for that client in order to send and receive messages.

Top of page  

Collection Contents Index SQL Remote concepts Publications and subscriptions pdf/chap2.pdf