<?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>topic Re: Web Report Studio and Stored Process Problem in SAS Web Report Studio</title>
    <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Web-Report-Studio-and-Stored-Process-Problem/m-p/117568#M1756</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; There are several reasons why your report might not be rendered by WRS, while looking running OK in SAS Enterprise Guide.And, without seeing your code, and understanding how you registered the stored process, it is hard to speculate. Some things that could be "off":&lt;/P&gt;&lt;P&gt;1) you did not register the stored process with the right result type (you picked streaming instead of package -- I believe that WRS wants a package as the result type)&lt;/P&gt;&lt;P&gt;2) you picked a destination (such as an override to _ODSDEST) that is not supposed by WRS -- for example, EG can receive many different destinations: RTF, PDF, HTML, etc; but WRS only can receive SASReport XML as the destination&lt;/P&gt;&lt;P&gt;3) you used a procedure (such as PROC REPORT) and used a feature (such as a LINE statement) that is not supported by WRS; or you used a DATA step program and tried to write HTML with your DATA step program&lt;/P&gt;&lt;P&gt;4) you used some feature of SAS 9.3, but your server is running an older version of SAS in which the feature does not exist&lt;/P&gt;&lt;P&gt;5) you referenced a style template or cascading style sheet that is not available to WRS and that ruined the rendering of the stored process output&lt;/P&gt;&lt;P&gt;6) you've run into something that is a known defect and requires a hot fix...some possible Tech Support notes are:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/16/687.html" title="http://support.sas.com/kb/16/687.html"&gt;16687 - "Error Rendering Report (Rendering Content) Expression should notcontain typed aggregations" when viewing a report in SAS® Web ReportStudio&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/14/495.html" title="http://support.sas.com/kb/14/495.html"&gt;14495 - "Error rendering report, Tables are not joined" exception in SAS® Web Report Studio&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; If you search for the string Error rendering report on support.sas.com, you might find more hits. Or, your best bet might be to work with SAS Tech Support -- they really need to investigate the metadata and the code and any overrides that you have. Just because the stored process runs in EG doesn't guarantee that it will work in WRS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; You said you got a log, but you would not necessarily see error messages for some of the above scenarios. SAS on the server might be able to create the output correctly, but WRS is unable to render the output for the WRS interface. There are quite a few reasons why you would get a blank screen instead of an error message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Feb 2013 05:14:57 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2013-02-25T05:14:57Z</dc:date>
    <item>
      <title>Web Report Studio and Stored Process Problem</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Web-Report-Studio-and-Stored-Process-Problem/m-p/117567#M1755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could be the possible cause that a stored process is good when running by EG (good meaning producing expected reports), while going blank when being open by WRS? We did not get any errors, it just went blank, no results. The same STP has been built and rebuilt multiple times, problem remains. Other STPs runs find by WRS. So while I am going through the log painfully, I 'd like to know the possible reason and where/what to look. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Haikuo &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 19:50:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Web-Report-Studio-and-Stored-Process-Problem/m-p/117567#M1755</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2013-02-21T19:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Web Report Studio and Stored Process Problem</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Web-Report-Studio-and-Stored-Process-Problem/m-p/117568#M1756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; There are several reasons why your report might not be rendered by WRS, while looking running OK in SAS Enterprise Guide.And, without seeing your code, and understanding how you registered the stored process, it is hard to speculate. Some things that could be "off":&lt;/P&gt;&lt;P&gt;1) you did not register the stored process with the right result type (you picked streaming instead of package -- I believe that WRS wants a package as the result type)&lt;/P&gt;&lt;P&gt;2) you picked a destination (such as an override to _ODSDEST) that is not supposed by WRS -- for example, EG can receive many different destinations: RTF, PDF, HTML, etc; but WRS only can receive SASReport XML as the destination&lt;/P&gt;&lt;P&gt;3) you used a procedure (such as PROC REPORT) and used a feature (such as a LINE statement) that is not supported by WRS; or you used a DATA step program and tried to write HTML with your DATA step program&lt;/P&gt;&lt;P&gt;4) you used some feature of SAS 9.3, but your server is running an older version of SAS in which the feature does not exist&lt;/P&gt;&lt;P&gt;5) you referenced a style template or cascading style sheet that is not available to WRS and that ruined the rendering of the stored process output&lt;/P&gt;&lt;P&gt;6) you've run into something that is a known defect and requires a hot fix...some possible Tech Support notes are:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/16/687.html" title="http://support.sas.com/kb/16/687.html"&gt;16687 - "Error Rendering Report (Rendering Content) Expression should notcontain typed aggregations" when viewing a report in SAS® Web ReportStudio&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/14/495.html" title="http://support.sas.com/kb/14/495.html"&gt;14495 - "Error rendering report, Tables are not joined" exception in SAS® Web Report Studio&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; If you search for the string Error rendering report on support.sas.com, you might find more hits. Or, your best bet might be to work with SAS Tech Support -- they really need to investigate the metadata and the code and any overrides that you have. Just because the stored process runs in EG doesn't guarantee that it will work in WRS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; You said you got a log, but you would not necessarily see error messages for some of the above scenarios. SAS on the server might be able to create the output correctly, but WRS is unable to render the output for the WRS interface. There are quite a few reasons why you would get a blank screen instead of an error message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2013 05:14:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Web-Report-Studio-and-Stored-Process-Problem/m-p/117568#M1756</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2013-02-25T05:14:57Z</dc:date>
    </item>
  </channel>
</rss>

