Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Xml Output issue

Summary
Xml Output issue
Content
Hi Everybody,
I have developed a report in xml using the RDF file, but when I run the report at the end the output is always in xml, anyone can tell me or the problem arises.
Regards
Ghany.
Answers
-
can u please check this?
select unique r.application_short_name, b.bug_number,
to_char(b.creation_date,'DD-MON-RR HH24:MI:SS'),
r.success_flag
from ad_bugs b, ad_patch_run_bugs r
where b.bug_id=r.bug_id
and bug_number in ('9888158','9817770','17376158','19572453') ;
you please check in DOC ID: 1194497.1
0 -
Hi Ghany,
Please check Data Definition and template details in-detail.
Thanks,
Pg9208
0 -
Hi PG9208,
Thank you for your response
I have already checked Data Definition and template details, they are correct, but still have xml in output !!
Regards
Ghany.
0 -
Hi Ghany,
is this template is attaching(FACTURE_XML) while running CP ?
Thanks,
PG9208
0 -
Hi,
Please check Layout section (Red Marked) in SRS window by selecting your report to submit,Your template name should display as Layout.
Thanks
PG9208.
0 -
Hi PG9208,
Yes, as you can see in screenshot
(If you see something wrong, please tell me that)
Regards
Ghany.
0 -
Hi PG9208,
Yes the Layout show the name of template FACTURE_XML
Thanks
Ghany.
0 -
Can u please copy the generated XML data tags and attach in the related Data Definitions ...
Then go to below screen , the Preview icon will be in enabled.
Just click on this.
And also , try to attach Template Layout while submitting the program.
Or
Set the default template to the concurrent program.
0 -
Hi,
The icon doesn't want to be enabled even though I have associated the xml data in the data definitions.
i still get the xml in output
Thanks
Ghany
0 -
can u please share the screen shot?
I think you are missing some patches, what are the application versions? I think this is a upgrade issue?
0