Monday, May 11, 2015

Script To Check The Techstack Component Versions (Forms, Http Server, JDK, Framework, Database, etc)


On Application Tier

$$ADPERLPRG $FND_TOP/patch/115/bin/TXKScript.pl \
> -script=$FND_TOP/patch/115/bin/txkInventory.pl -txktop=$APPLTMP -contextfile=$CONTEXT_FILE -appspass=appsprj4 -outfile=$APPLTMP/Report_App_Inventory.html

Report_App_Inventory.html generated successfully.


Note: 
- Run the above command in single line 
- Remove the '\' after each parameter while you run this command in a single line
- Supply the apps user password as is applicable for parameter "-appspass"

On Db Tier

$ADPERLPRG $ORACLE_HOME/appsutil/bin/TXKScript.pl
-script=$ORACLE_HOME/appsutil/bin/txkInventory.pl -txktop=$ORACLE_HOME/appsutil/temp
-contextfile=$CONTEXT_FILE
-appspass=apps
-outfile=$ORACLE_HOME/appsutil/temp/Report_DB_Inventory.html
Note: - Run the above command in single line
- Supply the apps user password as is applicable for parameter "-appspass"
Doc ID 601736.1

No comments:

Post a Comment