Since upgrading to v18.0, developers are unable to sign in elements that are signed out....a C1U0900E message is generated, with APPROVAL REQUIRED, even though we have never been set up to require approval for a signin.
This was discovered when someone needed to sign out a program that was signed out to someone else, but it also happens when a developer attempts to sign in a program that is signed out to himself/herself.
Release : 18.0
Component : CA Endevor Software Change Manager
Part of the the upgrade process is to make sure that all the options you had enabled in the ENCOPTBL were carried forward to 18.0.12. The option below if enabled allows actions to be performed without a package.
***********************************************************************
* O000315/A
* THE FOLLOWING OPTIONAL PTF WILL ALLOW TO RUN SPECIFIC ACTIONS
* WITHOUT USING A PACKAGE EVEN IF THE INVENTORY AREA WOULD NORMALLY
* REQUIRE PACKAGE USE.
*
* NOTE: FOR MOVE AND TRANSFER ACTIONS, THIS OPTION ONLY AFFECTS
* THE TARGET LOCATION OF THE ACTION. THE SOURCE LOCATION IS MANAGED
* BY IMPLICIT_DELETE_APPROVAL_CHECK OPTION.
*
* USAGE:
* REPLACE THE (ON,00) WITH THE CORRESPONDING VALUE(S) OF THE ACTION(S)
* YOU WISH TO ALLOW WITHOUT PACKAGES. IF YOU WISH TO ALLOW MORE THAN
* ONE ACTION, ADD THEIR CORRESPONDING VALUES AND REPLACE (ON,00) WITH
* THE TOTAL.
*
* ADD - 01 SIGNIN - 16
* DELETE - 02 TRANSFER - 32
* MOVE - 04 GENERATE - 64
* RESTORE - 08 UPDATE - 128
* ALTER - 256
*
* EXAMPLES::
* TO ALLOW MOVE ONLY, CODE (ON,04)
* TO ALLOW MOVE AND SIGNIN, CODE (ON,20)
*
*-----------------------------------------------------------------------------------------------------------------------------------------*
* ENHOPT ALLOW_NON_PKG_ACTIONS=(ON,00)
*
To allow the SIGNIN action without packages, then you need to set the option to:
ENHOPT ALLOW_NON_PKG_ACTIONS=(ON,16)
Take a look at your old table and ensure that all the options you had set in a previous release are set in the current table. Once the table has been reviewed and updated, re-assemble and re-link.