In this article, i am going to show you the steps to obtain the technology stack details in oracle apps. After generating the technology stack details in html format, we can access using the apps url.
Create any temporary directory and make sure apps user has full access to that directory.
Then execute the following command to generate the tech stack inventory ...
Session Log:
The generated file /tmp/askm/Report_Inventory.html can be copied to $OA_HTML directory to be accessible with the apps url.
Create any temporary directory and make sure apps user has full access to that directory.
Then execute the following command to generate the tech stack inventory ...
perl $FND_TOP/patch/115/bin/TXKScript.pl
-script=$FND_TOP/patch/115/bin/txkInventory.pl
-txktop=$APPLTMP
-contextfile=$CONTEXT_FILE
-appspass=apps
-outfile=/tmp/askm/Report_Inventory.html
Session Log:
[root@ebiz1222ap01 ~]# chmod 777 /tmp/askm
[root@ebiz1222ap01 ~]# exit
logout
[applmgr@ebiz1222ap01 askm]$ touch askm
[applmgr@ebiz1222ap01 askm]$ rm askm
[applmgr@ebiz1222ap01 askm]$ perl $FND_TOP/patch/115/bin/TXKScript.pl -script=$FND_TOP/patch/115/bin/txkInventory.pl -txktop=$APPLTMP -contextfile=/home/apps/VIS/fs1/inst/apps/VIS_ebiz1222ap01/appl/admin/VIS_ebiz1222ap01.xml -appspass=apps -outfile=/tmp/askm/Report_Inventory.html
*** ALL THE FOLLOWING FILES ARE REQUIRED FOR RESOLVING RUNTIME ERRORS
*** STDOUT = /home/apps/VIS/fs1/inst/apps/VIS_ebiz1222ap01/logs/appl/rgf/TXK/txkInventory_Tue_Feb_18_21_14_25_2014_stdout.log
Reportfile /tmp/askm/Report_Inventory.html generated successfully.
[applmgr@ebiz1222ap01 askm]$
The generated file /tmp/askm/Report_Inventory.html can be copied to $OA_HTML directory to be accessible with the apps url.
[applmgr@ebiz1222ap01 ~]$ cd $OA_HTML
[applmgr@ebiz1222ap01 html]$ pwd
/home/apps/VIS/fs1/FMW_Home/Oracle_EBS-app1/applications/oacore/html
[applmgr@ebiz1222ap01 html]$ cp /tmp/askm/Report_Inventory.html .
[applmgr@ebiz1222ap01 html]$
Now you should be able to access the tech stack inventory using the following apps URL.
http://ebiz1222ap01.askmlabs.com:8000/OA_HTML/Report_Inventory.html
To generate the report for database tier node, you can use the following command ...
perl $ORACLE_HOME/appsutil/bin/TXKScript.pl
-script=$ORACLE_HOME/appsutil/bin/txkInventory.pl
-txktop=$ORACLE_HOME/appsutil/temp
-contextfile=$CONTEXT_FILE
-appspass=apps
-outfile=/tmp/askm/Report_Inventory.html
Option -reporttype=text controls whether you need the output in text format or html format.
Hope This helps,
SRI
Post a Comment
Thank you for visiting our site and leaving your valuable comment.