"Naveed Ahmed" <[EMAIL PROTECTED]> wrote: > > I am getting Access Denied when using SMBCLIENT in VMS,
> I can't use get command to copy files running > smb: \> get xx.for > ERRDOS - ERRnoaccess (Access denied.) opening remote file \xx.for > > Is this due to NMBD? NMBD is a name server. It only does translations between LANMAN names and I.P. addresses. It has nothing to do with file security. The access denied error can come from many problems with opening the file. > Also how should I set higher debug level, In SAMBA 2.0.3 it was easy > just to change command line -d2 option to -d4 etc, but I can't find > it in 2.0.6 The debug level is set the same way in 2.0.6. In the SAMBA (unix) source kit, there should be complete manuals in HTML and possibly other formats. A manual set should also be available directly from your local mirror of http://www.samba.org > here is some commands from SAMBA_NMBD.com, that is supposed to run > NMBD > $procedure = f$environment("PROCEDURE") > $procname = f$parse("nmbd.exe_''arch';0",procedure) > $nmbd := $'procname' > $! > $samba_nmbd_options = f$trnlnm("SAMBA_NMBD_OPTIONS") > $nmbd "''samba_nmbd_options'" > > Where should I add -d command line argument to set debug level? This is explained in the readme files for all versions of SAMBA for OpenVMS. By defining the logical SAMBA_NMBD_OPTIONS to be the string of options that you want passed to the detached process. -John [EMAIL PROTECTED] Personal Opinion Only
