Difference between revisions of "PE-GPR/9.0.0/Deployment/startStop"
(Published) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Article | {{Article | ||
|Standalone=No | |Standalone=No | ||
− | |DisplayName=Start and | + | |DisplayName=Start and stop GPR on-premises components |
− | | | + | |TocName=Start and stop GPR on-premises components |
− | | | + | |Context=This topic explains how to start and stop Data Loader, and how to enable or disable use of Predictive Routing when routing interactions. |
|ComingSoon=No | |ComingSoon=No | ||
− | | | + | |Platform=GenesysEngage-onpremises |
|Section={{Section | |Section={{Section | ||
− | |sectionHeading=Start and | + | |sectionHeading=Start and stop Data Loader |
|anchor=ASCstartStop | |anchor=ASCstartStop | ||
− | |||
− | |||
|alignment=Vertical | |alignment=Vertical | ||
|structuredtext=Data Loader is deployed in a container that also contains Local Control Agent, which communicates with Genesys Administrator to start, monitor status of, and stop Data Loader. | |structuredtext=Data Loader is deployed in a container that also contains Local Control Agent, which communicates with Genesys Administrator to start, monitor status of, and stop Data Loader. | ||
Line 26: | Line 24: | ||
To restart Data Loader container, execute the '''restart.sh''' script from the '''/scripts''' folder. | To restart Data Loader container, execute the '''restart.sh''' script from the '''/scripts''' folder. | ||
− | |||
|Status=No | |Status=No | ||
}}{{Section | }}{{Section | ||
− | |sectionHeading=Start and | + | |sectionHeading=Start and stop use of the URS Strategy Subroutines |
|anchor=subsStartStop | |anchor=subsStartStop | ||
− | |||
− | |||
|alignment=Vertical | |alignment=Vertical | ||
|structuredtext=To turn on Predictive Routing in your routing strategy: | |structuredtext=To turn on Predictive Routing in your routing strategy: | ||
Line 43: | Line 38: | ||
#Open the Predictive_Route_CfgData Transaction List object. | #Open the Predictive_Route_CfgData Transaction List object. | ||
#Set the {{Optionslink|link=Options:Predictive_Route_DataCfg:default-predictor:prr-mode}} option to <tt>off</tt> in all sections that define Predictors, and also in the '''[default-predictor]''' section. | #Set the {{Optionslink|link=Options:Predictive_Route_DataCfg:default-predictor:prr-mode}} option to <tt>off</tt> in all sections that define Predictors, and also in the '''[default-predictor]''' section. | ||
− | |||
|Status=No | |Status=No | ||
}} | }} | ||
}} | }} |
Latest revision as of 13:26, September 22, 2020
This topic explains how to start and stop Data Loader, and how to enable or disable use of Predictive Routing when routing interactions.
Start and stop Data Loader
Data Loader is deployed in a container that also contains Local Control Agent, which communicates with Genesys Administrator to start, monitor status of, and stop Data Loader.
All Data Loader instances can be started and stopped from Genesys Administrator. For instructions on starting and stopping application from Genesys Administrator, see the System Dashboard topic in the Genesys Administrator Help.
To start the container where Data Loader is located, run the following scripts from the installation directory to start the container:
$ cd ai-data-loader-scripts/scripts/
$ bash start.sh
Only Local Control Agent (LCA) is started when container is started. Once the Data Loader host is shown as up and running in Genesys Administrator, you can start Data Loader from there as you would any other Genesys component.
- See How to Start and Stop Applications and Solutions for details about LCA and monitoring solutions in Genesys Administrator.
To stop Data Loader, execute the stop.sh command from the /scripts folder.
To restart Data Loader container, execute the restart.sh script from the /scripts folder.
Start and stop use of the URS Strategy Subroutines
To turn on Predictive Routing in your routing strategy:
- Open the Predictive_Route_CfgData Transaction List object.
- Set the prr-mode option to any value except off in all sections that define Predictors, and also in the [default-predictor] section.
To turn off Predictive Routing in your routing strategy:
- Open the Predictive_Route_CfgData Transaction List object.
- Set the prr-mode option to off in all sections that define Predictors, and also in the [default-predictor] section.