vote up 0 vote down star

Hi,

I'm new to windows services and... you guessed it, I’m a bit stuck. Let me paint the picture –

I’m running a timed service that use an OdbcDataReader and SqlBulkCopy to (1) archive the data (2) normalize the data on a SQL box. When I run this code in a windows form proj. it works fine. Then, when I change the DNS’s Data Directory Path to a local drive, instead of the network share (just simulated the environment locally), it works as well.

I’m obviously missing something. Any help will be appreciated.

DNS

flag
it works fine vs it works as well, so what's the problem? – o.k.w Oct 30 at 10:42
1  
It is not clear what problems you experience. Please elaborate. Also please specify: What account does your service use? Is access to network share granted for this account? – elder_george Oct 30 at 10:45
Sorry about that... Windows form proj. - Here the network share is in use for the DSN's DDP, and it works. Windows service proj. - Here the network share does not work. When I go and simulate the odbc data environment locally, and point the DSN's DDP to the local drive, it works. The account for the service is LocalSystem. – DNS Oct 30 at 11:28

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.