Forms trc file reading
416969Feb 14 2005 — edited Feb 14 2005Hi all
I'm working with Oracle iAS 10g (9.2.0.4) on a Intel W2K SP4 box with 2 GB ram.
I'm able to trace a forms session from within the EM.
Then I get the trc file and I try to convert it to XML readable file through the following command:
SET PATH= O:\OraHomeDS\jdk\bin
SET CLASSPATH=O:\OraHomeDS\forms90\java\f90xlate.jar
java oracle.forns.diagnostics.Xlate datafile=trace.trc xmlfile=trace.xml OutputClass=WriteOut;
No problems in translating the file.
When I try to read the XML file I get an error telling me that an invalid character was found on the XML file.
I'm working in SPanish configuration and I've found national specific characters in the XML file.
Is there any way to avoid this error and have a look to the trace file in XML format?
Thanks in advance.
Cecilio.