|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Access files from .NET Windows ServiceIs it possible to access (Read via StreamReader) an external file from
a Wndows service? I.E. In the OnStart method of the service, I need to go out and read a couple of external files (and these files appear on a differnet server and are accessed via a UNC syntax - i.e. \\server\share\myfile.txt). I tried this under my VB.NET service but it keeps telling me that I have an unauthorized file access when my service starts up) Thanks. -- Sounds like a permissions issue. I'd create a user accout for the
service to use and give this user read\write permissions to the share. Israel Tom wrote: Show quoteHide quote > Is it possible to access (Read via StreamReader) an external file from > a Wndows service? I.E. In the OnStart method of the service, I need to > go out and read a couple of external files (and these files appear on a > differnet server and are accessed via a UNC syntax - i.e. > \\server\share\myfile.txt). I tried this under my VB.NET service but it > keeps telling me that I have an unauthorized file access when my > service starts up) > > Thanks. > > -- Hmm... that is kinda ugly... Is there a way that I can simply add the
system account (the one the service is currently running under) to the share's read/write permissions? -- Show quoteHide quoteIzzy wrote: >Sounds like a permissions issue. I'd create a user accout for the >service to use and give this user read\write permissions to the share. > >Israel > >Tom wrote: >> Is it possible to access (Read via StreamReader) an external file >>from a Wndows service? I.E. In the OnStart method of the service, >>I need to go out and read a couple of external files (and these >>files appear on a differnet server and are accessed via a UNC >>syntax - i.e. \\server\share\myfile.txt). I tried this under my >>VB.NET service but it keeps telling me that I have an unauthorized >>file access when my service starts up) >> >> Thanks. >> >> -- I've got 2 or 3 windows services and some other apps that need to
access network drives and databases. I find it easy to have them all run under the same user account "Robot". But if you don't want to go that route then just change the folders permissions to allow anyone to read and write. But if security is an issue, I'd set up a user account. Tom wrote: Show quoteHide quote > Hmm... that is kinda ugly... Is there a way that I can simply add the > system account (the one the service is currently running under) to the > share's read/write permissions? > -- > > > > Izzy wrote: > > >Sounds like a permissions issue. I'd create a user accout for the > >service to use and give this user read\write permissions to the share. > > > >Israel > > > >Tom wrote: > >> Is it possible to access (Read via StreamReader) an external file > >>from a Wndows service? I.E. In the OnStart method of the service, > >>I need to go out and read a couple of external files (and these > >>files appear on a differnet server and are accessed via a UNC > >>syntax - i.e. \\server\share\myfile.txt). I tried this under my > >>VB.NET service but it keeps telling me that I have an unauthorized > >>file access when my service starts up) > >> > >> Thanks. > >> > >> --
Threading...
Copy / Paste, Excel To flexgrid On error resume next bug group enumerators so intellisense shows them in VB6? An unhandled exception of type 'System.Data.SqlClient.SqlException' occurred in system.data.dll Public Structure Sendmessage problem help! Help printing labels... Deleting files using wildcards text editor |
|||||||||||||||||||||||