<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: xacute query called within &amp;lt;Servlet&amp;gt; in irpt page not getting executed in Product Lifecycle Management Q&amp;A</title>
    <link>https://community.sap.com/t5/product-lifecycle-management-q-a/xacute-query-called-within-lt-servlet-gt-in-irpt-page-not-getting-executed/qaa-p/4606799#M21444</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shalaka,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you done a view source in the browser to see if anything shows up at all where the &amp;lt;SERVLET/&amp;gt; section is in the associated irpt page?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you looked at the General Log for FATAL errors after running the web page?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition, a real simple test would be to temporarily replace the stylesheet reference and refresh your irpt page:&lt;/P&gt;&lt;P&gt;&amp;lt;PARAM NAME="StyleSheet" VALUE="http://localhost/Illuminator/StyleSheets/IllumRowsetTable.xsl&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jeremy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Oct 2008 23:24:39 GMT</pubDate>
    <dc:creator>jcgood25</dc:creator>
    <dc:date>2008-10-23T23:24:39Z</dc:date>
    <item>
      <title>xacute query called within &lt;Servlet&gt; in irpt page not getting executed</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/xacute-query-called-within-lt-servlet-gt-in-irpt-page-not-getting-executed/qaq-p/4606796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have &amp;lt;Servlet&amp;gt; defined in my irpt page as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;SERVLET NAME="Illuminator"&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;PARAM NAME="QueryTemplate" VALUE="DART/Core/BatchInvestigation/TagListWithDateFromAlarmPenGrpXQuery"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;PARAM NAME="StyleSheet" VALUE="http://localhost/DART/Core/BatchInvestigation/TagTrendResults_SK_15Oct.xsl"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;PARAM NAME="Content-Type" VALUE="text/xml"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;PARAM NAME="Param.1" VALUE="Test"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;PARAM NAME="Param.2" VALUE="&lt;SPAN __jive_macro_name="tg_Type"&gt;"&amp;gt;
&amp;lt;PARAM NAME="ServerName" VALUE="&lt;SPAN __jive_macro_name="tg_Server"&gt;&lt;/SPAN&gt;"&amp;gt;
&amp;lt;PARAM NAME="ChartType" VALUE="&lt;SPAN __jive_macro_name="tg_TagChartType"&gt;&lt;/SPAN&gt;"&amp;gt;
&amp;lt;PARAM NAME="ListType" VALUE="&lt;/SPAN&gt;"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;PARAM NAME="Batch" VALUE="&lt;SPAN __jive_macro_name="tg_BatchSource"&gt;&lt;/SPAN&gt;"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;PARAM name="PenGrpType" value="&lt;SPAN __jive_macro_name="tg_AlmPenGrpType"&gt;&lt;/SPAN&gt;"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;PARAM name="PenGrpList" VALUE="&lt;SPAN __jive_macro_name="tg_AlmPenGrpList"&gt;&lt;/SPAN&gt;"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/SERVLET&amp;gt;	&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i run my irpt page it won't show me anything.&lt;/P&gt;&lt;P&gt;Is there any way to trace whether xsl is getting called or  transaction getting executed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shalaka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2008 12:21:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/xacute-query-called-within-lt-servlet-gt-in-irpt-page-not-getting-executed/qaq-p/4606796</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-23T12:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: xacute query called within &lt;Servlet&gt; in irpt page not getting executed</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/xacute-query-called-within-lt-servlet-gt-in-irpt-page-not-getting-executed/qaa-p/4606797#M21442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What version of MII are you running?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2008 12:28:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/xacute-query-called-within-lt-servlet-gt-in-irpt-page-not-getting-executed/qaa-p/4606797#M21442</guid>
      <dc:creator>agentry_src</dc:creator>
      <dc:date>2008-10-23T12:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: xacute query called within &lt;Servlet&gt; in irpt page not getting executed</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/xacute-query-called-within-lt-servlet-gt-in-irpt-page-not-getting-executed/qaa-p/4606798#M21443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is MII 11.5&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2008 12:34:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/xacute-query-called-within-lt-servlet-gt-in-irpt-page-not-getting-executed/qaa-p/4606798#M21443</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-23T12:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: xacute query called within &lt;Servlet&gt; in irpt page not getting executed</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/xacute-query-called-within-lt-servlet-gt-in-irpt-page-not-getting-executed/qaa-p/4606799#M21444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shalaka,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you done a view source in the browser to see if anything shows up at all where the &amp;lt;SERVLET/&amp;gt; section is in the associated irpt page?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you looked at the General Log for FATAL errors after running the web page?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition, a real simple test would be to temporarily replace the stylesheet reference and refresh your irpt page:&lt;/P&gt;&lt;P&gt;&amp;lt;PARAM NAME="StyleSheet" VALUE="http://localhost/Illuminator/StyleSheets/IllumRowsetTable.xsl&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jeremy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2008 23:24:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/xacute-query-called-within-lt-servlet-gt-in-irpt-page-not-getting-executed/qaa-p/4606799#M21444</guid>
      <dc:creator>jcgood25</dc:creator>
      <dc:date>2008-10-23T23:24:39Z</dc:date>
    </item>
  </channel>
</rss>

