cancel
Showing results for 
Search instead for 
Did you mean: 

Trying to execute .irpt file causes error on MII 12.2

Former Member
0 Kudos

Hi,

Trying to execute .irpt file causes error on MII 12.2

How can it be solved?

Thanks.

Error

500 Internal Server Error

SAP NetWeaver Application Server 7.11 / AS Java 7.11

Error: "Application error occurred during the request processing."

Troubleshooting Guide https://sdn.sap.com/irj/sdn/wiki?path=/display/jsts/home

Details: "The WebApplicationException log ID is [001CC4D29201005500000002000012D0]."

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Rights management on xMii 12.1 could be improved, in fact if you look at I code here:

if(!StringUtil.contains(user.getRoleNames(), "SAP_XMII_User"))

{

LOG.error("Invalid permission to access service ReportServlet");

throw new LHException("UNAUTHORIZED_SERVICE_ACCESS", "ReportServlet");

}

you can notice that control is passed if the enumeration with the role names contains the SAP_XMII_User role, if not an exception is thrown.

Even if your user has other rights, like SAP_XMII_ADMIN, it doesn't pass this check and Web Server return an Internal Server Error.

Regards,

Roberto

Former Member
0 Kudos

Roberto,

MII roles were once maintained in LHS Security but now it's all done in NetWeaver UME (if you have recently moved from 11.5). I would check the link below to review the roles and permissions for your scripting. MII 12.1 provides more security at a lower level in granularity which can be good or bad depending on how you look at it. For example, the SAP_XMII_Dynamic_Query role is new and if you are a basic user trying to run a query template on the fly it will fail. It's another thing to keep in mind. I would review the help and log a support ticket if needed.

Regards,

Kevin

[MII 12.1 Help on Roles and Permissions|http://help.sap.com/saphelp_mii121/helpdata/en/45/5a399bec592a4de10000000a11466f/content.htm]

Former Member
0 Kudos

Hi,

I am curious as to how you have access to 12.2 and why you are posting your issue to the forum. MII 12.2 is not in ramp up and your issue should be logged in our support system before posting to the forum. How did you get the download for 12.2?

Kevin

Former Member
0 Kudos

Hi,

I had written mistaken as 12.2 , MII version is 12.1

Thanks.

Former Member
0 Kudos

What version of MII 12.1 are you using? Did you install SP5?

Kevin

Former Member
0 Kudos

Hi,

I did not install. I must ask basis person.But i do not think SP5 installed.

Because it was not installed anything after first installation.

Thanks.

Former Member
0 Kudos

I would install SP5 and restart NetWeaver for good measure. Try your scenario again and see if you get the same error message. Its also good to check the NetWeaver logs and filter on "xmii" application for any other errors specific to MII.

Good luck,

Kevin

Former Member
0 Kudos

Hello,

what I meant is to check the permission of the user launch irpt page.

Add to that user the role: SAP_XMII_User.

Roberto

Former Member
0 Kudos

Hi,

It has SAP_XMII_Admin role

Former Member
0 Kudos

Hello,

look at this link:

Roberto

Former Member
0 Kudos

Hi,

Thank for your help, but the link you recommended does not has answer.

agentry_src
Active Contributor
0 Kudos

Cemil,

You need to touch base with your RKT coach for 12.2 issues.

Regards,

Mike

Former Member
0 Kudos

Michael,

Ramp-up Knowledge Transfer, How?

Thanks.

agentry_src
Active Contributor
0 Kudos

Cemil,

Please contact me directly.

Regards,

Mike