Micro Focus QTP (UFT) Forums
Oracle Rel 12 Identification problem - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Others (https://www.learnqtp.com/forums/Forum-UFT-QTP-Others)
+--- Thread: Oracle Rel 12 Identification problem (/Thread-Oracle-Rel-12-Identification-problem)



Oracle Rel 12 Identification problem - Shweta - 03-01-2008

Hi,
I am facing problem in automation Oracle E business Suit Rel 12 Application .
QTP identifies every object as Oracle Object before executing QTP Script on Oracle Application.Whenever I execute the Script on the Application QTP starts to identify as Java Object. So scripts are getting fail since QTP is not able to identify Oracle Environment objects.
To resolve this freequently I have to
1-Reopen the QTP and Application to make objects identify as OracleObjects by the QTP correctly.
2-Deleting the Cookies on the browser as mentioned in the Mercury Knowledge base.

Here are the Product Information
QTP version 9.2
Oracle Add-in 8.2
Java Add-in 9.1
TE Add-in 8.0

Patch Information :-
1-TE 8.0 upgrade
2- Oralce QTPORACLE82P6108 patch

Please suggest. Thanks for help


RE: Oracle Rel 12 Identification problem - Ankur - 03-01-2008

This is an excerpt from my earlier post on Oracle addin with QTP might be of help...

Verify the Java add-in is installed after the Oracle add-in and any Oracle add-in patches, which contain a new version of the mic.jar file (for example, QTPORACLE82P6102, QTPORACLE82P6103, QTPORACLE82P6106). Important Note: If you install one of the patches mentioned above, you must reinstall Java add-in 9.1.


RE: Oracle Rel 12 Identification problem - Shweta - 03-04-2008

Yes I followed the same instruction and did the same thing
Installed Oracle Add-in , 6108 Patch then Java 9.1
Still facing same issue..
Could you pls suggest. Thnx


RE: Oracle Rel 12 Identification problem - Ankur - 03-04-2008

hmmm then you can raise an SR with HP support detailing the problem ...

keep us updated how it goes.


RE: Oracle Rel 12 Identification problem - Ankur - 03-11-2008

Go to http://support.openview.hp.com . You need to have a login id and password to get access to this site. Your organization should provide you that.


RE: Oracle Rel 12 Identification problem - Shweta - 03-13-2008

Hi Ankur ,
Thnks I found out one solution and currently it is working
Everytime while opening Application ,I am clearing cache (programmatically in QTP) .
This has really relieved me from oracle identification problem


RE: Oracle Rel 12 Identification problem - rishidr - 11-01-2008

I too had faced the similar problem. i did the following settings in the registry and got resolved. Hope this should solve your problem as well.
run regedit

Step: 1
expand > My Computer > HKEY_LOCAL_MACHINE > SOFTWARE > Mercury Interactive > QuickTest Professional > Configuration_UI > AddIn Manager > Java

Check

Value name: Active
Value data: 0
Base: Hexadecimal

and click ok

Step: 2
expand > My Computer > HKEY_LOCAL_MACHINE > SOFTWARE > Mercury Interactive > QuickTest Professional > Configuration_UI > AddIn Manager > Oracle

Check

Value name: Active
Value data: 1
Base: Hexadecimal

and click ok

Step 3: Save and close the registry

And you should not see this problem again.