<?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 Want to give an update for in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/waas-6-1-1/m-p/2829468#M43885</link>
    <description>&lt;P&gt;Want to give an update for this issue, we opened a TAC case and they could reproduce the issue.&lt;/P&gt;
&lt;P&gt;“Heap corruption in the directory browsing code path" causes the smb accelerator to crash.&lt;/P&gt;
&lt;P&gt;https://tools.cisco.com/bugsearch/bug/CSCux34001&lt;/P&gt;
&lt;P&gt;Bugtool says it is fixed but the version is not available to download yet.&lt;/P&gt;</description>
    <pubDate>Tue, 19 Jan 2016 17:30:33 GMT</pubDate>
    <dc:creator>Philipp Kreidl</dc:creator>
    <dc:date>2016-01-19T17:30:33Z</dc:date>
    <item>
      <title>WAAS 6.1.1</title>
      <link>https://community.cisco.com/t5/application-networking/waas-6-1-1/m-p/2829465#M43879</link>
      <description>&lt;P&gt;Hey guys, anybody of you already tried 6.1.1? I am just downgrading again because we are facing major connectivity issues in all of our network.&lt;/P&gt;
&lt;P&gt;I don't know what they are doing but since 5.4 every release is very buggy and unstable in my opinion. We might have a look on the Riverbed products next year.&lt;/P&gt;
&lt;P&gt;Maybe Cisco should do the same to WAAS like what they did to their load balancers.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2015 09:06:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/waas-6-1-1/m-p/2829465#M43879</guid>
      <dc:creator>Philipp Kreidl</dc:creator>
      <dc:date>2015-11-13T09:06:24Z</dc:date>
    </item>
    <item>
      <title>Hi Philipp, Did you solve</title>
      <link>https://community.cisco.com/t5/application-networking/waas-6-1-1/m-p/2829466#M43881</link>
      <description>&lt;P&gt;Hi Philipp, Did you solve your problem? In my case we have CM in version 6.1.1 and Central WAVE694 also in version 6.1.1, and as soon as we enable the WCCP on Wave we lost services.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Alcides&lt;/P&gt;
&lt;FORM name="dashboardForm" id="dashboardForm" action="https://community.cisco.com/res/dashboard.xhtml" enctype="application/x-www-form-urlencoded" method="post"&gt;
&lt;DIV title="" class="dijitContentPane dijitContentPaneSingleChild dashboardContentPaneMarker" id="dashboardForm:dashboardPane" role="group" dojotype="cm.form.ContentPane" widgetid="dashboardForm:dashboardPane"&gt;
&lt;DIV class="gridContainer dijitLayoutContainer dijitContainer dashboard" id="dashboardForm:j_idt22" dojoattachpoint="containerNode" dojoattachevent="onkeypress:_selectFocus" widgetid="dashboardForm:j_idt22" tabindex="0"&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/FORM&gt;
&lt;P&gt;
&lt;SCRIPT type="text/javascript"&gt;// &amp;lt;![CDATA[
var refreshInterval = 120000;
        function launchPdf(dashboardId) {
            window.open("/pdfreports/" + dashboardId + ".pdf");
        }

        function launchExport() {
        	var height = 200, width = 450;
        	var left = (screen.width) ? (screen.width-width)/2 : 0;
        	var top = (screen.height) ? (screen.height-height)/2 : 0;
        	var settings = "modal,height=" + height + ",width=" + width +
                     ",top=" + top + ",left=" + left + "status=no,scrollbars=0,resizable=false";
            window.location.href = '/pdfreports/Statistics.zip';
        }
        
        function launchWarning(dashboardId) {
         if (dashboardId == 523) {
        	var invalidDataAlert = new xwt.widget.notification.Alert({
								messageType:"warning",
								buttons: [
								{
									label: "OK",
									baseClass: "defaultButton"
								}
							]
							});
			invalidDataAlert.setDialogContent("Device selections are not persisted for location level connection chart.");
			invalidDataAlert.show();
			return false;
          }
        }
        

        function refreshDashboard() {
            var dashboardContentPane = dojo.query(".dashboardContentPaneMarker");
            if (dashboardContentPane. length &amp;gt; 0) {
                var dashboardClientId = dashboardContentPane[0].getAttribute("id");

                // post to server
                var options = {};
                options["render"] = dashboardClientId;
                options["execute"] = "@none";
                jsf.ajax.request(dashboardClientId, null, options);

            }
        }

        // refresh every 2 minutes
        var refreshDashboardId = setInterval(refreshDashboard, 120000);
        	window.onload=function(){
        	if (getQueryParameter("dashboardId") == "750")
        		refreshInterval = 10000;
        		var refreshDashboardId = setInterval(refreshDashboard, refreshInterval);
        	};
        	
        	function getQueryParameter ( parameterName ) {
        		  var queryString = window.location.search;
        		  var parameterName = parameterName + "=";
        		  if ( queryString.length &amp;gt; 0 ) {
        		    begin = queryString.indexOf ( parameterName );
        		    if ( begin != -1 ) {
        		      begin += parameterName.length;
        		      end = queryString.indexOf ( "&amp;amp;" , begin );
        		        if ( end == -1 ) {
        		        end = queryString.length
        		      }
        		      return unescape ( queryString.substring ( begin, end ) );
        		    }
        		  }
        		  return "null";
        		}
