Cisco Cisco Unified CRM Connector 7.5 安装指南

下载
页码 187
 
 49 
Module=AA_ServerDataStore,DataStoreClass 
2.  Define the Data Store server for remoting.  This uses a different 
class Data Store class, the DataStoreServerClass. 
ModuleClass=DataStoreServerClass,AMCRemotingDataStore
.DataStoreServerModule 
Module=DataStoreServer,DataStoreServerClass 
3.  Configure the Data Store server section.  This requires a remoting 
port and also takes the data store configuration parameters. 
NOTE:  The standard data store remoting port is 5666, however you 
may use a different port addresses.  If a .NET remoting adapter or 
other .NET remoting component also resides on this CRM Connector 
Server instance, you must use the same port address for the server 
data store remoting port and the .NET remoting adapter port. 
Table 3-7:  Server Data Store Parameters 
Key 
Valid Values – Meaning  
Meaning / Use 
RemotingPort 
Any valid port address 
 
If .NET remoting is also 
implemented on this CRM Connector 
Server instance, you must use the 
same port address for both. 
Default:  N/A 
This is the remoting port 
address.  This uses.NET 
remoting for communication 
between the Data Store server 
and its clients. 
The must be configured, it does 
not have a “default” value.  
The standard value is 5666. 
CleanupInterval  Positive integer (in minutes). 
Default:  10 minutes 
Intervals in minutes between 
data clean up.  If zero (0), 
then no clean up is performed. 
DataExpiration 
Positive integer (in minutes).   
Default:  60 minutes 
Maximum duration to hold a 
data index before it is subject 
to clean up.   
Step 2:  Configure the Data Store Client.   
The Data Store client connects to and communicates with the data store 
client through the remoting port.  The data store client must be defined on 
the data store server and on all data store clients. 
1.  Define the data store module class and instance for the data store 
client: 
ModuleClass=DataStoreClientClass,AMCRemotingDataStore.
DataStoreClientModule 
Module=DataStore,DataStoreClientClass 
2.  Configure the data store client parameters in the as the [DataStore] 
section; assign the host data store server name and its port.  (See 
Table 3-8:  Data Store Client Parameters.) 
Note:   To configure the data store client on the data store server 
instance specify “Local Host” as the DataStoreServerHost name.  For 
a remote client, specify the IP address of DNS name of the host 
machine.