Quantcast
Channel: Doyensys Allappsdba Blog..
Viewing all articles
Browse latest Browse all 1640

Adop Prepare Fails With Error 'ORA-06512: at "APPS.FND_PRINTER_TL+", line 1'

$
0
0
Below is the error when execute the ADOP Prepare fails.

ERROR at line 1:
ORA-20002: Seed Data Table has not been prepared for patching
ORA-06512: at "APPS.FND_PRINTER_TL+", line 1
ORA-04088: error during execution of trigger 'APPS.FND_PRINTER_TL+'
ORA-06512: at line 33



SOLUTION:
Please execute the following from PATCH file system.
connect as APPS/*** from PATCH File system
SQL> exec ad_zd_seed.prepare('FND_PRINTER_TL');
SQL> commit;

Check for invalid objects, if any invalid  objects present on APPS schema, compile manually.
check the patch readme for any grants missed.and run adop prepare phase.

Viewing all articles
Browse latest Browse all 1640

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>