cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Runner Content Type application/pdf No Longer Works after MII Upgrade from 15.0 to 15.1sp3

0 Likes
1,002

After upgrading to MII 15.1 sp03 Patch 0 (FP2) from MII 15.0, opening a PDF in a new browser tab returned from the Runner service using JS is no longer working. Internet Explorer shows a download for the file and Chrome throws an error message "Failed to load PDF document". Does the browser not understand the file MIME type returned from the latest version of the Runner service? Is there a solution for this?

The following code works from our server running MII 15.0 but not in our server running MII 15.1sp03.

var url = "/XMII/Runner?Transaction=zSpringer/trxTestPDF&IsBinary=true&OutputParameter=OutputBinary&Content-Type=application/pdf";

window.open(url, "_blank");

Chrome:

Internet Explorer:

View Entire Topic

Hi Eric,

We are also facing similar, not exactly what you are facing, looks like there is a bug in SP3 which returns NW login page when calling Runner or Query Template Inline Transformation, Check this Note here. https://launchpad.support.sap.com/#/notes/0002414733

But even after applying the latest patch for SP3 (Patch 16) that does not seem to solve the problem. Can you try at your end applying this patch and see if you get your issue sorted.

Thanks

Rupesh