4205: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
No edit summary |
||
Line 4: | Line 4: | ||
|Some possibilities | |Some possibilities | ||
# Use of an invalid file or path name. | # Use of an invalid file or path name. | ||
# [[OPEN OUTPUT]] or [[OPEN OUTIN]] specified for a file that is write-protected. | # [[OPEN]] [[OUTPUT]] or [[OPEN]] [[OUTIN]] specified for a file that is write-protected. | ||
# Attempt to open a directory name as a file name. | # Attempt to open a directory name as a file name. | ||
# Attempt to access the BR work path without permission(Example: Attempt to [[LIST]] without [[WRITE | # Attempt to access the BR work path without permission(Example: Attempt to [[LIST]] without [[WRITE]] permission to the [[WORKPATH]]; Attempt to perform a [[shell call]] on [[Novell]] with [[memory swapping enabled]], but no permission to access WORKPATH directory.) | ||
# Attempt to access the [[SPOOLPATH]] without Network permissions(Example: Attempt to close a file on NOVELL with a statement in the form CLOSE #printer.) | # Attempt to access the [[SPOOLPATH]] without Network permissions(Example: Attempt to close a file on NOVELL with a statement in the form CLOSE #printer.) | ||
# Attempt to [[replace]] a read-only file. | # Attempt to [[replace]] a read-only file. |
Latest revision as of 19:29, 22 July 2013
Summary: |
Operating System Error 5 (Access Denied) |
---|---|
Cause: |
Some possibilities
|
Remedy: |
(For older versions of BR on Networks, Verify that NOVELL or IBMNET statement is correct.)
|