Basically I am unable to convert a rex file back to a rdf file to solve a REP-2147418514: Unable to
I have a REP-2147418514: Unable to retrieve a string from the Report Builder message when I run a report with lts of graphic pictures in it and the interent say the following
Found this on the "oracle faqs" web site:
try this not sure...
1 Take a backup of the report.
2 Convert the Report (RDF or JSP or any other format) to REX using the command:
rwconverter batch=yes overwrite=yes stype=rdffile source= dtype=rexfile
3 Open the rex file in a Text editor such as Wordpad and Search for word "FONTSIZE = 0".
If an entry is present for FONTSIZE = 0, convert it to a valid entry such as FONTSIZE = 1000.
try this not sure...
1 Take a backup of the report.
2 Convert the Report (RDF or JSP or any other format) to REX using the command:
rwconverter batch=yes overwrite=yes stype=rdffile source= dtype=rexfile
3 Open the rex file in a Text editor such as Wordpad and Search for word "FONTSIZE = 0".
If an entry is present for FONTSIZE = 0, convert it to a valid entry such as FONTSIZE = 1000.
0