<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
John:<br>
<br>
That is her real email address.<br>
<br>
Olav.<br>
<br>
Pickering, John (NORBORD) wrote:
<blockquote
 cite="midA9C59E8229335F4DA2F204E736E15168071D9731@torexc251.norbord.com"
 type="cite">
  <pre wrap="">Anne

I've got a couple of other ideas but they aren't worth bothering the
whole list with -- please reply with a real email address.

JWP

-----Original Message-----
From: Anne Quirke [<a class="moz-txt-link-freetext" href="mailto:anne.quirke@uturn.ie">mailto:anne.quirke@uturn.ie</a>] 
Sent: Tuesday, December 02, 2008 2:12 PM
To: Pickering, John (NORBORD); <a class="moz-txt-link-abbreviated" href="mailto:powerh-l@lists.sowder.com">powerh-l@lists.sowder.com</a>
Subject: RE: SPAM-LOW: FW: [HP3000-L] Quick file access behaviour

Thanks John.

Changing the screen is not an option as we don't have the source code
for
the production version nor can we get it..(long story). I may just have
to
find another solution.

Thanks

Anne

-----Original Message-----
From: <a class="moz-txt-link-abbreviated" href="mailto:powerh-l-bounces+anne.quirke=uturn.ie@lists.sowder.com">powerh-l-bounces+anne.quirke=uturn.ie@lists.sowder.com</a>
[<a class="moz-txt-link-freetext" href="mailto:powerh-l-bounces+anne.quirke=uturn.ie@lists.sowder.com">mailto:powerh-l-bounces+anne.quirke=uturn.ie@lists.sowder.com</a>] On
Behalf Of
Pickering, John (NORBORD)
Sent: 02 December 2008 15:37
To: <a class="moz-txt-link-abbreviated" href="mailto:powerh-l@lists.sowder.com">powerh-l@lists.sowder.com</a>
Subject: SPAM-LOW: FW: [HP3000-L] Quick file access behaviour

Forwarded following Olav's lead ...

-----Original Message-----
From: Pickering, John (NORBORD) 
Sent: Tuesday, December 02, 2008 10:35 AM
To: 'anne'; <a class="moz-txt-link-abbreviated" href="mailto:HP3000-L@RAVEN.UTC.EDU">HP3000-L@RAVEN.UTC.EDU</a>
Subject: RE: [HP3000-L] Quick file access behaviour

Anne

Sorry to hear you say you can't change the screen -- that may be the
only solution.

If you can change the screen then try changing the file statement in the
screen:
  </pre>
  <blockquote type="cite">
    <pre wrap="">File YourMsgFile Designer Open Semiexclusive Append
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Because Quick wants to hold files open indefinitely, I try to include an
explicit "Close YourMsgFile" after writing to the file, either in the
designer code or in a postupdate procedure.

The same file open is accomplished by the following in Qtp:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Set File YourMsgFile Open Semiexclusive Append
    </pre>
  </blockquote>
  <pre wrap=""><!---->
The file equate for the message file includes the NOLOCK option, as in:
:FILE MSGFILE;NOLOCK

This has been working for me since version 5 -- hope this helps you.

Regards,
JWP


-----Original Message-----
From: HP-3000 Systems Discussion [<a class="moz-txt-link-freetext" href="mailto:HP3000-L@RAVEN.UTC.EDU">mailto:HP3000-L@RAVEN.UTC.EDU</a>] On
Behalf Of anne
Sent: Tuesday, December 02, 2008 8:21 AM
To: <a class="moz-txt-link-abbreviated" href="mailto:HP3000-L@RAVEN.UTC.EDU">HP3000-L@RAVEN.UTC.EDU</a>
Subject: [HP3000-L] Quick file access behaviour

All,

I am looking for wisdom and inspiration after attempting to figure out
whats 
going on with a quick screen that does not like a file reference.

1. I cannot change the quick screen
2. The quick screen has the statement FILE A designer
3. File A is a flat ascii file
4. I want file A to be a msg file so I build (B) an exact copy of A but
add ;msg
5. I then file equate FILE A=B,old;shr
6. The screen ERRORS 
     Data access error. (A)
     OPERATION INCONSISTENT WITH ACCESS TYPE  (FSERR 40)
7. I have tried as many combinations of the file equation as I can think
of
    FILE A=B,old;shr
    FILE A=B,old;shr;acc=append
    FILE A=B,old;shr;msg;acc=append
    etc
8. This issue only arises when B is a msg file. If I create B as a std
file then 
the file equation works.

I have non production version of the screen and if I change the file
statement 
to FILE A OPEN APPEND SHARE the screen works. With the file equation
FILE 
A=B,old;shr

So I was wondering if anybody has some inspiration for me.

Many thanks

Anne

  </pre>
</blockquote>
</body>
</html>