Re: HEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEELP. I AM AT MY WITS END. IT JUST DON'T WORK.
From: Ignacio Machin \( .NET/ C# MVP \) ("Ignacio)
Date: 09/23/04
- Next message: Claude Vernier: "About Best practices..."
- Previous message: Carl Daniel [VC++ MVP]: "Re: HEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEELP. I AM AT MY WITS END. IT JUST DON'T WORK."
- In reply to: JT: "HEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEELP. I AM AT MY WITS END. IT JUST DON'T WORK."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 23 Sep 2004 10:51:15 -0400
Hi,
I had running a similar code until a couple of weeks ago that the client
upgrade to win 2003, it ran without any problem.
So probably you have permission problems writting to that share, open a
notepad write some chars and try to save it in that share and see what
happen, I dont think there is nothing especial writting to a novell share
if the above works, try to write to the same file you are writting in your
code, maybe the name is not valid in novell, maybe it;s being used somewhere
else.
cheers,
-- Ignacio Machin, ignacio.machin AT dot.state.fl.us Florida Department Of Transportation "JT" <jt@jtmail.com> wrote in message news:evkK5gXoEHA.3520@TK2MSFTNGP11.phx.gbl... > I posted this message a couple of weeks ago and know one answered. I am not > sure if why. I am sure that I am not the only one that has had this issue. > Or is it because I used a dirty N word. "Novell" > > Here is my previous post. I really hope someone can help with this because I > don't know what else to do. > Abandoning Novell is simply not an option at this point. > > UnauthorizedAccessException when trying to access a Novell network drive. > The code is very simple. > > This is the line that fails when trying to create a new StreamWriter where > _filename is a string that points to a Novell network drive. > > StreamWriter file = new StreamWriter(_filename,false); > > The user has full access to the directory. > By the way. This line works fine on the local box as well as accessing a > Windows NT 4.0 or 200x Server drive. This issue is only with Novell Drives. > > The client is Windows XP SP2 using the native Novell client drivers that > came with XP. > I have not yet Tried the Novell Client Drivers from Novell. > > Any help would be greatly appreciated. > Thanks, > JT > >
- Next message: Claude Vernier: "About Best practices..."
- Previous message: Carl Daniel [VC++ MVP]: "Re: HEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEELP. I AM AT MY WITS END. IT JUST DON'T WORK."
- In reply to: JT: "HEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEELP. I AM AT MY WITS END. IT JUST DON'T WORK."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|