cancel
Showing results for 
Search instead for 
Did you mean: 

Error opening IRPT files in MII v12.1

Former Member
0 Kudos

When attempting to open IRPT files in MII v12.1 I get the following server 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 [005056AF2722010B00000002000006E4]."

What's up with that? Aren't IRPT files supported in 12.1?

...Sparks

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hello,

we've stuck with the same issue.

Decompiling ReportServlet...

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

{

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

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

}

It means your user has to be granted to SAP_XMII_User.

Roberto

Former Member
0 Kudos

Permissions issue

Former Member
0 Kudos

Whew, that's a relief.

This is a new server installation, as we used to say in engineering a "green field" installation.

While I would like to know the cause, I'm going to hand it back to the customer to get it fixed as that isn't part of our contract.

...Sparks

Former Member
0 Kudos

Hi Sparks,

LOL - yes it should work. We need to do some problem isolation to figure it out. Here are some questions to answer.

What is in the NetWeaver log message(s). Frequently there is more than one.

Has this EVER worked? I.E. Is this a new installation, new deploy, upgrade, new query, etc?

Is this all irpt files in your app? Does a simple html file work?

I am just guessing here, but I would try

1. Look at the log files first

2. File/Publish for the project from the WorkBench

3. Try a very simple static html file with no applets

4. Restart the server and look for startup errors

--Amy Smith

--Haworth