search for: errbadaccess

Displaying 3 results from an estimated 3 matches for "errbadaccess".

2001 Dec 11
2
printing from unix to NT printer
...ched to an NT4/sp6a machine. Printer passes 'test print page' test on NT and is shared. Problem: An error occurs when the smbclient command is used: cat afile | smbclient \\\\tech223\\testprn -U username%password -P -c "translate;print -" The error reported is "ERRDOS - ERRbadaccess (Invalid open mode.) opening remote file stdin-...." Similarly, if I run the smbclient command interactively and type "print afile", the same error occurs this time referring to 'remote file afile'. Any help with this problem would be appreciated. I've searched the lis...
2003 Nov 07
0
Printing from Linux (Redhat 9) to a win2k shared printer
I'm trying to use a Kyocera-Mita FS-1010 printer conencted on a Win2000 workstation. I can list the shares on the win2k station using smbclient and I can mount shares from it. When I'm trying to print a test page I get the following error: "ERRDOS - ERRbadaccess opening remote file testprint.ps". I am using the postscript driver. I hope someone can give me a hint :). Thanx! __________________________________ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree
2003 Dec 01
0
No subject
...been sent a >32 bit offset. */ if(IVAL(inbuf,smb_vwv10) != 0) { DEBUG(0,("reply_read_and_X - large offset (%x << 32) used and we don't support \ 64 bit offsets.\n", (unsigned int)IVAL(inbuf,smb_vwv10) )); END_PROFILE(SMBreadX); return(ERROR(ERRDOS,ERRbadaccess)); } #endif /* LARGE_SMB_OFF_T */ } if (is_locked(fsp,conn,(SMB_BIG_UINT)smb_maxcnt,(SMB_BIG_UINT)startpos, READ_LOCK)) { END_PROFILE(SMBreadX); return(ERROR(ERRDOS,ERRlock)); } /* added sendfile support */ /*+++++++++++++++++++*/ smb_com2 = CVAL(inbuf,smb_vwv0); if (l...