| Gilles [MSFT] 2004-08-05, 8:09 am |
|
Hello,
>Any idea to impersonate another person in using FILE transport to send a file to a folder?
Create a new BizTalk Host and specify it to run under the identity of the user you want to impersonate.
Create the send port as you would normally. After starting this send port, it will be run under the identity of
the default Host in the group.
To change this, open the BizTalk Administartion console, Expand the "Adapters" node, locate "FILE" and change the
Send Handler host to be the host you created.
This will change all FILE adatpers to run under this credentials. You can use WMI to perform a per instance configuration of the
FILE handler and map it to the specific host, if you do not want this global change.
Thanks.
-Gilles.
|