Sybase 9.0.2.3137 running as Network Server (Service) on XPP or W2K.
Can anybody confirm for me that xp_write_file is restricted to ONLY writing
files to the Servers local disks.
There is nothing (I can find) in the docs but I cant get it to work on
anything other than disks local to ASA Server host machine.
Even mapped drives fail.
My findings (Done from ISQL)
select xp_write_file('c:One.txt','1234567890')
=> works fine
select xp_write_file('z:One.txt','1234567890')
=> fails every time even though Z: is defined on server host.
select xp_write_file('\\\\MyServer\\SharedDocs\
\One.txt','1234567890') =>
fails every time.
TIA