Configuration
Configuration to enable ActiveSpaces transport.
To set the ActiveSpaces transport for Global Throttle Manager and Central Logger, follow these steps:
Procedure
-  
		  Set Properties 
		  
Set the ActiveSpaces transport properties as follows:
- Start the Config UI, if not running.
 - Log in to the Config UI using your credentials.
 - On the home page of the Config UI, select the Gateway Engine Properties in the drop-down list.
 - Click the Transport link.
 - Set the ActiveSpaces transport properties as explained in the Transport Properties table.
 -  
				Save changes to the project configuration. 
				 
				
You can set the following runtime properties to enable ActiveSpaces channel in the ASG_CONFIG_HOME/asg.properties file:
tibco.clientVar.ASG/transport=AS
#Properties to connect to AS metaspace
#asLogLevel values: 0-7
#0 - INFO, 1 - WARN, 2 - ERROR, 3 - FATAL,
#4 - FINE, 5 - FINER, 6 - FINEST, 7 - NONE
tibco.clientVar.ASG/AS/MetaspaceName=APIXMS
tibco.clientVar.ASG/AS/DiscoveryUrl=tcp://10.97.98.49:13100;10.97.98.122:13900
tibco.clientVar.ASG/AS/ListenUrl=tcp://10.97.98.49:13100-*/
tibco.clientVar.ASG/AS/asLogLevel=0
tibco.clientVar.ASG/AS/asLogDir=C:/APIX/2.2.0_V75/tibco/cfgmgmt/asg/logs
 
 -  
		  Activate AS Channel in asg_core.cdd File 
		  
Activate the AS channel, as follows:
- Navigate to the ASG_HOME/bin directory.
 - Edit the asg_core.cdd file in a text editor.
 -  
				Search the following property: 
				 
				
<property name="be.channel.deactivate" value="/Common/Channel/AS,/DefaultImplementation/Channels/SouthboundEsb0Channel,/DefaultImplementation/Channels/SouthboundEsb1Channel,/DefaultImplementation/Channels/SouthboundEsb2Channel,/DefaultImplementation/Channels/North_ESBChannel,/DefaultImplementation/Channels/North_HTTPChannel,/ASG/Channels/SOAPJMSChannel_North,/ASG/Channels/SOAPJMSChannel_South,/Common/Channel/CentralLoggerJMS"/>
 -  
				If you have not taken the backup of the 
				  be.channel.deactivate 
				  property, copy the 
				  be.channel.deactivate 
				  property to 
				  be.channel.deactivate.backup, 
				  as follows: 
				 
				
<property name="be.channel.deactivate.backup" value="/Common/Channel/AS,/DefaultImplementation/Channels/SouthboundEsb0Channel,/DefaultImplementation/Channels/SouthboundEsb1Channel,/DefaultImplementation/Channels/SouthboundEsb2Channel,/DefaultImplementation/Channels/North_ESBChannel,/DefaultImplementation/Channels/North_HTTPChannel,/ASG/Channels/SOAPJMSChannel_North,/ASG/Channels/SOAPJMSChannel_South,/Common/Channel/CentralLoggerJMS"/>
 -  
				Remove 
				  /Common/Channel/AS from the value of the 
				  be.channel.deactivate 
				  property. The modified value of the property is as follows: 
				 
				
<property name="be.channel.deactivate" value="/DefaultImplementation/Channels/SouthboundEsb0Channel,/DefaultImplementation/Channels/SouthboundEsb1Channel,/DefaultImplementation/Channels/SouthboundEsb2Channel,/DefaultImplementation/Channels/North_ESBChannel,/DefaultImplementation/Channels/North_HTTPChannel,/ASG/Channels/SOAPJMSChannel_North,/ASG/Channels/SOAPJMSChannel_South,/Common/Channel/CentralLoggerJMS"/>
 - Save changes to the file.
 
 -  
		  Activate AS Channel in asg_cl.cdd File 
		  
Activate the AS channel as follows:
- Navigate to the ASG_HOME/bin directory.
 - Edit the asg_core.cdd file in a text editor.
 -  
				Search the following property: 
				 
				
<property-group comment="" name="Channel">
<property name="be.channel.deactivate" value="/Common/Channel/AS,/ASG/Channels/RvMappingChannel,/ASG/Channels/RvCacheableChannel,/ASG/Channels/modRV_Channel,/Common/Channel/Channel,/DefaultImplementation/Channels/SouthboundEsb0Channel,/DefaultImplementation/Channels/SouthboundEsb1Channel,/DefaultImplementation/Channels/SouthboundEsb2Channel,/DefaultImplementation/Channels/North_ESBChannel,/DefaultImplementation/Channels/North_HTTPChannel,/ASG/Channels/SOAPJMSChannel,/ASG/Channels/SOAPJMSChannel_North,/ASG/Channels/SOAPJMSChannel_South,/Common/Channel/CentralLoggerJMS,/DefaultImplementation/Channels/OAuthWebappsChannel,/DefaultImplementation/Channels/OAuthWebappsHTTPSChannel"/>
 -  
				If you have not taken the backup of the 
				  be.channel.deactivate 
				  property, copy the 
				  be.channel.deactivate 
				  property to 
				  be.channel.deactivate.backup, 
				  as follows: 
				 
				
<property name="be.channel.deactivate.backup" value="/Common/Channel/AS,/ASG/Channels/RvMappingChannel,/ASG/Channels/RvCacheableChannel,/ASG/Channels/modRV_Channel,/Common/Channel/Channel,/DefaultImplementation/Channels/SouthboundEsb0Channel,/DefaultImplementation/Channels/SouthboundEsb1Channel,/DefaultImplementation/Channels/SouthboundEsb2Channel,/DefaultImplementation/Channels/North_ESBChannel,/DefaultImplementation/Channels/North_HTTPChannel,/ASG/Channels/SOAPJMSChannel,/ASG/Channels/SOAPJMSChannel_North,/ASG/Channels/SOAPJMSChannel_South,/Common/Channel/CentralLoggerJMS,/DefaultImplementation/Channels/OAuthWebappsChannel,/DefaultImplementation/Channels/OAuthWebappsHTTPSChannel"/>
 -  
				Remove 
				  /Common/Channel/AS from the value of the 
				  be.channel.deactivate 
				  property. The modified value of the property is as follows: 
				 
				
<property name="be.channel.deactivate" value="/ASG/Channels/RvMappingChannel,/ASG/Channels/RvCacheableChannel,/ASG/Channels/modRV_Channel,/Common/Channel/Channel,/DefaultImplementation/Channels/SouthboundEsb0Channel,/DefaultImplementation/Channels/SouthboundEsb1Channel,/DefaultImplementation/Channels/SouthboundEsb2Channel,/DefaultImplementation/Channels/North_ESBChannel,/DefaultImplementation/Channels/North_HTTPChannel,/ASG/Channels/SOAPJMSChannel,/ASG/Channels/SOAPJMSChannel_North,/ASG/Channels/SOAPJMSChannel_South,/Common/Channel/CentralLoggerJMS,/DefaultImplementation/Channels/OAuthWebappsChannel,/DefaultImplementation/Channels/OAuthWebappsHTTPSChannel"/>
 - Save changes to the file.
 
 -  
		  Deactivate the Central Logger RV and JMS Channel in asg_cl.cdd File 
		  
- Navigate to the ASG_HOME/bin directory.
 - Edit the asg_cl.cdd file in a text editor.
 -  
				Search the following property: 
				 
				
<property name="be.channel.deactivate" value="/Common/Channel/AS,/ASG/Channels/RvMappingChannel,/ASG/Channels/RvCacheableChannel,/ASG/Channels/modRV_Channel,/Common/Channel/Channel,/DefaultImplementation/Channels/SouthboundEsb0Channel,/DefaultImplementation/Channels/SouthboundEsb1Channel,/DefaultImplementation/Channels/SouthboundEsb2Channel,/DefaultImplementation/Channels/North_ESBChannel,/DefaultImplementation/Channels/North_HTTPChannel,/ASG/Channels/SOAPJMSChannel,/ASG/Channels/SOAPJMSChannel_North,/ASG/Channels/SOAPJMSChannel_South,/Common/Channel/CentralLoggerJMS,/DefaultImplementation/Channels/OAuthWebappsChannel,/DefaultImplementation/Channels/OAuthWebappsHTTPSChannel"/>
 -  
				If you have not taken the backup of the 
				  be.channel.deactivate 
				  property, copy the 
				  be.channel.deactivate 
				  property to 
				  be.channel.deactivate.backup, 
				  as follows: 
				 
				
<property name="be.channel.deactivate.backup" value="/Common/Channel/AS,/ASG/Channels/RvMappingChannel,/ASG/Channels/RvCacheableChannel,/ASG/Channels/modRV_Channel,/Common/Channel/Channel,/DefaultImplementation/Channels/SouthboundEsb0Channel,/DefaultImplementation/Channels/SouthboundEsb1Channel,/DefaultImplementation/Channels/SouthboundEsb2Channel,/DefaultImplementation/Channels/North_ESBChannel,/DefaultImplementation/Channels/North_HTTPChannel,/ASG/Channels/SOAPJMSChannel,/ASG/Channels/SOAPJMSChannel_North,/ASG/Channels/SOAPJMSChannel_South,/Common/Channel/CentralLoggerJMS,/DefaultImplementation/Channels/OAuthWebappsChannel,/DefaultImplementation/Channels/OAuthWebappsHTTPSChannel"/>
 -  
				Add /Common/Channel/CentralLoggerRV and /Common/Channel/CentralLoggerJMS to the 
				  be.channel.deactivate 
				  property. The modified value of the property is as follows: 
				 
				
