<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#330099" bgcolor="#FFFFFF">
    <tt>Mark,<br>
      <br>
      I was checking this out and did find that this error is a NSF
      error and seems to be related to a mounted drive that supplies
      these files.<br>
      <br>
      Not sure how to fix it but that is my next issue to resolve.<br>
      <br>
      Thank you for the answers - that got me on the right track.<br>
      <br>
      Nancy<br>
    </tt><br>
    <div class="moz-cite-prefix">On 11/15/2018 2:00 PM, Fairlight via
      Filepro-list wrote:<br>
    </div>
    <blockquote type="cite" cite="mid:20181115190017.GE12973@iglou.com">
      <pre class="moz-quote-pre" wrap="">Well, according to Bob Stocker's man page of the filePro docs:

4.1  EXISTS(name)       Returns 1 if the file exists, 0 if it
                        doesn't and a negative number on system error.

So...the negative return is an actual system error, which would be errno.
This is the errno value for 75:

#define EOVERFLOW       75      /* Value too large for defined data type */

How this fits in the context of EXISTS() is beyond me. unless your provided
pathname is -so- long that it exceeds MAXPATHLEN, which would be 1024
bytes.  That would be a probable cause.

m->

On Thu, Nov 15, 2018 at 01:51:05PM -0500, Nancy Palmquist via Filepro-list thus spoke:
</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">Friends,

On a Linux platform, I am issuing an EXISTS(filename) in dclerk and
get a -75 as a result.
It is saying the file does not exist.  I can see the file.  The
permissions on the file and folders give me access.
It is on a Read Only mounted device but in other processes it has no
issues finding the file.

Does anyone know what the exit code -75 indicates?  Maybe that will
give me a clue as to why it is doing that.

Nancy

-- 
Nancy Palmquist         MOS & filePro Training Available
Virtual Software Systems    Web Based Training and Consulting
PHONE: (412) 835-9417           Web site:  <a class="moz-txt-link-freetext" href="http://www.vss3.com">http://www.vss3.com</a>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <a class="moz-txt-link-rfc2396E" href="http://mailman.celestial.com/pipermail/filepro-list/attachments/20181115/9a98adcb/attachment.html"><http://mailman.celestial.com/pipermail/filepro-list/attachments/20181115/9a98adcb/attachment.html></a>
_______________________________________________
Filepro-list mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Filepro-list@lists.celestial.com">Filepro-list@lists.celestial.com</a>
Subscribe/Unsubscribe/Subscription Changes
<a class="moz-txt-link-freetext" href="http://mailman.celestial.com/mailman/listinfo/filepro-list">http://mailman.celestial.com/mailman/listinfo/filepro-list</a>
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">
</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Nancy Palmquist         MOS & filePro Training Available
Virtual Software Systems    Web Based Training and Consulting   
PHONE: (412) 835-9417           Web site:  <a class="moz-txt-link-freetext" href="http://www.vss3.com">http://www.vss3.com</a> 
</pre>
  </body>
</html>