Wednesday 14 September 2011

Pasta Setting for Printer in R12


Please Visit http://www.conacent.com/?page_id=218



Login as application user and check whether the following will shows anything or not
$ Echo $IX_PRINTING
$ Echo $IX_RENDERING

If it does not shows any thing then we have to configure the $Environment i,e .env
Add the following lines to this file

$> Vim $SID_Hostname.env

IX_PRINTING=$FND_TOP/resource/ixlib.cfg
export IX_PRINTING

IX_RENDERING=$FND_TOP/resource/pasta.cfg
export IX_RENDERING

Now we have to configure pasta.cfg and ixlib.cfg files found in $FND_TOP/resource/

Edit pasta.cfg file
$ cd $FND_TOP/resource
$ Vim pasta.cfg

Around line number 237 and 238 edit the following lines
Font.Default.Plain=(Full Path of $FND_TOP)/resource/ADUO.ttf
Font.Default.Bold=(Full Path of $FND_TOP)/resource/ADUOB.ttf

Edit ixlib.cfg file
$ vim ixlib.cfg

Around line number 84 and 85 edit with the following
Font.Default.Plain=(Full Path of $FND_TOP)/resource/ALBANYWT.ttf
Font.Default.Bold=(Full Path of $FND_TOP)/resource/ALBANYWT.ttf

Now run the .env once
And check
$> Echo $IX_PRINTING
$> Echo $IX_RENDERING
Then,NOW BOUNCE THE CONCURRENT MANAGERS

1 comment: