Re: LotusScript reading files Domino on Linux

J Sloan <[email protected]> Mon, 04 Dec 2006 16:09:06 -0800
Newsgroups gmane.linux.suse.domino
Message-ID <[email protected]>

Nur, Mohamed S wrote:
> The notes user running the domino task has suffient rights, and this is
> the log out of the agent.
> 
>  
> 
> Started running agent 'Chris Test Filepath' on 05/12/2006 09:39:45
> 
> Running on all documents in database: 90 total
> 
> Found 90 document(s) that match search criteria
> 
> 05/12/2006 09:39:45: Started
> 
> 05/12/2006 09:39:45: Attempting to open file /os_backup/smartplan/text.txt
> 
> 05/12/2006 09:39:45: *Error when attempting to open file
> /os_backup/smartplan/text.txt*

Looks like a pretty simple case of permissions -

1. can you provide the output of the following commands?

ls -l /
ls -l /os_backup/
ls -l /os_backup/smartplan/

2. As the *domino user*, not root, type the following command, and provide the
output:

head /os_backup/smartplan/text.txt

Joe