<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns="http://www.w3.org/TR/REC-html40" xmlns:v = 
"urn:schemas-microsoft-com:vml" xmlns:o = 
"urn:schemas-microsoft-com:office:office" xmlns:w = 
"urn:schemas-microsoft-com:office:word"><HEAD><TITLE>Message</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16481" name=GENERATOR><!--[if !mso]>
<STYLE>v\:* {
        BEHAVIOR: url(#default#VML)
}
o\:* {
        BEHAVIOR: url(#default#VML)
}
w\:* {
        BEHAVIOR: url(#default#VML)
}
shape {
        BEHAVIOR: url(#default#VML)
}
</STYLE>
<![endif]-->
<STYLE>@font-face {
        font-family: Tahoma;
}
@page Section1 {size: 595.3pt 841.9pt; margin: 72.0pt 90.0pt 72.0pt 90.0pt; }
P.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"
}
LI.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"
}
DIV.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"
}
A:link {
        COLOR: blue; TEXT-DECORATION: underline
}
SPAN.MsoHyperlink {
        COLOR: blue; TEXT-DECORATION: underline
}
A:visited {
        COLOR: blue; TEXT-DECORATION: underline
}
SPAN.MsoHyperlinkFollowed {
        COLOR: blue; TEXT-DECORATION: underline
}
P {
        FONT-SIZE: 12pt; MARGIN-LEFT: 0cm; MARGIN-RIGHT: 0cm; FONT-FAMILY: "Times New Roman"; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto
}
PRE {
        FONT-SIZE: 10pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Courier New"
}
SPAN.EmailStyle19 {
        FONT-WEIGHT: normal; COLOR: blue; FONT-STYLE: normal; FONT-FAMILY: Arial; TEXT-DECORATION: none; mso-style-type: personal
}
SPAN.EmailStyle20 {
        FONT-WEIGHT: normal; COLOR: blue; FONT-STYLE: normal; FONT-FAMILY: Arial; TEXT-DECORATION: none; mso-style-type: personal
}
SPAN.EmailStyle21 {
        FONT-WEIGHT: normal; COLOR: blue; FONT-STYLE: normal; FONT-FAMILY: Arial; TEXT-DECORATION: none; mso-style-type: personal-reply
}
DIV.Section1 {
        page: Section1
}
</STYLE>
</HEAD>
<BODY lang=EN-GB vLink=blue link=blue bgColor=#ffffff>
<DIV><FONT face=Arial color=#0000ff>I was thinking that as the timing is already 
available in quick (and driving the qktrace output) that it might be straight 
forward to enable a procedure ( e.g. qktrace procedure) which would action at 
the same timing levels, but be completely written by the developer, in my case I 
would simply update a row with the quick session details as a record key. I 
would prefer this to a potentially very large sequential trace file output. As 
the trace files get larger, DOS processing like that below takes much much 
longer; by the way I welcome any helpful hints which will improve the 
scripts&nbsp;below :)</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial color=#0000ff>type timings.cmd<BR>echo off<BR>cd 
C:\axiant\myaxclients<BR>del all_qkts.txt<BR>del all_qkts.log<BR>del 
preqkttimesort.log<BR>del qkttimesort.log<BR>del *.qkt.log<BR>dir /b 
c:\axiant\myaxclients\*.qkt &gt; all_qkts.txt<BR>FOR /F "tokens=1-3* " %%i IN 
(all_qkts.txt) DO @call loop_cmd_1.cmd %%i<BR>dir /b 
c:\axiant\myaxclients\*.qkt.log &gt; all_qkts.log<BR>FOR /F "tokens=1-3* " %%i 
IN (all_qkts.log) DO @call loop_cmd_2.cmd %%i<BR>sort preqkttimesort.log /o 
qkttimesort.log<BR>type qkttimesort.log</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial color=#0000ff>type loop_cmd_1.cmd<BR>echo off<BR>FOR /F 
"usebackq" %%i IN (`findstr "[" %1`) DO @set joe1var=%%i<BR>echo %joe1var% &gt; 
%1.log<BR></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff>type loop_cmd_2.cmd<BR>echo off<BR>FOR /F 
"usebackq" %%i IN (`findstr ":" %1`) DO @echo %%i %1 &gt;&gt; 
preqkttimesort.log</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff></FONT>&nbsp;</DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=Ken@Langendock.com href="mailto:Ken@Langendock.com">Ken 
  Langendock</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=atla38@dsl.pipex.com 
  href="mailto:atla38@dsl.pipex.com">'Joe Boyle'</A> ; <A 
  title=Bob.Deskin@cognos.com href="mailto:Bob.Deskin@cognos.com">'Deskin, 
  Bob'</A> ; <A title=powerh-l@lists.sowder.com 
  href="mailto:powerh-l@lists.sowder.com">powerh-l@lists.sowder.com</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Monday, July 30, 2007 1:49 PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> RE: New feature suggestion : a 
  designer procedure which,when included in the screen, actions whenever there 
  is screen activity</DIV>
  <DIV><BR></DIV>
  <DIV dir=ltr align=left><SPAN class=546174312-30072007><FONT face=Arial 
  color=#0000ff size=2>Joe, What about creating a ghost screen that writes out 
  this record you want.</FONT></SPAN></DIV>
  <DIV dir=ltr align=left><SPAN class=546174312-30072007><FONT face=Arial 
  color=#0000ff size=2>Simply call it from the initialize procedure of every 
  screen.</FONT></SPAN></DIV>
  <DIV dir=ltr align=left><SPAN class=546174312-30072007><FONT face=Arial 
  color=#0000ff size=2>I do that now as part of my security system to check 
  access on every screen.</FONT></SPAN></DIV>
  <DIV dir=ltr align=left><SPAN class=546174312-30072007><FONT face=Arial 
  color=#0000ff size=2>For any procedure (UPDATE&nbsp;or DESIGNER) I run another 
  call to the ghost screen to check security for that 
  function.</FONT></SPAN></DIV>
  <DIV dir=ltr align=left><SPAN class=546174312-30072007><FONT face=Arial 
  color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
  <DIV dir=ltr align=left><SPAN class=546174312-30072007><FONT face=Arial 
  color=#0000ff size=2>Once a ghost screen is loaded into memory they are 
  lightning fast.</FONT></SPAN></DIV>
  <DIV dir=ltr align=left><SPAN class=546174312-30072007><FONT face=Arial 
  color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
  <DIV dir=ltr align=left><SPAN class=546174312-30072007><FONT face=Arial 
  color=#0000ff size=2>Ken</FONT></SPAN></DIV>
  <DIV dir=ltr align=left><SPAN class=546174312-30072007><FONT face=Arial 
  color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV><FONT face=Arial color=#0000ff 
  size=2></FONT><BR>
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
  <HR tabIndex=-1>
  <FONT face=Tahoma size=2><B>From:</B> <A 
  href="mailto:powerh-l-bounces+ken.langendock=rogers.com@lists.sowder.com">powerh-l-bounces+ken.langendock=rogers.com@lists.sowder.com</A> 
  [mailto:powerh-l-bounces+ken.langendock=rogers.com@lists.sowder.com] <B>On 
  Behalf Of </B>Joe Boyle<BR><B>Sent:</B> July 30, 2007 5:18 AM<BR><B>To:</B> 
  'Deskin, Bob'; powerh-l@lists.sowder.com<BR><B>Subject:</B> RE: New feature 
  suggestion : a designer procedure which,when included in the screen, actions 
  whenever there is screen activity<BR></FONT><BR></DIV>
  <DIV></DIV>
  <DIV class=Section1>
  <P class=MsoNormal><FONT face=Arial color=blue size=3><SPAN 
  style="FONT-SIZE: 12pt; COLOR: blue; FONT-FAMILY: Arial">How about adding the 
  date, userid and process id to the current qktrace output ? that would be very 
  useful.<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial color=blue size=3><SPAN 
  style="FONT-SIZE: 12pt; COLOR: blue; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <DIV>
  <DIV class=MsoNormal style="TEXT-ALIGN: center" align=center><FONT 
  face="Times New Roman" size=3><SPAN lang=EN-US style="FONT-SIZE: 12pt">
  <HR tabIndex=-1 align=center width="100%" SIZE=2>
  </SPAN></FONT></DIV>
  <P class=MsoNormal><B><FONT face=Tahoma size=2><SPAN lang=EN-US 
  style="FONT-WEIGHT: bold; FONT-SIZE: 10pt; FONT-FAMILY: Tahoma">From:</SPAN></FONT></B><FONT 
  face=Tahoma size=2><SPAN lang=EN-US 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Tahoma"> 
  powerh-l-bounces+atla38=dsl.pipex.com@lists.sowder.com 
  [mailto:powerh-l-bounces+atla38=dsl.pipex.com@lists.sowder.com] <B><SPAN 
  style="FONT-WEIGHT: bold">On Behalf Of </SPAN></B>Deskin, Bob<BR><B><SPAN 
  style="FONT-WEIGHT: bold">Sent:</SPAN></B> 27 July 2007 14:25<BR><B><SPAN 
  style="FONT-WEIGHT: bold">To:</SPAN></B> Joe Boyle; 
  powerh-l@lists.sowder.com<BR><B><SPAN 
  style="FONT-WEIGHT: bold">Subject:</SPAN></B> RE: New feature suggestion : a 
  designer procedure which,when included in the screen, actions whenever there 
  is screen activity</SPAN></FONT><SPAN lang=EN-US><o:p></o:p></SPAN></P></DIV>
  <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
  style="FONT-SIZE: 12pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <DIV>
  <P class=MsoNormal><FONT face=Arial color=blue size=2><SPAN 
  style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">If I think of the 
  effort involved and the potential risk, and also consider the number of 
  customers to whom this would be valuable, I have to be honest and say that 
  this one doesn't have much chance of moving forward. I will keep it, as I do 
  all requests.</SPAN></FONT><o:p></o:p></P></DIV>
  <DIV>
  <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
  style="FONT-SIZE: 12pt">&nbsp;<o:p></o:p></SPAN></FONT></P></DIV>
  <DIV>
  <P class=MsoNormal><FONT face=Arial color=blue size=2><SPAN 
  style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">Bob</SPAN></FONT><o:p></o:p></P></DIV>
  <BLOCKQUOTE style="MARGIN-TOP: 5pt; MARGIN-BOTTOM: 5pt; MARGIN-RIGHT: 0cm">
    <P class=MsoNormal style="MARGIN-BOTTOM: 12pt"><FONT face=Tahoma 
    size=2><SPAN lang=EN-US 
    style="FONT-SIZE: 10pt; FONT-FAMILY: Tahoma">-----Original 
    Message-----<BR><B><SPAN style="FONT-WEIGHT: bold">From:</SPAN></B> Joe 
    Boyle [mailto:atla38@dsl.pipex.com] <BR><B><SPAN 
    style="FONT-WEIGHT: bold">Sent:</SPAN></B> July 27, 2007 8:00 AM<BR><B><SPAN 
    style="FONT-WEIGHT: bold">To:</SPAN></B> Deskin, Bob; 
    powerh-l@lists.sowder.com<BR><B><SPAN 
    style="FONT-WEIGHT: bold">Subject:</SPAN></B> RE: New feature suggestion : a 
    designer procedure which,when included in the screen, actions whenever there 
    is screen activity</SPAN></FONT><SPAN lang=EN-US><o:p></o:p></SPAN></P>
    <P class=MsoNormal><FONT face=Arial color=blue size=3><SPAN 
    style="FONT-SIZE: 12pt; COLOR: blue; FONT-FAMILY: Arial">I was thinking 
    along the lines that, when the procedure is present in a screen, it could 
    contain code which would write a number of quick session attributes e.g. 
    timestamp, pid, userid, screenname etc... to a 
    datafile.<o:p></o:p></SPAN></FONT></P>
    <P class=MsoNormal><FONT face=Arial color=blue size=3><SPAN 
    style="FONT-SIZE: 12pt; COLOR: blue; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
    <P class=MsoNormal><FONT face=Arial color=blue size=3><SPAN 
    style="FONT-SIZE: 12pt; COLOR: blue; FONT-FAMILY: Arial">It would then be 
    possible, e.g. at times of high license usage, to have complete control over 
    which quick sessions ‘live or die’; either by running reports against the 
    datafile, or by automating logouts based on the values in the datafile. This 
    could be done by using a quick process in conjunction with ‘run command’ 
    syntax, where even the interval time is 
    variable.<o:p></o:p></SPAN></FONT></P>
    <P class=MsoNormal><FONT face=Arial color=blue size=3><SPAN 
    style="FONT-SIZE: 12pt; COLOR: blue; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
    <P class=MsoNormal><FONT face=Arial color=blue size=3><SPAN 
    style="FONT-SIZE: 12pt; COLOR: blue; FONT-FAMILY: Arial">The qkgo time-out 
    option has no flexibility. The audit trail/trace options produce a lot of 
    output; this option would happen only when the procedure is compiled into 
    the screen concerned.<o:p></o:p></SPAN></FONT></P>
    <P class=MsoNormal><FONT face=Arial color=blue size=3><SPAN 
    style="FONT-SIZE: 12pt; COLOR: blue; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
    <DIV>
    <DIV class=MsoNormal style="TEXT-ALIGN: center" align=center><FONT 
    face="Times New Roman" size=3><SPAN lang=EN-US style="FONT-SIZE: 12pt">
    <HR tabIndex=-1 align=center width="100%" SIZE=2>
    </SPAN></FONT></DIV>
    <P class=MsoNormal><B><FONT face=Tahoma size=2><SPAN lang=EN-US 
    style="FONT-WEIGHT: bold; FONT-SIZE: 10pt; FONT-FAMILY: Tahoma">From:</SPAN></FONT></B><FONT 
    face=Tahoma size=2><SPAN lang=EN-US 
    style="FONT-SIZE: 10pt; FONT-FAMILY: Tahoma"> 
    powerh-l-bounces+atla38=dsl.pipex.com@lists.sowder.com 
    [mailto:powerh-l-bounces+atla38=dsl.pipex.com@lists.sowder.com] <B><SPAN 
    style="FONT-WEIGHT: bold">On Behalf Of </SPAN></B>Deskin, Bob<BR><B><SPAN 
    style="FONT-WEIGHT: bold">Sent:</SPAN></B> 26 July 2007 19:27<BR><B><SPAN 
    style="FONT-WEIGHT: bold">To:</SPAN></B> Joe Boyle; 
    fernando.olmos@hpa.com.au; powerh-l@lists.sowder.com<BR><B><SPAN 
    style="FONT-WEIGHT: bold">Subject:</SPAN></B> RE: New feature suggestion : a 
    designer procedure which,when included in the screen, actions whenever there 
    is screen activity</SPAN></FONT><SPAN 
