MINDEBCL parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
Line 19: Line 19:
If the Client build number is earlier than the <var>MINDEBCL</var> setting, the server rejects the Debugger Client, and the request is processed as if debugging were not in place.
If the Client build number is earlier than the <var>MINDEBCL</var> setting, the server rejects the Debugger Client, and the request is processed as if debugging were not in place.
A message is displayed by the client and written to the audit trail that the Debugger Client does not meet minimum requirements and needs to be updated.   
A message is displayed by the client and written to the audit trail that the Debugger Client does not meet minimum requirements and needs to be updated.   
If you are using the <var>TN3270|SIRIUS DEBUG ON</var> command, a message is displayed on the terminal as well.
 
If you are using the <var>TN3270|SIRIUS DEBUG ON</var> command and get a MINDEBCL rejection, a message is displayed on the terminal as well. For example:
<p style="code">R MINDEBCL 66                                                                                     
MINDEBCL  66          Minimum debugger client build supported                                     
TN3270 DEBUG ON DEBONLY 10.5.3.76                                                               
***  MSIR.0942: Debugger GUI port defaulted to 8081                                               
***  MSIR.0942: Debugger Worker port defaulted to 3226                                             
***  1  MSIR.1079: Debugger Client Build: 65 < MINDEBCL: 66 debugger client connection refused     
***  2  MSIR.0914: Debugger Error: Please upgrade your client                                     
ULSPFGLW>       
</p>

Revision as of 17:05, 29 July 2016

Minimum debugger client build supported

Summary

Default value
0
Parameter type
System
Where set
On user's parameter line or reset by system manager
Related products
All
Introduced
Model 204 V7.7

Description

The MINDEBCL parameter holds an integer value in the range 0-500 of the minimum Debugger Client build number that can be used with the Online in which it was set. A value of 0 means that any build of the Debugger Client is accepted.

If the Client build number is earlier than the MINDEBCL setting, the server rejects the Debugger Client, and the request is processed as if debugging were not in place. A message is displayed by the client and written to the audit trail that the Debugger Client does not meet minimum requirements and needs to be updated.

If you are using the TN3270|SIRIUS DEBUG ON command and get a MINDEBCL rejection, a message is displayed on the terminal as well. For example:

R MINDEBCL 66 MINDEBCL 66 Minimum debugger client build supported TN3270 DEBUG ON DEBONLY 10.5.3.76

      • MSIR.0942: Debugger GUI port defaulted to 8081
      • MSIR.0942: Debugger Worker port defaulted to 3226
      • 1 MSIR.1079: Debugger Client Build: 65 < MINDEBCL: 66 debugger client connection refused
      • 2 MSIR.0914: Debugger Error: Please upgrade your client

ULSPFGLW>