This document provides steps to configure a printer in Oracle E-Business Suite (EBS) Release 12:
1. Install the printer in Linux and configure any network printers. Check the printer status using the lpstat command.
2. Modify the pasta_pdf.cfg file to enable PDF printing and register the printer in the EBS application, selecting the correct driver and style.
3. Define the printer at the report level with the print enabled option and run reports to test configuration. Any errors may require copying the prefs.ora file to the user home folder to resolve permission issues.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
464 views1 page
Steps To Configure Printer in Oracle EBS R12
This document provides steps to configure a printer in Oracle E-Business Suite (EBS) Release 12:
1. Install the printer in Linux and configure any network printers. Check the printer status using the lpstat command.
2. Modify the pasta_pdf.cfg file to enable PDF printing and register the printer in the EBS application, selecting the correct driver and style.
3. Define the printer at the report level with the print enabled option and run reports to test configuration. Any errors may require copying the prefs.ora file to the user home folder to resolve permission issues.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
Steps to configure printer in oracle EBS R12
1. Installing Printer in the Linux
2. In case of network printer (need to install cups & configure) 3. Check printer status by command lpstat –a (shows the list of available printer in linux) 4. Modification of PASTA_PDF.cfg for PDF printing 5. Backup original file a. cp pasta_pdf.cfg pasta_pdf.cfg_orig b. modification in pasta_pdf.cfg by enabling the line preprocess=pdf2ps {infile} {outfile} 6. Registering the Printer in EBS Application a. Login with system administrator responsibility i. Install Printer Register Register the printer with same name as given at OS level Select the Type “Pasta Universal Style” ii. Defined the driver (PASTA_PDF) already available in the system iii. Define SRW as provided in the system 1. L for Landscape ,P for Portrait , HPP for HP Portrait etc.. (Note These are prt file in the system , which provides the report printing definition) 7. Define Printer on Report Level with print enabled option in the system 8. Run the report form request group (in case of error) 9. Copy prefs.ora in the user home folder /home/oracle . this error raise due to permissions