<property name="be.channel.deactivate" value="/Common/Channel/CentralLoggerRV,/Common/Channel/CentralLoggerJMS,/Common/Channel/AS,/ASG/Channels/RvMappingChannel,/ASG/Channels/RvCacheableChannel,/ASG/Channels/modRV_Channel,/Common/Channel/Channel,/DefaultImplementation/Channels/SouthboundEsb0Channel,/DefaultImplementation/Channels/SouthboundEsb1Channel,/DefaultImplementation/Channels/SouthboundEsb2Channel,/DefaultImplementation/Channels/North_ESBChannel,/DefaultImplementation/Channels/North_HTTPChannel,/ASG/Channels/SOAPJMSChannel,/ASG/Channels/SOAPJMSChannel_North,/ASG/Channels/SOAPJMSChannel_South,/Common/Channel/CentralLoggerJMS,/DefaultImplementation/Channels/OAuthWebappsChannel,/DefaultImplementation/Channels/OAuthWebappsHTTPSChannel"/>
 - Save the changes to the CDD file.
 
 -  
		  Deactivate the Central Logger RV and JMS Channel in asg_core.cdd File 
		  
- Navigate to the ASG_HOME/bin directory.
 - Edit the asg_core.cdd file in a text editor.
 -  
				Search the following property: 
				 
				
<property name="be.channel.deactivate" value="/Common/Channel/AS,/ASG/Channels/RvMappingChannel,/ASG/Channels/RvCacheableChannel,/ASG/Channels/modRV_Channel,/Common/Channel/Channel,/DefaultImplementation/Channels/SouthboundEsb0Channel,/DefaultImplementation/Channels/SouthboundEsb1Channel,/DefaultImplementation/Channels/SouthboundEsb2Channel,/DefaultImplementation/Channels/North_ESBChannel,/DefaultImplementation/Channels/North_HTTPChannel,/ASG/Channels/SOAPJMSChannel,/ASG/Channels/SOAPJMSChannel_North,/ASG/Channels/SOAPJMSChannel_South,/Common/Channel/CentralLoggerJMS,/DefaultImplementation/Channels/OAuthWebappsChannel,/DefaultImplementation/Channels/OAuthWebappsHTTPSChannel"/>
 -  
				If you have not taken the backup of the 
				  be.channel.deactivate 
				  property, copy the 
				  be.channel.deactivate 
				  property to 
				  be.channel.deactivate.backup, 
				  as follows: 
				 
				
<property name="be.channel.deactivate.backup" value="/Common/Channel/AS,/ASG/Channels/RvMappingChannel,/ASG/Channels/RvCacheableChannel,/ASG/Channels/modRV_Channel,/Common/Channel/Channel,/DefaultImplementation/Channels/SouthboundEsb0Channel,/DefaultImplementation/Channels/SouthboundEsb1Channel,/DefaultImplementation/Channels/SouthboundEsb2Channel,/DefaultImplementation/Channels/North_ESBChannel,/DefaultImplementation/Channels/North_HTTPChannel,/ASG/Channels/SOAPJMSChannel,/ASG/Channels/SOAPJMSChannel_North,/ASG/Channels/SOAPJMSChannel_South,/Common/Channel/CentralLoggerJMS,/DefaultImplementation/Channels/OAuthWebappsChannel,/DefaultImplementation/Channels/OAuthWebappsHTTPSChannel"/>
 -  
				Add /Common/Channel/CentralLoggerRV and /Common/Channel/CentralLoggerJMS to the 
				  be.channel.deactivate 
				  property. The modified value of the property is as follows: 
				 
				
<property name="be.channel.deactivate" value="/Common/Channel/CentralLoggerRV,/Common/Channel/CentralLoggerJMS,/Common/Channel/AS,/ASG/Channels/RvMappingChannel,/ASG/Channels/RvCacheableChannel,/ASG/Channels/modRV_Channel,/Common/Channel/Channel,/DefaultImplementation/Channels/SouthboundEsb0Channel,/DefaultImplementation/Channels/SouthboundEsb1Channel,/DefaultImplementation/Channels/SouthboundEsb2Channel,/DefaultImplementation/Channels/North_ESBChannel,/DefaultImplementation/Channels/North_HTTPChannel,/ASG/Channels/SOAPJMSChannel,/ASG/Channels/SOAPJMSChannel_North,/ASG/Channels/SOAPJMSChannel_South,/Common/Channel/CentralLoggerJMS,/DefaultImplementation/Channels/OAuthWebappsChannel,/DefaultImplementation/Channels/OAuthWebappsHTTPSChannel"/>
 - Save the changes to the CDD file.
 
 
