cancel
Showing results for 
Search instead for 
Did you mean: 

xacute query called within <Servlet> in irpt page not getting executed

Former Member
0 Kudos

Hi all,

I have <Servlet> defined in my irpt page as below

<SERVLET NAME="Illuminator">

<PARAM NAME="QueryTemplate" VALUE="DART/Core/BatchInvestigation/TagListWithDateFromAlarmPenGrpXQuery">

<PARAM NAME="StyleSheet" VALUE="http://localhost/DART/Core/BatchInvestigation/TagTrendResults_SK_15Oct.xsl">

<PARAM NAME="Content-Type" VALUE="text/xml">

<PARAM NAME="Param.1" VALUE="Test">

<PARAM NAME="Param.2" VALUE=""> <PARAM NAME="ServerName" VALUE=""> <PARAM NAME="ChartType" VALUE=""> <PARAM NAME="ListType" VALUE="">

<PARAM NAME="Batch" VALUE="">

<PARAM name="PenGrpType" value="">

<PARAM name="PenGrpList" VALUE="">

</SERVLET>

When i run my irpt page it won't show me anything.

Is there any way to trace whether xsl is getting called or transaction getting executed?

Regards,

Shalaka

Accepted Solutions (1)

Accepted Solutions (1)

jcgood25
Active Contributor
0 Kudos

Shalaka,

At face value in your post, the "http://localhost/" and lack of a tcp/ip port in the 50000 range are always good clues to the associated MII version since 12.x will use relative paths.

If your xsl, which essentially acts as your display template for visualization purposes does not handle Rowsets/FatalError or doesn't produce html table results for Rowsets/Columns/Column (meaning only Rowsets/Rowset/Row data) then your report may end up being blank in this section of the irpt page. Take a look as /Illuminator/StyleSheets/IllumRowsetHTML.xsl for an example of processing errors, but be careful not to change the file since it is used by the system.

Have you done a view source in the browser to see if anything shows up at all where the <SERVLET/> section is in the associated irpt page?

Have you looked at the General Log for FATAL errors after running the web page?

In addition, a real simple test would be to temporarily replace the stylesheet reference and refresh your irpt page:

<PARAM NAME="StyleSheet" VALUE="http://localhost/Illuminator/StyleSheets/IllumRowsetTable.xsl>

Regards,

Jeremy

Answers (2)

Answers (2)

Former Member
0 Kudos

It is MII 11.5

agentry_src
Active Contributor
0 Kudos

What version of MII are you running?