Product: OpenFusion Notification Service
Version: v3, v4
Description:
How to load the channel configuration XML file from the command line?
Resolution:
The channel configuration XML files can be loaded and saved on the command line by using the ChannelConfigurator tool.
OpenFusion v4
1) Load
To load the channel configuration xml into the Notification Service use the command:
run com.prismt.cos.CosNotification.tools.config.ChannelConfigurator -load <URL> <Notification Service>
2) Save
To save the channel configuration into an xml file use the following command:
run com.prismt.cos.CosNotification.tools.config.ChannelConfigurator -save <URL> <Notification Service>
where <URL> is the url of the xml file containing the channel configuration. It needs to start file://
<Notification Service> is the resolve name of the Notification Service.
The run command is in the bin directory of the installation.
OpenFusion v3
1) Load
To load the channel configuration xml into the Notification Service use the command:
run com.prismt.cos.CosNotification.tools.xml.ChannelConfigurator -load <URL> <Notification Service>
2) Save
To save the channel configuration into an xml file use the following command:
run com.prismt.cos.CosNotification.tools.xml.ChannelConfigurator -save <URL> <Notification Service>
where <URL> is the url of the xml file containing the channel configuration. It needs to start file://
<Notification Service> is the resolve name of the Notification Service.
#OpenFusion
#KnowledgeDocs