Skip to main content
Support

KB Article #69550

Gateway KFMCP -S command returns an incorrect value for the alsz2 parameter

Problem

-- A new Gateway mailbox was created using the kfmcp -M maxr alsz_kb alsz2_kb command as shown in the example below:



kfmcp -M 0 12000000 50000 xfer.dat xfer_new.dat
kfmcp -M 0 4000000 40000 xferb.dat xferb_new.dat
mv  xfer.dat  xfer_old.dat
mv  xfer_new.dat  xfer.dat
mv  xferb.dat  xferb_old.dat
mv  xferb_new.dat  xferb.dat



-- When a kfmcp -S command is run to print the attributes of the new mailbox, the value for the alsz2 parameter appears to be incorrect.


Resolution

* Even though the mailbox was creating using values in kilobyes, the value returned for the alsz2 parameter in the kfmcp -s command is returnd in bytes, not kilobytes.



* Please note that there is another example of the kfmcp command provided in the Gateway online help in which the values for the alsz and alsz2 parameters are given in bytes, not kilobytes.