cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with PDF rendering on SAP MII version 15.1 SP3 Patch 13

Former Member
0 Kudos

Hi,

I'm on SAP MII version 15.1 SP3 Patch 13.

The project requires PDF printing via the browser. I use the ADS printing action block to output the encodedPDF string. The transaction is accessed using the runner url with the output content type set to "application/pdf".

This portion worked as expected before the server was patched to the current level.

To simplify testing I created a sample xml with just one field as below

<root> <value>1</value> </root>

A sample xdp that displays the value in the above xml is also created. Both the sample xml and xdp xml are attached to this question.

In the transaction I use the sample xml and configure the xdp created. I save the pdf in the web folder(just for testing purpose) and also output pdf as base64 string. When executed in the Workbench, it works as expected. However when it is called using the runner url as mentioned below:

http//<server>:<port>/XMII/Runner?Transaction=Default/Test&OutputParameter=Output&Content-type=application/pdf&isBinary=true

I see the below error:

There are no specific errors returned in the NW logs. Appreciate your input.

Thank you

Ajitha

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

This issue is fixed. For anyone who faces this issue, please refer to note

https://launchpad.support.sap.com/#/notes/2423159

-Ajitha

Answers (0)