Change EBS Apps Ports
If concurrent ma nagers are running then see the process using ps- ef | grep FND : Normally can take upto 5 minutes to kill all processes so be patient.
To abort all procsses = kill -9 `ps -ef | grep FND | awk `{print $2}’`
Status of each concurrent requests are hosted at FND_Concurrent_requests & Fnd_concurrent_queues. Running is R and complegted is set as C in this tables.
In that case use metalink cmclean.sql to do the job.
Vi /oracle/u01/VIS/inst/apps/VIS_ebs/appl/admin/VIS_ebs.xml and change the port 8000 to 9000
Verify the port change at http.conf and run $INST_TOP/admin/scripts/adstrall.sh
Verify the port is changed to 8002
If you want to edit using context editor : Editing Context file(xml file) in Oracle apps R12 using Context editor please follow post from Vivek http://applicationsdba.wordpress.com/2009/04/15/editing-context-filexml-file-in-oracle-apps-r12-using-context-editor/
Leave a Reply
You must be logged in to post a comment.