Getting message TPBL1015 PARAMETER LESS THAN MINIMUM
search cancel

Getting message TPBL1015 PARAMETER LESS THAN MINIMUM

book

Article ID: 117336

calendar_today

Updated On:

Products

TPX - Session Management Vman Session Management for z/OS

Issue/Introduction

We have an issue when running the batch job to add/update a profile session we are seeing the message TPBL1015 10/06/18.279 00:21:18.41 PARAMETER LESS THAN MINIMUM.
However, the adds and updates are processed successfully. 
Here are the input statements:
ADD    PROFILESESSION (SYSTEMS WCSS)
UPDATE PROFILESESSION (SYSTEMS WCSS
                (PENTAPPL(WCSS) 
                (WSESLABL('Western Center Super Session')))

Environment

Release: NVINAM00200-5.4-TPX-Session Management-Access Management package
Component:

Resolution

Remove the left ( in front of the WSESLABL variable.
Example below:
ADD    PROFILESESSION (SYSTEMS WCSS)
UPDATE PROFILESESSION (SYSTEMS WCSS
                (PENTAPPL(WCSS) 
                WSESLABL('Western Center Super Session')) )