<?xml version="1.0" encoding="UTF-8" ?><!-- generator=Zoho Sites --><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><atom:link href="https://www.ripplestone.com/blogs/tag/iis/feed" rel="self" type="application/rss+xml"/><title>Ripplestone - Ripplestone Blog #IIS</title><description>Ripplestone - Ripplestone Blog #IIS</description><link>https://www.ripplestone.com/blogs/tag/iis</link><lastBuildDate>Sun, 29 Mar 2026 05:31:26 -0700</lastBuildDate><generator>http://zoho.com/sites/</generator><item><title><![CDATA[Setting the IIS Idle Time-out]]></title><link>https://www.ripplestone.com/blogs/post/setting-the-iis-idle-time-out</link><description><![CDATA[The Idle Time-out within IIS can effect Ripplestone by closing the worker process before the session has timed out.  This will cause an error within R ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_n4MPsMbhRvCgJRGnYsgaLA" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_ggrqCw4aSa27lf5saGASHQ" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_BFUnq2LiRmWB0H7kxuQxgA" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_EyoSzfVRR56G5KyAMpF_jQ" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align- " data-editor="true"><div>The Idle Time-out within IIS can effect <a href="http://www.ripplestone.com" target="_blank">Ripplestone</a> by closing the worker process before the session has timed out.  This will cause an error within Ripplestone when you click on a link.  This is because the worker process has been stopped due to inactivity and will result in an error like the one below.<br/><br/>&nbsp;<br/><br/><a href="http://www.allaboutreports.com/wp-content/uploads/2013/06/image.png"><img style="background-image:none;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border:0px;" title="image" alt="image" src="/files/blog/image_thumb(4).png" width="600" height="69" border="0"/></a><br/><br/>&nbsp;<br/><br/>The session timeout is set in the web.config file and the two setting (session timeout and the Application Pool Idle Time-out) need to work together.  The Idle Time-out should be equal to or larger than the Session timeout value.<br/><br/>For example, if the session timeout in the web.config file is set to 30 minutes, then the Idle Time-out should be set to a value of 30 minutes or greater.  In the screen shot below it is set to 35 minutes.<br/><br/>&nbsp;<br/><br/><a href="http://www.allaboutreports.com/wp-content/uploads/2013/06/image1.png"><img style="background-image:none;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border:0px;" title="image" alt="image" src="/files/blog/image_thumb1(3).png" width="508" height="600" border="0"/></a></div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Fri, 28 Jun 2013 10:42:21 -0700</pubDate></item><item><title><![CDATA[Accessing Ripplestone From The Server]]></title><link>https://www.ripplestone.com/blogs/post/accessing-ripplestone-from-the-server</link><description><![CDATA[&#160; There are times when the URL \\localhost\ripplestone will not work on the server.&#160; If this happens you can try the following to allow the ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_AA1U4fjhQ4CK9cdckcPXjw" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_u-zbhOAXRSKOj9I9sl9EqQ" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_iftSlEH1Qi697TdHvBBU3w" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_v3nmV0MJRzOxUIfJgPw-nw" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align- " data-editor="true"><div><p>&#160;</p><p>There are times when the URL \\localhost\ripplestone will not work on the server.&#160; If this happens you can try the following to allow the server to run the <a href="http://www.ripplestone.com" target="_blank">Ripplestone</a> website locally.</p><ol><li>Click <b>Start</b>, click <b>Run</b>, type regedit, and then click <b>OK</b>.</li><li>In Registry Editor, locate and then click the following registry key: <b>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa</b></li><li>Right-click <b>Lsa</b>, point to <b>New</b>, and then click <b>DWORD Value</b>.</li><li>Type DisableLoopbackCheck, and then press ENTER.</li><li>Right-click <b>DisableLoopbackCheck</b>, and then click <b>Modify</b>.</li><li>In the <b>Value data</b> box, type 1, and then click <b>OK</b>.</li><li>Quit Registry Editor, and then restart your computer.</li></ol></div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Thu, 15 Nov 2012 10:20:33 -0700</pubDate></item><item><title><![CDATA[How to Change the File Upload Size in Ripplestone]]></title><link>https://www.ripplestone.com/blogs/post/how-to-change-the-file-upload-size-in-ripplestone</link><description><![CDATA[When you publish a Crystal Report file or document to Ripplestone you are moving the physical file from the local storage to the web server. Ripplesto ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_4WGeLOQHTS2lIW4TecYWuA" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_4-uAVBQFTsCEL7n90ijecA" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_oDmT_q7CT-629wcXJlKjFg" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_Wu3NlecvQcSep3UEuKABrg" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align- " data-editor="true"><div><p>When you publish a Crystal Report file or document to <a href="http://www.ripplestone.com" target="_blank">Ripplestone</a> you are moving the physical file from the local storage to the web server. Ripplestone has a default file size of 10 MB, so report files that are larger than 10 MB will not upload.</p><p>This size can be changed in the web.config file located in C:\Sites\Ripplestone. The web.config file is an XML file that can be edited with any text editor or XML reader. Look for the httpRuntime section and change the maxRequestLength to whatever value you would like (1024 = 1MB). </p><p>Below is an example of the httpRuntime section with the default values that come with Ripplestone.</p><p>&lt;!—Sets the max size for file uploads: 102400 = 10MB and 3600 = 1 hour --&gt;</p><p>&lt;httpRuntime maxRequestLength=&quot;10240&quot; executionTimeout=&quot;900&quot; requestValidationMode=&quot;2.0&quot;/&gt;</p></div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Thu, 23 Feb 2012 19:17:03 -0700</pubDate></item><item><title><![CDATA[Truncating Fields in the Crystal Reports Web Viewer]]></title><link>https://www.ripplestone.com/blogs/post/running-ripplestone-on-vista-and-windows-server-20081</link><description><![CDATA[The Problem There are times when building a Crystal Report that you want a field to be short and if the data is too long for the field for it to be t ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_qcdRw9LYSbink7KEsqh4kg" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_6cwKLbtSTcS4qOXdhND46Q" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_sRCmY8giQAKNr3tHuXjRlg" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_Syin_wiJTNC7TM92u65ThA" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align- " data-editor="true"><div><h2>The Problem</h2><p>There are times when building a Crystal Report that you want a field to be short and if the data is too long for the field for it to be truncated.&#160; This works fine when developing the report in the Crystal Reports Designer, but when you publish the report to <a href="http://www.ripplestone.com" target="_blank">Ripplestone</a> and run the report the data in the field will overlap with the field(s) to the right.&#160; </p><p>The screenshot below is from the Crystal Reports Web Viewer and the HTML that is generates allows the data to “spill-over” to the two fields to the right of the Title field.</p><p><a href="http://www.allaboutreports.com/wp-content/uploads/2010/04/FieldOverlapWebViewer.jpg"><img title="FieldOverlapWebViewer" style="border-top-width:0px;display:inline;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;" height="484" alt="FieldOverlapWebViewer" src="/files/blog/FieldOverlapWebViewer_thumb.jpg" width="462" border="0"/></a></p><p>What you want it to look like is this.&#160; The screen shot below is the same report, but the viewer in Ripplestone was changed to pdf.&#160; When exporting to pdf Crystal Reports does the proper thing and truncates the data in the Title field to the length that was set at design time.</p><p><a href="http://www.allaboutreports.com/wp-content/uploads/2010/04/FieldPDFViewer.jpg"><img title="FieldPDFViewer" style="border-top-width:0px;display:inline;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;" height="364" alt="FieldPDFViewer" src="/files/blog/FieldPDFViewer_thumb.jpg" width="436" border="0"/></a></p><p>&#160;</p><h2>The Solution</h2><p>To fix the problem we need to head back to the Crystal Reports Designer and make a change to the field that is overflowing (the Title field in the example).&#160; Open the Format Editor by right clicking on the field and selecting the Format Field option.&#160; On the Common tab we want to check the Can Grow option and set the Maximum number of lines to 1.</p><p><a href="http://www.allaboutreports.com/wp-content/uploads/2010/04/CRFormatEditor.jpg"><img title="CRFormatEditor" style="border-top-width:0px;display:inline;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;" height="484" alt="CRFormatEditor" src="/files/blog/CRFormatEditor_thumb.jpg" width="390" border="0"/></a></p><p>After making the change to the report you can re-publish the report to Ripplestone and the field should be truncated and will fit the set width.&#160; Below is the report in the Crystal Reports web viewer after the Can Grow option has been checked.</p><p><a href="http://www.allaboutreports.com/wp-content/uploads/2010/04/FieldAfterCanGrow.jpg"><img title="FieldAfterCanGrow" style="border-top-width:0px;display:inline;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;" height="484" alt="FieldAfterCanGrow" src="/files/blog/FieldAfterCanGrow_thumb.jpg" width="564" border="0"/></a></p><p></p><p></p><p></p><p>&#160;</p><h2>Conclusion</h2><p>If you have a field in a Crystal Report that needs to be a specified width and cannot flow over to other fields and you need to view the report in the Crystal Reports Web Viewer you will need to set the Can Grow option along with the Maximum number of lines option.&#160; Setting these two options in the Crystal Reports designer and then publishing that report to Ripplestone will cause the field to be truncated when displayed with the Crystal Reports Web Viewer.</p><p>Thanks to Patrick Kansa for help with this solution.</p></div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Tue, 16 Jun 2009 06:34:47 -0700</pubDate></item><item><title><![CDATA[Using Wildcard Parameters with Crystal Reports and Ripplestone]]></title><link>https://www.ripplestone.com/blogs/post/running-ripplestone-on-vista-and-windows-server-20082</link><description><![CDATA[While working on the next version of Ripplestone ,&nbsp;a client had asked about if and how Ripplestone will handle wildcard parameters in a Crystal Re ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_3gEgGy7kSnWdT56INQkmVw" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_8OHVm7PbSP2w5fZkbqau5Q" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_O1QmjeJnRDewrzrSSxpn4Q" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_tZNn4ROvQdCyGeH4Gp31ZQ" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align- " data-editor="true"><div><p>While working on the next version of <a href="http://www.ripplestone.com" target="_blank">Ripplestone</a>,&nbsp;a client had asked about if and how Ripplestone will handle wildcard parameters in a Crystal Report.&nbsp; I had not used wildcard parameters for a while, so I decided to dig in and build some reports with wildcard parameters and see how they worked when published to Ripplestone.</p><h2>Creating the Crystal Report</h2><p>For the report, I made a simple report that would have a parameter for a last name.&nbsp; The report would use this parameter in the record selection and allow the user to enter wildcards in the format of “LY*” or “LY??” and have the report retrieve records for all the last names that either begin with LY or have four characters in the last name and they begin with LY.</p><p>To begin, I created the parameter with the settings to Allow custom values and Allow discrete values set to True.</p><p><a href="http://www.allaboutreports.com/wp-content/uploads/2010/03/image.png"><img title="image" style="border-right:0px;border-top:0px;display:inline;border-left:0px;border-bottom:0px;" height="531" alt="image" src="/files/blog/image_thumb.png" width="489" border="0"></a></p><p>&nbsp;</p><p>Next I created the selection using the Select Expert and using the field called BillingLastName set the selection type to be “is like” and used the parameter called LastName as the value.</p><p><a href="http://www.allaboutreports.com/wp-content/uploads/2010/03/image1.png"><img title="image" style="border-right:0px;border-top:0px;display:inline;border-left:0px;border-bottom:0px;" height="377" alt="image" src="/files/blog/image_thumb1.png" width="576" border="0"></a></p><p>&nbsp;</p><p>Running the report within Crystal Reports the user will get a parameter prompt and I entered the value of “LY*”.</p><p><a href="http://www.allaboutreports.com/wp-content/uploads/2010/03/image2.png"><img title="image" style="border-right:0px;border-top:0px;display:inline;border-left:0px;border-bottom:0px;" height="295" alt="image" src="/files/blog/image_thumb2.png" width="567" border="0"></a></p><p>&nbsp;</p><p>The results from this simple report display all the records from the table where the last name begins with “LY”</p><p><a href="http://www.allaboutreports.com/wp-content/uploads/2010/03/image3.png"><img title="image" style="border-right:0px;border-top:0px;display:inline;border-left:0px;border-bottom:0px;" height="252" alt="image" src="/files/blog/image_thumb3.png" width="600" border="0"></a></p><p>&nbsp;</p><p></p><p></p><p></p><h2>Publish and Run the Report in Ripplestone</h2><p>After creating the report in Crystal Reports, it is time to publish the report in <a href="http://www.ripplestone.com" target="_blank">Ripplestone</a> and see how the wildcard parameters work.</p><p>Publishing the report was the same as any other report, select the report and give it a title click the Publish button.&nbsp; Once the report was published I clicked the Run Report link and got the parameter page.&nbsp; The page prompts for the last name and once again I entered “LY*” for the value.&nbsp; Clicking the Run Report button will then pass the value to the report and the report will refresh the data for the report (in this case the data source was SQL Server) and display the report to the user within their web browser.</p><p><a href="http://www.allaboutreports.com/wp-content/uploads/2010/03/image4.png"><img title="image" style="border-right:0px;border-top:0px;display:inline;border-left:0px;border-bottom:0px;" height="277" alt="image" src="/files/blog/image_thumb4.png" width="600" border="0"></a></p><p></p><p>The report is returned as a pdf in the web browser.&nbsp; The Crystal Report uses the wildcard parameter the same when running from Ripplestone as it does when running directly from the Crystal Report designer.</p><p><a href="http://www.allaboutreports.com/wp-content/uploads/2010/03/image5.png"><img title="image" style="border-right:0px;border-top:0px;display:inline;border-left:0px;border-bottom:0px;" height="284" alt="image" src="/files/blog/image_thumb5.png" width="600" border="0"></a></p></div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Tue, 16 Jun 2009 06:34:47 -0700</pubDate></item><item><title><![CDATA[Running Ripplestone on Vista and Windows Server 2008]]></title><link>https://www.ripplestone.com/blogs/post/running-ripplestone-on-vista-and-windows-server-2008</link><description><![CDATA[I was working with a Ripplestone client to get the software installed on a Vista PC and had a do a few things different than if this was XP Pro or Win ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_dUDb88KDS-iFwgceJZvuBQ" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_Q4teS0ZdRFWdGt9tH_hf7Q" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_fNRHgnYgRc-bZvGYzkXk2Q" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_vSczaPsMSJ-q18oLnFfgpQ" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align- " data-editor="true"><div><p>I was working with a <a href="http://www.ripplestone.com">Ripplestone</a> client to get the software installed on a Vista PC and had a do a few things different than if this was XP Pro or Windows Server 2003.&#160; The main differences were that Vista and Windows Server 2008 use IIS 7 and the .NET framework 1.1 is not installed by default.</p><p>I started with the following article on setting up Vista and Windows 2008 to run an ASP.NET 1.1 application.</p><p><a href="http://learn.iis.net/page.aspx/472/how-to-install-aspnet-11-with-iis7-on-vista-and-windows-2008/">Install ASP.NET 1.1 with IIS7</a></p><p>Once I got ASP.NET 1.1 installed and configured, I need to make sure that Crystal Reports was installed correctly with the Ripplestone installer.&#160; This was just a matter of checking the permissions and testing the running of a report within Ripplestone.</p><p>All together it took an extra 30 minutes to get everything installed and configured correctly.</p></div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Tue, 16 Jun 2009 06:34:47 -0700</pubDate></item></channel></rss>