When the obsolete UNIVERSAL AREA and DATABASE still exist, the Datacom/DB Version 15.1 upgrade from version 14.0 will fail when running CABDSAMP(AD15TRN) DDUPDATE transactions:
-UPG AREA,ALL.ALL(TEST)
1500 URI-REUSE,&
-END
*** ERROR **** RETURN CODE = DDPAR10001 DATACOM-NAME MISSING OR INVALID
This error will occur for either Active Upgrade job BDACTDD2 or standard upgrade job BDUPG06 STEP6D.
If UNIVERSAL exists, it must exist as a FILE/RECORD pair.
Since the situation may have been overlooked during the upgrade to Datacom/DB 14.0, this needs to be addressed first.
Run the following DDUTILTY report to find out if that UNIVERSAL entity exists as a FILE/RECORD pair in DATA-DICT and not as a TABLE entity:
-USR DATACOM-INSTALL,NEWUSER
-DEL AREA,UNIVERSAL
-END
-DEL DATABASE,UNIVERSAL
-END