Cisco Cisco Unified CRM Connector 7.5 インストールガイド

ページ / 187
 
 101 
Table 6-2:  .Net Remoting Module Settings 
Key 
Valid Values – Meaning  
Meaning / 
Use 
ModuleClass ClassName=RemotingEndPointClass 
 
ProgID=AMCDotNetAdapterRemotingLibrary.RemotingModule 
.Net Remote 
module class 
definition values. 
Module ModuleName=RemotingEndpoint 
 
ClassName= RemotingEndPointClass 
.Net Remote 
instance 
definition. 
Remoting Endpoint Section 
The .Net Remoting Adapter configures communication settings for the 
.Net Adapter.  The primary setting is the remoting port with a default value 
of 5666.  All the client adapter systems must configure to connect with the 
CRM Connector Server on this port.  Other configuration settings include 
event management and a data source as well as the basic global keys. 
Table 6-3:  Remoting Endpoint Keys 
Key 
Valid Values – Meaning  
Meaning / Use 
RemotingPort 
Any valid unused IP socket port 
above the well known service 
ports.  
Default:  5666 
Server remoting port. 
DataStore 
DataStore module name. 
Default:  DataStore 
Identifies the data source for 
the application adapter.  
With the Cisco CRM Connector 
this will almost always be 
DataStore. 
 
Example 6-1:  .NET Remoting Adapter config.ini Section 
[Module Manager] 
 
 
 
 
 
 
### .Net Adapter:  Remoting EndPoint 
ModuleClass=RemotingEndpointClass,AMCDotNetAdapterRemotingLibreary.RemotingModule 
Module=RemotingEndpoint,RemotingEndPointClass 
 
 
 
 
 
 
[RemotingEndpoint] 
RemotingPort=5666 
DataStore=DataStore 
Configuring .Net SOAP Adapter Web Services 
The .Net SOAP Adapter runs as a CRM Connector Server module.  It is 
configured in the config.ini file.  It requires the same Module Manager 
configuration as any other component module:  define the module class 
and then define an instance of the module class.   There is a Remoting 
Endpoint section that configures the remote port among other settings.