using Endevor package ship it does not use the Alternate Userid but the userid.
search cancel

using Endevor package ship it does not use the Alternate Userid but the userid.

book

Article ID: 45366

calendar_today

Updated On:

Products

Endevor Endevor - ECLIPSE Plugin

Issue/Introduction

Why after upgrading to the current Releases of Endevor, the use of the Alternate Userid no longer is being used for Package Ship 

 

 

 

 

Resolution

In earlier releases of Endevor there was a option in the iprfs.iqual.CSIQSRC(ENCOPTBL):

*********************************************************************** 
* SUBMIT JCL TO THE INTERNAL READER USING THE USERID WHEN PROCESSING  
* THE API PACKAGE SHIP FUNCTION.                                      
*---------------------------------------------------------------------*
*        ENHOPT PACKAGE_SHIP_WITH_ALTID=ON         DEFAULT VALUE IS OFF
*********************************************************************** 
 
This option allowed the Alternate Userid to be used during processing of Package Ship API calls. The Alternate Userid was then used for all ship requests except the API calls.
 
Starting with Endevor 18.0 the option was changed to the following:
 
*********************************************************************** 
* USE THE ALTERNATE ID, INSTEAD OF THE USERID, WHEN SUBMITTING A      
* PACKAGE SHIP REQUEST.                                                
*---------------------------------------------------------------------*
*        ENHOPT PACKAGE_SHIP_WITH_ALTID=ON         DEFAULT VALUE IS OFF
*********************************************************************** 
 
turning this option on the Userid will be used for all Package Ship requests.