lang=EN-US><o:p></o:p></SPAN></P></DIV>
    <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
    style="FONT-SIZE: 12pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
    <DIV>
    <P class=MsoNormal><FONT face=Arial color=blue size=2><SPAN 
    style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">If you're looking 
    for something that times out QUICK, the QKGO terminal time-out is supposed 
    to do that based on a prompt being made and no input happening after a 
    period of time.</SPAN></FONT><o:p></o:p></P></DIV>
    <DIV>
    <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
    style="FONT-SIZE: 12pt">&nbsp;<o:p></o:p></SPAN></FONT></P></DIV>
    <DIV>
    <P class=MsoNormal><FONT face=Arial color=blue size=2><SPAN 
    style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">As well, on UNIX 
    and Windows, there&nbsp;are two&nbsp;types of time out for Axiant 
    thin-client users to check whether there is activity from the user and 
    whether the client session is still 
    active.</SPAN></FONT><o:p></o:p></P></DIV>
    <DIV>
    <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
    style="FONT-SIZE: 12pt">&nbsp;<o:p></o:p></SPAN></FONT></P></DIV>
    <DIV>
    <P class=MsoNormal><FONT face=Arial color=blue size=2><SPAN 
    style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">Bob</SPAN></FONT><o:p></o:p></P></DIV>
    <BLOCKQUOTE 
      style="MARGIN-TOP: 5pt; MARGIN-BOTTOM: 5pt; MARGIN-RIGHT: 0cm"><P 
      class=MsoNormal style="MARGIN-BOTTOM: 12pt"><FONT face=Tahoma size=2><SPAN 
      lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: Tahoma">-----Original 
      Message-----<BR><B><SPAN style="FONT-WEIGHT: bold">From:</SPAN></B> Joe 
      Boyle [mailto:atla38@dsl.pipex.com] <BR><B><SPAN 
      style="FONT-WEIGHT: bold">Sent:</SPAN></B> July 26, 2007 1:58 
      PM<BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> Deskin, Bob; 
      fernando.olmos@hpa.com.au; powerh-l@lists.sowder.com<BR><B><SPAN 
      style="FONT-WEIGHT: bold">Subject:</SPAN></B> New feature suggestion : a 
      designer procedure which, when included in the screen, actions whenever 
      there is screen activity</SPAN></FONT><SPAN 
      lang=EN-US><o:p></o:p></SPAN></P>
      <P class=MsoNormal><FONT face=Arial color=blue size=3><SPAN 
      style="FONT-SIZE: 12pt; COLOR: blue; FONT-FAMILY: Arial">New feature 
      suggestion : a designer procedure which, when included in the screen, 
      actions whenever there is screen activity.<o:p></o:p></SPAN></FONT></P>
      <P class=MsoNormal><FONT face=Arial color=blue size=3><SPAN 
      style="FONT-SIZE: 12pt; COLOR: blue; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
      <P class=MsoNormal><FONT face=Arial color=blue size=3><SPAN 
      style="FONT-SIZE: 12pt; COLOR: blue; FONT-FAMILY: Arial">A simple 
      application of this would be to enable a current timestamp for the pid of 
      the quick process to be written to a file, and make it much easier to 
      determine which quick processes have been inactive for a certain amount of 
      time, and subsequently either logged out or killed 
      etc....<o:p></o:p></SPAN></FONT></P>
      <P class=MsoNormal><FONT face=Arial color=blue size=3><SPAN 
      style="FONT-SIZE: 12pt; COLOR: blue; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
      <DIV>
      <DIV class=MsoNormal style="TEXT-ALIGN: center" align=center><FONT 
      face="Times New Roman" size=3><SPAN lang=EN-US style="FONT-SIZE: 12pt">
      <HR tabIndex=-1 align=center width="100%" SIZE=2>
      </SPAN></FONT></DIV>
      <P class=MsoNormal><B><FONT face=Tahoma size=2><SPAN lang=EN-US 
      style="FONT-WEIGHT: bold; FONT-SIZE: 10pt; FONT-FAMILY: Tahoma">From:</SPAN></FONT></B><FONT 
      face=Tahoma size=2><SPAN lang=EN-US 
      style="FONT-SIZE: 10pt; FONT-FAMILY: Tahoma"> 
      powerh-l-bounces+atla38=dsl.pipex.com@lists.sowder.com 
      [mailto:powerh-l-bounces+atla38=dsl.pipex.com@lists.sowder.com] <B><SPAN 
      style="FONT-WEIGHT: bold">On Behalf Of </SPAN></B>Deskin, Bob<BR><B><SPAN 
      style="FONT-WEIGHT: bold">Sent:</SPAN></B> 26 July 2007 14:36<BR><B><SPAN 
      style="FONT-WEIGHT: bold">To:</SPAN></B> fernando.olmos@hpa.com.au; 
      powerh-l@lists.sowder.com<BR><B><SPAN 
      style="FONT-WEIGHT: bold">Subject:</SPAN></B> RE: Question about auto 
      logout in QKGO file</SPAN></FONT><SPAN 
      lang=EN-US><o:p></o:p></SPAN></P></DIV>
      <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
      style="FONT-SIZE: 12pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
      <DIV>
      <DIV>
      <P class=MsoNormal><FONT face=Arial color=blue size=2><SPAN 
      style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">I just tested 
      this in 8.41E (Windows). It's generic and should work the same way on all 
      platforms. If not, please report a bug.</SPAN></FONT><o:p></o:p></P></DIV>
      <DIV>
      <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
      style="FONT-SIZE: 12pt">&nbsp;<o:p></o:p></SPAN></FONT></P></DIV>
      <DIV>
      <P class=MsoNormal><FONT face=Arial color=blue size=2><SPAN 
      style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">QUICK keeps an 
      internal count if there's a QKGO Timeout setting. I don't know how often 
      it's checked, but I know that it issues a warning message a few seconds 
      before the actual time-out. For example, I set it to 30 seconds and got a 
      warning 7 seconds before the time-out. At the time-out it exits QUICK 
      (doing the appropriate rollbacks and backouts). The basis is whether 
      there's any input from the user. If there's none, QUICK times 
      out.</SPAN></FONT><o:p></o:p></P></DIV>
      <DIV>
      <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
      style="FONT-SIZE: 12pt">&nbsp;<o:p></o:p></SPAN></FONT></P></DIV>
      <DIV>
      <P class=MsoNormal><FONT face=Arial color=blue size=2><SPAN 
      style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">Bob</SPAN></FONT><o:p></o:p></P></DIV>
      <DIV>
      <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
      style="FONT-SIZE: 12pt">&nbsp;<o:p></o:p></SPAN></FONT></P></DIV>
      <DIV>
      <P class=MsoNormal><FONT face=Arial color=blue size=2><SPAN 
      style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">PS You 
      could&nbsp;buy more licenses :-)</SPAN></FONT><o:p></o:p></P></DIV>
      <BLOCKQUOTE 
