Blog / Database Blog

TXK Delta 13 failed due to missing files

TXK Delta 13 failed due to missing files

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

 

  1. 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

  1. Then, rerun the adcgnjar utility.
  2. Re test for the issue.

 

Related blogs