<?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 time-out (?) creates missing images? in Developers</title>
    <link>https://communities.sas.com/t5/Developers/Web-report-studio-time-out-creates-missing-images/m-p/122155#M3908</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Shiva,&lt;/P&gt;&lt;P&gt;Good to know it's not an inherent limitation.&amp;nbsp; Maybe I can get the server admin to check the server logs, and see if they show anything going on...&lt;/P&gt;&lt;P&gt;--Q.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 May 2012 16:37:19 GMT</pubDate>
    <dc:creator>Quentin</dc:creator>
    <dc:date>2012-05-21T16:37:19Z</dc:date>
    <item>
      <title>Web report studio time-out (?) creates missing images?</title>
      <link>https://communities.sas.com/t5/Developers/Web-report-studio-time-out-creates-missing-images/m-p/122153#M3906</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 a stored process that creates a lot of graphs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run it from Web Report Studio, it looks like only the first 15 images are incorporated into the SASREPORT file.&amp;nbsp; For the rest of the images, I see the empty_default_image.gif:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="2060" alt="empty_default_image.gif" class="jive-image" src="https://communities.sas.com/legacyfs/online/2060_empty_default_image.gif" /&gt;&lt;/P&gt;&lt;P&gt;If I export the report from WRS and look in the zip file, indeed it only has 15 images in it.&amp;nbsp; The SAS log claims that all of the images were created successfully.&amp;nbsp; When I run the procedure from EG, the SASREPORT file has all plots.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So is this some sort of time-out that is happening when the procedure is called from WRS, or some other limitation?&lt;/P&gt;&lt;P&gt;I can recreate it, with just:&lt;/P&gt;&lt;PRE&gt;%macro mkplots(n=50);
&amp;nbsp; %do i=1 %to &amp;amp;n;
&amp;nbsp;&amp;nbsp;&amp;nbsp; title "Plot #&amp;amp;i";
&amp;nbsp;&amp;nbsp;&amp;nbsp; proc gplot data=sashelp.class;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; plot height*weight;
&amp;nbsp;&amp;nbsp;&amp;nbsp; run;
&amp;nbsp;&amp;nbsp;&amp;nbsp; quit;
&amp;nbsp; %end;
%mend;
%mkplots()

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;--Q.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 15:15:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Web-report-studio-time-out-creates-missing-images/m-p/122153#M3906</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2012-05-21T15:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Web report studio time-out (?) creates missing images?</title>
      <link>https://communities.sas.com/t5/Developers/Web-report-studio-time-out-creates-missing-images/m-p/122154#M3907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I tried to create a stored process on the same code you have provided and i ran that in WRS...but&amp;nbsp; i am not getting any timed out or missing images(So its not a limitation).May be some problem with your environment .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="WRS.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/2065_WRS.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 15:32:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Web-report-studio-time-out-creates-missing-images/m-p/122154#M3907</guid>
      <dc:creator>shivas</dc:creator>
      <dc:date>2012-05-21T15:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Web report studio time-out (?) creates missing images?</title>
      <link>https://communities.sas.com/t5/Developers/Web-report-studio-time-out-creates-missing-images/m-p/122155#M3908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Shiva,&lt;/P&gt;&lt;P&gt;Good to know it's not an inherent limitation.&amp;nbsp; Maybe I can get the server admin to check the server logs, and see if they show anything going on...&lt;/P&gt;&lt;P&gt;--Q.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 16:37:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Web-report-studio-time-out-creates-missing-images/m-p/122155#M3908</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2012-05-21T16:37:19Z</dc:date>
    </item>
  </channel>
</rss>

