Re: [twsocket] Strange service folder mapping problem for ICS web server

2006-12-06 Thread Angus Robertson - Magenta Systems Ltd
> *Subject:* Re: [twsocket] Strange service folder mapping problem 
> for ICS web server
> *From:* "Arno Garrels" <[EMAIL PROTECTED]>
> *To:* "ICS support mailing" 
> > FindFirst but not "z:\" where Z:\ is actually mapped to 
> > sharedfolder

> Drive mappings are not available in services by default, it may 
> work if the service runs as currently, interactively logged on user
> (not 100% sure).

I don't believe so, drive mapping is specific to interactive logons, 
services usually start before anyone logs-on. 

Service that really need to use mapped drives rather than UNC paths 
(perhaps for performance since credentials are not checked for each 
file) should map the drive using WNetAddConnection2, but not to the same 
letter as an interactive logon. 

Angus


-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Strange service folder mapping problem for ICS web server

2006-12-06 Thread Arno Garrels
Fastream Technologies wrote:
> Hello,
> 
> When I use the UNC name as "\\server\sharedFolder" it works in
> FindFirst but not "z:\" where Z:\ is actually mapped to sharedfolder
> under the same admin account in Windows. This happens with Win2003,
> XP.

Drive mappings are not available in services by default, it may work if
the service runs as currently, interactively logged on user (not 100% sure).

---
Arno Garrels [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


[twsocket] Strange service folder mapping problem for ICS web server

2006-12-06 Thread Fastream Technologies
Hello,

When I use the UNC name as "\\server\sharedFolder" it works in
FindFirst but not "z:\" where Z:\ is actually mapped to sharedfolder
under the same admin account in Windows. This happens with Win2003,
XP.

Any ideas?

Best Regards,

SZ
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be