Skip to main content

Test type xml is not available at the expected location. Please refer log for more details.

In R12 after upgrade from 11i, none of the diagnostic tests are available under Diagnostic tab. To test this we submitted concurrent request "Diagnostics Patching CP" which is available from 12.1.1. This request completes normally and in the log file following errors are records,

[main][20:23:22:457, 9/4/11] Running oracle.apps.fnd.oam.diagnostics.cp.MigrateCustomizationData
[main][20:23:22:458, 9/4/11] $Header: MigrateCustomizationData.java 120.0.12010000.4 2009/06/30 11:40:28 sramados noship $
[20:23:23:532, 9/4/11] Test type xml file location = /oraprod/oracle/finprdcomn/java/oracle/apps/fnd/oam/diagnostics/config/fnddiagTestTypes.xml
[main][20:23:23:560, 9/4/11] INV:Onhand Material Status:INV_DIAG_OH_PLAIN_NO_STATUS  Test type xml is not available at the expected location. Please refer log for more details.
[20:23:23:645, 9/4/11] Test type xml file location = /oraprod/oracle/finprdcomn/java/oracle/apps/fnd/oam/diagnostics/config/fnddiagTestTypes.xml
[main][20:23:23:645, 9/4/11] INV:Onhand Material Status:INV_DIAG_OH_SERIAL_STATUS Test type xml is not available at the expected location. Please refer log for more details.
[20:23:23:697, 9/4/11] Test type xml file location = /oraprod/oracle/finprdcomn/java/oracle/apps/fnd/oam/diagnostics/config/fnddiagTestTypes.xml
[main][20:23:23:697, 9/4/11] INV:Onhand Material Status:INV_DIAG_OH_STATUS_CONTROL Test type xml is not available at the expected location. Please refer log for more details.
[20:23:23:743, 9/4/11] Test type xml file location = /oraprod/oracle/finprdcomn/java/oracle/apps/fnd/oam/diagnostics/config/fnddiagTestTypes.xml



To getover this problem, refer to metalink document 235307.1, under "I am missing diagnostic tests after upgrading my EBS Release to 12"

To resolve this issue run the following sql,


select STATUS, EXTRACTVALUE(XMLType(text),'//JAVA_TOP') , name, node_name from fnd_oam_context_files where name not in ('TEMPLATE','METADATA') and (status is null or status != 'H') and CTX_TYPE = 'A' order by LAST_SYNCHRONIZED DESC;

If 11i path and information is displayed and if the status is not 'H' then update table  fnd_oam_context_files and set status to 'H' for 11i path/node.

In our case we executed the following statement,

SQL> update fnd_oam_context_files set status='H' where name='orauat_XXXXX';
1 row updated.
SQL> commit;


Rerun the concurrent request "Diagnostics Patching CP" and the error should have gone.

Now go back to Diagnostic page and you should be able to see all the diagnostic tests.


Comments

akswavein said…
I found your blog on Google and read a few of your other posts. I just added you to my Google News Reader. You can also visit aks wave for more Akswave related information and knowledge, Keep up the great work Look forward to reading more from you in the future.
Express Systems said…
I admire this article for the well-researched content and excellent wording. I got so involved in this material that I couldn’t stop reading. I am impressed with your work and skill. Thank you so much. Diagnostic Imaging Devices in Usa

Popular posts from this blog

Basics of RDBMS

Data Small set of information becomes data, this set of information helps make decision. Data is always some useful information. Database Place where you store the data. Database represents some aspect of the real world called "miniworld". A database is designed, built and populated with data for a specific purpose. It has intended group of users and some preconceived applications in which these users are interested. In other words, a database has some source from which data is derived, some degree of interaction with events in the real world and an audience that is actively interested in the contents of the database. Database can also be defined as collection of one or more tables. Ex: Mobile, human brain etc DBMS (Database Management System ) Is a program that stores retrieves and modifies data in the database on request. Study of different techniques of design, development and maintenance of the database Types of DBMS These types are based upon their m...

SQL Interview Questions

1. CLICK HERE FOR QUESTIONS ON BASIC SELECT     2. CLICK HERE FOR QUESTIONS ON BASIC SELECT WITH CONDITION   3.  CLICK HERE FOR QUESTIONS FROM QSPIDERS   4. CLICK HERE FOR QUESTIONS ON FUNCTIONS   5. CLICK HERE FOR QUESTIONS ON SUBQUERIES 6. CLICK HERE FOR MORE QUESTIONS ON SQL       CLICK HERE FOR ANSWERS   Some more Online Questions.   On WIZIQ.COM  -- 66 Questions and its answers Found by Neha Abhay Kumar   On SCRIBD.COM   -- 235 Questions and its answers