Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Oracle forms objects are not getting identified by QTP 11.0

1006961May 6 2013
Hi

I am facing problem in identifying the properties of objects uniquely by QTP 11.0

I tried the solution mentioned in QTP help for Oracle Addins. My DBA team is saying that solution is not applicable for Oracle forms above 13.0 .Please help me in fixing this issue. For your reference , following is the solution that i had tried.

Issue: While recording the oracle forms using QTP, we are not able to recognize the unique property of the fields.
Solution: Need to do changes in Oracle form server.
Steps to follow: (This is from QTP- Oracle Addin)

To enable the Oracle server to supply unique Name attributes:

1 Add the following line to the server configuration file (for example,

$OA_HTML/bin/appsweb_UKTRN_hwu00001.cfg):

otherparams=record=names

2 Restart the Oracle server.



To enable the Name attribute when accessing the application directly:

Add record=names to the URL parameters.

Example:

To enable the Name attribute when using HTML to launch the Oracle

application:

1 In the startup HTML file that is used to launch the application, locate the

line: <PARAM name="serverArgs ............ fndnam= APPS">

2 Add the Oracle key: record=names.



Example:

otherparams=record=names

http://oracleapps.mydomain.com:8002/dev60cgi/f60cgi?record=names

<PARAM name="serverArgs" value="module=f:\FNDSCSGN userid=XYZ

fndnam=apps record=names">

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jun 3 2013
Added on May 6 2013
0 comments
2,258 views