Categories
- All Categories
- 75 Oracle Analytics News
- 7 Oracle Analytics Videos
- 14K Oracle Analytics Forums
- 5.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 40 Oracle Analytics Trainings
- 59 Oracle Analytics Data Visualizations
- 2 Oracle Analytics Data Visualizations Challenge
- 3 Oracle Analytics Career
- 4 Oracle Analytics Industry
- Find Partners
- For Partners
BI publisher report is printing XML tags in the output instead of actual output.
Summary
BI publisher report is printing XML tags in the output instead of actual output.
Content
Hi,
I am working on a new XML publisher report. Report is printing XML tags in the output instead of actual output. I have checked RTF file but not able to figure out what is missing. It is a single record and doesn't has group. Fields also looks having proper tag in Add help Text.
Please find attached RTF file and Data Template. Appreciate any hint on what I am missing here.
Thanks,
Mahendra
Answers
-
Thank you for the reply. Please find attached sample data file.
0 -
check the link provided earlier in this thread ..
there are three parts
1) Concurrent Program
2) Data Template / Definition
3) Template Definition
make sure that all the 3 are setup properly and are linked. ....
0 -
I have used data template file name in the Data template code. Should it be data template code instead (LLKBRCVTKT_FG)?
<dataTemplate name="ABL_FG_KANBAN_RCV_TKT" description="ABL_FG_KANBAN_RCV_TKT" Version="1.0">
-----------
<?xml version="1.0"?>
<dataTemplate name="ABL_FG_KANBAN_RCV_TKT" description="ABL_FG_KANBAN_RCV_TKT" Version="1.0">
<parameters>
<parameter name="P_TRANS_ID" dataType="number" defaultValue=""></parameter>
<parameter name="P_TKT_NUM" dataType="number" defaultValue=""></parameter>
</parameters>
<dataQuery>
<sqlStatement name="Q1">
<![CDATA[
select msib.segment1 item
, '!I/C'||replace(replace(msib.segment1, '/', '/O'), '*', '/J')||'!' ITEM_BAR
, msib.description descr
, mkc.kanban_card_number kanban_card
......
.......
0 -
Please find attached concurrent program screen shot. sample data file attached in my earlier update is the output of the report.
Thank you ,
Mahendra
0 -
ok can u check the Data definition setup and the template setup using the XML Publisher Admin responsibility and make sure they are linked properly .. I doubt that the template definition is not set properly ..
0 -
can u send me screen shots of the output from apps ? Also screen shots of Concurrent Program , Data Definition and Template would be good ot take a look at
0 -
Thank you for checking. We don't see XML tag when run from BI Publisher but giving XML Tags in the output when registered and running from Oracle Apps.
0 -
This might be of some help
0 -
I do not see any XML tags when i run the report.. attaching the output
0 -
ignore my previous comment regarding the Data Template.. i misread
pl upload the sample data to check it out
0