Consultor Eletrônico



Kbase 18564: Errno 6 (43) when starting DB from Novell.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   2/8/1999
Errno 6 (43) when starting DB from Novell.

Errno 6 (43) when starting DB from Novell.


INTRODUCTION:
=============
This Kbase handles the issue where starting the Database on Novell
gives error message :
** Cannot find or open file <file-name>, errno = 6. (43)

Example :
load _mprotli.nlm fullpath/sports.db -S service-name -N TLI
gives error : ** Cannot find or open file <sports.db>, errno = 6. (43)

WHY YOU NEED TO KNOW THIS:
===========================
The error 6 indicates a Permission Denied with the <file-name>,
whatever the user logged.

A possible cause is if you copy the <file-name> without using Novell
tools (example via a Explorer for Windows or Winfile or others...),
the file is copied only with the Novell Attribute "Read-Only".


PROCEDURAL APPROACH:
====================
From Novell, the <file-name> needs appropriate attributes to be used.

You can use "Filer" utility from Novell to give the appropriate
attribute for this <file-name>

Example with Novell 4.21 :

-Filer
-Select the Server, Volume and the File concerned
-Select the Menu "Manage files and directories"
-Select the file <file-name>
-Select "View/Set file information"
-Update the "Attributes" field


jmr (February 8th 1999)