Friday, August 23, 2013

How to get Setup information?

How to get Setup information?
There is a Functional Setup Test available to review setup and version information.
This information is shown by running the BNE Admin Servlet.
BNE ADMIN Servlet for 11i
http://hostname:portnumber/oa_servlets/oracle.apps.bne.framework.BneAdminServlet

BNE ADMIN Servlet for 12
http://hostname:portnumber/OA_HTML/BneAdminServlet

It shows the BNE Code Level, Java Version and Log Information sections.

There is also a link to clear the BNE Cache. At the bottom of the page you should see 'Cache Cleared' after clicking on the link.

The BNE Admin Servlet can also be used to set the BNE:log-level and to monitor the size and location of your log file.


More information can be found here:

On the Middle Tier file system where the BNE resides, check the webadi.properties under $BNE_TOP/conf.
Check all the path's are correct in the BNE properties file.
Log in to the Applications as the System Administrator and
- Navigate to Applications - Function,
- Query the %BNE%
- Check the Function BNE_CREATE_DOCUMENT and
  make sure the correct Web HTML call is to the Servlet BneApplicationService and
  that the Web Host is set to the correct host.

No comments:

Post a Comment

Command to do active duplicate for Oracle Database

1. First login to target server 2. Validate tns connectivity between Source DB and Target DB 3. Prepare and validate space availability 4. S...