<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
<BR>&nbsp;Hi Richard:<BR>
&nbsp;<BR>
&nbsp;&nbsp; I think the GET on INVEST_CUR_BOOK is occuring before the PUT<BR>
&nbsp;&nbsp; on INVESTMENT so when QTP attempts the PUT on VEST_CUR_BOOK<BR>
&nbsp;&nbsp; it finds the record has changed.<BR>
&nbsp;<BR>
&nbsp;&nbsp; QTP trace should be able to confirm this for you.<BR>
&nbsp;<BR>
Regards,<BR>
Peter Bateman<BR>
&nbsp;<BR>&gt; From: RWitkopp@phxa.com<BR>&gt; To: powerh-l@lists.sowder.com<BR>&gt; Subject: RE: [Bulk] arghh, the dreaded Record has been changed since<BR>&gt; Date: Fri, 22 Jan 2010 14:24:21 -0800<BR>&gt; <BR>&gt; Okay, that didn't work either. I think I'm trying to do something that can't<BR>&gt; (or shouldn't) be done.<BR>&gt; <BR>&gt; I think I'll just put this task in a request of its own.<BR>&gt; <BR>&gt; Thanks<BR>&gt; <BR>&gt; -----Original Message-----<BR>&gt; From: powerh-l-bounces+rwitkopp=phxa.com@lists.sowder.com<BR>&gt; [mailto:powerh-l-bounces+rwitkopp=phxa.com@lists.sowder.com] On Behalf Of<BR>&gt; Richard Witkopp<BR>&gt; Sent: Friday, January 22, 2010 11:46 AM<BR>&gt; To: 'Knox, Dave (Carrollton, TX)'; powerh-l@lists.sowder.com<BR>&gt; Subject: RE: [Bulk] arghh, the dreaded Record has been changed since<BR>&gt; <BR>&gt; I don't think I can do that. There's a bunch of complexity (including<BR>&gt; another alias of investment that didn't come into play) and dozens of item<BR>&gt; statements that I trimmed out of the example for brevity's sake.<BR>&gt; <BR>&gt; There was never a problem before with another aliased investment output<BR>&gt; statement. It physically appears before the un-aliased output. Maybe by some<BR>&gt; quirk that matters. I'll give that a try.<BR>&gt; <BR>&gt; -----Original Message-----<BR>&gt; From: powerh-l-bounces+rwitkopp=phxa.com@lists.sowder.com<BR>&gt; [mailto:powerh-l-bounces+rwitkopp=phxa.com@lists.sowder.com] On Behalf Of<BR>&gt; Knox, Dave (Carrollton, TX)<BR>&gt; Sent: Friday, January 22, 2010 11:01 AM<BR>&gt; To: powerh-l@lists.sowder.com<BR>&gt; Subject: RE:[Bulk] arghh, the dreaded Record has been changed since<BR>&gt; <BR>&gt; Timing issue when it retrieves aliased output records on update (to the<BR>&gt; same file)...<BR>&gt; <BR>&gt; Why not one OUTPUT?<BR>&gt; <BR>&gt; <BR>&gt; OUTPUT INVESTMENTS UPDATE IF T_BATCH_AP_AD = "N" or &amp;<BR>&gt; T_DO_ESCROW = "Y"<BR>&gt; <BR>&gt; ITEM INVESTMENT_STATUS OF INVESTMENT =<BR>&gt; &amp;<BR>&gt; "1"<BR>&gt; &amp;<BR>&gt; IF T_BATCH_AP_AD = "N" AND T_DO_ESCROW = "Y"<BR>&gt; &amp;<BR>&gt; ELSE "E" IF T_BATCH_AP_AD = "N"<BR>&gt; <BR>&gt; IF T_DO_ESCROW = "Y"<BR>&gt; <BR>&gt; ITEM CUR_BOOK_VALUE OF INVEST_CUR_BOOK FINAL<BR>&gt; &amp;<BR>&gt; <BR>&gt; TOT_CAP_DTL OF SF$INFO &amp;<BR>&gt; IF T_DO_ESCROW = "Y"<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; -----Original Message-----<BR>&gt; From: powerh-l-bounces+knoxda01=unisourcelink.com@lists.sowder.com<BR>&gt; [mailto:powerh-l-bounces+knoxda01=unisourcelink.com@lists.sowder.com] On<BR>&gt; Behalf Of powerh-l-request@lists.sowder.com<BR>&gt; Sent: Friday, January 22, 2010 12:36 PM<BR>&gt; To: powerh-l@lists.sowder.com<BR>&gt; Subject: powerh-l Digest, Vol 56, Issue 13<BR>&gt; <BR>&gt; Send powerh-l mailing list submissions to<BR>&gt; powerh-l@lists.sowder.com<BR>&gt; <BR>&gt; To subscribe or unsubscribe via the World Wide Web, visit<BR>&gt; http://lists.sowder.com/mailman/listinfo/powerh-l<BR>&gt; or, via email, send a message with subject or body 'help' to<BR>&gt; powerh-l-request@lists.sowder.com<BR>&gt; <BR>&gt; You can reach the person managing the list at<BR>&gt; powerh-l-owner@lists.sowder.com<BR>&gt; <BR>&gt; When replying, please edit your Subject line so it is more specific<BR>&gt; than "Re: Contents of powerh-l digest..."<BR>&gt; <BR>&gt; <BR>&gt; Today's Topics:<BR>&gt; <BR>&gt; 1. RE:[Bulk] arghh, the dreaded Record has been changed since<BR>&gt; you f ound it. (Richard Witkopp)<BR>&gt; 2. RE:[Bulk] arghh, the dreaded Record has been changed since<BR>&gt; you f ound it. (Peter Bateman)<BR>&gt; <BR>&gt; <BR>&gt; ----------------------------------------------------------------------<BR>&gt; <BR>&gt; Message: 1<BR>&gt; Date: Fri, 22 Jan 2010 10:24:47 -0800<BR>&gt; From: "Richard Witkopp" &lt;RWitkopp@phxa.com&gt;<BR>&gt; Subject: RE: [Bulk] arghh, the dreaded Record has been changed since<BR>&gt; you f ound it.<BR>&gt; To: "'Ken@Langendock.com'" &lt;Ken@Langendock.com&gt;,<BR>&gt; powerh-l@lists.sowder.com<BR>&gt; Message-ID:<BR>&gt; &lt;FF5DC4E9EF39AB489EC56BBC4962CA8202EB6402@p28exch1.phxa.com&gt;<BR>&gt; Content-Type: text/plain; charset="us-ascii"<BR>&gt; <BR>&gt; Yes, it's one to one. It updated one INVESTMENT record and the error<BR>&gt; message<BR>&gt; occurred on the INVEST_CUR_BOOK record. Transaction processed was 1.<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; _____ <BR>&gt; <BR>&gt; From: Ken Langendock [mailto:ken.langendock@rogers.com] <BR>&gt; Sent: Friday, January 22, 2010 5:34 AM<BR>&gt; To: Richard Witkopp; powerh-l@lists.sowder.com<BR>&gt; Subject: RE: [Bulk] arghh, the dreaded Record has been changed since you<BR>&gt; found it.<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; Are you sure your record complex is only retrieving ONE to ONE record<BR>&gt; complex or does your link create a ONE to MANY relationship?<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; You could always move the reading of sf$INFO to an output phase read to<BR>&gt; be<BR>&gt; sure.<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; OUTPUT Sf$INFO &amp;<BR>&gt; <BR>&gt; ADD &amp;<BR>&gt; <BR>&gt; UPDATE &amp;<BR>&gt; <BR>&gt; NOITEMS &amp;<BR>&gt; <BR>&gt; IF 1 EQ 2 &amp;<BR>&gt; <BR>&gt; VIAINDEX SUBSCRIPTION &amp;<BR>&gt; <BR>&gt; USING FUND_#, INVESTMENT_#<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; Ken<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; From: powerh-l-bounces+ken.langendock=rogers.com@lists.sowder.com<BR>&gt; [mailto:powerh-l-bounces+ken.langendock=rogers.com@lists.sowder.com] On<BR>&gt; Behalf Of Richard Witkopp<BR>&gt; Sent: January 21, 2010 9:35 PM<BR>&gt; To: 'powerh-l@lists.sowder.com'<BR>&gt; Subject: [Bulk] arghh, the dreaded Record has been changed since you<BR>&gt; found<BR>&gt; it.<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; I'm getting this error in QTP. I could have sworn I've used this<BR>&gt; structure<BR>&gt; before to dodge it.<BR>&gt; <BR>&gt; The T_ variables are global temps.<BR>&gt; <BR>&gt; I'm getting the error on invest_cur_book. I know that investment is<BR>&gt; getting<BR>&gt; updated because investment_status is getting updated. Fund_#,<BR>&gt; investment_#<BR>&gt; are unique in each file.<BR>&gt; <BR>&gt; I cannot just put the if condition for t_batch_ap_ad on the item<BR>&gt; statement<BR>&gt; for invest_cur_book because it's actually a lot more complex than this<BR>&gt; and<BR>&gt; I've cut it down for brevity. I pretty much need two separate outputs<BR>&gt; for<BR>&gt; the investment file.<BR>&gt; <BR>&gt; 8.40.E on VMS.<BR>&gt; <BR>&gt; Pseudo-code:<BR>&gt; <BR>&gt; ACCESS BATCH_DTL<BR>&gt; &amp;<BR>&gt; <BR>&gt; LINK FUND_# OF BATCH_DTL,<BR>&gt; &amp;<BR>&gt; <BR>&gt; INVESTMENT_# OF BATCH_DTL<BR>&gt; &amp;<BR>&gt; <BR>&gt; TO FUND_#,<BR>&gt; &amp;<BR>&gt; <BR>&gt; INVESTMENT_# OF INVESTMENT<BR>&gt; &amp;<BR>&gt; <BR>&gt; LINK FUND_# OF INVESTMENT,<BR>&gt; &amp;<BR>&gt; <BR>&gt; INVESTMENT_# OF INVESTMENT<BR>&gt; &amp;<BR>&gt; <BR>&gt; VIAIND SUBSCRIPTION TO *SF$INFO<BR>&gt; &amp;<BR>&gt; <BR>&gt; CHOOSE BATCH_# SYSTEM SYM "T_BATCH_NBR"<BR>&gt; <BR>&gt; OUTPUT INVESTMENT UPDATE<BR>&gt; &amp;<BR>&gt; <BR>&gt; IF T_BATCH_AP_AD = "N"<BR>&gt; <BR>&gt; ITEM INVESTMENT_STATUS OF INVESTMENT =<BR>&gt; &amp;<BR>&gt; <BR>&gt; "1"<BR>&gt; &amp;<BR>&gt; <BR>&gt; IF T_DO_ESCROW = "Y"<BR>&gt; &amp;<BR>&gt; <BR>&gt; ELSE "E"<BR>&gt; <BR>&gt; OUTPUT INVESTMENT UPDATE<BR>&gt; &amp;<BR>&gt; <BR>&gt; ALIAS INVEST_CUR_BOOK<BR>&gt; &amp;<BR>&gt; <BR>&gt; VIA FUND_# OF INVEST_CUR_BOOK,<BR>&gt; &amp;<BR>&gt; <BR>&gt; INVESTMENT_# OF INVEST_CUR_BOOK<BR>&gt; &amp;<BR>&gt; <BR>&gt; USING FUND_# OF BATCH_DTL,<BR>&gt; &amp;<BR>&gt; <BR>&gt; INVESTMENT_# OF BATCH_DTL<BR>&gt; &amp;<BR>&gt; <BR>&gt; IF T_DO_ESCROW = "Y"<BR>&gt; <BR>&gt; ITEM CUR_BOOK_VALUE OF INVEST_CUR_BOOK FINAL<BR>&gt; &amp;<BR>&gt; <BR>&gt; TOT_CAP_DTL OF SF$INFO<BR>&gt; <BR>&gt; NOTICE: The information contained in this e-mail and any attachments is<BR>&gt; confidential and may be privileged or otherwise protected from<BR>&gt; disclosure.<BR>&gt; This e-mail is intended solely for the use of the named addressee. Any<BR>&gt; other<BR>&gt; use, printing, copying, disclosure or dissemination may be subject to<BR>&gt; legal<BR>&gt; restriction. If you are not the intended recipient, please contact the<BR>&gt; sender and delete all copies including any attachments.<BR>&gt; <BR>&gt; No virus found in this incoming message.<BR>&gt; Checked by AVG - www.avg.com<BR>&gt; Version: 9.0.730 / Virus Database: 271.1.1/2637 - Release Date: 01/21/10<BR>&gt; 14:34:00<BR>&gt; <BR>&gt; <BR>&gt; NOTICE: The information contained in this e-mail and any attachments is<BR>&gt; confidential and may be privileged or otherwise protected from<BR>&gt; disclosure.<BR>&gt; This e-mail is intended solely for the use of the named addressee. Any<BR>&gt; other<BR>&gt; use, printing, copying, disclosure or dissemination may be subject to<BR>&gt; legal<BR>&gt; restriction. If you are not the intended recipient, please contact the<BR>&gt; sender and delete all copies including any attachments.<BR>&gt; -------------- next part --------------<BR>&gt; An HTML attachment was scrubbed...<BR>&gt; URL:<BR>&gt; http://lists.sowder.com/pipermail/powerh-l/attachments/20100122/cbad9ccc<BR>&gt; /attachment-0001.htm <BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; Message: 2<BR>&gt; Date: Fri, 22 Jan 2010 14:35:21 -0400<BR>&gt; From: Peter Bateman &lt;peterbateman808@hotmail.com&gt;<BR>&gt; Subject: RE: [Bulk] arghh, the dreaded Record has been changed since<BR>&gt; you f ound it.<BR>&gt; To: Richard Witkopp &lt;rwitkopp@phxa.com&gt;, PowerHouse List<BR>&gt; &lt;powerh-l@lists.sowder.com&gt;<BR>&gt; Message-ID: &lt;BAY133-W15B614C2DB3C6C57AFE2EFF9620@phx.gbl&gt;<BR>&gt; Content-Type: text/plain; charset="windows-1252"<BR>&gt; <BR>&gt; <BR>&gt; Hi All:<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; I believe 8.40 has the QTP Trace facility I would fire that up to see<BR>&gt; what is going on.<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; Regards,<BR>&gt; <BR>&gt; Peter<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; From: RWitkopp@phxa.com<BR>&gt; To: Ken@Langendock.com; powerh-l@lists.sowder.com<BR>&gt; Subject: RE: [Bulk] arghh, the dreaded Record has been changed since you<BR>&gt; f ound it.<BR>&gt; Date: Fri, 22 Jan 2010 10:24:47 -0800<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; Yes, it?s one to one. It updated one INVESTMENT record and the error<BR>&gt; message occurred on the INVEST_CUR_BOOK record. Transaction processed<BR>&gt; was 1.<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; From: Ken Langendock [mailto:ken.langendock@rogers.com] <BR>&gt; Sent: Friday, January 22, 2010 5:34 AM<BR>&gt; To: Richard Witkopp; powerh-l@lists.sowder.com<BR>&gt; Subject: RE: [Bulk] arghh, the dreaded Record has been changed since you<BR>&gt; found it.<BR>&gt; <BR>&gt; Are you sure your record complex is only retrieving ONE to ONE record<BR>&gt; complex or does your link create a ONE to MANY relationship?<BR>&gt; <BR>&gt; You could always move the reading of sf$INFO to an output phase read to<BR>&gt; be sure.<BR>&gt; <BR>&gt; OUTPUT Sf$INFO &amp;<BR>&gt; ADD &amp;<BR>&gt; UPDATE &amp;<BR>&gt; NOITEMS &amp;<BR>&gt; IF 1 EQ 2 &amp;<BR>&gt; VIAINDEX SUBSCRIPTION &amp;<BR>&gt; USING FUND_#, INVESTMENT_#<BR>&gt; <BR>&gt; <BR>&gt; Ken<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; From: powerh-l-bounces+ken.langendock=rogers.com@lists.sowder.com<BR>&gt; [mailto:powerh-l-bounces+ken.langendock=rogers.com@lists.sowder.com] On<BR>&gt; Behalf Of Richard Witkopp<BR>&gt; Sent: January 21, 2010 9:35 PM<BR>&gt; To: 'powerh-l@lists.sowder.com'<BR>&gt; Subject: [Bulk] arghh, the dreaded Record has been changed since you<BR>&gt; found it.<BR>&gt; <BR>&gt; I'm getting this error in QTP. I could have sworn I've used this<BR>&gt; structure before to dodge it.<BR>&gt; <BR>&gt; The T_ variables are global temps.<BR>&gt; <BR>&gt; I'm getting the error on invest_cur_book. I know that investment is<BR>&gt; getting updated because investment_status is getting updated. Fund_#,<BR>&gt; investment_# are unique in each file.<BR>&gt; <BR>&gt; I cannot just put the if condition for t_batch_ap_ad on the item<BR>&gt; statement for invest_cur_book because it's actually a lot more complex<BR>&gt; than this and I've cut it down for brevity. I pretty much need two<BR>&gt; separate outputs for the investment file.<BR>&gt; <BR>&gt; 8.40.E on VMS.<BR>&gt; <BR>&gt; Pseudo-code:<BR>&gt; <BR>&gt; ACCESS BATCH_DTL<BR>&gt; &amp;<BR>&gt; <BR>&gt; LINK FUND_# OF BATCH_DTL,<BR>&gt; &amp;<BR>&gt; <BR>&gt; INVESTMENT_# OF BATCH_DTL<BR>&gt; &amp;<BR>&gt; <BR>&gt; TO FUND_#,<BR>&gt; &amp;<BR>&gt; <BR>&gt; INVESTMENT_# OF INVESTMENT<BR>&gt; &amp;<BR>&gt; <BR>&gt; LINK FUND_# OF INVESTMENT,<BR>&gt; &amp;<BR>&gt; <BR>&gt; INVESTMENT_# OF INVESTMENT<BR>&gt; &amp;<BR>&gt; <BR>&gt; VIAIND SUBSCRIPTION TO *SF$INFO<BR>&gt; &amp;<BR>&gt; <BR>&gt; CHOOSE BATCH_# SYSTEM SYM "T_BATCH_NBR"<BR>&gt; <BR>&gt; OUTPUT INVESTMENT UPDATE<BR>&gt; &amp;<BR>&gt; <BR>&gt; IF T_BATCH_AP_AD = "N"<BR>&gt; <BR>&gt; ITEM INVESTMENT_STATUS OF INVESTMENT =<BR>&gt; &amp;<BR>&gt; <BR>&gt; "1"<BR>&gt; &amp;<BR>&gt; <BR>&gt; IF T_DO_ESCROW = "Y"<BR>&gt; &amp;<BR>&gt; <BR>&gt; ELSE "E"<BR>&gt; <BR>&gt; OUTPUT INVESTMENT UPDATE<BR>&gt; &amp;<BR>&gt; <BR>&gt; ALIAS INVEST_CUR_BOOK<BR>&gt; &amp;<BR>&gt; <BR>&gt; VIA FUND_# OF INVEST_CUR_BOOK,<BR>&gt; &amp;<BR>&gt; <BR>&gt; INVESTMENT_# OF INVEST_CUR_BOOK<BR>&gt; &amp;<BR>&gt; <BR>&gt; USING FUND_# OF BATCH_DTL,<BR>&gt; &amp;<BR>&gt; <BR>&gt; INVESTMENT_# OF BATCH_DTL<BR>&gt; &amp;<BR>&gt; <BR>&gt; IF T_DO_ESCROW = "Y"<BR>&gt; <BR>&gt; ITEM CUR_BOOK_VALUE OF INVEST_CUR_BOOK FINAL<BR>&gt; &amp;<BR>&gt; <BR>&gt; TOT_CAP_DTL OF SF$INFO<BR>&gt; <BR>&gt; NOTICE: The information contained in this e-mail and any attachments is<BR>&gt; confidential and may be privileged or otherwise protected from<BR>&gt; disclosure. This e-mail is intended solely for the use of the named<BR>&gt; addressee. Any other use, printing, copying, disclosure or dissemination<BR>&gt; may be subject to legal restriction. If you are not the intended<BR>&gt; recipient, please contact the sender and delete all copies including any<BR>&gt; attachments.<BR>&gt; <BR>&gt; No virus found in this incoming message.<BR>&gt; Checked by AVG - www.avg.com<BR>&gt; Version: 9.0.730 / Virus Database: 271.1.1/2637 - Release Date: 01/21/10<BR>&gt; 14:34:00<BR>&gt; <BR>&gt; <BR>&gt; NOTICE: The information contained in this e-mail and any attachments is<BR>&gt; confidential and may be privileged or otherwise protected from<BR>&gt; disclosure. This e-mail is intended solely for the use of the named<BR>&gt; addressee. Any other use, printing, copying, disclosure or dissemination<BR>&gt; may be subject to legal restriction. If you are not the intended<BR>&gt; recipient, please contact the sender and delete all copies including any<BR>&gt; attachments.<BR>&gt; <BR>&gt; _________________________________________________________________<BR>&gt; <BR>&gt; -------------- next part --------------<BR>&gt; An HTML attachment was scrubbed...<BR>&gt; URL:<BR>&gt; http://lists.sowder.com/pipermail/powerh-l/attachments/20100122/78c1b3a8<BR>&gt; /attachment.htm <BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; -- <BR>&gt; = = = = = = = = = = = = = = = = = = = = = = = = = = = =<BR>&gt; Mailing list: powerh-l@lists.sowder.com<BR>&gt; Subscribe: &amp;quot;subscribe&amp;quot; in message body to<BR>&gt; powerh-l-request@lists.sowder.com<BR>&gt; Unsubscribe: &amp;quot;unsubscribe &amp;lt;password&amp;gt;&amp;quot; in message body to<BR>&gt; powerh-l-request@lists.sowder.com<BR>&gt; http://lists.sowder.com/mailman/listinfo/powerh-l<BR>&gt; This list is closed, thus to post to the list you must be a subscriber.<BR>&gt; Add 'site:lists.sowder.com powerh-l' to your search terms to search the<BR>&gt; list archive at Google.<BR>&gt; <BR>&gt; End of powerh-l Digest, Vol 56, Issue 13<BR>&gt; ****************************************<BR>&gt; <BR>&gt; <BR>&gt; -- <BR>&gt; = = = = = = = = = = = = = = = = = = = = = = = = = = = =<BR>&gt; Mailing list: powerh-l@lists.sowder.com<BR>&gt; Subscribe: 'subscribe' in message body to powerh-l-request@lists.sowder.com<BR>&gt; Unsubscribe: 'unsubscribe &amp;lt;password&amp;gt;' in message body to<BR>&gt; powerh-l-request@lists.sowder.com<BR>&gt; http://lists.sowder.com/mailman/listinfo/powerh-l<BR>&gt; This list is closed, thus to post to the list you must be a subscriber.<BR>&gt; Add 'site:lists.sowder.com powerh-l' to your search terms to search the list<BR>&gt; archive at Google.<BR>&gt; <BR>&gt; NOTICE: The information contained in this e-mail and any attachments is<BR>&gt; confidential and may be privileged or otherwise protected from disclosure.<BR>&gt; This e-mail is intended solely for the use of the named addressee. Any other<BR>&gt; use, printing, copying, disclosure or dissemination may be subject to legal<BR>&gt; restriction. If you are not the intended recipient, please contact the<BR>&gt; sender and delete all copies including any attachments.<BR>&gt; <BR>&gt; -- <BR>&gt; = = = = = = = = = = = = = = = = = = = = = = = = = = = =<BR>&gt; Mailing list: powerh-l@lists.sowder.com<BR>&gt; Subscribe: 'subscribe' in message body to powerh-l-request@lists.sowder.com<BR>&gt; Unsubscribe: 'unsubscribe &amp;lt;password&amp;gt;' in message body to<BR>&gt; powerh-l-request@lists.sowder.com<BR>&gt; http://lists.sowder.com/mailman/listinfo/powerh-l<BR>&gt; This list is closed, thus to post to the list you must be a subscriber.<BR>&gt; Add 'site:lists.sowder.com powerh-l' to your search terms to search the list<BR>&gt; archive at Google.<BR>&gt; <BR>&gt; NOTICE: The information contained in this e-mail and any attachments is<BR>&gt; confidential and may be privileged or otherwise protected from disclosure.<BR>&gt; This e-mail is intended solely for the use of the named addressee. Any other<BR>&gt; use, printing, copying, disclosure or dissemination may be subject to legal<BR>&gt; restriction. If you are not the intended recipient, please contact the<BR>&gt; sender and delete all copies including any attachments.<BR>&gt; <BR>&gt; -- <BR>&gt; = = = = = = = = = = = = = = = = = = = = = = = = = = = =<BR>&gt; Mailing list: powerh-l@lists.sowder.com<BR>&gt; Subscribe: 'subscribe' in message body to powerh-l-request@lists.sowder.com<BR>&gt; Unsubscribe: 'unsubscribe &amp;lt;password&amp;gt;' in message body to powerh-l-request@lists.sowder.com<BR>&gt; http://lists.sowder.com/mailman/listinfo/powerh-l<BR>&gt; This list is closed, thus to post to the list you must be a subscriber.<BR>&gt; Add 'site:lists.sowder.com powerh-l' to your search terms to search the list archive at Google.<BR>                                               <br /><hr /> <a href='' target='_new'></a></body>
</html>