Hello Experts,
I am currently working on how to Embed Crystal Report into MII IRPT Page. But I am facing an issue during the zipfile upload process in the SAP MII Custom Tags screen.
My zipfile which I am trying to upload contains:
MIICrystalViewer.zip
=> CrystalCommon2.jar (Dependency Jar File)
=> CrystalReportsRuntime (Dependency Jar File)
=> customtag_sdk.zip (SDK Downloaded from MII Portal under SAP MII Custom Tags screen)
=> javax.servlet-3.0.0.v201112011016.jar (Javax Servlet jar file to use HttpServletRequest and HttpServletResponse classes)
=> metadata.xml (metadata contains all the tags that I want to use on the IRPT page) [Screenshot attached]
=> MIICrystalViewer.jar (Main Java project which contains the package com.xxxxx.miicrystal inside which a class CrystalViewer.class and CrystalReportConnection.class)
=> webreporting.jar (Dependency Jar File)
Once I have the above zip file ready, I open MII Menu -> System Resources -> Custom Report Tags screen and click on the Upload button to upload the zip file.
But I am getting an error "error in opening zip file". [Error Screen shot attached]
I checked if my zip file was corrupted, but its not. I did unzip the contents to make sure the zip file is good.
Please help!
Regards,
Rajesh.