INTRODUCTION
The definition for the
MsSna_ServiceTN3270 class in the Managed Object Format (MOF) file Wmisna.mof and in the online Microsoft Host Integration Server 2004 Help files incorrectly limits the
MAXVALUE property for ports to 9999. The valid IP port range is 1 through 65535.
The Wmisna.mof file has the following entry under the
MsSna_ServiceTN3270 class:
[MINVALUE(0), MAXVALUE(9999),Description("The default port number for the TN3270 service
(can be overridden on a per-session basis). Use 0 for the default TN3270 port.")]
sint32 Port; // value 0 means use default
The online Host Integration Server 2004 Help file has the following entry under the
MsSna_ServiceTN3270 class:
Port
Data Type: sint32
Qualifiers: MINVALUE(0), MAXVALUE(9999)
Access Type: Read/Write
The default port number for the TN3270 service. You can override Port on a per-session basis.
Use 0 for the default TN3270 port.