Editing asg_portal.cdd File (Optional)

If you have TIBCO API Exchange Manager installation, edit the asg_portal.cdd file to enable RV channel and disable the AS transport.

Procedure

  1. Navigate to the ASG_HOME/bin directory.
  2. Open the asg_portal.cdd file in an editor.
  3. Search the be.channel.deactivate property:
    <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,/Common/Channel/Channel,/DefaultImplementation/Channels/OAuthWebappsHTTPSChannel,/DefaultImplementation/Channels/FacadeHTTPSSLChannel,/ASG/Channels/modRV_Channel,/ASG/Channels/RvCacheableChannel,/ASG/Channels/RvMappingChannel,/Common/Channel/CentralLoggerRV"/>
  4. If you have not taken the backup of thebe.channel.deactivate property, copy the be.channel.deactivate property to be.channel.deactivate.backup property, as follows:
    <property name="be.channel.deactivate.backup" 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,/Common/Channel/Channel,/DefaultImplementation/Channels/OAuthWebappsHTTPSChannel,/DefaultImplementation/Channels/FacadeHTTPSSLChannel,/ASG/Channels/modRV_Channel,/ASG/Channels/RvCacheableChannel,/ASG/Channels/RvMappingChannel,/Common/Channel/CentralLoggerRV"/>
  5. Remove the following channels from the value of be.channel.deactivate property:
    • /Common/Channel/Channel
    • /ASG/Channels/modRV_Channel
    • /ASG/Channels/RvCacheableChannel
    • /ASG/Channels/RvMappingChannel
  6. Add the following channel to the value of be.channel.deactivate property:

    /Common/Channel/AS

  7. Save changes to the asg_portal.cdd file.