When starting TSS r16 on a 2.4 system for the first time, the following is received:
TSS9567I MAXSIGN VALUE EXCEEDS LIMIT. MAXIMUM VALUE ASSIGNED
Release : 16.0
Component : CA Top Secret for z/OS
This message occurs if there are any FAC statements in the Top Secret parameter file with a MAXSIGN value above 100. For example:
FAC(cicsfac=MAXSIGN=(103,KILL)).
The highest value allowed for MAXSIGN is 100. The TSS9567I is just an informational message indicating the MAXSIGN value will be set to 100 because that is the highest value allowed. To prevent the message at startup, change the FAC statements with MAXSIGN of 103 to 100 (or lower).