How to record with object names instead of IDs in Oracle NCA protocol

  • KM03800431
  • 13-Apr-2021
  • 13-Apr-2021

Summary

How to record with object names instead of IDs in Oracle NCA protocol

Question

How to record with object names instead of IDs in Oracle NCA protocol

Answer

1. Edit this file: /u01/install/APPS/fs1/inst/apps/EBSDB_apps/ora/10.1.2/forms/server/appsweb.cfg à Set the “expose_object_names=yes” then save it

2. Logon Oracle Form with SYSADMIN account and go to “System Administrator” à “Form Personalization”

linktext

3. When Oracle Form is opened, select “5. Profile System Values”

linktext

4. Fill out the “Find System Profile Values” as below:

    Username: The account which you would like to record with VuGen

    Profile: %ICX%Launch%

linktext

5. Click on “Find” button

6. On “System Profile Values” à Copy the “Site” values to “User” and append “?expose_object_names=yes”

    Site: http://apps.example.com:8000/forms/frmservlet?expose_object_names=yes

    User: http://apps.example.com:8000/forms/frmservlet?expose_object_names=yes

linktext

Please note for this step: If you are using Oracle 11G and adding “expose_object_names=yes” doesn’t work, then try to change “?expose_object_names=yes” to “?play=&record=names” instead of and ignore the step 1 above (modifying appsweb.cfg).

7. Save the changes and exit the application.