We have 15.0.3 and 15.7 SP64 DB instance on one SUNOS box .
15.0.3 version server produces the error log with below permissions at OS level .
-rw-r--r-- 1 sybase sybase 56879 Jul 25 10:08 SYBASE_Error.log
But 15.7 SP64 version produces the error log with below permission at OS level .
-rw-r----- 1 sybase sybase 56879 Jul 25 10:08 SYBASE157_Error.log
Can you please advise on this .
Why 15.7 SP64 version fails to create error log file with READ permission (-rw-r-----) whereas 15.0.3 version produces the log file with ( -rw-r--r-- ) permission .
Because of this our application team/Monitoring tool is not able to read the errorlog file . ( As a SYBASE user and as a DBA we are able to grant the permission , But Every Reboot requires DBA or SYBASE user to change the permission manually ) .
Please help me to fix this issue .