Oracle report pdf permission problem [message #395936] |
Fri, 03 April 2009 03:35 |
citella
Messages: 3 Registered: October 2008
|
Junior Member |
|
|
I have a problem whit pdf oracle report generated file.
My report create a pdf file in a directory on application server that have Solaris 10 operating system.
This directory is a nfs mount of a linux server directory nfs export.
So linux server export a directory whit NFS to application server.
In this directory my report create more pdf file.
The problem is that oracle report have rw-r----- permission,
so i can't view whit acrobat reader this pdf file, and i not have access to this file from any samba client.I view the file but i can't open it whit acrobat reader because i have not permission.
I try to change oracle umask in .bash_profile and in local.cshrc to 000 on the application server but nothing change.
If i give this command(chmod -R 777 /folder...) on linux server,i can access the file, but this not resolve my problem because when i relaunch the report to generate other pdf the problem return.
How i can set my app. server to create this pdf file whit 777 permission??
Thanks.
|
|
|