Hi,

Executed from a normal program
open("\\111.111.111.111\xyz",....
is working corectly.

But the same code executed in a windows service (system account) fails.
(Errno delieveres EACCES).

Have had anybody the same problem (and the solution) ?

Thanks