| Harry P. 2004-10-28, 5:49 pm |
|
I have a file adapter based receive location which is pointing to a UNC
location on a network.
The folder in question happens to be a shared folder which exposes data from
an iSeries (AS400) machine.
While logged in as the BizTalk user (i.e. the one whose login runs the
biztalk service) I can create and delete files in the folder, which suggests
that this isn't purely a permissions problem.
When I start up an orchestration and receive location pointing to this
folder the first item item matching the required file name is processed
followed by this error message -
The receive location "\\iSeries\blah\TEST.TXT" is shutting down.
Details:"The FILE receive adapter cannot monitor receive location
\\iSeries\blah\. ".
Can anyone explain the source of this error and how I might get round it, I
know the orchestration works when the folder is on a Windows machine so it is
probably something to do with the way the iSeries folders have been exposed
(MS-DOS emulation of some kind, no file names over 8 characters????).
Has anyone come across this before?
|