Parent topic: Check and Posting Service (CAPS)
To handle higher loads on CAPS for posting Mrequests to the enterprise, multiple posting threads can be enabled. This is accomplished by modifying the web.config.txt file. The web.config.txt file is located on the Simphony application server.
For Simphony 18.2.x users, the following keys need to be manually entered in the appSettings
section:
<add key="Debug.MaxMrequestPlaybackThreads" value="x" />
<add key="Debug.DefaultConnectionLimit" value="2x" />
The connection limit should be set to twice the value of the thread key. For example, if threads are set to 10, the connection limit should be set to 20.
Example:
<add key="Debug.MaxMrequestPlaybackThreads" value="10" />
<add key="Debug.DefaultConnectionLimit" value="20" />
In the syntax provided in the example above, "x" represents a number of threads and “2x” represents the number of connections.
The number of connections is derived from the number of threads. The values that are set for Threads/Connections depends on the hardware in use, however 10 threads can be used as a starting point. The number of threads which are actually spun up, depend on the volume. This value sets the upper limit of threads which are created, given enough load.
Parent topic: Optional CAPS Configuration Tasks
Configure a service host for CAPS. See Configuring the Service Host for CAPS in EMC for instructions.
Assign the employee privilege to download software, install and authenticate clients and Service Hosts using CAL.
Beginning with Simphony version 2.9.1 (which includes CAL version 139), users must have the employee privilege assigned to the appropriate role to successfully authenticate workstations, Android devices, and Kitchen Display Systems (KDS). After installing or upgrading to Simphony version 2.9.1 or later, you must assign the privilege to a user’s role. When the Role option is set, employees can use their EMC logon credentials when CAL’ing devices. See Allowing Employees to Install and Authenticate POS Clients and Service Hosts for instructions to assign the privilege.
Set the CAL deployment schedule. See Configuring the Deployment Schedule to Install CAL on a POS Client Workstation without Ops for instructions.
Parent topic: Optional CAPS Configuration Tasks