MINDEBCL parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
Line 29: Line 29:


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:
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 class="code">R MINDEBCL 66
<p class="code"><b>R MINDEBCL 66 </b>
MINDEBCL  66          Minimum debugger client build supported  
MINDEBCL  66          Minimum debugger client build supported  
TN3270 DEBUG ON DEBONLY 10.5.3.76       
TN3270 DEBUG ON DEBONLY 10.5.3.76       
Line 35: Line 35:
MSIR.0942: Debugger Worker port defaulted to 3226   
MSIR.0942: Debugger Worker port defaulted to 3226   
MSIR.1079: Debugger Client Build: 65 < MINDEBCL: 66 debugger client connection refused
MSIR.1079: Debugger Client Build: 65 < MINDEBCL: 66 debugger client connection refused
MSIR.0914: Debugger Error: Please upgrade your client
MSIR.0914: Debugger Error: Please upgrade your client  
ULSPFGLW>       
</p>
</p>

Revision as of 22:36, 1 August 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. The purpose of this parameter is to allow a system manager to ensure upgrades to the Janus/TN3270 debugger client are done.

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.

Here is an audit trail fragment showing this error (via SIRSCAN):

13303016 2 1 ER MSIR.1079: Debugger Client Build: 65 < MINDEBCL: 66 debugger client connection refused 13303016 2 1 AD MSIR.0929: Janus/Tn3270 Debugger worker terminated: 400 Client version too old, please upgrade


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 MSIR.1079: Debugger Client Build: 65 < MINDEBCL: 66 debugger client connection refused MSIR.0914: Debugger Error: Please upgrade your client