Chapter 15: Managing Remote Servers  Managing remote servers

Chapter 15: Managing Remote Servers

Overview

Users on a local Adaptive Server can execute stored procedures on a remote Adaptive Server. Executing an RPC sends the results of the remote process to the calling process—usually displayed on the user’s screen.

To enable RPCs, the System Administrator and System Security Officer of each Adaptive Server must execute the following steps:

Figure 15-1 shows how to set up servers for remote access.

Figure 15-1: Setting up servers to allow remote procedure calls

Graphic shows two servers and the steps you must perform to allow remote procedure calls between them. Under the first server (named rose) are the steps:  sp_addserver ROSE, local  sp_addserver ZINNIA interfaces files must have an entry for ZINNIA   Under the second server (named zinnia) are the steps sp_addserver ROSE sp_addlogin joe sp_addremotelogin ROSE, joe  sp_adduser joe (in the appropriate database) grant execute on procedure_name to joe

For operating-system-specific information about handling remote servers, see the the installation documentation for your platform.





Copyright © 2005. Sybase Inc. All rights reserved. Managing remote servers

View this book as PDF