Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 77 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
XML Publisher Report Issue

Summary
XML Publisher Report Issue
Content
Hi,
We are trying to run XML Publisher Based custom AR Statement which generates PDF Output. The program is finishing Normal but we get the following error when viewing the Output(for every customer, thus issue not specific to any particular customer):
The XML page cannot be displayed
Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.
Invalid at the top level of the document. Error processing resource
No particular errors in log file, as below:
Executing request completion options...
+------------- 1) PUBLISH -------------+
Beginning post-processing of request 95472780 on node DISVA422 at 04-MAY-2017 09:56:58.
Post-processing of request 95472780 completed at 04-MAY-2017 09:57:00.
+--------------------------------------+
+------------- 2) PRINT -------------+
Printing output file.
Request ID : 95472780
Number of copies : 0
Printer : noprint
+--------------------------------------+
Finished executing request completion options.
+---------------------------------------------------------------------------+
Concurrent request completed successfully
Current system time is 04-MAY-2017 09:57:01
+---------------------------------------------------------------------------+
3 Other observations seen:
1) XML is fully formed and we are able to open the XML from internet explorer. Thus, no issues from XML generation point of view.
2) We could not see any Non-UTF Characters in the XML data.
3) "FND: Native Client Encoding" profile option value is set as "UTF-8" at site level.
We are not able to find any good reason as why this should fail.
Appreciate your help!
Thanks,
Vidhey
Answers
-
Please check from below sql what encoding install at your database. Please set the same for profile option "FND: NATIVE CLIENT ENCODING" respective level.
If you already set the FND: NATIVE CLIENT ENCODING to "UTF8"(Please verify its should be UTF8 not UTF-8) then please verify other level value e.g. responsibility or OU level value is not over ridding your site value .
select value from nls_database_parameters where parameter = 'NLS_CHARACTERSET';
0 -
hi ,looks like you XML Tag is not created correctly.
Means, your parent group tag.
0 -
Hi All,
We check and found that profile FND: NATIVE CLIENT ENCODING is set as "UTF8"
Thanks
Rahul
0 -
save the xml tag and try to run the report from desktop and let me know
0 -
XML is created fine, we have checked the same by accessing the View XML Button and opening the output through internet explorer.
0 -
Hi Rajesh,
We have not yet been able to resolve this. Working on the same.
It would be a great help if there are any further suggestions from your end that we can try in your system.
Thanks,
Vidhey
0 -
Hi did you get the solution , can u please provide here?
0 -
did you resolved issue?
0