TXK Delta 13(32392507) plus critical TXK patches 33550674, 33535778 failed because of missing files adsign.txt and adkeystore.dat under $APPL_TOP_NE/ad/admin
The Solution:
The apply phase failed twice, once when looking for adsign.txt and then for adkeystore.dat.
So copy both the files from $APPL_TOP/admin to $APPL_TOP_NE before re-trying.
As per the doc id 1595449.1 perform the below steps to fix the issue
- Run the copy command as follows => cp $APPL_TOP/admin/adsign.txt to $APPL_TOP_NE/ad/admin/adsign.txt
OR
Run the adjkey initialize to create $APPL_TOP_NE/ad/admin/adsign.txt
- Then, rerun the adcgnjar utility.
- Re test for the issue.
Recommended Posts