<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
    
    <channel>
    
    <title>Tideway Community Forum</title>
    <link>http://www.tideway.com/community/forum/</link>
    <description>Tideway Community Forum</description>
    <dc:language>en</dc:language>
    <dc:rights>Copyright 2009</dc:rights>
    <dc:date>2009-01-07T18:11:34+00:00</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
    

    <item>
      <title>Encryption between a credential slave and remote target.</title>
      <link>http://www.tideway.com/community/forum/viewthread/86/</link>
      <guid>http://www.tideway.com/community/forum/viewthread/86/#When:18:28:50Z</guid>
      <description>	&lt;p&gt;Traffic between appliance and slave is encrypted.  Is it possible to encrypt traffic between a credential slave being in the same DMZ as the appliance but the target server being in a separate dmz?  In this deployment we are specifically, for security reasons not hosting the slave in the same dmz as the target server. &lt;/p&gt;

	&lt;p&gt;Using Tideway v7.1.1.&lt;/p&gt;</description>
      <dc:date>2008-12-15T18:28:50+00:00</dc:date>
    </item>

    <item>
      <title>Can I load switch information from a file&#63;</title>
      <link>http://www.tideway.com/community/forum/viewthread/96/</link>
      <guid>http://www.tideway.com/community/forum/viewthread/96/#When:14:44:26Z</guid>
      <description>	&lt;p&gt;For reasons to tedious to go into, I cannot read the switch configuration and port information directly from the network switchs (all Cisco). I can get the standard Cisco report commands, e.g. Show Port, run and the output passed to me.&lt;/p&gt;

	&lt;p&gt;Is there any way of loading this information into the Tideway object database?&lt;/p&gt;</description>
      <dc:date>2009-01-06T14:44:26+00:00</dc:date>
    </item>

    <item>
      <title>How do I do time&#45;related arithmetic</title>
      <link>http://www.tideway.com/community/forum/viewthread/94/</link>
      <guid>http://www.tideway.com/community/forum/viewthread/94/#When:16:33:42Z</guid>
      <description>	&lt;p&gt;I&#8217;d like to do some simple arithmetic on times in a pattern.&lt;/p&gt;

	&lt;p&gt;The times I am working with are the starttime attributes from DiscoveryAccess nodes.&lt;/p&gt;

	&lt;p&gt;I&#8217;ve borrowed some constants from another posting here so I have a pattern that has something like the following:&lt;/p&gt;

	&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;constants&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ONE_SECOND&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:=&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;10000000&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;ONE_MINUTE&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:=&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;60&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;*&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;ONE_SECOND&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;ONE_HOUR&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:=&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;60&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;*&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;ONE_MINUTE&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;ONE_DAY&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:=&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;24&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;*&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;ONE_HOUR&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;end&amp;nbsp;constants&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&amp;nbsp;&lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;

	&lt;p&gt;And in the body (assume &#8220;now&#8221; and &#8220;then&#8221; contain some suitable values) I take the difference between two times:&lt;/p&gt;

	&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;delta&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:=&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;now&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;then&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&amp;nbsp;&lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;

	&lt;p&gt;I can print &lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;delta&amp;nbsp;&lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;using log() and get a nicely formatted time, but I&#8217;d like to manipulate it, perhaps like this:&lt;/p&gt;

	&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;hours&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:=&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;delta&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;ONE_HOUR&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;days&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:=&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;delta&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;ONE_DAY&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&amp;nbsp;&lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;

	&lt;p&gt;I&#8217;m aware that TPL does only integer arithmetic so I&#8217;ll miss the fractions, but that&#8217;s fine here.  Unfortunately, I the following error:&lt;/p&gt;

	&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;Error&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;while&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;executing&amp;nbsp;a&amp;nbsp;rule&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&#45;&#45;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;TypeError&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;unsupported&amp;nbsp;operand&amp;nbsp;type&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;s&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&amp;nbsp;for&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #FF8000&quot;&gt;//:&amp;nbsp;&#39;DateTimeDelta&#39;&amp;nbsp;and&amp;nbsp;&#39;long&#39;&amp;nbsp;&lt;/span&gt;
&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;

	&lt;p&gt;This makes it clear (I think)  that my &lt;i&gt;delta&lt;/i&gt; object is actually of type &lt;i&gt;DateTimeDelta&lt;/i&gt; and that &lt;i&gt;days&lt;/i&gt; and &lt;i&gt;hours&lt;/i&gt; in my example are of type &lt;i&gt;long&lt;/i&gt; but it leaves me stuck.  Can I do a coercion or type conversion to turn the &lt;i&gt;DateTimeDelta&lt;/i&gt; into a &lt;i&gt;long&lt;/i&gt;?&lt;/p&gt;</description>
      <dc:date>2009-01-02T16:33:42+00:00</dc:date>
    </item>

    <item>
      <title>XPath.Evaluate() Problems on Foundation 7.1.7 Community</title>
      <link>http://www.tideway.com/community/forum/viewthread/93/</link>
      <guid>http://www.tideway.com/community/forum/viewthread/93/#When:13:03:39Z</guid>
      <description>	&lt;p&gt;I want to do some advanced Xpath queries against BEA Config.xml files&lt;/p&gt;

	&lt;p&gt;No matter how I try &#8211; I cannot even simple queries to work for me&lt;/p&gt;

	&lt;p&gt;I&#8217;ve confirmed various queries are valid using various xpath testing tools&lt;/p&gt;

	&lt;p&gt;and tried using data from both &#8216;file.content&#8217; and simple strings &lt;/p&gt;

	&lt;p&gt;No joy :&#45;(&lt;/p&gt;

	&lt;p&gt;Here&#8217;s a simple snippet that returns nothing &#8211; regardless of the query used &lt;/p&gt;

	&lt;p&gt;config_file := &#8220;&#8221;&#8220;&lt;br /&gt;
&amp;lt;Employees&amp;gt;&lt;br /&gt;
&amp;lt;Employee ID=&#8216;1&#8217;&amp;gt;&lt;br /&gt;
&amp;lt;Name&amp;gt;Bill&amp;lt;/Name&amp;gt;&lt;br /&gt;
&amp;lt;Employee ID=&#8216;2&#8217;&amp;gt;&lt;br /&gt;
&amp;lt;Name&amp;gt;John&amp;lt;/Name&amp;gt;&lt;br /&gt;
&amp;lt;/Employees&amp;gt;&lt;br /&gt;
&#8220;&#8221;&#8220; ;&lt;/p&gt;

	&lt;p&gt;log.info(&#8221;&lt;span&gt;config_file&lt;/span&gt;&#8220;); // Yup all ok&lt;/p&gt;

	&lt;p&gt;xpath_query_results := xpath.evaluate(config_file, raw&#8221;/Employees/Employee&#8221;);&lt;/p&gt;

	&lt;p&gt;for xpath_query_result in xpath_query_results do&lt;/p&gt;

    log.info(&#8221;&lt;span&gt;xpath_query_result&lt;/span&gt;&#8220;); // Zilch logged

	&lt;p&gt;end for;&lt;/p&gt;

	&lt;p&gt;I&#8217;m developing offline using community version 7.1.7 but using 7.1.1 Business Edition online.&lt;/p&gt;

	&lt;p&gt;Is this possible a &#8216;feature&#8217; in the Community Version or am I missing something really basic ?   ( probably ! )&lt;/p&gt;

	&lt;p&gt;Many thanks&lt;/p&gt;

	&lt;p&gt;Kevin&lt;/p&gt;</description>
      <dc:date>2008-12-23T13:03:39+00:00</dc:date>
    </item>

    <item>
      <title>How does Tideway look for HBAs on AIX&#63;</title>
      <link>http://www.tideway.com/community/forum/viewthread/89/</link>
      <guid>http://www.tideway.com/community/forum/viewthread/89/#When:17:49:19Z</guid>
      <description>	&lt;p&gt;I am getting some limited information on Solaris servers. That is down to permissioning issues and I can fix that.&lt;/p&gt;

	&lt;p&gt;There doesn&#8217;t seem to be a script for HBA&#8217;s in the AIX discovery script. Is Tideway even looking?&lt;/p&gt;</description>
      <dc:date>2008-12-16T17:49:19+00:00</dc:date>
    </item>

    <item>
      <title>search for objects with null relationships</title>
      <link>http://www.tideway.com/community/forum/viewthread/91/</link>
      <guid>http://www.tideway.com/community/forum/viewthread/91/#When:17:21:03Z</guid>
      <description>	&lt;p&gt;Tideway 7.1.7&lt;/p&gt;

	&lt;p&gt;What is the best way to search for objects that don&#8217;t have a particular relationship?&lt;br /&gt;
e.g. 1 Hosts with no HBA&lt;br /&gt;
e.g. 2 Hosts with no defined location&lt;/p&gt;</description>
      <dc:date>2008-12-18T17:21:03+00:00</dc:date>
    </item>

    <item>
      <title>Current Time Format</title>
      <link>http://www.tideway.com/community/forum/viewthread/90/</link>
      <guid>http://www.tideway.com/community/forum/viewthread/90/#When:18:50:51Z</guid>
      <description>	&lt;p&gt;Hi,&lt;br /&gt;
How can I change the date in the following query from 2008&#45;10&#45;12 to currenttime&#45;1? &lt;br /&gt;
Equivalent to sysdate&#45;1 as in SQL&lt;/p&gt;

	&lt;p&gt;SEARCH Host where name like &#8216;abc&#8217; show * PROCESS WITH displayHistory(parseTime(&#8220;2008&#45;10&#45;12&#8221;), currentTime(), 1)&lt;/p&gt;

	&lt;p&gt;Regards,&lt;br /&gt;
Lalith&lt;/p&gt;</description>
      <dc:date>2008-12-16T18:50:51+00:00</dc:date>
    </item>

    <item>
      <title>LMViews</title>
      <link>http://www.tideway.com/community/forum/viewthread/87/</link>
      <guid>http://www.tideway.com/community/forum/viewthread/87/#When:19:31:24Z</guid>
      <description>	&lt;p&gt;Hi,&lt;br /&gt;
When we create a view in Tideway say for example:&lt;/p&gt;

	&lt;p&gt;Host Only:&lt;/p&gt;

	&lt;p&gt;requires Host where name = &#8216;abcd&#8217;, my understanding is an alert will be triggered everytime any attribute of the Host (as defined in the taxonomy) changes. Is my understanding correct? Also if it is, how can I gather information about the attribute that changed? So if the RAM increased from 512 mb to 1024 mb, when I run the query Search LMView show * will the attribute that changed show up? If my understanding is incorrect, can someone explain how this works?&lt;/p&gt;

	&lt;p&gt;Regards,&lt;br /&gt;
Lalith&lt;/p&gt;</description>
      <dc:date>2008-12-15T19:31:24+00:00</dc:date>
    </item>

    <item>
      <title>Observed Communication &#45; Host view, for more than 20 hosts</title>
      <link>http://www.tideway.com/community/forum/viewthread/47/</link>
      <guid>http://www.tideway.com/community/forum/viewthread/47/#When:13:12:15Z</guid>
      <description>	&lt;p&gt;Is it possible to create a &#8220;Observed Communication &#8211; Host view&#8221; for more than 20 host?&lt;/p&gt;

	&lt;p&gt;In a host record, one can choose the &#8220;Observed Communication &#8211; Host view&#8221; visualisation. But it only shows the connections of upto 20 hosts.&lt;br /&gt;
I have a bunch of hosts that form an application chain and I would like to know the observed communication for all these hosts togethher. Does anybody have any suggestions?&lt;br /&gt;
How do I query the communicating servers?&lt;/p&gt;</description>
      <dc:date>2008-10-07T13:12:15+00:00</dc:date>
    </item>

    <item>
      <title>Credential slaves</title>
      <link>http://www.tideway.com/community/forum/viewthread/80/</link>
      <guid>http://www.tideway.com/community/forum/viewthread/80/#When:13:08:00Z</guid>
      <description>	&lt;p&gt;Hi, &lt;/p&gt;

	&lt;p&gt;I&#8217;m trying Tideway foundation community edition in my lab, for the moment.&lt;br /&gt;
Discovery is ok for Linux boxes.&lt;br /&gt;
I set up a windows credential slave. Its status is connected in the slave management page. There is no firewall on the windows server, neither between the tideway appliance and the windows.&lt;br /&gt;
I&#8217;ve created a credential &#8220;administrator&#8221; (administrateur, in fact. I&#8217;m french.) in the credentials list with only &#8220;windows&#8221; access. I tested it with the IP of my slave, it is ok. I have no other windows boxes for the moment but I guess the slave should be able to discover itself.&lt;/p&gt;

	&lt;p&gt;All discovery status for this windows box are &#8220;No Access&#8221;. &lt;br /&gt;
There must be something I did wrong, but what ?&lt;/p&gt;</description>
      <dc:date>2008-12-02T13:08:00+00:00</dc:date>
    </item>

    
    </channel>
</rss>