<!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">
<font face="Courier New, Courier, monospace">RH enterprise FP 5.6.03D4<br>
<br>
situtation:<br>
<br>
logged in as richardw, regular user<br>
accessing a record in fileA. <br>
using system command to access record in fileB.<br>
execute a print form to a file<br>
that file ends up with permissions of: <br>
<font color="#990000">-rw-------</font>&nbsp; 1 filepro users 8796 Dec&nbsp; 1
12:14 richardw<br>
<br>
When I try to convert this to pdf, using pcl2pdf, it result in a
permissions error and the pdf is not created.<br>
<br>
I have tried to do a system command "chmod 666 /appl/fpmerge/richardw,
before doing the pcl2pdf conversion, but the file perms are unchanged.<br>
<br>
If I go directly to fileB and execute the same print form process as
user richardw, it will create the same file with different permissions
and the pcl2pdf will create the pdf file correctly.<br>
<br>
<font color="#990000">-rw-r--r--</font>&nbsp; 1 filepro&nbsp; users 3494 Dec&nbsp; 1
13:07 richardw<br>
-rwxrwxrwx&nbsp; 1 richardw users 5117 Dec&nbsp; 1 12:31 richardw.pdf<br>
<br>
Is this a umask issue?<br>
Obviously, the problem is caused when I use the system command to
access fileB.&nbsp; Because the user @ID is now filepro.&nbsp; But, if I am
executing the print command to a file as filepro, shouldn't that run as
a regular user?&nbsp; Or, do I have to make some umask change to accomplish
this task?<br>
<br>
Any input very welcome,<br>
<br>
Richard D. Williams<br>
<br>
<br>
</font>
</body>
</html>