Sometimes due to limited network bandwidth, or other network problems, CAM packets get discarded by the network. If the network cannot be fixed, a smaller CAM packet size can be configured so that CAM packets are not dropped by the network. The following procedure outlines the same.
Client Automation - All versions
Any product using CAM.
Finding the Correct Fragment Size
NOTE: The Packet Size value should be multiple of the previous value. i.e., 64, 128, 256... etc
Configuring CAM to use the correct Fragment Size
1. Open "%CAI_MSQ%\cam.cfg" using notepad.
2. If cam.cfg does not exist run the command 'camsave persist' which creates
a cam.cfg file using what is currently in CAM memory.
3. Add the following entry under the *CONFIG section.
fragment_size = <Packet Size Value from camping test>
Ex: fragment_size = 1024
4. Save the file.
5. Recycle the CAM services using the command:
camclose && cam start -c -l
Note: The default CAM packet size is 8397 bytes.
The above procedure outlines what needs to be done in one direction only. Most of the times, network traffic is hampered both ways so the instructions need to be done on both sides of the connection.