KB Article #69460

Concurrent CFT transfers cause errors

Problem

CFTS05E Error code 00000028 _ Trying to access SYSTEM manager


Resolution

There are certain prerequisites to be meet for normal functioning of the Transfer CFT. This error can occur due to



1. Insufficient actual disk space available.



2. Prerequisites of the Kernel might have not been applied properly, such as msgtql, msgmni, etc. See documentation for more details.



Please modify the value of msgmni in CFT.



Steps:



1. You can retrieve the value of msgmni using the command.



             cat /proc/sys/kernel/msgmni



To operate Transfer CFT, the value of msgmni should be equal to 8192.



2. You can change the values in following ways.



If the kernel was generated via sysctl, by adding the following lines to the file etc/sysctl.conf. Remember that you must restart your system for this change to take effect.



kernel.msgmni = 8192



or



Enter the command



echo 8192 > /proc/sys/kernel/msgmni



This modification is overwritten when you restart Linux. Use this command in an rc.d script to make sure that the parameter values are taken into account when the system starts.