// ]]&amp;gt;&lt;/SCRIPT&gt;
&lt;SCRIPT type="text/javascript" src="https://community.cisco.com/res/javax.faces.resource/jsf.js?ln=javax.faces"&gt;&lt;/SCRIPT&gt;
&lt;SCRIPT type="text/javascript"&gt;// &amp;lt;![CDATA[
djConfig = { isDebug: false, debugAtAllCosts: false, locale:'en', parseOnLoad: true };
// ]]&amp;gt;&lt;/SCRIPT&gt;
&lt;SCRIPT type="text/javascript" src="https://community.cisco.com/res/javax.faces.resource/15-11-07-10-10-551/dojo/dojo.js"&gt;&lt;/SCRIPT&gt;
&lt;SCRIPT type="text/javascript" src="https://community.cisco.com/res/javax.faces.resource/15-11-07-10-10-551/cm/shelllayer.js"&gt;&lt;/SCRIPT&gt;
&lt;SCRIPT type="text/javascript"&gt;// &amp;lt;![CDATA[
dojo.require('xwt.widget.toolbar.Toolbar');
dojo.require('cm.Messages');
dojo.require('dojo.data.ItemFileReadStore');
dojo.require('cm.form.Select');
dojo.require('xwt.widget.form.FilteringSelect');
dojo.require('xwt.widget.form.ComboBox');
dojo.require('cm.form.FormField');
dojo.require('cm.form.ContentPane');
dojo.require('xwt.widget.form.DatePicker');
dojo.require('cm.form.DatePicker');
dojo.require('cm.form.TextButton');
dojo.require('cm.form.DialogButton');
dojo.require('dijit.ToolbarSeparator');
dojo.require('cm.layout.Dashboard');
dojo.require('cm.layout.TitlePane');
dojo.require('cm.layout.Dashlet');
dojo.require('cm.charting.Chart');
dojo.require('cm.charting.EmptyPie');
dojo.require('xwt.widget.table.Filter');
dojo.require('xwt.widget.table.ContextualToolbar');
dojo.require('cm.table.ItemFileWriteStore');
dojo.require('dojox.data.QueryReadStore');
dojo.require('cm.table.GlobalToolbar');
dojo.require('cm.table.Toolbar');
dojo.require('cm.table.Table');
dojo.require('cm.Dialog');
dojo.require('dijit.form.NumberTextBox');
dojo.require('cm.form.IPAddressBox');
dojo.require('cm.notification.ValidationTextBox');
dojo.require('dojo.data.ItemFileWriteStore');
dojo.require('xwt.widget.tree.BidirectionalForestStoreModel');
dojo.require('cm.tree.Tree');
dojo.require('xwt.widget.tree.TreePanel');
dojo.require('cm.Wizard');
dojo.require('cm.quickview.QuickView');
dojo.require('dijit.form.CheckBox');
dojo.require('cm.form.CheckBoxField');
// ]]&amp;gt;&lt;/SCRIPT&gt;
&lt;SCRIPT type="text/javascript" src="https://community.cisco.com/res/javax.faces.resource/15-11-07-10-10-551/cm/jsf.js"&gt;&lt;/SCRIPT&gt;
&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2015 15:22:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/waas-6-1-1/m-p/2829466#M43881</guid>
      <dc:creator>Alcides Miguel</dc:creator>
      <dc:date>2015-11-13T15:22:22Z</dc:date>
    </item>
    <item>
      <title>hey Philipp, we have only</title>
      <link>https://community.cisco.com/t5/application-networking/waas-6-1-1/m-p/2829467#M43883</link>
      <description>&lt;P&gt;hey Philipp, we have only tested this version (6.1.1) in our lab environment with no major issues found. everything seems to be working correctly. the only problem i have noticed so far was regarding SMB signed traffic where the traffic is marked with "W" flag (wan secure) instead of "X" (SMB signed traffic) but the traffic is getting optimized/accelerated anyway so i assume it's only a "cosmetic" issue.&lt;/P&gt;
&lt;P&gt;However i do not have any experience with 6.1.1 version in a production network yet.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2016 15:19:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/waas-6-1-1/m-p/2829467#M43883</guid>
      <dc:creator>andrej cambal</dc:creator>
      <dc:date>2016-01-19T15:19:33Z</dc:date>
    </item>
    <item>
      <title>Want to give an update for</title>
      <link>https://community.cisco.com/t5/application-networking/waas-6-1-1/m-p/2829468#M43885</link>
      <description>&lt;P&gt;Want to give an update for this issue, we opened a TAC case and they could reproduce the issue.&lt;/P&gt;
&lt;P&gt;“Heap corruption in the directory browsing code path" causes the smb accelerator to crash.&lt;/P&gt;
&lt;P&gt;https://tools.cisco.com/bugsearch/bug/CSCux34001&lt;/P&gt;
&lt;P&gt;Bugtool says it is fixed but the version is not available to download yet.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2016 17:30:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/waas-6-1-1/m-p/2829468#M43885</guid>
      <dc:creator>Philipp Kreidl</dc:creator>
      <dc:date>2016-01-19T17:30:33Z</dc:date>
    </item>
  </channel>
</rss>

