Wednesday, June 11, 2008

Versions of APPS Technology Stack Components

Print this post

 

How to find the versions of technology stack components (Forms, iAS, Framework, JDK, OJSP, etc.)?

Establish the needed environment parameters by sourcing the Applications environment file as the owner of the application tier file system.

  1. Ensure "APPLRGF" variable is set in environment. If not, set it to the same value as "APPLTMP".
  2. Navigate to <FND_TOP>/patch/115/bin. Run the utility as follows:

    Operation System Command Line
    Unix or Linux perl $FND_TOP/patch/115/bin/TXKScript.pl \
    -script=$FND_TOP/patch/115/bin/txkInventory.pl -txktop=$APPLTMP \
    -contextfile=$CONTEXT_FILE \
    -appspass=apps \
    -outfile=$APPLTMP/Report_Inventory.html
    Windows perl %FND_TOP%\patch\115\bin\TXKScript.pl
    -script=%FND_TOP%\patch\115\bin\txkInventory.pl
    -txktop=%APPLTMP% -contextfile=%CONTEXT_FILE%
    -appspass=apps
    -outfile=%APPLTMP%\Report_Inventory.html

    Where:
    txktop Temporary working directory use by Perl Modules. Should not be an empty string.
    contextfile Location of the context file. If not passed, default is picked from the environment.
    appspass APPS schema password. If not passed, default password is used.
    outfile Location for the report being generated. If not passed, the default location is <APPLTMP>/TXK


    To generate the report in text format, the parameter "-reporttype=text" needs to be passed to the above commands. For example:

    outfile=$APPLTMP/Report_Inventory.html -reporttype=text

  3. Once the command executes successfully, it should generate the report file in the location specified for "outfile" parameter in above script
  4. Upload this file to Oracle Support for review.

     

No comments: