The limits of the MAXVALUE property for the MsSna_ServiceTN3270 class are incorrectly listed in the Wmisna.mof file and in the online Host Integration Server 2004 Help files (885004)



The information in this article applies to:

  • Microsoft Host Integration Server 2004

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.

MORE INFORMATION

You can administer a variety of components in Host Integration Server 2004 by using the Windows Management Instrumentation (WMI) providers for Host Integration Server 2004.

The Host Integration Server 2004 SNA configuration provider supplies information about the SNA service configuration.

The WmiSna.mof and WmiSna_XP.mof files contain the WMISNA provider, association classes, and registration classes. You can access the WMISNA provider classes in the \Root\MicrosoftHIS namespace.

Modification Type:MajorLast Reviewed:9/14/2004
Keywords:kbtshoot kbdocerr KB885004 kbAudDeveloper