Server class RPCServer

A server configured with RPCServer is not capable of handling anything other than RPCs. Servers in this class cannot participate in distributed transactions, and Component Integration Services does not attempt to send SQL statements to a server configured with this class.

To send RPCs to Backup Server or to XP Server, the sp_serveroption negotiated logins and server logins must be enabled.

Typically, servers in this class are customer-written Open Server applications intended to either perform a customized operation, or to make data available to an Adaptive Server application that is generated as a result of one or more RPCs. The only Open Server event handlers required for this type of application are:

Using this server class, it is possible to write an Open Server application that supports CIS proxy tables that map to RPC's:

create existing table myRPCtable
      (
            <column description(s)
      )
      external procedure at 'myRpcServerName...rpcname'