Page 1 of 1

PDF reports after migration showing Junk letters?

Posted: Sun Feb 16, 2020 8:42 am
by admin
pdf junk letters.png
1 - Update the custom file so changes aren't lost when autoconfig is run as below,

grep customfile= $APPL_TOP/APPS$CONTEXT_NAME.env

2 - Take path of echo $FND_TOP

3 - Add following with proper FND_TOP path taken in step 2,

IX_PRINTING="<value of $FND_TOP>/resource/ixlib.cfg"
export IX_PRINTING
IX_RENDERING="<value of $FND_TOP>/resource/pasta.cfg"
export IX_RENDERING

4 - Source your environment file,

$. ./$APPL_TOP/APPS$CONTEXT_NAME.env file.

5 - Bounce the concurrent managers and verify the internal manager has shutdown before a restart.

6 - Use Echo to check values of both like echo $IX_PRINTING and echo $IX_RENDERING

7- Run the report and check.