NDVRFLIO: E050 AUTHORIZE WOULD EXECEED LIMIT OF 12 CCIDS - NOT ALLOWED
book
Article ID: 190959
calendar_today
Updated On:
Products
IDMSIDMS - DatabaseIDMS - ADS
Issue/Introduction
There is a limit of 12 pre-authorization per CCID that results in message E050 AUTHORIZE WOULD EXECEED LIMIT OF 12 CCIDS - NOT ALLOWED. Is there a way to check to see how many pre-authorizations a CCID has before adding another pre-authorization to avoid the the E050 message?
Example: ADD ENT 'AMSHUR80' TYPE LOA VERSION 0001 ADD PRE ENT 'AMSHUR80' TYPE LOA VERSION 0001 DERIVE CCID IS Y TO CCID 'AMSZI00003'.
NDVRFLIO: E050 AUTHORIZE WOULD EXECEED LIMIT OF 12 CCIDS - NOT ALLOWED
Environment
Release : 18.5
Component : CA ADS
Resolution
For whatever CCID pre-authorizations will be added you could first precede it with a delete like this in the following example:
DELETE PREAUTHORIZATION TO CCID 'AMSZI00003'. ADD PRE ENT 'AMSHUR80' TYPE LOA VERSION 0001 DERIVE CCID IS Y TO CCID 'AMSZI00003'.
DELETE PREAUTHORIZATION TO CCID 'AMSZI00003' will delete all preauthorizations associated with CCID AMSZI00003. This would ensure the E050 would not occur unless more than 12 preauthorizations are being added after the delete.
The documentation shows this example: DELETE PREAUTHORIZATION TO CCID DEVREVIEW.
then says: This command removes all preauthorizations associated with the CCID "DEVREVIEW" from the CCDB.