| esgraham 2004-10-28, 5:49 pm |
| I ran into the same situation - except it was connection
from Windows to Windows server.
To fix the problem, on the folder of the receive location,
the permissions need to be changed so that the read,
write, delete files, and delete subfolders and files
permissions was selected for the correct user. I
actually gave the BizTalk Application Users access to the
receive folder, with the permissions selected.
To select the correct options, open the properties on the
folder, then select the Security tab. For the correct
user, select the "Advanced" button. The options are
listed in the advanced permissions.
http://msdn.microsoft.com/library/default.asp?
url=/library/en-us/deploying/htm/ebiz_depl_secure_ogjw.asp
for more information.
Thanks.
>-----Original Message-----
>As an experiment I mapped the iSeries share to a local
drive on the machine
>running biztalk and the event log error changed to be:
>
>The Messaging Engine failed to add a receive URL
>"StoreIntf_1.0.0.0_StoreIntf.StoreOrch_StorePort_c9c13c88b
178fac9_ReceiveLocation"
>to the adapter "FILE". Reason: "File transport does not
have read/write
>privileges for receive location 'S:\blah'. "
>
>which is followed by another event recording the receive
location shutting
>down.
>
>Which suggests a mismatch between the BizTalk user
permissions and those
>afforded to the 'File transport' ??
>
>
>.
>
|