style="MARGIN-TOP: 5pt; MARGIN-BOTTOM: 5pt; MARGIN-RIGHT: 0cm">
        <P class=MsoNormal style="MARGIN-BOTTOM: 12pt"><FONT face=Tahoma 
        size=2><SPAN lang=EN-US 
        style="FONT-SIZE: 10pt; FONT-FAMILY: Tahoma">-----Original 
        Message-----<BR><B><SPAN style="FONT-WEIGHT: bold">From:</SPAN></B> 
        powerh-l-bounces+bob.deskin=cognos.com@lists.sowder.com 
        [mailto:powerh-l-bounces+bob.deskin=cognos.com@lists.sowder.com] 
        <B><SPAN style="FONT-WEIGHT: bold">On Behalf Of 
        </SPAN></B>fernando.olmos@hpa.com.au<BR><B><SPAN 
        style="FONT-WEIGHT: bold">Sent:</SPAN></B> July 26, 2007 12:35 
        AM<BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> 
        powerh-l@lists.sowder.com<BR><B><SPAN 
        style="FONT-WEIGHT: bold">Subject:</SPAN></B> Question about auto logout 
        in QKGO file</SPAN></FONT><SPAN lang=EN-US><o:p></o:p></SPAN></P>
        <P><FONT face=Arial size=2><SPAN 
        style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><!-- Converted from text/rtf format -->How 
        does the QKGO file's timeout feature work?</SPAN></FONT> <BR><FONT 
        face=Arial size=2><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Is 
        the QKGO file (say 20 mins) checking frequently, to kick people out if 
        they've left a QUICK session online for longer than 20 minutes? Does it 
        only kick them out AFTER they try to change screens, for 
        example?</SPAN></FONT><o:p></o:p></P>
        <P><FONT face=Arial size=2><SPAN 
        style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">The issue we're having is 
        we're running out of powerhouse licenses due to the number of users 
        trying to access the system from a powerhouse main menu. However, there 
        are people that leave their sessions on the screen in this main menu, 
        without logging out and so it books a license. As soon as they go back 
        and try and do something QKGO seems to kick in and therefore logs them 
        out, basically saying "…uh uh.. Sorry… you took too long to action your 
        screen". We want QKGO to do this anyway, and kick them out of the screen 
        whether they are using it or not.</SPAN></FONT><o:p></o:p></P>
        <P><FONT face=Arial size=2><SPAN 
        style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Thanks</SPAN></FONT> 
        <o:p></o:p></P>
        <P><FONT face=Arial color=blue size=2><SPAN 
        style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">Kind 
        regards,</SPAN></FONT> <o:p></o:p></P>
        <P><FONT face="Courier New" size=2><SPAN 
        style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">---</SPAN></FONT> 
        <BR><B><FONT face=Arial size=2><SPAN lang=EN-AU 
        style="FONT-WEIGHT: bold; FONT-SIZE: 10pt; FONT-FAMILY: Arial">Fernando 
        Olmos</SPAN></FONT></B> <BR><FONT face=Arial color=gray size=2><SPAN 
        lang=EN-AU 
        style="FONT-SIZE: 10pt; COLOR: gray; FONT-FAMILY: Arial">Senior Analyst 
        Programmer</SPAN></FONT> <BR><B><FONT face=Arial size=2><SPAN lang=EN-US 
        style="FONT-WEIGHT: bold; FONT-SIZE: 10pt; FONT-FAMILY: Arial">HPA</SPAN></FONT></B> 
        <BR><FONT face=Arial color=gray size=2><SPAN lang=EN-US 
        style="FONT-SIZE: 10pt; COLOR: gray; FONT-FAMILY: Arial">Direct:</SPAN></FONT><B><SPAN 
        lang=EN-US style="FONT-WEIGHT: bold"> </SPAN></B><B><FONT face=Arial 
        color=gray size=2><SPAN lang=EN-US 
        style="FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: gray; FONT-FAMILY: Arial">03 
        9217 5411</SPAN></FONT></B> <BR><FONT face=Arial color=gray size=2><SPAN 
        lang=EN-US style="FONT-SIZE: 10pt; COLOR: gray; FONT-FAMILY: Arial">Fax: 
        03 9217 5166</SPAN></FONT> <BR><A href="http://www.hpa.com.au"><B><FONT 
        face=Arial color=black size=2><SPAN lang=EN-US 
        style="FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial">www.hpa.com.au</SPAN></FONT></B></A> 
        <o:p></o:p></P>
        <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
        style="FONT-SIZE: 12pt"><o:p>&nbsp;</o:p></SPAN></FONT></P><PRE><FONT face="Courier New" size=2><SPAN style="FONT-SIZE: 10pt">**********************************************************************<o:p></o:p></SPAN></FONT></PRE><PRE><FONT face="Courier New" size=2><SPAN style="FONT-SIZE: 10pt">IMPORTANT<o:p></o:p></SPAN></FONT></PRE><PRE><FONT face="Courier New" size=2><SPAN style="FONT-SIZE: 10pt">The contents of this e-mail and its attachments are confidential and intended<o:p></o:p></SPAN></FONT></PRE><PRE><FONT face="Courier New" size=2><SPAN style="FONT-SIZE: 10pt">solely for the use of the individual or entity to whom they are addressed.&nbsp; If<o:p></o:p></SPAN></FONT></PRE><PRE><FONT face="Courier New" size=2><SPAN style="FONT-SIZE: 10pt">you received this e-mail in error, please notify the HPA Postmaster, postmaster@hpa.com.au,<o:p></o:p></SPAN></FONT></PRE><PRE><FONT face="Courier New" size=2><SPAN style="FONT-SIZE: 10pt">then delete&nbsp; the e-mail.<o:p></o:p></SPAN></FONT></PRE><PRE><FONT face="Courier New" size=2><SPAN style="FONT-SIZE: 10pt">This footnote also confirms that this e-mail message has been swept for the<o:p></o:p></SPAN></FONT></PRE><PRE><FONT face="Courier New" size=2><SPAN style="FONT-SIZE: 10pt">presence of computer viruses by Ironport. Before opening or using any<o:p></o:p></SPAN></FONT></PRE><PRE><FONT face="Courier New" size=2><SPAN style="FONT-SIZE: 10pt">attachments, check them for viruses and defects.<o:p></o:p></SPAN></FONT></PRE><PRE><FONT face="Courier New" size=2><SPAN style="FONT-SIZE: 10pt">Our liability is limited to resupplying any affected attachments.<o:p></o:p></SPAN></FONT></PRE><PRE><FONT face="Courier New" size=2><SPAN style="FONT-SIZE: 10pt">HPA collects personal information to provide and market our services. For more<o:p></o:p></SPAN></FONT></PRE><PRE><FONT face="Courier New" size=2><SPAN style="FONT-SIZE: 10pt">information about use, disclosure and access see our Privacy Policy at<o:p></o:p></SPAN></FONT></PRE><PRE><FONT face="Courier New" size=2><SPAN style="FONT-SIZE: 10pt">www.hpa.com.au<o:p></o:p></SPAN></FONT></PRE><PRE><FONT face="Courier New" size=2><SPAN style="FONT-SIZE: 10pt">**********************************************************************<o:p></o:p></SPAN></FONT></PRE></BLOCKQUOTE></DIV>
      <DIV>
      <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
      style="FONT-SIZE: 12pt">&nbsp;<o:p></o:p></SPAN></FONT></P></DIV>
      <DIV>
      <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
      style="FONT-SIZE: 12pt">&nbsp;&nbsp;&nbsp;&nbsp; This message may contain 
      privileged and/or confidential information.&nbsp; If you have received 
      this e-mail in error or are not the intended recipient, you may not use, 
      copy, disseminate or distribute it; do not open any attachments, delete it 
      immediately from your system and notify the sender promptly by e-mail that 
      you have done so.&nbsp; Thank you. 
    <o:p></o:p></SPAN></FONT></P></DIV></BLOCKQUOTE></BLOCKQUOTE></DIV>
  <P>
  <HR>

  <P></P>-- <BR>= = = = = = = = = = = = = = = = = = = = = = = = = = = 
  =<BR>Mailing list: powerh-l@lists.sowder.com<BR>Subscribe: 
  &amp;quot;subscribe&amp;quot; in message body to 
  powerh-l-request@lists.sowder.com<BR>Unsubscribe: &amp;quot;unsubscribe 
  &amp;lt;password&amp;gt;&amp;quot; in message body to 
  powerh-l-request@lists.sowder.com<BR>http://lists.sowder.com/mailman/listinfo/powerh-l<BR>This 
  list is closed, thus to post to the list you must be a subscriber.<BR>Add 
  'site:lists.sowder.com powerh-l' to your search terms to search the list 
  archive at Google.</BLOCKQUOTE></BODY></HTML>