Share the content if you found it is useful (You can share using 300 community websites) click "share" at the end of the post.

You are encouraged to leave a comment.








Showing posts with label Installation Steps. Show all posts
Showing posts with label Installation Steps. Show all posts

Friday, December 19, 2008

Printer and Pasta configuration on Oracle Applications

Setting up printer in Linux OS (Remote printer configuration)
- Run printtool as root
Illustration I: Printtool Command in Linux


Click new from the popup


Adding a New Print Queue
Here I gave name as HPLaser2105 and short description as HPLaserJet printer in Abdulla Machine (Just to identify)

Defining a Print Queue
You select queue type from the drop-down combo box (Networked Windows (SMB))

Select Queue Type
You click specify from the window.
Select Windows SMB

Here is the configuration window
Configuration - Printer residing Machine
It is finished with configuring. (It will be like (specified))
Configuration - Note the word (Specified)
Next Select printer model, Here I selected PCL6/PCL XL Printer
Note for PCL from Provider


Next Test Print from the printer (It should be printed!) else review the steps.
Test Page Print
After configuration the printer configuration will be like this.
Finish Printer Configuration
You should share, and make the printer as default by clicking edit.

Now the Applications Configuration:
Login as sysadmin and navigate to system administrator then Install:Printer
Then navigate to Driver. Here I created HPLASER2105 (Printer type)
Selected SRW driver as L
Driver method as command and driver method parameters as Spool File
Arguments as
: lp –c –d$PROFILES$.PRINTER –n$PROFILES$.CONC_COPIES –t"$PROFILES$.TITLE" $PROFILES$.FILENAME
To test the argument, please run this command in os command
$lp –c –d -n1 –t"Print Test"
Here I used (example)
lp –c –dHPlaser2105 –n1 –t"Print Test" sqlnet.log


Command Line : Printer command for Linux (telnet)

The printer should work. This is the command we are going to pass as argument in Oracle Apps

Define Printer Driver from SYSADMIN -> Install Print. Provide SRW Driver as L for Landscape
You next navigate to
Install printer -> style
You query for Landscape with SRW driver as L

Look for SRW Driver L for Landscape
Then move to Printer Types
Here you have to define a new type called Hplaser2105 and description as PCL

Create a new Printer TYPE
You select as HPPD, HPW, LANDSCAPE, LANDWIDE,PORTRAIT, PORTRAITLASERCHECK, RL1PAPER styles and correspondence driver files with HPLJ4.

Now. You register the printer
Install:Printer-> Register

Registering Printer
Here I have defined the printer as HPLASER2105, Selected type as HPLASER2105 and Description as Windows Remote Printer Configuration.

Set Profile option for Printer at site level – Most important.

That’s all, we completed. Now
1. Bounce the concurrent Service. It is most important. Whenever, you are doing modification with printer, you should do bouncing the concurrent service.

2. Now run a concurrent request to print a report

3. Here Selected Active users


Print Test with any report (Here I used Active Users)
Click Options.
There you select copies as 1.


Then submit with OK
Now, the concurrent manager should complete with status completed normal. Review the log file.
If any thing happened in middle, please review the steps. Thats All.. Finished Printer configuration in Oracle Applications.

Installing PASTA (FNDPSTAX)
Pasta is Oracle Application utility to convert text report files to Post Script so that these can be printed by PostScript Printers. Executable name for Pasta is FNDPSTAX. For various printing options via Pasta, you can use pasta configuration file called as pasta.cfg

The pasta.cfg is there in $FND_TOP/resource.

Copy the Pasta.cfg to Pasta_(Your printername).cfg. (Oracle recommends to copy the name to your printer name) PASTA makes it easy to customize your printing configuration very easy. So use the OS Printer name to define the Pasta.
1. Replace printer_name parameter in pasta.cfg as one with your OS printer name. Here my printer name is HPlaser2105
The command lp –c –d{printername} should print with command line.
Please check before you make changes with your pasta.cfg.
Screen Shot.
Save and exit.
Login to Oracle Apps as System admin
Navigation Path: Install -> Printer ->Driver -> create a driver, PASTA_PORTRAIT. There will be default PASTA-DRIVERS in built with Oracle Apps, We can use them.
For Portrait -> use SRW driver as P
For LANDSCAPE -> use SRW driver as L
For LANDWIDE -> use SRW driver as LW
You please check the Spool File and program name as FNDPSTAX.
Next:
Install -> Printer -> Type
Here I have created PASTA_POSTSCRIPT_HPLASER2105 with all the drivers.
Then you register.
Install -> Printer -> Register.
Save and Exit.

Restart your concurrent Manager (Important)


Check with Active Reports
You please note, the language I selected As Arabic and PASTA as the printer. Submit the request, It should completed normal. In case any problem in the middle, then review the steps.
Cheers!!!

Thursday, December 11, 2008

Rapidwiz Actions while Installation of Oracle Applications (R12)

Installation Steps (Rapid Install R12)
$ ./rapidwiz
Rapid Install Wizard is validating your file system......

4 dvd labels found
Rapid Install Wizard will now launch the Java Interface.....
$

Configuration file written to:
oracle/R12/db/tech_st/10.2.0/appsutil/conf_r12test.txt
Configuration file written to:
/oracle/R12/apps/apps_st/appl/admin/ap6155rt/conf_r12test.txt
Configuration file written to:
/oracle/R12/inst/apps/r12test_ap6155rt/conf_r12test.txt
Database logfile
/oracle/R12/db/tech_st/10.2.0/appsutil/log/r12test_ap6155rt/01050832.log
Appltop logfile
oracle/R12/inst/apps/r12test_ap6155rt/logs/01050832.log
$

In the session, I have been given two logs.
1) DB log file
2) Application Side Log file

If you read the DB log file and application log file you will come to know installation
uses Rapid Cloning method. Hence the installation takes less than 100 minutes. Its really Rapid Install...!!!

25 Steps that Happens during rapidwiz

1) It prompts you the details of the installation
2) It dumps all the values you have fed in log files for reference
3) Instantiates context template files
4) It builds the DB side context xml
5) It checks the ports availability
6) It performs OS User and Group Checks
7) It does Port Uniqueness Check
8) File System Check whether file system is writable
9) File Space check
10) Host Domain check It uses ping utility to check the reachability of the host
11) It copies DB techstack and configures (oracle.apps.ad.clone.ApplyDBTechStack)
12) It installs the DB either vision or prod depending on the selection and does apply portion of DB(oracle.apps.ad.clone.ApplyDatabase)
13) Performs character set conversion. In our case I have selected UTF8, default was US7ASCII
14) Bounces DB
15) Runs DB side Autoconfig
16) Brings up the DB listener ( End of DB portion of install)
17) MidTier iAS stack installation(adrunias.sh)
18) registration(oracle.apps.ad.clone.ApplyAppsTechStack phase reg),configuration (phase cfg) of Mid Tier
19) Installing Appltop
20) copying appltop context file
21) registering appltop( oracle.apps.ad.clone.ApplyApplTop phase reg)
22) Autoconfig MidTiernode
23) starts the MT services
24) Test of installation ( DBC File, env file tests, HTTP test, Help page test, Virtual Directory test), JSP ping test, Login page test
25) Summarizes the installation in screen
Review the installation logs for errors........

Related Posts Plugin for WordPress, Blogger...

Let us be Friends...

Share |

Popular Posts

Recent Comments