c# - copy files across different domains sql server clr -
this seems simple task or thought still cant work.
i have stored procedure creates text file on sql server. once file created passes file name assembly copies file across multiple servers on different domains.
its works machines in same domain sql server
i have problem when copying files across domains keep getting following error
system.unauthorizedaccessexception: access path '\***' denied.
i have tried impersonating windows user didn't work
thanks in advance
the account "assembly" running under must have permissions asking do.
either or must have portion of code in assembly begin running under context of user have these permissions copy.
this has nothing sql server. account executing code have permission telling do.
Comments
Post a Comment